-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (139 loc) · 6.13 KB
/
Copy pathindex.html
File metadata and controls
149 lines (139 loc) · 6.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-15L4FHTDV9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-15L4FHTDV9');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<script src="script.js" defer></script>
<title>Moad Hrimech's Portfolio</title>
</head>
<body>
<header class="toolbar">
<a href="#" class="logo">Welcome</a>
<button type="button" class="btn btn-tertiary">
<img src="Images/Normal-Button/Tertiary/Icons/Union.svg" alt="union icon">
</button>
<nav class="top-navigation">
<ul class="nav-ul-mobile">
<li><button type="button" class="btn btn-tertiary">
<img src="Images/close.svg" alt="close icon">
</button></li>
<li class="menu-item"><a href="#works">Portfolio</a></li>
<li class="menu-item"><a href="#about-myself">About</a></li>
<li class="menu-item"><a href="#form">Contact</a></li>
</ul>
<ul class="nav-ul-desktop">
<li><a href="#works">Portfolio</a></li>
<li><a href="#about-myself">About</a></li>
<li><a href="#form">Contact</a></li>
</ul>
</nav>
</header>
<section class="headline">
<h1 class="primary-text">Hey there. I'm Moad</h1>
<h2>I'm a software developer</h2>
<p>I can help you build a product, feature or website. Look through some of my work and experience! If you like what you see and have a project you need coded, don't hesitate to contact me.
</p>
<ul class="lets-connect">
<li>
<a rel="noopener noreferrer" href="https://www.linkedin.com/in/moad-hrimech-99b88822b/" target="_blank"><img src="Images/Linkedin-icon.svg" alt="linkdin icon"></a>
</li>
<li>
<a rel="noopener noreferrer" href="https://github.com/cdmoad" target="_blank"><img src="Images/github.svg" alt="github icon"></a>
</li>
</ul>
<a href="#works" class="btn btn-secondary"><img src="Images/Normal-Button/Secondary/Icons/Chevron-Down.svg"
alt="down icon"></a>
</section>
<!-- works section -->
<section class="works" id="works">
<h2 class="primary-text">My Recent Works</h2>
<p class="indicator"></p>
<div class="grid-container"></div>
</section>
<!-- about myself section -->
<section class="about-myself" id="about-myself">
<h2 class="primary-text primary-text-about-myself">About me</h2>
<p class="supporting-text-about-me"> I can help you build a product, feature or website. Look through some of my work and experience! If you like what you see and have a project you need coded, don't hesitate to contact me.</p>
<a href="https://github.com/cdmoad/Cv/raw/main/cv_english.pdf" class="button button-about-me">Get My Resume</a>
<ul class="categories">
<li class="about-myself-items">
<img src="Images/icon-languages.svg" alt="icon for languages">
<h4>Languages</h4>
<div class="tags-about-me">
<h6>JavaScript</h6>
<h6>Java</h6>
<h6>PHP</h6>
<h6>HTML</h6>
<h6>CSS</h6>
<h6>C++</h6>
<h6>C</h6>
<h6>C#</h6>
<h6>VB.NET</h6>
<h6>SQL</h6>
<h6>PL/SQL</h6>
</div>
</li>
<li class="about-myself-items">
<img src="Images/icon-frameworks.svg" alt="icon for frameworks">
<h4>Frameworks</h4>
<div class="tags-about-me">
<h6>Bootstrap</h6>
<h6>React js</h6>
<h6>Node js</h6>
<h6>JavaFx</h6>
</div>
</li>
<li class="about-myself-items">
<img src="Images/icon-skills.svg" alt="icon for skills">
<h4>Skills</h4>
<div class="tags-about-me">
<h6>GitHub</h6>
<h6>Codepen</h6>
<h6>Git</h6>
<h6>Oracle</h6>
<h6>Design</h6>
</div>
</li>
</ul>
</section>
<!-- Form section -->
<section class="form" id="form">
<h2>I'm always interested in hearing about new projects, so if you'd like to chat please get in touch.</h2>
<form action="https://formspree.io/f/mbjegpdp" method="POST">
<label for="name">
<input type="text" id="name" placeholder="Full name" maxlength="30" name="fullname" required>
</label>
<label for="email">
<input type="email" id="email" placeholder="Email address" name="email" required>
</label>
<label for="message">
<textarea name="msg" id="message" maxlength="500" placeholder="Enter text here" required></textarea>
</label>
<button class="button button-form" type="submit">Get in touch</button>
</form>
</section>
<!-- Footer -->
<footer>
<p class="hr"></p>
<ul class="lets-connect lets-connect-footer">
<li>
<a rel="noopener noreferrer" href="https://www.linkedin.com/in/moad-hrimech-99b88822b/" target="_blank"><img src="Images/Linkedin-icon.svg" alt="linkdin icon"></a>
</li>
<li>
<a rel="noopener noreferrer" href="https://github.com/cdmoad" target="_blank"><img src="Images/github.svg" alt="github icon"></a>
</li>
</ul>
</footer>
</body>
</html>