-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
256 lines (251 loc) · 8.85 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
<!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="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=Inter:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<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@600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css"
integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>Joseph Kwesi Kwentsir Portfolio</title>
</head>
<body>
<div class="background-image">
<header class="page-header">
<!--Mobile Version navigation-->
<nav class="nav-header">
<ul class="mobile">
<li><a href="#" class="welcome"> Welcome </a></li>
<li>
<a href="#" class="union">
<img src="./images/Union.svg" alt=""
/></a>
</li>
<li class="close-nav">
<img src="images/close.png" alt="Close Menu" />
</li>
</ul>
<ul class="mobile-list">
<li class="nav-items">
<a href="#recent-work" class="desktop-menu"> Portfolio </a>
</li>
<li class="nav-items">
<a href="#aboutme" class="desktop-menu"> About </a>
</li>
<li class="nav-items">
<a href="#contactme" class="desktop-menu"> Contact </a>
</li>
</ul>
<ul class="desktop">
<li class="nav-items">
<a href="#recent-work" class="desktop-menu"> Portfolio </a>
</li>
<li class="nav-items">
<a href="#aboutme" class="desktop-menu"> About </a>
</li>
<li class="nav-items">
<a href="#contactme" class="desktop-menu"> Contact </a>
</li>
</ul>
</nav>
</header>
</div>
<main>
<section class="page-headline">
<div class="front-page">
<h1 class="intro">
Hey there. I’m Joseph
<span class="job"> I’m a software developer</span>
</h1>
<p class="intro-work">
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>
<ul class="social-handle-icons">
<li class="twitter">
<a href="#">
<img src="./images/twitter.svg" alt="Twitter Icon"
/></a>
</li>
<li class="linkedin">
<a href="#">
<img src="./images/Linkedin.svg" alt="Linkedin Icon"
/></a>
</li>
<li class="medium">
<a href="#">
<img src="./images/medium.svg" alt="Medium Icon"
/></a>
</li>
<li class="github">
<a href="#">
<img src="./images/github.svg" alt="Github Icon"
/></a>
</li>
<li class="angelist">
<a href="#">
<img src="./images/angellist.svg" alt="Angelist Icon"
/></a>
</li>
</ul>
<a href="#" class="normal-button">
<img src="./images/Disabled.svg" alt="Disabled" />
</a>
</div>
</section>
<!--Dynamic Content from JS Starts Here-->
<section class="recent-work work-dynamic" id="dynamicProjects">
<h2 class="recent-works">My Recent Works</h2>
<hr />
</section>
<!--Dynamic Content from JS Ends Here-->
<!--Mobile Pop UP Starts Here-->
<div class="mobile-popcontainer"></div>
<!--Mobile PopUp Ends Here-->
<!--Desktop Pop Up Starts Here-->
<div class="desktop-popcontainer"></div>
<!--Desktop Pop up Ends Here-->
<section class="profile" id="aboutme">
<div class="abouttop">
<img src="./images/aboutup.svg" alt="" class="aboutup" />
<img src="./images/aboutdown.svg" alt="" class="aboutdown" />
<img src="./images/me-desktop1@2x.svg" alt="" class="me-desktop1" />
<img src="./images/me-desktop2.svg" alt="" class="me-desktop2" />
<h2 class="profile-me">About me</h2>
<p class="profile-intro">
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>
<button type="button" class="get-resume">Get My Resume</button>
</div>
<ul class="resume-items">
<li class="languages">
<img src="./images/Languages.svg" alt="Languages Image" />
<h2>Languages</h2>
<ul class="my-languages">
<li>JavaScript</li>
<li>Ruby</li>
<li>Html</li>
<li>CSS</li>
</ul>
</li>
<li class="languages">
<img src="./images/Frameworks.svg" alt="Frameworks Image" />
<h2>Frameworks</h2>
<ul class="my-languages">
<li>Bootstrap</li>
<li>Ruby on rails</li>
<li>RSpec</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
</li>
<li class="languages">
<img src="./images/Skills.svg" alt="Skills Image" />
<h2>Skills</h2>
<ul class="my-languages">
<li>Codekit</li>
<li>Github</li>
<li>Codepen</li>
<li>Gitlab</li>
<li>Terminal</li>
</ul>
</li>
</ul>
<footer>
<div class="form-container" id="contactme">
<p class="form-paragraph">
I'm always interested in hearing about new projects, so if you'd
like to chat please get in touch.
</p>
<form
action="https://formspree.io/f/mayvbgnj"
method="POST"
class="contact-form"
>
<input
type="text"
name="name"
placeholder="Full Name"
class="text"
maxlength="30"
required
/>
<input
type="email"
name="email"
class="text"
placeholder="Email address"
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$"
required
/>
<textarea
name="message"
class="areatext"
maxlength="500"
placeholder="Enter text here"
required
></textarea>
<button type="submit" class="get-resume" id="get-in-touch">
Get In Touch
</button>
</form>
</div>
<div class="footer-social">
<hr class="bottom-hr2" />
<ul class="social-handle-icons">
<li class="twitter">
<a href="#">
<img src="./images/twitter.svg" alt="Twitter Icon"
/></a>
</li>
<li class="linkedin">
<a href="#">
<img src="./images/Linkedin.svg" alt="Linkedin Icon"
/></a>
</li>
<li class="medium">
<a href="#">
<img src="./images/medium.svg" alt="Medium Icon"
/></a>
</li>
<li class="github">
<a href="#">
<img src="./images/github.svg" alt="Github Icon"
/></a>
</li>
<li class="angelist">
<a href="#">
<img src="./images/angellist.svg" alt="Angelist Icon"
/></a>
</li>
</ul>
</div>
<h3 class="email">kwentsirkwesi@gmail.com</h3>
<img src="./images/contact-form.svg" alt="" id="contact-img" />
<hr class="bottom-hr" />
</footer>
</section>
</main>
<script src="script.js"></script>
</body>
</html>