-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
280 lines (243 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to my personal portfolio website. I am a web developer and designer with experience in HTML, CSS, Bootstrap, Tailwind, JavaScript, PrestaShop and Wordpress. View my portfolio and contact me for any web development needs.">
<meta name="keywords" content="web development, frontend development, web developer, web designer, frontend developer, portfolio, HTML, CSS, SASS, SCSS, Bootstrap, Tailwind, React, JavaScript, Vue.js, Angular, jQuery, UI/UX design, Responsive design, web performance, mobile-friendly, SEO, Semantic HTML, Material design, Wordpress, PrestaShop, Wix">
<title>Idrissa Diallo • Jr Frontend Developer</title>
<link rel="shortcut icon" href="./assets/images/favicon.png" type="image/x-icon">
<!---------- Google Fonts ---------->
<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=Overpass:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-------- Font Awesome -------->
<script src="https://kit.fontawesome.com/1b2a4a8051.js" crossorigin="anonymous"></script>
<!-------- CSS File -------->
<link rel="stylesheet" href="./dist/styles.css">
</head>
<body>
<!---------------------- HEADER SECTION ---------------------->
<header>
<!-------- NAVBAR SECTION -------->
<nav class="navbar-container">
<div class="logo">
<a href="index.html">
<img id="white" src="./assets/images/my-logo.png" alt="This is my logo">
</a>
</div>
<div class="nav-links">
<a class="links active" href="#home" >Home</a>
<a class="links" href="#about" >About</a>
<a class="links" href="#services" >Services</a>
<a class="links" href="#projects" >Projects</a>
</div>
<div class="dark-light-mode">
<img id="icon" src="./assets/images/moon.png" alt="moon icon">
</div>
</nav>
<!-------- HERO SECTION -------->
<section class="hero-section" id="home">
<div class="my-text">
<h1 class="my-title">Hi, I'm Idris !</h1>
<div>
<a class="typewrite" data-period="2000" data-type='[ "a Jr Front-End Developer 👨🏿💻", "a Tech Enthusiast 💻", " and I love to Develop 👨🏿💻" ]'>
<span class="wrap"></span>
</a>
</div>
</div>
<div class="skills-container">
<img class="skill-icon" src="./assets/images/html.svg" alt="HTML5 icon">
<img class="skill-icon" src="./assets/images/css3-alt.svg" alt="CSS3 icon">
<img class="skill-icon" src="./assets/images/bootstrap.svg" alt="Bootstrap icon">
<img class="skill-icon" src="./assets/images/tailwindcss-svgrepo-com.svg" alt="Tailwind CSS icon">
<img class="skill-icon" src="./assets/images/square-js.svg" alt="JavaScript icon">
<img class="skill-icon" src="./assets/images/react.svg" alt="React icon">
</div>
</section>
</header>
<!---------------------- MAIN SECTION ---------------------->
<main>
<!-------- FIRST SECTION -------->
<section class="first-section" id="about">
<h2 class="about-me">About me...👨🏿</h2>
<div class="container-first-section">
<div class="about-img">
<img src="./assets/images/Idrissa-Diallo-picture.png" alt="Idrissa Diallo picture">
</div>
<div class="about-text">
<p class="text">
My name is Idrissa Diallo, but you can call me Idris ✌🏾.
</p>
<p class="text">
I started my journey as a young literary enthusiast, but everything changed when I joined an E-Commerce startup.
That's when I discovered my passion for Web Development 🚀.
</p>
<p class="text">
In early 2022, I decided to make a career change and become a Jr Frontend Developer.
I enrolled at Go My Code for formal education and supplemented my learning with online courses from Udemy and Codecademy.
</p>
<p class="text text-1">
Since then, I've been on a continuous learning journey, staying updated with the latest technologies.
I'm a tech enthusiast, and my motto is to learn and work to make a positive impact 🙌🏾.
</p>
<a href="./assets/cv/CV-eng.pdf" class="cta" download>
<span>Download my CV</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
<p class="hashtag">#confident #ambitious #hard-working #never-stop-learning #tech-enthusiast</p>
</div>
</div>
</section>
<!-------- SECOND SECTION -------->
<section class="second-section" id="services">
<h2 class="services">Services</h2>
<div class="container-3">
<div class="serviceBox">
<div class="icon icon-1">
<i class="fas fa-code"></i>
</div>
<div class="content">
<h3 class="service-title">Development</h3>
<p class="service-paragraph">
This service will include creating visually appealing and user-friendly websites that are
optimized for performance, accessibility, and SEO.
</p>
</div>
</div>
<div class="serviceBox">
<div class="icon icon-2">
<i class="fa-sharp fa-solid fa-wand-magic-sparkles"></i>
</div>
<div class="content">
<h3 class="service-title">Design</h3>
<p class="service-paragraph">Your website will be optimized for different devices and screen sizes and will
be accessible to all users, including those with disabilities.</p>
</div>
</div>
<div class="serviceBox">
<div class="icon icon-3">
<i class="fa-sharp fa-solid fa-rocket"></i>
</div>
<div class="content">
<h3 class="service-title">Deployment</h3>
<p class="service-paragraph">In summary, this is the process of making your website live and available to
the public on the internet. And optimize it to increase its speed and reduce its loading time.</p>
</div>
</div>
<div class="serviceBox">
<div class="icon icon-4">
<i class="fa-brands fa-searchengin"></i>
</div>
<div class="content">
<h3 class="service-title">SEO</h3>
<p class="service-paragraph">
When building your website, I'll improve its visibility on search engines and increase its ranking in
search results.
</p>
</div>
</div>
<div class="serviceBox">
<div class="icon icon-5">
<i class="fa-solid fa-circle-check"></i>
</div>
<div class="content">
<h3 class="service-title">QA</h3>
<p class="service-paragraph">
This service includes testing, inspections,
and audits to ensure that the website meets the client's requirements and specifications.
</p>
</div>
</div>
</div>
</section>
<!-------- THIRD SECTION -------->
<section class="third-section" id="projects">
<h2 class="projects">Projects</h2>
<div class="third-container">
<div class="card">
<div class="card-image">
<img src="./assets/images/screenshot-of-my-work.png" alt="Image">
</div>
<div class="card-content">
<h3 class="card-title">Personal website</h3>
<p class="card-description">
<span>#1 </span>
This card represents my very first project as a Jr Frontend Dev. <br>
It marks the beginning of my journey in web development and design.
</p>
<a class="card-button" href="#" rel="noopener">
<button class="learn-more" type="button">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">Check out</span>
</button>
</a>
</div>
</div>
<div class="card">
<div class="card-image">
<img src="./assets/images/screenshot-of-my-work-2.png" alt="Image">
</div>
<div class="card-content">
<h3 class="card-title">Phoenix Consulting Group</h3>
<p class="card-description">
<span>#2</span>
This card represents my personal project to modernize and enhance an outdated website,
focusing on improving the user experience.
</p>
<a class="card-button" href="https://phoenixcga.netlify.app/" target="_blank" rel="noopener">
<button class="learn-more" type="button">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">Check out</span>
</button>
</a>
</div>
</div>
</div>
</section>
<!-------- FOURTH SECTION -------->
<section class="fourth-section">
<div class="wrapper">
<a class="icon facebook" href="https://www.facebook.com/id.dev3/" target="_blank" rel="noopener">
<span class="tooltip">Facebook</span>
<span><i class="fa-brands fa-facebook-f"></i></span>
</a>
<a class="icon twitter" href="https://twitter.com/id_dev3" target="_blank" rel="noopener">
<span class="tooltip">Twitter</span>
<span><i class="fa-brands fa-x-twitter"></i></span>
</a>
<a class="icon instagram" href="https://www.instagram.com/id_dev3/" target="_blank" rel="noopener">
<span class="tooltip">Instagram</span>
<span><i class="fa-brands fa-instagram"></i></span>
</a>
<a class="icon github" href="https://github.com/id-dev3" target="_blank" rel="noopener">
<span class="tooltip">Github</span>
<span><i class="fa-brands fa-github"></i></span>
</a>
<a class="icon gmail" href="mailto:id.diallo117@gmail.com" target="_blank" rel="noopener">
<span class="tooltip">Gmail</span>
<span><i class="fa-regular fa-envelope"></i></span>
</a>
<a class="icon linkedin" href="https://linkedin.com/in/id-diallo" target="_blank" rel="noopener">
<span class="tooltip">LinkedIn</span>
<span><i class="fa-brands fa-linkedin-in"></i></span>
</a>
</div>
</section>
</main>
<!---------------------- FOOTER SECTION ---------------------->
<footer>
<div class="footer-section">
<p>© idDev 2023 - All Rights Reserved.</p>
</div>
</footer>
<script src="./javascript/script.js"></script>
</body>
</html>