-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (229 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'm Samuel a web developer.. welcome to my world 🙂">
<meta name="keywords" content="Samuel Osaronungwe, Samuel Ogboru developer, programmer">
<title>Samuel Ogboru</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="css/queries.css">
<link rel="icon" href="favicon.ico">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/db124774fc.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud img">
<h1>I'm Samuel</h1>
<h2>a <span class="pro">pro</span>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud img">
<img src="images/mountain.png" alt="mountain img" class="top-container__img3">
</header>
<main class="middle-container">
<section id="profile">
<img src="images\20230820_123505.webp" alt="My img">
<h2 class="container__header">Hello.</h2>
<p class="description">I'm a passionate, detail-oriented and product-minded web developer, I have 1+ years of experience in programming, building web to scale.</p>
</section>
<hr>
<section id="projects">
<h2>Projects</h2>
<div class="projects">
<div class="project1">
<a href="https://sicktooth.github.io/Ableton-s-clone/" target="_blank">
<h4>Ableton's Clone</h4>
<h5>HTML + CSS</h5>
<p>This a clone of of webpage about Ableton</p>
<div class="project1-link__footer">
<div>
<a href="https://github.com/sicktooth/Ableton-s-clone" target="_blank" rel="noopener noreferrer"><i class="fa-solid fa-code"></i>
Code
</a>
</div>
<div>
<a href="https://ableton-s-clone.vercel.app/" target="_blank" rel="noopener noreferrer"><i class="fa-regular fa-eye"></i>
Site
</a>
</div>
</div>
</a>
</div>
<div class="project1">
<a href="https://sicktooth.github.io/fylo-landing-page-with-two-column-layout-master/" target="_blank">
<h4>fylo-landing-page-with-two-column-layout-master</h4>
<h5>HTML + CSS</h5>
<p>
This is a solution to the Fylo landing page with two column layout challenge on Frontend Mentor.
</p>
<div class="project1-link__footer">
<div>
<a href="https://github.com/sicktooth/fylo-landing-page-with-two-column-layout-master" target="_blank" rel="noopener noreferrer">
<i class="fa-solid fa-code"></i> Code
</a>
</div>
<div>
<a href="https://sicktooth.github.io/fylo-landing-page-with-two-column-layout-master/" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-eye"></i> Site
</a>
</div>
</div>
</a>
</div>
<div class="project1">
<a href="https://sicktooth.github.io/tindog-alt/" target="_blank">
<h4>Tindog's alt design</h4>
<h5>HTML + CSS + Bootstrap</h5>
<p>My design on Miss Angela Yu's project</p>
<div class="project1-link__footer">
<div>
<a href="https://github.com/sicktooth/tindog-alt" target="_blank" rel="noopener noreferrer">
<i class="fa-solid fa-code"></i> Code
</a>
</div>
<div>
<a href="https://sicktooth.github.io/tindog-alt/" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-eye"></i> Site
</a>
</div>
</div>
</a>
</div>
<div class="project1">
<a href="https://sicktooth.github.io/tindog/" target="_blank">
<h4>Tindog</h4>
<h5>HTML + CSS + Bootstrap</h5>
<p>Miss Angela Yu's project</p>
<div class="project1-link__footer">
<div>
<a href="https://github.com/sicktooth/tindog" target="_blank" rel="noopener noreferrer">
<i class="fa-solid fa-code"></i> Code
</a>
</div>
<div>
<a href="https://sicktooth.github.io/tindog/" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-eye"></i> Site
</a>
</div>
</div>
</a>
</div>
<div class="project1">
<a href="https://smagdeliveries.netlify.app/" target="_blank">
<h4>Smag deliveries</h4>
<h5>HTML + CSS + Jquery</h5>
<p>
This is where you can make an order for any Nigerian meal 🍛 and subscribe for services like; getting food delivered to your doorstep twice everyday and other plans.
</p>
<div class="project1-link__footer">
<div>
<a href="https://github.com/sicktooth/workspace/tree/master/smag" target="_blank" rel="noopener noreferrer">
<i class="fa-solid fa-code"></i> Code
</a>
</div>
<div>
<a href="https://smagdeliveries.netlify.app/" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-eye"></i> Site
</a>
</div>
</div>
</a>
</div>
</div>
</section>
<hr>
<section id="skills">
<h2 class="container__heading">My Skills.</h2>
<div class="skill-row">
<img class="skill1" src="images/code.gif" alt="coding gif">
<div class="skill-description">
<h3>Web Design</h3>
<p>The responsiveness of every website is essential and that is exactly what I specialize in. I design responsive websites to fit into any device's viewport or screen size your target audience uses.</p>
<h4 class="container__sub__heading">Technologies I currently use to make the above possible</h4>
<div class="skills__tech">
<div class="flex">
<i class="fa-brands fa-html5"></i>
<p>HTML</p>
</div>
<div class="flex">
<i class="fa-brands fa-css3-alt"></i>
<p>CSS</p>
</div>
<div class="flex">
<i class="fa-brands fa-bootstrap"></i>
<p>Bootstrap</p>
</div>
<div class="flex">
<i class="fa-brands fa-git"></i>
<p>Git</p>
</div>
<div class="flex">
<i class="fa-brands fa-github"></i>
<p>Github</p>
</div>
</div>
</div>
</div>
<div class="skill-row">
<div class="skill-description">
<h3>Racing Games Challenge</h3>
<p>My skill is actually playing Racing Games, I am the undisputed king of racing games. Subway Surfers, Downhill and Asphalt are my favorite games</p>
</div>
<img class="skill2" src="images/gaming.png" alt="Game pad">
</div>
</section>
<hr>
<section id="certifications">
<h2 class="cert-heading">Certifications</h2>
<div class="cert-row">
<div class="cert1">
<a href="https://www.sololearn.com/certificates/CT-AOVVJKO6" target="_blank" rel="noopener noreferrer">
<div class="cert_1">
<h3>View</h3>
</div>
</a>
</div>
<div class="cert1">
<a href="https://www.sololearn.com/certificates/CT-XIKWOMOS" target="_blank" rel="noopener noreferrer">
<div class="cert_2">
<h3>View</h3>
</div>
</a>
</div>
</div>
<div class="cert-row">
<div class="cert1">
<a href="https://www.sololearn.com/certificates/CT-UONENNE3" target="_blank" rel="noopener noreferrer">
<div class="cert_3">
<h3>View</h3>
</div>
</a>
</div>
<div class="cert1">
<a href="https://www.sololearn.com/certificates/CT-JKCHZUPB" target="_blank" rel="noopener noreferrer">
<div class="cert_4">
<h3>View</h3>
</div>
</a>
</div>
</div>
</section>
<hr>
<section id="contact-me">
<h2 class="container__head">Get In Touch</h2>
<h3>If you love Racing Games as much as I do.</h3>
<p class="description">Love Racing Games as much as I do? Let's talk about how awesome they are! We can play video games after Coding :)</p>
<a class="BUTTON_PBZ" href="mailto:sosaronungwe@gmail.com">CONTACT ME</a>
</section>
</main>
<footer id="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/samuel-osaronungwe-6a691b221/" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Sammy_O_Osaro" target="_blank">Twitter</a>
<a class="footer-link" href="https://www.facebook.com/SammyOsaro0" target="_blank">Facebook</a>
<p>© 2024 Samuel Ogboru Osaronungwe</p>
</footer>
<script src="index.js"></script>
</body>
</html>