-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (268 loc) · 14.4 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
<!DOCTYPE >
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Portfolio</title>
<!-- Load Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:900|Merriweather&display=swap" rel="stylesheet">
<!-- Load Styles -->
<link href="css/styles.css" rel="stylesheet">
<!-- Load Fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link rel="icon" href="images/logo.png">
</head>
<body>
<!-- HTML Follows BEM naming conventions
IDs are only used for sections to connect menu achors to sections -->
<header class="page__header">
<nav class="navbar__menu">
<div class="logo">
<a href="#home">
<span class="firstletter">R</span><span class="secondletter">R</span>
</a>
</div>
<!-- Navigation starts as empty UL that will be populated with JS -->
<div class="cont" id="cont">
<!-- <ul id="bar">
<li><a href="javascript:void(0);" class="bar" onclick="responsiveMenu()"><i class="fa fa-bars fa-2x"></i></a></li>
</ul> -->
<div id="bar"><a href="javascript:void(0);" class="bar" onclick="responsiveMenu()"><i class="fa fa-bars fa-3x"></i></a></div>
<ul id="navbar__list" class="navbar__list"></ul>
</div>
</nav>
<div><span id="myemail">[email protected]</span> <span id="myemailext">______________________</span> </div>
</header>
<main>
<!-- Each Section has an ID (used for the anchor) and
a data attribute that will populate the li node.
Adding more sections will automatically populate nav.
The first section is set to active class by default -->
<section id="home" data-nav="Home">
<div class="landing__container home">
<h2>Hi,<br>
I'm <span class="first_letter">R</span><span class="second_letter">R</span><span id="other_letter">oland</span> <span id="other_lettertext">Orobola</span>
</h2>
<p id="author-text">I design and develop experiences that make people's lives <strong>simple</strong>!</p>
<button><a href="mailto:[email protected]">Connect with me</a></button>
</div>
</section>
<!-- About layout -->
<section id="about" data-nav="About" class="your-active-class">
<div id="aboutDev">
<img src="images/RollyJS.jpeg" alt="Web-developer">
<div><p></p></div>
</div>
<div class="landing__container about">
<h2><span>-</span> About Me</h2>
<p>I'm a Chemical Engineering graduate who transitioned into the fast-growing IT industry to build a career in Web programming niche.</p>
<p> My skills of competence are <span>HTML</span>, <span>CSS</span>, <span>Javascript</span> and <span>Reactjs</span>. I also have understanding and practical experience working with <span>Nodejs</span> and <span>Express</span>.</p>
<p>Prior to establishing a career path in Tech, I founded <a href="">Tetrawrite</a> where I worked as Business Development Manager & Freelance Copywriter to build a reputable profile on <a href="https://www.upwork.com/freelancers/~01a03ab8c3f01ee0bb">Upwork</a>, and I also managed over 30 writers during the course.</p>
<p>I bring to you not only my expertise in programming but my experience in business and team management.</p>
<div style="color: #ddd; font-size: 0.7rem; text-align: center; font-style: italic;">
<q >I believe technology should give us superpowers. Everyone should have the opportunity to learn to think, analyze, and create with technology.</q>
<span style="color: #ddd;"><strong>- Hilary Mason</strong></span>
</div>
</div>
</section>
<section id="skill" data-nav="Skills">
<div class="landing__container skill">
<h2><span style="color: #FFC107;">-</span> Skills</h2>
<p>Learning and practicing new technologies have always been interesting to me. Some of the technologies i have introduced myself practically to since my transition to tech are; </p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">SASS</p>
<p class="skillset">Webpack</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">React JS</p>
<p class="skillset">Node JS</p>
<p class="skillset">Express</p>
</div>
<div class="skill__quote">
<q >Once you stop learning, you starts dying.</q>
<span style="color: #ddd;"><strong>- Albert Einstein</strong></span>
</div>
</div>
</section>
<section id="project" data-nav="Projects">
<div class="project">
<h2><span style="color: #FFC107;">-</span> Projects</h2>
<div class="project__dir">
<!-- first project -->
<div class="project__container">
<!-- cardtop -->
<div class="project__cardtop pcard1">
<div id="practice"></div>
<img class="imgpro" src="images/weather-app-featured-image.PNG" alt="app-featured-image">
<p id="project-title">Weather App</p>
</div>
<!-- cardbottom -->
<div class="project__cardbottom pcard2">
<p id="project-description">Weather App is an asynchronous web application built to read the weather information of user's location. Users can search for any place (city, country, town, etc) that they want to know about their weather information. The weather details were consumed from Openweather API.</p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">Chained promises</p>
<p class="skillset">Asynchronous</p>
<p class="skillset">Node JS</p>
<p class="skillset">npm & Express</p>
</div>
<div class="project__view">
<a href=""><button type="submit">Go Live</button></a>
<a href=""><button type="submit">Github</button></a>
</div>
</div>
</div>
<!-- second project -->
<div class="project__container">
<!-- cardtop -->
<div class="project__cardtop pcard1">
<div id="practice"></div>
<img class="imgpro" src="images/weather-app-featured-image.PNG" alt="app-featured-image">
<p id="project-title">Weather App</p>
</div>
<!-- cardbottom -->
<div class="project__cardbottom pcard2">
<p id="project-description">Weather App is an asynchronous web application built to read the weather information of user's location (city). Users can enter their city in the location box and write comment(s) about their city in the comment box, and then click on the generate button to get the necessary weather information about their city populated dynamically on the web page.</p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">Chained promises</p>
<p class="skillset">Asynchronous</p>
<p class="skillset">Node JS</p>
<p class="skillset">npm & Express</p>
</div>
<div class="project__view">
<a href=""><button type="submit">Go Live</button></a>
<a href=""><button type="submit">Github</button></a>
</div>
</div>
</div>
<!-- third project -->
<div class="project__container">
<!-- cardtop -->
<div class="project__cardtop pcard1">
<div id="practice"></div>
<img class="imgpro" src="images/weather-app-featured-image.PNG" alt="app-featured-image">
<p id="project-title">Weather App</p>
</div>
<!-- cardbottom -->
<div class="project__cardbottom pcard2">
<p id="project-description">Weather App is an asynchronous web application built to read the weather information of user's location (city). Users can enter their city in the location box and write comment(s) about their city in the comment box, and then click on the generate button to get the necessary weather information about their city populated dynamically on the web page.</p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">Chained promises</p>
<p class="skillset">Asynchronous</p>
<p class="skillset">Node JS</p>
<p class="skillset">npm & Express</p>
</div>
<div class="project__view">
<a href=""><button type="submit">Go Live</button></a>
<a href=""><button type="submit">Github</button></a>
</div>
</div>
</div>
<!-- 4th project -->
<div class="project__container">
<!-- cardtop -->
<div class="project__cardtop pcard1">
<div id="practice"></div>
<img class="imgpro" src="images/weather-app-featured-image.PNG" alt="app-featured-image">
<p id="project-title">Weather App</p>
</div>
<!-- cardbottom -->
<div class="project__cardbottom pcard2">
<p id="project-description">Weather App is an asynchronous web application built to read the weather information of user's location (city). Users can enter their city in the location box and write comment(s) about their city in the comment box, and then click on the generate button to get the necessary weather information about their city populated dynamically on the web page.</p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">Chained promises</p>
<p class="skillset">Asynchronous</p>
<p class="skillset">Node JS</p>
<p class="skillset">npm & Express</p>
</div>
<div class="project__view">
<a href=""><button type="submit">Go Live</button></a>
<a href=""><button type="submit">Github</button></a>
</div>
</div>
</div>
<!-- 5th project -->
<div class="project__container">
<!-- cardtop -->
<div class="project__cardtop pcard1">
<div id="practice"></div>
<img class="imgpro" src="images/weather-app-featured-image.PNG" alt="app-featured-image">
<p id="project-title">Weather App</p>
</div>
<!-- cardbottom -->
<div class="project__cardbottom pcard2">
<p id="project-description">Weather App is an asynchronous web application built to read the weather information of user's location (city). Users can enter their city in the location box and write comment(s) about their city in the comment box, and then click on the generate button to get the necessary weather information about their city populated dynamically on the web page.</p>
<div class="skillset__wrapper">
<p class="skillset">HTML</p>
<p class="skillset">CSS</p>
<p class="skillset">Git</p>
<p class="skillset">Javascript & ES6</p>
<p class="skillset">Chained promises</p>
<p class="skillset">Asynchronous</p>
<p class="skillset">Node JS</p>
<p class="skillset">npm & Express</p>
</div>
<div class="project__view">
<a href=""><button type="submit">Go Live</button></a>
<a href=""><button type="submit">Github</button></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" data-nav="Contact">
<div>
<form>
<h2>Contact Me</h2>
<input class="inputbox" type="text" placeholder="Do you have a project or any idea in mind you want to implement, and you think I can help you with? Kindly e-mail me and I will revert back to you as early as possible." disabled>
<div id="user__enquiry">
<div class="user__info">
<input type="text" id="username" placeholder="Name">
<!-- <p></p> -->
<input type="email" id="email_address" placeholder="Email">
<!-- <p></p> -->
<input type="text" id="subject" placeholder="Subject">
</div>
<div id="user__message" style="flex: 1;">
<textarea name="user-message" id="" cols="40" rows="5" placeholder="Message"></textarea>
</div>
</div>
<div class="submission">
<div style="width: 50%;"></div>
<div>
<button type="submit" id="submission_button">Send</button>
</div>
</div>
</form>
<!-- map -->
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d100939.98555081579!2d-122.5076402963941!3d37.75781499673347!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80859a6d00690021%3A0x4a501367f076adff!2sSan%20Francisco%2C%20CA%2C%20USA!5e0!3m2!1sen!2sng!4v1644694307974!5m2!1sen!2sng" width="300" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</section>
</main>
<footer class="page__footer">
<p>©Developed by Orobola Roland | Project@Udacity</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>