-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (241 loc) · 8.44 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
<!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" />
<meta name="description" content="Joseph Ogbole | Portfolio, Front-End Developer from Nigeria" />
<meta name="keywords" content="Portfolio,Front-End,Front-End Developer,Personal Portfolio, HTML, CSS, Javascript, ONJoseph" />
<meta name="author" content="Joseph Ogbole" />
<link rel="stylesheet" href="style.css" />
<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:wght@500&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>Joseph portfolio</title>
</head>
<body>
<section class="container">
<div class="pageone">
<header class="header" id="pageone">
<nav class="logo">
<a href="#" class="logo1"> ONJ </a>
<a
class="menu"
id="menu"
href="javascript:void(0);"
onclick="menuBtn()"
>
<img src="./icons/Menu.png" alt="Menu button" />
</a>
<ul>
<li><a href="#portfolio" class="focusable">Portfolio</a></li>
<li><a href="#about" class="focusable">About</a></li>
<li><a href="#contact" class="focusable">Contact</a></li>
</ul>
</nav>
</header>
<div id="myLinks">
<a href="javascript:void(0);" onclick="menuBtn()" class="close_btn" >
<img src="./images/Close_menu.svg" alt="close botton" />
</a>
<a href="#portfolio" onclick="menuBtn()" class="por focusable"
>Portfolio</a
>
<a href="#about" onclick="menuBtn()" class="focusable">About</a>
<a href="#contact" onclick="menuBtn()" class="focusable">Contact</a>
</div>
<section class="content" id="blur">
<div class="content_set">
<div>
<h1 class="heading">
I'm Joseph <br />
Glad to see you!
</h1>
</div>
<div class="Social_link">
<p class="para_text">
I'm a software developer! I can help you build a product ,
feature or website Look through some of my work and experience!
If you like what you see and have a project you need coded,
don't hestiate to contact me.
</p>
<span class="extra">
<a href="#" class="connect focusable"> LET'S CONNECT </a></span
>
<ul>
<li class="icons">
<a href="#" class="social">
<img
src="icons/twitter.png"
alt="Twitter"
class="twitter"
/>
</a>
</li>
<li class="icons">
<a href="#" class="social">
<img
src="icons/Linkedin.png"
alt="Linkedin"
class="linkdein"
/>
</a>
</li>
<li class="icons">
<a href="#" class="social">
<img src="icons/m.png" alt="M" class="m" />
</a>
</li>
<li class="icons">
<a href="#" class="social">
<img src="icons/github.png" alt="Github" class="git" />
</a>
</li>
<li class="icons">
<a href="#" class="social">
<img src="icons/peace.png" alt="peace" class="peace" />
</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<section id="popup">
<div class="pop-card">
<h2 class="title-one">Tonic</h2>
<a href="javascript:void(0);" class="close_pop">
<img
src="./images/closeIcon.png"
onclick="popupProject()"
alt="close botton"
/>
</a>
<div class="canopy"></div>
<div class="pop-mobile"></div>
<div class="pop-websnap"></div>
<div class="pop-content">
<div class="pop-text"></div>
<div class="links-pop"></div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio"></section>
<br />
<br />
<section class="about" id="about">
<div class="about_side">
<h2 class="about_h">About</h2>
<h2 class="about_h">Myself</h2>
<p class="para">
Hello I'm a software developer! I can help you build a product ,
feature or website Look through some of my work and experience! If
you like what you see and have a project you need coded, don't
hestiate to contact me.
</p>
<a href="#" class="conn"> LET'S CONNECT </a>
<div class="icons">
<ul>
<li class="icon">
<a href="#">
<img src="./icons/github.png" alt="GitHub icon" />
</a>
</li>
<li class="icon">
<a href="#">
<img src="./icons/Linkedin.png" alt="LinkedIn icon" />
</a>
</li>
<li class="icon">
<a href="#">
<img src="./icons/peace.png" alt="Peace icon" />
</a>
</li>
<li class="icon">
<a href="#">
<img src="./icons/twitter.png" alt="Twitter icon" />
</a>
</li>
<li class="icon">
<a href="#"> <img src="./icons/m.png" alt="Medium icon" /> </a>
</li>
</ul>
</div>
<a href="#" class="pro"> Get my resume </a>
</div>
<div class="about_right">
<ul>
<li>
Langguages <img class="iconimg" src="./icons/Union.png" alt="" />
<ul class="lang">
<li class="ski one"><span class="sk"> JavaScript</span></li>
<li class="ski two"><span class="sk sk1"> HTML </span></li>
<li class="ski three"><span class="sk sk1"> CSS </span></li>
</ul>
</li>
</ul>
<ul>
<li>
Frameworks <img class="iconimg" src="./icons/Iconr.png" alt="" />
</li>
</ul>
<hr />
<ul>
<li>
Skills <img class="iconimg" src="./icons/Iconr.png" alt="" />
</li>
</ul>
<hr />
</div>
</section>
<section class="contact" id="contact">
<div class="web">
<h2>Contact me</h2>
<p class="contact_para" >
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>
<!-- Change the Action to your form -->
<form action="https://formspree.io/f/xdobwonl" method="post" class="contact-form">
<input
type="text"
name="user_name"
id="name"
placeholder="Enter your name"
maxlength="30"
required
/>
<input
type="email"
class="contactme"
name="user_email"
id="email"
placeholder="Enter your email"
required
/>
<textarea
name="message"
id="textarea"
maxlength="500"
cols="30"
rows="5"
required
placeholder="Write your message here"
></textarea>
<button type="submit" class="button focusable">Get It touch</button>
<p class="validate" > Email must be in Lower case </p>
</form>
</div>
</section>
</section>
<script src="index.js"></script>
</body>
</html>