-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
253 lines (245 loc) · 8.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Patience Adajah's Portfolio</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&family=Russo+One&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="index.css" type="text/css" />
<link id="theme-style" rel="stylesheet" href="" type="text/css" />
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
// https://dashboard.emailjs.com/admin/integration
emailjs.init("user_rJijt31D7ewU5dP0S80K6");
})();
</script>
<script type="text/javascript">
window.onload = function () {
document
.getElementById("contact-form")
.addEventListener("submit", function (event) {
event.preventDefault();
// generate a five digit number for the contact_number variable
this.contact_number.value = (Math.random() * 100000) | 0;
// these IDs from the previous steps
emailjs
.sendForm(
"service_80kazz4",
"template_p9n1zrs",
"user_rJijt31D7ewU5dP0S80K6",
this
)
.then(
function () {
alert(
"Message sent successfully! Thank you for reaching out."
);
document.getElementById("contact-form").reset();
},
function (error) {
alert("Sending failed. Please try again");
console.log("FAILED...", error);
}
);
});
};
</script>
</head>
<body>
<section class="first-section">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Patience Adajah</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li>
<a href="https://patience.hashnode.dev/" target="_blank"
>Blog</a
>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img
src="images/patience.jpeg"
alt="Patience Adajah"
id="profile-pic"
/>
<h5 style="text-align: center; line-height: 0">
Personalize theme
</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">
*Theme settings will be saved <br />
for your next visit
</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>
I am frontend developer who is highly curious and empathic. I
build highly responsive products with a keen interest in user
accessibility.
</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="second-section">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>More about me</h4>
<p>
I have a knack for building great user interfaces and occasionally
I write technical articles to document my journey.
</p>
<p>
I am an active learner, always seeking opportunities to learn and
grow to stay updated with trends in the software industry.
</p>
<hr />
<h4>Top expertise</h4>
<p>
Frontend developer with a primary focus on React:
<a href="Patience Resume.pdf" target="_blank">Download resume</a>
</p>
<div class="skills">
<ul>
<li>JavaScript</li>
<li>React</li>
<li>HTML/CSS</li>
<li>Bootstrap</li>
<li>NextJS</li>
<li>Gatsby</li>
</ul>
<ul>
<li>Git</li>
<li>Redux</li>
<li>Recoil</li>
<li>ContextAPI</li>
<li>Material Design</li>
<li>Sass</li>
</ul>
</div>
</div>
<div class="social-links">
<img src="/images/patty.jpeg" id="social-img" />
<h3>Find me on social media</h3>
<a target="_blank" href="https://linkedin.com/in/patience-adajah"
>Linkedin</a
>
<br />
<a target="_blank" href="https://twitter.com/adajahpatience"
>Twitter</a
>
<br />
<a target="_blank" href="https://github.com/pattygeek">Github</a>
</div>
</div>
</div>
</section>
<section class="first-section">
<div class="main-container">
<h3 style="text-align: center; margin-top: 0rem; padding-top: 2rem">
Some of my past projects
</h3>
<div class="project-wrapper">
<div>
<div class="project">
<img src="images/motionwares.png" class="thumbnail" />
<div class="post-preview">
<h6 class="post-title">Motionwares Professionals</h6>
<p class="post-intro">
This is a web platform that helps companies build and manage
professional and proficient remote tech teams.
</p>
<a href="https://pro.motionwares.com/">View Project</a>
</div>
</div>
</div>
<div>
<div class="project">
<img src="images/cbtpal.png" class="thumbnail" />
<div class="post-preview">
<h6 class="post-title">CBTPal</h6>
<p class="post-intro">
This is an assessment management platform for creating and
taking assessments. It is built with React and Chakra-ui.
</p>
<a href="http://cbtpal.surge.sh/">View Project</a>
</div>
</div>
</div>
<div>
<div class="project">
<img src="images/zuri.png" class="thumbnail" />
<div class="post-preview">
<h6 class="post-title">Zuri Web App</h6>
<p class="post-intro">
This web app is built with NextJS and material-ui. It is a
platform that connects clients with beauty services
professionals.
</p>
<a href="https://app.zurihq.com/">View Project</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="second-section" id="contact">
<div class="main-container">
<h3 style="text-align: center; margin-top: 0rem; padding-top: 2rem">
Get in touch
</h3>
<form id="contact-form">
<label>Name</label>
<input class="input-field" type="text" name="user_name" required />
<label>Email</label>
<input class="input-field" type="text" name="user_email" required />
<label>Phone number</label>
<input class="input-field" type="text" name="user_number" />
<input type="hidden" name="contact_number" />
<label>Message</label>
<textarea
class="input-field"
type="text"
name="message"
required
></textarea>
<input type="submit" value="send" id="submit-btn" />
</form>
</div>
</section>
<script type="text/javascript" src="index.js"></script>
</body>
</html>