-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
328 lines (309 loc) · 11.3 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!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" />
<meta
name="description"
content="I'm Lhoussaine Ghallou, aka Jee-El, a web designer and developer who fell in love with creating modern websites."
/>
<meta name="theme-color" content="#6c63ff" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/fontello.css" />
<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=Poppins:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<script src="index.js" defer></script>
<title>Jee-El | Portfolio</title>
</head>
<body>
<!-- =========== HAMBURGER MENU =========== -->
<header class="mobile-header">
<div class="logo-menu-icon">
<div class="logo">JeeEl</div>
<i class="icon-menu"></i>
</div>
<nav class="mobile-nav">
<ul class="mobile-nav-links">
<li><a href="#">Home</a></li>
<li><a href="#services-section">Services</a></li>
<li><a href="#projects-section">Projects</a></li>
<li><a href="#contact-section">Contact</a></li>
</ul>
</nav>
</header>
<!-- =========== HOME PAGE =========== -->
<section id="home-section">
<header class="desktop-header">
<div class="logo">JeeEl</div>
<nav>
<ul class="desktop-nav-links">
<li><a href="#">Home</a></li>
<li><a href="#services-section">Services</a></li>
<li><a href="#projects-section">Projects</a></li>
<li><a href="#contact-section">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="info">
<h1 class="name">i'm<br />lhoussaine ghallou</h1>
<p class="about-me">
Also known as Jee-El, a<span> web designer & developer</span> who
fell in love with making creative and modern websites with the
latest technologies available in this field.
</p>
<a href="https://www.linkedin.com/in/jee-el" class="hire-me"
>hire me</a
>
<div class="icons">
<a href="https://github.com/Jee-El"><i class="icon-github"></i></a>
<a href="https://dribbble.com/Jee-El"
><i class="icon-dribbble"></i
></a>
<a href="https://www.behance.net/Jee-El"
><i class="icon-behance"></i
></a>
</div>
</div>
<img
class="welcome"
src="./assets/welcome.svg"
alt="a man waving at you"
/>
</div>
</section>
<!-- =========== SERVICES PAGE =========== -->
<section id="services-section">
<h2 class="section-name">services</h2>
<div class="all-services">
<div class="service">
<img
class="service-picture first"
src="./assets/web-design.svg"
alt="icon indicating designing on a computer"
/>
<h3 class="service-name">UI/UX<br />Design</h3>
<p class="service-description">
Get clean user interfaces that will enhance your users' experience
and meet their expectations
</p>
</div>
<div class="service">
<img
class="service-picture"
src="./assets/front-end-development.svg"
alt="icon indicating designing on a computer"
/>
<h3 class="service-name">front-end<br />development</h3>
<p class="service-description">
By focusing on your website's performance and simplicity, we make it
stand out from the rest
</p>
</div>
<div class="service">
<img
class="service-picture"
src="./assets/back-end-development.svg"
alt="icon indicating designing on a computer"
/>
<h3 class="service-name">back-end<br />development</h3>
<p class="service-description">
Not sure what to type here so let's pretend I wrote something to
convince you to buy my service
</p>
</div>
</div>
</section>
<!-- =========== PROJECTS PAGE =========== -->
<section id="projects-section">
<h2 class="section-name">projects</h2>
<div class="projects">
<div class="project">
<h3 class="project-name">Reddit In Valve Games</h3>
<h4 class="project-techs">Ruby | ElectronJS | Nokogiri</h4>
<p class="project-description">
Desktop app to automate getting text-only posts from reddit &
binding them to keyboard keys in a Valve game to share them in the
chat.
</p>
<div class="project-links">
<a
class="code"
href="https://github.com/Jee-El/reddit-in-valve-games"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Connect N</h3>
<h4 class="project-techs">Ruby | RSpec</h4>
<p class="project-description">
A connect_n RubyGem with several features and a fully documented friendly API.
</p>
<div class="project-links">
<a
class="code"
href="https://github.com/Jee-El/connect_n"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Maze Solver</h3>
<h4 class="project-techs">Python | PyGame</h4>
<p class="project-description">
Maze Solver with a GUI that visualizes Depth-First-Search, Breadth-First-Search, and Greedy Best-First-Search algorithms.
</p>
<div class="project-links">
<a
class="code"
href="https://github.com/Jee-El/maze-solver"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Hangman</h3>
<h4 class="project-techs">Ruby | TTY</h4>
<p class="project-description">
I built the Hangman game with an option to save & load a game state
to practice de/serializing objects.
</p>
<div class="project-links">
<a class="demo" href="https://replit.com/@Jee-El/Hangman?v=1"
>DEMO</a
>
<a class="code" href="https://github.com/Jee-El/hangman">CODE</a>
</div>
</div>
<div class="project">
<h3 class="project-name">Master Mind</h3>
<h4 class="project-techs">Ruby | TTY</h4>
<p class="project-description">
Master mind game with single player mode, in which the computer
follows Knuth's algorithm, & multiplayer mode.
</p>
<div class="project-links">
<a class="demo" href="https://replit.com/@Jee-El/Master-Mind?v=1"
>DEMO</a
>
<a class="code" href="https://github.com/Jee-El/master-mind"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Tic Tac Toe</h3>
<h4 class="project-techs">Ruby | TTY</h4>
<p class="project-description">
Tic Tac Toe terminal game that features multiple modes, including
one to play against an AI.
</p>
<div class="project-links">
<a
class="demo"
href="https://replit.com/@Jee-El/Tic-Tac-Toe-terminal?v=1"
>DEMO</a
>
<a
class="code"
href="https://github.com/Jee-El/tic-tac-toe-terminal"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Etch-a-Sketch</h3>
<h4 class="project-techs">CSS | JS</h4>
<p class="project-description">
Drawing game where you can draw pixel art & test your Kufic
Calligraphy ideas.
</p>
<div class="project-links">
<a class="demo" href="https://jee-el.github.io/etch-a-sketch/"
>DEMO</a
>
<a class="code" href="https://github.com/Jee-El/etch-a-sketch"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Rock Paper Scissors</h3>
<h4 class="project-techs">CSS | JS</h4>
<p class="project-description">
Play the oldest hand game in the world, Rock-Paper-Scissors, against
a computer and test your luck!
</p>
<div class="project-links">
<a class="demo" href="https://jee-el.github.io/rock-paper-scissors/"
>DEMO</a
>
<a class="code" href="https://github.com/Jee-El/rock-paper-scissors"
>CODE</a
>
</div>
</div>
<div class="project">
<h3 class="project-name">Calculator</h3>
<h4 class="project-techs">HTML | CSS | JS</h4>
<p class="project-description">
Simple and responsive calculator that gets basic operations done.
</p>
<div class="project-links">
<a class="demo" href="https://jee-el.github.io/calculator/">DEMO</a>
<a class="code" href="https://github.com/Jee-El/calculator">CODE</a>
</div>
</div>
<div class="project">
<h3 class="project-name">GCD & LCM Calculator</h3>
<h4 class="project-techs">HTML | CSS | JS</h4>
<p class="project-description">
Calculator of the Greatest Common Divisor & Lowest Common Multiple.
</p>
<div class="project-links">
<a class="demo" href="https://jee-el.github.io/GCD-LCM-Calculator/"
>DEMO</a
>
<a class="code" href="https://github.com/Jee-El/GCD-LCM-Calculator"
>CODE</a
>
</div>
</div>
</div>
</section>
<!-- =========== CONTACT PAGE =========== -->
<section id="contact-section">
<h2 class="section-name">contact</h2>
<form>
<label for="name">Name</label>
<input type="text" id="name" placeholder="Full Name" />
<p>
Full Name must contain only letters, 3 words or less, and one space
between words.
</p>
<label for="email">Email</label>
<input type="email" id="email" placeholder="example@gmail.com" />
<p>Email must be a valid address. E.G: me@domain.com</p>
<label for="message">Message</label>
<textarea
id="message"
placeholder="Don't hesitate to say Hi!"
cols="30"
rows="8"
></textarea>
<p>Message must contain at least one character</p>
<input type="submit" value="Submit" id="submit" />
</form>
</section>
<!-- =========== FOOTER =========== -->
<footer>
<div>made with <span class="icon-heart"></span> by jee-el</div>
</footer>
</body>
</html>