-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
295 lines (278 loc) · 16.8 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
<!--
==> Made by : Ali EL-Badry
==> The official website of Ali EL-Badry
=========================================
-->
<!DOCTYPE html>
<html lang="en">
<!-- ===================== Main Head ===================== -->
<head>
<meta charset="UTF-8">
<meta name="description" content="This the official portfolio for Aly El Badry">
<title>Aly El-Badry | AI Engineer and Data Scientist | Portfolio</title>
<link rel="stylesheet" href="CSS/style.css">
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/3291/3291951.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/boxicons@2.1.4/dist/boxicons.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- ===================== Navigation Bar ===================== -->
<button id="backToTop" title="Go to top"><box-icon name='chevron-up' color='#3498db' size =lg></box-icon></button>
<nav class="navbar navbar-expand-lg ps-5 pe-5 position-sticky top-0" style="background-color: black;" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand me-5 text-primary fw-bolder" href="#">Aly El-Badry</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 mx-auto d-flex">
<li class="nav-item pe-3">
<a class="nav-link active" aria-current="page" href="#Home">Home</a>
</li>
<li class="nav-item pe-3">
<a class="nav-link" aria-current="page" href="#About">About-me</a>
</li>
<li class="nav-item pe-3">
<a class="nav-link" aria-current="page" href="#Projects">Projects</a>
</li>
<li class="nav-item pe-3">
<a class="nav-link" aria-current="page" href="#Certifications">Certification</a>
</li>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-primary" type="submit">Search</button>
</form>
</ul>
<a href="https://github.com/Ali-EL-Badry">
<box-icon type="logo" name='github' color='#3B71CA' size="md" class="me-2"></box-icon>
</a>
<box-icon name='code-alt' color='#3B71CA' size="md" class="me-2"></box-icon>
<a href="https://www.instagram.com/aly_aibak/"><box-icon type="logo" name='instagram' color='#3B71CA' size="md" class="me-2"></box-icon></a>
</div>
</div>
</nav>
<!-- ===================== Welcome ===================== -->
<div class = "Welcome" id="Home">
<div class="place">
<div class="content">
<h1>Welcome to Aly El-Badry's Portfolio.</h1>
<h2>Hello I am Aly El-Badry,</h2>
<h4> a Future AI Engineer and a student in Faculty of Computer and Artificial Intelligence that like to learn in different fields and different type of topic.</h4>
<a href="imgs/Aly-El-Deen-Yasser-Ali.pdf" download class="download">Download My CV</a>
<a href="https://wa.me/qr/L6ZISSSXQ3ZTJ1" target="_blank" class="Contact">Contact Me</a>
</div>
<div class="photo">
<img src="imgs/lol.jpg" alt="Aly El-Badry">
</div>
</div>
</div>
<!-- ===================== About me ===================== -->
<div class="service">
<div class="char">
<div class="pic">
<img src="imgs/Daco_550844.png" alt="">
</div>
<div class="name">
AI Engineer and Data Scientist
</div>
</div>
<div class="char">
<div class="fpic">
<img src="https://img.icons8.com/?size=100&id=KNvUeFIUqjAf&format=png&color=FFFFFF" alt="">
</div>
<div class="name">
Front-End Developer
</div>
</div><div class="char">
<div class="cpic">
<img src="imgs/Daco_4879810.png" alt="">
</div>
<div class="name">
Competitive Programmer By C++
</div>
</div>
</div>
<!-- ===================== About me ===================== -->
<div class="About-me" id="About">
<div class="hole">
<div class="photo2">
<img src="imgs/WhatsApp Image 2024-08-05 at 16.02.38_df409c98.jpg" alt="Aly El-Badry">
</div>
<div class="content">
<h2 >About Me.</h2>
<p>My Name is Aly El-Badry,</p>
<p> a dedicated student at the Faculty of Computer and Artificial Intelligence at Cairo University that love to Learn something new in different type of topic every day.</p>
<p> Alongside my studies, I work with my father as a Sales and Customer Service Representative in our family business, El-Badry Plast in Giza.</p>
<p>I excel in both collaborative environments as a strong leader and in individual tasks, consistently delivering quality results.</p>
<p> Currently, I am working towards becoming an AI Engineer and Data Scientist.</p>
<p>In my free time, I enjoy gaming, writing, and reading poems.</p>
</div>
</div>
</div>
<!-- ========================= skills ========================= -->
<div class="hh">
<h1 class="ab">Skills</h1>
</div>
<div class="skill">
<div class="all">
<div class="type">
<h2><box-icon class="icon" name='chevrons-right' type='solid' color='#3498db' size="md" ></box-icon>Data Science and AI Engineering</h2>
<p>I excel in <span class="skills-highlight">Mahine Learning</span> on Kaggle <span class="skills-highlight">Python</span> and participated in <span class="skills-highlight">HCIA-AI</span>.I am also proficient in <span class="skills-highlight">Deep Learning Algorithm</span>, <span class="skills-highlight">SQLite</span>.</p>
<h2><box-icon class="icon" name='chevrons-right' type='solid' color='#3498db' size="md" ></box-icon>Front-End Web Development</h2>
<p>Skilled in creating responsive and interactive web pages using <span class="skills-highlight">HTML</span>, <span class="skills-highlight">CSS</span>,<span class="skills-highlight">JavaScript</span>and using <span class="skills-highlight">Bootstrap</span> as a Framework.</p>
<h2><box-icon class="icon" name='chevrons-right' type='solid' color='#3498db' size="md" ></box-icon>Programming Languages</h2>
<p><span class="skills-highlight">Problem Solving</span>using <span class="skills-highlight">C++</span> as a main language and particpated in<span class="skills-highlight">ECPC Qualifications</span>in 2024-2025 and Proficient in various programming languages including <span class="skills-highlight">Python</span>, and <span class="skills-highlight">Java</span>and won't stop learning more and more.</p>
</div>
<div class="image">
<img src="imgs/Lovepik_com-401373103-programmer-knocking-code-work-icon-free-vector-illustration-mate.png" alt="">
</div>
</div>
</div>
<!-- ===================== Certifications ===================== -->
<div class="hh">
<h1 class = ab>Certification</h1>
</div>
<section class="Certification">
<div class="container">
<div class="row row-cols-3">
<div class="col">
<div class="small card">
<div class="card-body text-center">
<img src="imgs/Screenshot 2024-08-07 220653.png" class="card-img-top" alt="">
<h5 class="card-title fw-bolder fs-3 name">ECPC Qualifications 2024</h5>
<p>From : ECPC Qualifications</p>
</div>
</div>
</div>
<div class="col">
<div class="small card ">
<div class="card-body text-center">
<img src="imgs/imag.jpg" class="card-img-top" alt="">
<h5 class="card-title fw-bolder fs-3 name">HCIA : AI</h5>
<p>From : Huawai</p>
</div>
</div>
</div>
<div class="col">
<div class="small card">
<div class="card-body text-center">
<img src="imgs/imag.jpg" class="card-img-top" alt="">
<h5 class="card-title fw-bolder fs-3 name"> Java course</h5>
<p>From : Huawai</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ===================== Projects ===================== -->
<div class="hh">
<h1 class="ab">Projects</h1>
</div>
<div class="projects">
<div class="one-project">
<p class="name-card">Star-union Tasks</p>
<p class="small-desc">It is some web Tasks that I made in my full-stack course with star union using HTML, CSS, JS</p>
<p class="small-desc">Most Used: Html</p>
<i class='bx bxl-github github-icon'></i>
<div class="go-corner">
<div class="go-arrow">→</div>
</div>
</div>
<div class="one-project">
<p class="name-card">HCIA Tasks</p>
<p class="small-desc">It is machine learning code that uses SVM and KNN as algorithms for iris data in my HCIA-AI course.</p>
<p class="small-desc">Most Used: Python</p>
<i class='bx bxl-github github-icon'></i>
<div class="go-corner">
<div class="go-arrow">→</div>
</div>
</div>
<div class="one-project">
<p class="name-card">Pisc Modifier</p>
<p class="small-desc">It is a code that modifies any picture with 15 different filters that you can choose as you like.</p>
<p class="small-desc">Most Used: C++</p>
<i class='bx bxl-github github-icon'></i>
<div class="go-corner">
<div class="go-arrow">→</div>
</div>
</div>
</div>
<div class="bu">
<a class="b" href="https://github.com/Ali-EL-Badry?tab=repositories">For More</a>
</div>
<!-- ===================================== Footer ==================================== -->
<section id="contact" class="contact-section">
<div class="accent-line"></div>
<h1>Contact Me</h1>
<form class="contact-form">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Your name..">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Your email..">
<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Your message.."></textarea>
<div class="button-container">
<button type="submit">Send</button>
</div>
</form>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<h4>About Aly El-Badry</h4>
<p>He is a Computer Science student at Cairo University and a Sales and Customer Service Representative at El-Badry Plast. He excels in C++, Python, Java, and other technologies, and is focused on becoming an AI Engineer. In his free time, he enjoys gaming, writing, and reading poems.</p>
</div>
<div class="col-md-4">
<h4>Get In Touch</h4>
<ul>
<li><a href="mailto:ali.el.badry.747@gamil.com">ali.el.badry.747@gamil.com</a></li>
<li><a href="mailto:20231109@stud.fci-cu.eg" >20231109@stud.fci-cu.eg</a></li>
<li><a href="https://wa.me/qr/L6ZISSSXQ3ZTJ1" target="_blank">+20 1286964627</a></li>
</ul>
</div>
<div class="col-md-4">
<h4>Follow Me</h4>
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/ali.yasser.77312477">
<box-icon type='logo' name='facebook-square' size = 'lg'></box-icon>
</a>
</li>
<li>
<a href="https://wa.me/qr/L6ZISSSXQ3ZTJ1">
<box-icon type='logo' name='whatsapp' size="lg"></box-icon>
</a>
</li>
<li>
<a href="https://www.instagram.com/aly_aibak/">
<box-icon type='logo' name='instagram' size="lg"></box-icon>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/aly-el-badry/">
<box-icon name='linkedin-square' type='logo' size = lg ></box-icon>
</a>
</li>
<li>
<a href="https://github.com/Ali-EL-Badry">
<box-icon type='logo' name='github' size="lg"></box-icon>
</a>
</li>
</ul>
</div>
</div>
<div class="text-center mt-4">
<p>© 2024 Ali El-Badry. All rights reserved.</p>
</div>
</div>
</footer>
<script src="JS/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</body>
</html>