-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (207 loc) · 6.58 KB
/
index.html
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Fellah Hayet's Portfolio</title>
</head>
<body>
<header class="flex-container">
<a href="#" id="logo-placeholder">Welcome</a>
<nav>
<button id="burger-menu" type="button">
<img src="images/burger-menu.png" alt="menu" data-toggled="false" />
</button>
<ul id="nav_list" class="flex-container hidden nav_list">
<li>
<a href="#projects">Portfolio</a>
</li>
<li>
<a href="#about-me">About</a>
</li>
<li>
<a href="#contact-section">Contact</a>
</li>
</ul>
</nav>
</header>
<section id="headline" class="flex-container headline">
<h1>
Hey there. I’m Hayet <br />
<span class="green">I’m a software developer</span>
</h1>
<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 hesitiate to contact me.
</p>
<ul class="flex-container social-media">
<li>
<a href="https://twitter.com/hayet_fe">
<img
src="images/twitter.png"
alt="see twitter profile"
class="icon"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/in/hayet-f-5b4347247/"
><img
src="images/linkedin.png"
alt="see linkedin profile"
class="icon"
/></a>
</li>
<li>
<a href="#">
<img src="images/medium.png" alt="see medium profile" class="icon"
/></a>
</li>
<li>
<a href="https://github.com/laiifuu"
><img src="images/github.png" alt="see github profile" class="icon"
/></a>
</li>
<li>
<a href="#"
><img
src="images/angellist.png"
alt="see angellist profile"
class="icon"
/></a>
</li>
</ul>
<button id="next" type="submit"></button>
</section>
<section id="projects" class="grid-container projects"></section>
<section id="about-me" class="about-me">
<h1>About me</h1>
<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 hestiate to contact me.
</p>
<button class="call-to-action" type="submit">Get My Resume</button>
</section>
<section id="skills" class="flex-container skills">
<div class="skills-card">
<img src="images/icon-languages.png" alt="" class="skills-icon" />
<h2>Languages</h2>
<ul class="flex-container categories">
<li class="category">JavaScript</li>
<li class="category">Ruby</li>
<li class="category">Html</li>
<li class="category">Css</li>
</ul>
</div>
<div class="skills-card">
<img src="images/icon-frameworks.png" alt="" class="skills-icon" />
<h2>Frameworks</h2>
<ul class="flex-container categories">
<li class="category">Bootstrap</li>
<li class="category">Ruby on rails</li>
<li class="category">RSpec</li>
<li class="category">Capybara</li>
<li class="category">Selenium</li>
</ul>
</div>
<div class="skills-card">
<img src="images/icon-skills.png" alt="" class="skills-icon" />
<h2>Skills</h2>
<ul class="flex-container categories">
<li class="category">Codekit</li>
<li class="category">Github</li>
<li class="category">Codepen</li>
<li class="category">Gitlab</li>
<li class="category">Terminal</li>
</ul>
</div>
</section>
<section id="contact-section" class="flex-container contact-section">
<p>
I'm always interested in hearing about new projects, so if you'd like to
chat please get in touch.
</p>
<form action="https://formspree.io/f/xeqdoera" method="POST">
<input
aria-label="Full Name"
type="text"
name="fullname"
id="fullname"
placeholder="Full name*"
maxlength="30"
required
/>
<input
aria-label="Email"
type="email"
name="email"
id="email"
placeholder="Email address*"
required
/>
<textarea
aria-label="Message"
name="message"
id="massage"
maxlength="500"
placeholder="Enter text here*"
required
></textarea>
<div>
<button class="call-to-action" type="submit">Get in touch</button>
<span class="error"></span>
</div>
</form>
</section>
<footer class="flex-container">
<ul class="flex-container social-media">
<li>
<a href="https://twitter.com/hayet_fe">
<img
src="images/twitter.png"
alt="see twitter profile"
class="icon"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/in/hayet-f-5b4347247/"
><img
src="images/linkedin.png"
alt="see linkedin profile"
class="icon"
/></a>
</li>
<li>
<a href="#">
<img src="images/medium.png" alt="see medium profile" class="icon"
/></a>
</li>
<li>
<a href="https://github.com/laiifuu"
><img src="images/github.png" alt="see github profile" class="icon"
/></a>
</li>
<li>
<a href="#"
><img
src="images/angellist.png"
alt="see angellist profile"
class="icon"
/></a>
</li>
</ul>
<p>hayet.fellah145@gmail.com</p>
</footer>
<div class="end-page"></div>
<script src="main.js"></script>
</body>
</html>