-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
282 lines (275 loc) · 14.3 KB
/
index.html
File metadata and controls
282 lines (275 loc) · 14.3 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
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
<!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">
<link rel="icon" href="images/my-photo.png" type="image/icon type">
<title>yin-ka's Portfolio</title>
<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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/97c3dbf8a8.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="navbar container fixed-top">
<a href="#" id="logo">
Yin-ka
</a>
<nav>
<div class="menu">
<i class="fa-solid fa-bars" id="menu-icon"></i>
<ul class="menu-list" >
<li><a href="#works">Portfolio</a></li>
<li><a href="#about-myself">About</a></li>
<li><a href="#my-form">Contact</a></li>
</ul>
</div>
</nav>
</header>
<nav class="mobile-nav">
<span class="close-button">x</span>
<ul class="menu-list-mobile" >
<li><a class="menu-list-item" href="#works">Portfolio</a></li><br>
<li><a class="menu-list-item" href="#about-myself">About</a></li><br>
<li><a class="menu-list-item" href="#my-form">Contact</a></li><br>
</ul>
</nav>
<br><br>
<div class="hero-holder">
<section class="hero">
<div class="container">
<h1 class="greetings">
I’m Yin-ka,<br/> Glad to see you!
</h1>
<p class="about-me">
As a skilled software developer, I specialize in crafting products, features, and websites. Explore my portfolio to see my work and experience. If you find it aligns with your needs, feel free to reach out for any coding projects you have in mind. I'm here to help bring your ideas to life!
</p>
<h3 class="connect-me">
<a href="#">LET'S CONNECT</a>
</h3>
<ul class="icon-group">
<li class="icon"> <a rel="noopener" target="_blank" href="https://github.com/yin-ka"><i class="fa-brands fa-github"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href="https://www.linkedin.com/in/yusuf-sholotan/"><i class="fa-brands fa-linkedin"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href="https://wellfound.com/u/yusuf-sholotan"><i class="fa-brands fa-angellist"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href="https://twitter.com/holar_yhinkar"><i class="fa-brands fa-twitter"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href="sholotanyusuf14@gmail.com"><i class="fa-solid fa-m"></i></a></li>
</ul>
</div>
</section>
</div>
<section class="works " id="works">
<div class="container">
<div class="cards">
<img src="images/ResortVista.png" alt="The Snapshoot-Portfolio image">
<div class="card-data">
<h1 class="title">Resort Vista</h1>
<div class="position">
<h4 class="place"></h4>
<H5 class="post-name">● Full Stack Dev</H5>
<H5 class="post-year">● 2023</H5>
</div>
<p class="description">
Resort Vista is a user-friendly app for effortlessly booking stays at preferred resorts. The platform streamlines the selection and booking process, aiming to make leisure getaways easy and efficient for enhanced user satisfaction.
</p>
<div class="techs">
<div class="single-tech">CSS</div>
<div class="single-tech">React</div>
<div class="single-tech">RubyOnRails</div>
<div class="single-tech">Postgresql</div>
</div>
<button type="button" class="view-more view-modal1">See Project</button>
</div>
</div>
<div class="cards">
<img class="swap" src="images/CryptoCoinTracker.png" alt="The Snapshoot-Portfolio image">
<div class="card-data">
<h1 class="title">Crypto Coin Tracker</h1>
<div class="position">
<h4 class="place"></h4>
<H5 class="post-name">● Front End Dev</H5>
<H5 class="post-year">● 2023</H5>
</div>
<p class="description">
The Crypto Coin Tracker is a mobile web app showcasing global crypto metric updates. It was developed by integrating data from the COINLORE API and conducting unit tests for Redux code functions.
</p>
<div class="techs">
<div class="single-tech">CSS</div>
<div class="single-tech">JavaScript</div>
<div class="single-tech">React</div>
</div>
<button type="button" class="view-more view-modal2">See Project</button>
</div>
</div>
<div class="cards">
<img src="images/MoviesShow.png" alt="The Snapshoot-Portfolio image">
<div class="card-data">
<h1 class="title">Movies-Show</h1>
<div class="position">
<h4 class="place"></h4>
<H5 class="post-name">● Front End Dev</H5>
<H5 class="post-year">● 2023</H5>
</div>
<p class="description">
This movie-centric website utilizes two APIs—one for fetching a list of movies and another for obtaining likes and comments data. Users can actively engage with each movie by liking and commenting, and conveniently stay updated on the latest activities on the platform.
</p>
<div class="techs">
<div class="single-tech">Html</div>
<div class="single-tech">Css</div>
<div class="single-tech">JavaScript</div>
</div>
<button type="button" class="view-more view-modal3">See Project</button>
</div>
</div>
<div class="cards">
<img class="swap" src="images/Book-Store.png" alt="The Snapshoot-Portfolio image">
<div class="card-data">
<h1 class="title">Book-Store</h1>
<div class="position">
<h4 class="place"></h4>
<H5 class="post-name">● Front End Dev</H5>
<H5 class="post-year">● 2023</H5>
</div>
<p class="description">
A React-Redux-Toolkit project enabling users to manage book details by adding, removing, and updating favorites within the store.
</p>
<div class="techs">
<div class="single-tech">CSS</div>
<div class="single-tech">JavaScript</div>
<div class="single-tech">React</div>
</div>
<button type="button" class="view-more view-modal4">See Project</button>
</div>
</div>
</div>
</section>
<section class="modal-section"></section>
<div id="test1"></div>
<section class="about-myself" id="about-myself">
<div class="about-myself-intro">
<div class="container">
<h1 class="greetings">
About <br/> Myself
</h1>
<p class="about-me">
I'm a passionate Full Stack Developer from Lagos, Nigeria, with over 1500 hours of self-employed dedication to refining my skills. Fueled by a relentless passion for creating innovative, user-centric applications, I am committed to pushing the boundaries of innovation and excellence in the dynamic world of development.
</p>
<h3 class="connect-me">
<a href="#">LET'S CONNECT</a>
</h3>
<ul class="icon-group">
<li class="icon"> <a rel="noopener" target="_blank" href="https://github.com/yin-ka"><i class="fa-brands fa-github"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href=""><i class="fa-brands fa-linkedin"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href=""><i class="fa-brands fa-angellist"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href=""><i class="fa-brands fa-twitter"></i></a></li>
<li class="icon"> <a rel="noopener" target="_blank" href="sholotanyusuf14@gmail.com"><i class="fa-solid fa-m"></i></a></li>
</ul>
<button type="button" class="view-more"><a href="documents/Yusuf_Sholotan_Resume.pdf" download="YusufSholotanResume.pdf">Get my Resume</a></button>
</div>
</div>
<div class="about-myself-skills">
<div class="container">
<div class="skill">
<h4 class="skill-name">Languages</h4>
<i class='fas dots'></i>
</div>
<div class="sub-skills">
<div class="sub-skill">
<p class="sub-skill-name">HTML</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">CSS</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">JavaScript</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Ruby</p>
</div>
</div>
<div class="skill">
<h4 class="skill-name">Frameworks</h4>
<i class='fas dots'></i>
</div>
<div class="sub-skills">
<div class="sub-skill">
<p class="sub-skill-name">React.js</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">RubyonRails</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Rspec</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Capybara</p>
</div>
</div>
<hr>
<div class="skill">
<h4 class="skill-name">Skills</h4>
<i class='fas dots'></i>
</div>
<div class="sub-skills">
<div class="sub-skill">
<p class="sub-skill-name">Database Management</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Version Control</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">CLI</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Web Development</p>
</div>
</div>
<div class="sub-skills">
<div class="sub-skill">
<p class="sub-skill-name">API Design</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Debugging</p>
</div>
<div class="sub-skill">
<p class="sub-skill-name">Testing</p>
</div>
</div>
<hr>
</div>
</div>
</section>
<section class="my-form" id="my-form">
<div class="container">
<h3 class="contact-title">
Contact me
</h3>
<p class="contact-explanation">
If you have an application you are interested in developing, a feature that you need built or a project that needs coding. I’d love to help with it
</p>
<form action="https://formspree.io/f/mzbowdel" method="post" id="contact-form">
<div>
<label for="Name" hidden>Name</label>
<input id="username" type="text" name="username" maxlength="30" title="Name should be text and not more than 30 characters" placeholder="Enter your Name" required>
<small></small>
</div>
<div class="email-div">
<label for="email" hidden>Email</label>
<input id="useremail" type="email" name="email" required title="Only emails are allowed here" placeholder="Enter your Email">
</div>
<div>
<label for="email" hidden>Description</label>
<textarea id="description" type="text" rows="5" name="description" required maxlength="500" title="description should be not more than 500 characters" placeholder="Write your message here"></textarea>
</div>
<div id="center">
<small class="validator"></small>
<button class="view-more" type="submit" id="submit-form" onclick="EmailValidation(event)">Get in touch</button>
</div>
</form>
</div>
<hr class="go-home-bar">
</section>
<script src="index.js" type="text/javascript"></script>
</body>
</html>