-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
501 lines (491 loc) · 17.1 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aime Divin</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/login.css">
<link rel="stylesheet" href="css/signup.css">
<link rel="stylesheet" href="css/blog-view.css">
<link rel="stylesheet" href="css/message-confirmation.css">
<link rel="stylesheet" href="css/user-action.css">
<link rel="stylesheet" href="css/user-info.css">
<script src="dist/token-refresher.js"></script>
</head>
<body>
<section class="user__info">
</section>
<section class="user__action">
<form action=""></form>
</section>
<section class="signup signup--hide-show">
<div class="signup--container">
<p class="signup--close-btn"><i class="fa-solid fa-xmark"></i></p>
<article class="signup__message">
<p>Hello,</p>
<p>Welcome<br>to our community!</p>
<p>Get started by creating your account below. <br><br>
We're excited to have you join us on this journey."</p>
</article>
<article class="signup__form">
<h1 class="signup__title">SignUp</h1>
<p class="signup__error_message"></p>
<form action="" class="signup__form_fields">
<fieldset>
<legend>FullName</legend>
<input type="text" placeholder="Your FullName" id="signup-fullname" class="name" name="name">
<span id="signup__error"></span>
</fieldset>
<fieldset>
<legend>Photo</legend>
<input type="file" id="photo" name="photo">
</fieldset>
<fieldset>
<legend>Dob</legend>
<input type="date" id="dob" name="dob">
</fieldset>
<fieldset>
<legend>Email</legend>
<input type="text" placeholder="Email" id="signup-email" class="email" name="email">
<span id="signup__error"><i class="fa-solid fa-circle-xmark"></i></span>
</fieldset>
<fieldset>
<legend>Password</legend>
<input type="password" placeholder="Password" id="signup-password" class="password"
name="password">
<span id="signup__error"><i class="fa-solid fa-circle-xmark"></i></span>
</fieldset>
<button class="signup__btn signup__btn--signin">SignUp</button>
</form>
<p class="signup-link">Already have an account, <a href="">SignIn</a></p>
</article>
</div>
</section>
<section class="login login--hide-show">
<div class="login--container">
<p class="login--close-btn"><i class="fa-solid fa-xmark"></i></p>
<article class="login__message">
<p>Hello,</p>
<p>Welcome Back!</p>
<p>Please enter your credentials to continue accessing your account</p>
<p>We're excited to have you here again.</p>
</article>
<article class="login__form">
<h1 class="login__title">SignIn</h1>
<form action="" class="login__form_fields" method="post">
<p class="login__error"></p>
<label for="email">
<input type="text" placeholder="Email / Username" name="email" id="email">
<span id="login__error_icon"><i class="fa-solid fa-circle-xmark"></i></span>
</label>
<label for="password">
<input type="password" placeholder="Password" name="password" id="password">
<span id="login__error_icon"><i class="fa-solid fa-circle-xmark"></i></span>
</label>
<button class="login__btn login__btn--signin">SignIn</button>
</form>
<p class="login__action">Forgot password ? <a href="">Click here</a></p>
<p class="login__action login-link">Create an account, <a href="/login-signup/signup.html">SignUp</a>
</p>
<form action="" class="login__form_with">
<h1 class="login__title2">Or</h1>
<button class="login__btn login__btn--google" disabled>Signin with Google</button>
<button class="login__btn login__btn--apple" disabled>SignIn With Apple</button>
</form>
</article>
</div>
</section>
<section class="blog--view-container">
</section>
<section class="message message--confirmation">
<div class="message__container">
</div>
</section>
<header class="header">
<div class="header__logo">
<svg width="65" height="56" viewBox="0 0 65 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M40.625 0.5L16.25 55.5H24.375L48.75 0.5H40.625ZM8.125 9.66667L0 28L8.125 46.3333H16.25L8.125 28L16.25 9.66667H8.125ZM48.75 9.66667L56.875 28L48.75 46.3333H56.875L65 28L56.875 9.66667H48.75Z"
fill="black" />
</svg>
<span>Aime Divin</span>
</div>
<div class="header__menu_btn">
<i class="fa-solid fa-bars"></i>
</div>
<nav class="header__navigation" id="header__navigation">
<div class="header__dark_light">
<i class="fa-solid fa-moon"></i>
</div>
<div class="header__nav_link">
<a href="#">Home</a>
<a href="#about">About Me</a>
<a href="#skills">Skills</a>
<a href="#portfolio">Portfolio</a>
<a href="#blogs">Blogs</a>
<a href="#contact">Contact Me</a>
</div>
<div class="header__profile">
</div>
</nav>
</header>
<main>
<section class="home">
<article class="home__intro">
<div class="home__title">
<p class="home__greeting">Hello, 👋</p>
<h2>
<span class="home__title_name-blue">I'm</span> iragena
<span class="first-name">aime divin</span>
</h2>
</div>
<div class="home__sub_title">
<p>A Web Designer</p>
</div>
<div class="home__description">
<p>I'm here to showcase my passion for crafting innovative solutions. Explore my projects and let's
connect over our shared
love for technology.</p>
</div>
<div class="home__cta_btn">
<a href="https://drive.google.com/file/d/1Y56Tl2HBI9AK7ilaAPdBWKinbXau1-9E/view?usp=sharing" target="_blank" class="home__btn_download">Download CV</a>
<a href="#footer" class="home__btn_send_message">Send Message</a>
</div>
</article>
<article class="home__picture">
<figure class="home__my_photo">
<img src="assets/images/my-photo.png" alt="">
</figure>
<div class="home__social_media">
<figure class="linkedin">
<a href="https://linkedin.com/in/aime-divin-iragena-751192148" target="_blank">
<img src="assets/icons/Linkedin.png" alt="linkedin">
</a>
</figure>
<figure class="github">
<a href="https://github.com/aimedivin" target="_blank">
<img src="assets/icons/Github.png" alt="github">
</a>
</figure>
<figure class="twitter">
<a href="#">
<img src="assets/icons/twitter.png" alt="twitter">
</a>
</figure>
</div>
</article>
</section>
<span id="about">k</span>
<section class="about">
<p class="about__title">about me</p>
<div class="about__content">
<div class="about__info">
<div>
<figure>
<img src="assets/icons/Development Skill.svg" alt="experience-icon">
</figure>
<h2>0 ‐ 1 Year<br> Of Experience</h2>
</div>
<div>
<figure>
<img src="assets/icons/Graduation Cap.svg" alt="education-icon">
</figure>
<h2>Computer Science</h2>
<h3>University Of Rwanda</h3>
<h4>2023-2027</h4>
</div>
<div>
<figure>
<img src="assets/icons/Project.svg" alt="project-icon">
</figure>
<h2>2+ Projects</h2>
</div>
</div>
<div class="about__description">
<p>I'm a software engineer, pursuing a Bachelor's degree in Computer Science. Skilled in web design
and proficient in
JavaScript, Python, and C++. Committed to collaborative problem-solving and promoting diversity
in tech. Let's connect
and make an impact through technology together!</p>
</div>
</div>
</section>
<span id="skills"></span>
<section class="skills">
<p class="skills__title">Skills</p>
<p class="skills__description">
Skilled software engineer with a strong foundation in various programming languages and frameworks.
Committed to
problem-solving and creating effective, scalable solutions.
</p>
<article class="skills__content">
<figure class="skills__tech html-css">
<img src="assets/icons/html&css.svg" alt="html-css">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
<figure class="skills__tech javascript">
<img src="assets/icons/javascript.svg" alt="javascript">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star half.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
<figure class="skills__tech node-js">
<img src="assets/icons/nodejs.svg" alt="nodejs">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="">
<img src="assets/icons/Star full.svg" alt="">
<img src="assets/icons/Star.svg" alt="">
<img src="assets/icons/Star.svg" alt="">
<img src="assets/icons/Star.svg" alt="">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
<figure class="skills__tech git-github">
<img src="assets/icons/git&github.svg" alt="git-github">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star half.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
<figure class="skills__tech mysql">
<img src="assets/icons/mysql.svg" alt="mysql">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
<figure class="skills__tech python">
<img src="assets/icons/python.svg" alt="python">
<figcaption>
<div class="skills__stars">
<img src="assets/icons/Star full.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
<img src="assets/icons/Star.svg" alt="star">
</div>
<h3>Projects 5+</h3>
<p>certificate </p>
</figcaption>
</figure>
</article>
</section>
<span id="portfolio">#</span>
<section class="portfolio">
<div>
<p class="portfolio__title">Portfolio</p>
<p class="portfolio__description">All Projects</p>
</div>
<div class="portfolio__content">
<div class="portfolio__project">
<figure class="portfolio__thumbnail">
<img src="assets/images/ecommerse-project'.svg" alt="ecommerse">
</figure>
<div class="portfolio__tn_description">
<p class="portfolio__project_name">E-Commerse Website</p>
<p class="portfolio__project_demo">
Demo
</p>
</div>
</div>
<div class="portfolio__project">
<figure class="portfolio__thumbnail">
<img src="assets/images/c&b-transport-project.svg" alt="ecommerse">
</figure>
<div class="portfolio__tn_description">
<p class="portfolio__project_name">C & B Transport</p>
<p class="portfolio__project_demo">
Demo
</p>
</div>
</div>
<div class="portfolio__project">
<figure class="portfolio__thumbnail">
<img src="assets/images/to-do-list-project.svg" alt="ecommerse">
</figure>
<div class="portfolio__tn_description">
<p class="portfolio__project_name">To-Do List</p>
<p class="portfolio__project_demo">
Demo
</p>
</div>
</div>
</div>
<!-- <div class="portfolio__btn">
<a href="">Load More</a>
</div> -->
</section>
<span id="blogs"></span>
<section class="blogs">
<div>
<p class="blogs__title">My blogs</p>
<p class="blogs__description">Behind The Work</p>
</div>
<div class="blogs__content">
</div>
<div class="blogs__btn">
<a href="">Load More</a>
</div>
</section>
<span id="contact"></span>
<section class="contact">
<div>
<p class="contact__title">Contact Me</p>
<p class="contact__description">Contact Information</p>
</div>
<div class="contact__content">
<div class="contact__address">
<figure>
<img src="assets/icons/🦆 icon _location position_.svg" alt="address">
</figure>
<p class="contact__address_desc">
Kigali - Kicukiro <br>KK 243st
</p>
<a href="https://maps.app.goo.gl/ZwGEFqarqSGVv3R3A" target="_blank" class="contact__link">Locate</a>
</div>
<div class="contact__email">
<figure>
<img src="assets/icons/🦆 icon _email_.svg" alt="">
</figure>
<p class="contact__address_desc">
Email: <br>
</p>
<a href="mailto:"></a>
<a href="mailto:[email protected]" target="_blank" class="contact__link">Send Email</a>
</div>
<div class="contact__web">
<figure>
<img src="assets/icons/Web.svg" alt="">
</figure>
<p class="contact__address_desc">
Website: <br>www.aimedivin.com
</p>
<a href="#" class="contact__link">Visit</a>
</div>
<div class="contact__Tel">
<figure>
<img src="assets/icons/🦆 icon _phone call_.svg" alt="">
</figure>
<p class="contact__tel_desc">
Phone: <br>
+250 790776174
</p>
<a href="tel:+250790776174" target="_blank" class="contact__link">Call</a>
</div>
</div>
</section>
</main>
<footer class="footer" id="footer">
<section class="footer__content">
<article>
<!-- <div class="footer__links">
<p class="footer__title">Quick Links</p>
<ul class="footer__link">
<li>Home</li>
<li>About ME</li>
<li>Skills</li>
<li>Portfolio</li>
<li>Blogs</li>
<li>Contact Me</li>
</ul>
</div> -->
<div class="footer__get_started">
<p class="footer__title">Get started</p>
<ul class="footer__link">
<li>LogIn</li>
<li>SignUp</li>
</ul>
</div>
<div class="footer__connect">
<p class="footer__title">Connect with me</p>
<figure class="footer__connect_icon">
<a href="https://linkedin.com/in/aime-divin-iragena-751192148" target="_blank"><img
src="assets/icons/Linkedin.png" alt="linkedin"></a>
<a href="https://github.com/aimedivin" target="_blank"><img src="assets/icons/Github.png"
alt="github"></a>
<a href=""><img src="assets/icons/twitter.png" alt="twitter"></a>
</figure>
</div>
</article>
<article class="footer__message">
<p class="footer__title">Send Message</p>
<form action="" class="footer__form" method="post">
<p class="footer__error"></p>
<label for="footer-email">
<input type="text" id="footer-email" placeholder="Your Email">
<span id="error"><i class="fa-solid fa-circle-xmark"></i></span>
</label>
<label for="subject">
<input type="text" id="subject" placeholder="Subject">
<span id="error"><i class="fa-solid fa-circle-xmark"></i></span>
</label>
<label for="message">
<textarea placeholder="Message" id="message"></textarea>
<span id="error"><i class="fa-solid fa-circle-xmark"></i></span>
</label>
<button class="footer__btn">SEND <svg width="20" height="20" viewBox="0 0 20 20" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M18.25 1.75L1.75 7.25L9.65622 10.3438M18.25 1.75L12.75 18.25L9.65622 10.3438M18.25 1.75L9.65622 10.3438"
stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</button>
</form>
</article>
</section>
<section class="footer__copyright">
<p><i class="fa-regular fa-copyright"></i> Aime Divin IRAGENA 2023</p>
</section>
</footer>
<script src="dist/portfolio/signup.js"></script>
<script src="/dist/portfolio/main.js"></script>
<script src="/js/main.js"></script>
<script src="/dist/portfolio/login-page.js"></script>
<script src="/dist/portfolio/footer.js"></script>
<script src="/dist/portfolio/blogs.js"></script>
<script src="/js/signup.js"></script>
<script src="/js/blog-view.js"></script>
</body>
</html>