-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
230 lines (215 loc) · 9.28 KB
/
index.html
File metadata and controls
230 lines (215 loc) · 9.28 KB
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
<!DOCTYPE html>
<!-- Created By CodingNepal -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Azeez Idris | PhD Student and Data Scientist</title>
<link rel="shortcut icon" href="azib.jpg">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#">Azibit</a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn">Education</a></li>
<li><a href="#contact-btn" class="menu-btn">Skills</a></li>
<li><a href="#teams" class="menu-btn">Recommendation</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">
Hello, my name is</div>
<div class="text-2">
Azeez Idris</div>
<div class="text-3">
<span class="typing"></span></div>
<a href="mailto:abdulazeezidris28@gmail.com">Get in Touch</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">
About me</h2>
<div class="about-content">
<div class="column left">
<img src="Ab.jpg" alt="">
</div>
<div class="column right">
<div class="text">
<span class="typing-2"></span></div>
<p>
Data scientist with a focus on applying machine learning in the areas of health, education and agriculture. In essence, make AI Systems less of a black box for use in Health, Education and Agriculture.<br>
A Software Developer with a passion for solving challenging tasks in the areas of health and education. Strong expertise in understanding the client's requirements and deploying solutions that are at the forefront of cutting-edge technology.</p>
<a href="https://www.linkedin.com/in/azibit/detail/overlay-view/urn:li:fsd_profileTreasuryMedia:(ACoAABiJYC8BX5bxOAK13JaT8v7DUqgsH4I4ai8,1598479521219)/">Download CV</a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">
Education</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<h2>Iowa State University</h2>
<div class="text">
Doctor of Philosophy (PhD)<br />2019 - 2024</div>
<p>
Azeez is currently a graduate student of the Department of Computer science at Iowa state University. He is also a Graduate Teaching Assistant and the program is expected to end in 2024.</p>
</div>
</div>
<div class="card">
<div class="box">
<h2>Nile University of Nigeria</h2>
<div class="text">
MSc Computer Science<br />2018 - 2019</div>
<p>
In 2018, Azeez won a scholarship sponsored by the Federal Government of the Nigeria through NITDA for a Master's program. The program lasted for a year and half. He graduated in 2019 with a distinction and he also served as the Secretary of Artificial Intelligence Research Group of the school.</p>
</div>
</div>
<div class="card">
<div class="box">
<h2>Ahmadu Bello University</h2>
<div class="text">
BSc Computer Science<br />2010 - 2014</div>
<p>
The University is popularly known as ABU, is a public university in Zaria,Nigeria. The University enrolls more than 50,000 students. Azeez was admitted to study Computer Science at ABU, Zaria in 2010. He later graduated with a First Class in 2014.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Recommendation section start -->
<section class="teams" id="teams">
<div class="max-width">
<h2 class="title">
Recommendations</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<img src="Azizi.jpeg" alt="">
<div class="text">
Vahid Azizi</div>
<p>
"I worked with Idris on the "soybean root disease detection" project. The outcome of the project was excellent and Idris played an important role in the team. He is a smart person who always is looking forward to increasing his knowledge of data science.
Idris is one of the most sociable persons I have met in my life, you never would be tired in the work environment if Idris is your teammate. His presentation skill is another strong point in his resume. I strongly recommend him for any project and job related to the data science field."</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="Kori.jpeg" alt="">
<div class="text">
Muhammad Kori</div>
<p>
There are so many good things to be said about AbdulAzeez Idris, I believe one the few traits that stand out are dedication to get things done and clients' satisfaction. You have not seen dedication till you've met him. In the time I've known him, he has always impressed me over and over. He is really smart & talented and someone I always look forward to working with because we always get "stuff" done. These are why I would highly recommend him!</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="Muiz.jpeg" alt="">
<div class="text">
Muizzudeen Sani Maji</div>
<p>
I am pleased to provide a recommendation for Abdul-Azeez, I have known him since 2015 working at FlexiSaf, he is one of the most exceptionally hardworking people I have ever known in my life, whose mantra has been becoming better day by day which he does so well that other people would often contemplate if he's only human. His extraordinary ability to analyze problems and outline necessary courses of action is invaluable</p>
</div>
</div>
</section>
<section id="contact-btn">
<h1 class="c-b-heading">You Want to View my Detailed Resume ?</h1>
<button><a href="https://www.linkedin.com/in/azibit/">View</a></button>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">
Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">
Get in Touch</div>
<p>
Drop a message, will reply as soon as possible</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">
Name</div>
<div class="sub-title">
Azeez Idris</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">
Address</div>
<div class="sub-title">
Ames, Iowa</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">
Email</div>
<div class="sub-title">
abdulazeezidris28@gmail.com</div>
</div>
</div>
<div class="row">
<i class="fas fa-phone"></i>
<div class="info">
<div class="head">
Telephone</div>
<div class="sub-title">
+234 7069 414 970</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Connect With Me</div>
<a href="https://www.facebook.com/azibit"><img src="https://img.icons8.com/color/96/000000/facebook-new.png" width="60"/></a>
<a href="https://www.linkedin.com/in/azibit/"><img src="https://img.icons8.com/color/96/000000/linkedin.png" width="60"/></a>
<a href="https://twitter.com/IDRISAZEEZ43"><img src="https://img.icons8.com/color/96/000000/twitter.png" width="60"/></a>
<a href="https://github.com/azibit"><img src="https://img.icons8.com/color/96/000000/github.png" width="60"/></a>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span> <a href="https://www.linkedin.com/in/azibit/">Azeez Idris</a> | <span class="far fa-copyright"></span> 2022 All rights reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>