-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontend.html
213 lines (204 loc) · 9.85 KB
/
frontend.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Front-End</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="frontend.css">
<!-- Icon Pack -->
<link rel="icon" href="./Assets/IMG_E2476.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
</head>
<body>
<nav>
<ul>
<li class="nav-links"><a href="./index.html">Home</a></li>
<li class="nav-links"><a href="./civil.html">Civil Eng</a></li>
</ul>
</nav>
<div class="loading-screen" id="loading-screen">
<div class="loading-content">
<img src="./Assets/coding.gif" alt="coding...">
<div class="loading-text" id="loading-text">CODING...</div>
</div>
</div>
<div class="theme-switch">
<span class="icon dark-icon"><i class="fa-solid fa-moon"></i></span>
<label class="switch" for="toggle">
<input type="checkbox" id="toggle">
<span class="slider round"></span>
</label>
<span class="icon light-icon"><i class="fa-solid fa-sun"></i></span>
</div>
<section class="skills">
<h2 class="section-title"><i class="fa-solid fa-microchip"></i> Tech Stack</h2>
<div class="skills-container">
<div class="skills-items">
<img src="./Assets/html.png" alt="">
<p>HTML</p>
</div>
<div class="skills-items">
<img src="./Assets/CSS.png" alt="">
<p>CSS</p>
</div>
<div class="skills-items">
<img src="./Assets/Bootstrap.png" alt="">
<p>Bootstrap</p>
</div>
<div class="skills-items">
<img src="./Assets/tailwind.png" alt="">
<p>Tailwind</p>
</div>
<div class="skills-items">
<img src="./Assets/Javascript.png" alt="">
<p>JavaScript</p>
</div>
<div class="skills-items">
<img src="./Assets/REACT.png" alt="">
<p>React</p>
</div>
<div class="skills-items">
<img src="./Assets/GIT.png" alt="">
<p>Git</p>
</div>
<div class="skills-items">
<img src="./Assets/python.png" alt="">
<p>Python</p>
</div>
<div class="skills-items">
<img src="./Assets/django.png" alt="">
<p>Django</p>
</div>
</div>
</section>
<section class="experience">
<div class="timeline">
<h2 class="section-title"><i class="fa-solid fa-briefcase"></i> Work Experience</h2>
<div class="experience-container">
<div class="text-box">
<div class="company-title">
<h3><i class="fa-solid fa-globe"></i> Greenstand</h3>
<img src="./Assets/greenstand.png" alt="KPSL Logo" width="40px" height="40px">
</div>
<p>🌍 Anchorage, United States</p>
<small>Oct 2024 - Dec 2024</small>
<h4>Front-End Developer (Volunteering)</h4>
<p class="work-description">
Volunteering as a junior front-end developer helping in anyway
I can to build new apps or refactor codes for their web app.
</p>
</div>
</div>
</div>
</section>
<section class="projects">
<h2 class="section-title"><i class="fa-solid fa-file-code"></i> Projects</h2>
<div class="projects-container">
<div class="projects-items">
<div class="video">
<img src="./Assets/Jack Suites Homepage(1).png" alt="Jack Suites Homepage">
</div>
<div class="description">
<h3>Jack Suites</h3>
<p>
A modern hotel website project showcasing a seamless user interface for booking and exploring
luxury accommodations. Developed using React and Tailwind CSS, the project highlights key
features such as responsive design, intuitive navigation, and dedicated pages for rooms, services, and
contact. It demonstrates expertise in front-end development and creating visually appealing, user-friendly web solutions.
</p>
<a href="https://jack-suites.vercel.app/home" target="_blank">Live Link: <i class="fa-solid fa-link"></i></a>
<p style="font-weight: bold;">Technologies Used:</p>
<div class="technologies-img">
<img src="./Assets/REACT.png" alt="">
<img src="./Assets/tailwind.png" alt="">
</div>
</div>
</div>
<div class="projects-items">
<div class="video">
<video src="./Assets/soteria eye.mp4" controls></video>
</div>
<div class="description">
<h3>Soteria Eye Clinc Website Redesign</h3>
<p>
worked with a group of front-end developers to use HTML, CSS, and JavaScript to redesign the
website for Soteria Eye Clinic. centred on establishing a simple, contemporary design, guaranteeing
mobile responsiveness, and improving UI/UX. streamlined code management and collaboration by
using Git for version control.
</p>
<a href="https://soteria-eye-clinic-website.vercel.app/" target="_blank">Live Link: <i class="fa-solid fa-link"></i></a>
<p style="font-weight: bold;">Technologies Used:</p>
<div class="technologies-img">
<img src="./Assets/html.png" alt="">
<img src="./Assets/CSS.png" alt="">
<img src="./Assets/Javascript.png" alt="">
<img src="./Assets/GIT.png" alt="">
</div>
</div>
</div>
<div class="projects-items">
<div class="video">
<video src="./Assets/crafted_comfort.mp4" controls></video>
</div>
<div class="description">
<h3>Crafted Comfort</h3>
<p>
Crafted Comfort is a modern furniture website designed to provide users with a seamless browsing experience.
It features a clean and intuitive layout that showcases various furniture items,
making it easy for users to explore product collections and find inspiration for their home decor.
</p>
<a href="https://otonbara.github.io/crafted_comfort/" target="_blank">Live Link: <i class="fa-solid fa-link"></i></a>
<p style="font-weight: bold;">Technologies Used:</p>
<div class="technologies-img">
<img src="./Assets/html.png" alt="">
<img src="./Assets/CSS.png" alt="">
<img src="./Assets/Javascript.png" alt="">
<img src="./Assets/GIT.png" alt="">
</div>
</div>
</div>
<div class="projects-items">
<div class="video">
<video src="./Assets/skillmatch.mp4" style="height: 172px;" controls></video>
</div>
<div class="description">
<h3>SkillMatch</h3>
<p>
SkillMatch is a full-stack job matching platform that connects job seekers with employers
based on their skills. Built with React, Django, and Firebase.
</p>
<a href="https://skillmatch-nine.vercel.app/" target="_blank">Live Link: <i class="fa-solid fa-link"></i></a>
<p style="font-weight: bold;">Technologies Used:</p>
<div class="technologies-img">
<img src="./Assets/REACT.png" alt="">
<img src="./Assets/tailwind.png" alt="">
<img src="./Assets/django.png" alt="">
<img src="./Assets/GIT.png" alt="">
<img src="./Assets/firebase.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="certificates">
<h2 class="section-title"><i class="fa-solid fa-certificate"></i> Certificates</h1>
<div class="certificates-container">
<div class="certificate-item">
<div data-iframe-width="150"
data-iframe-height="270"
data-share-badge-id="8799d5ec-e18e-46b1-884f-bed76dbaa227"
data-share-badge-host="https://www.credly.com">
</div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
</div>
</section>
<div class="links">
<a href="https://www.linkedin.com/in/otonbaraokolai/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Otonbara" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.behance.net/otonbaraokolai" target="_blank"><i class="fa-brands fa-behance"></i></a>
</div>
<p style="text-align: center;">© 2024 Otonbara Okolai. All rights reserved.</p>
<script src="frontend.js"></script>
</body>
</html>