-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html
404 lines (379 loc) · 19.6 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!doctype html>
<html lang="en" data-theme="warning" data-mode="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jr dev</title>
<meta name="description" content="" />
<link
rel="shortcut icon"
href="./assets/logo.png"
type="image/x-icon"
/>
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Title of the project" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/PaulleDemon" />
<!--Replace with the current website url-->
<meta property="og:image" content="" />
<!-- <link rel="stylesheet" href="../../tailwind-css/tailwind-runtime.css"> -->
<link rel="stylesheet" href="./css/tailwind-build.css" />
<link rel="stylesheet" href="css/index.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css"
integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body
class="tw-flex tw-w-full tw-flex-col tw-bg-[#fff] tw-text-black dark:tw-bg-slate-800 dark:tw-text-white lg:tw-h-[100vh]"
>
<main
class="tw-flex tw-h-full tw-w-full tw-overflow-hidden max-lg:tw-flex-col"
>
<section
class="tw-flex tw-h-full tw-w-[450px] tw-flex-col tw-place-items-center tw-gap-4 tw-p-4 max-lg:tw-w-full lg:tw-shadow-xl lg:dark:tw-shadow-gray-600"
>
<!-- sidebar -->
<div
class="tw-h-[250px] tw-w-[250px] tw-overflow-hidden tw-rounded-full"
>
<img
src="./assets/images/people/man.jpg"
class="tw-h-full tw-w-full tw-object-cover"
alt="man"
srcset=""
/>
</div>
<h1 class="tw-text-3xl tw-font-semibold">James mabe</h1>
<p
class="tw-mt-6 tw-max-w-[550px] tw-text-justify tw-text-gray-800 dark:tw-text-gray-300"
>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Dolores veritatis laboriosam obcaecati est minima pariatur
dicta facilis, consequatur quod, hic nostrum qui
voluptatibus laborum dolorum. Voluptates animi accusantium
quos consequuntur!
</p>
<a
href="https://tally.so/r/woO0Kx"
class="btn-primary !tw-w-full tw-max-w-[550px] tw-transition-transform tw-duration-[0.3s] hover:tw-scale-[1.02]"
>
Contact me
</a>
<div class="tw-mt-auto tw-flex tw-flex-col tw-gap-2">
<h3 class="tw-text-xl">News letter</h3>
<form class="tw-flex tw-gap-2">
<input
type="email"
name=""
placeholder="[email protected]"
class="input"
/>
<button type="submit" class="btn-primary">
Signup
</button>
</form>
</div>
<div class="tw-mt-5 tw-flex tw-gap-5 tw-text-2xl">
<a href="http://github.com/PaulleDemon" class="link">
<i class="bi bi-github"></i>
</a>
<a href="http://twitter.com/pauls_freeman" class="link">
<i class="bi bi-twitter-x"></i>
</a>
<a
href="http://www.youtube.com/@paultalkstech"
class="link"
>
<i class="bi bi-youtube"></i>
</a>
<a href="mailto:[email protected]" class="link">
<i class="bi bi-envelope-at-fill"></i>
</a>
</div>
</section>
<div class="tw-h-full tw-w-full tw-overflow-hidden">
<header
class="tw-relative tw-flex tw-w-full tw-overflow-hidden tw-p-2 max-lg:tw-h-[150px] max-lg:tw-flex-col lg:tw-h-[80px]"
>
<!-- tabs section -->
<div
class="tw-absolute tw-left-[50%] tw-top-4 tw-flex tw-h-[60px] tw-translate-x-[-50%] tw-gap-4 tw-overflow-x-auto tw-rounded-md tw-border-2 tw-border-primary tw-p-1 tw-px-4 max-md:tw-w-full md:tw-w-fit"
>
<button
class="tab-btn tab-active"
onclick="openTab(event, 'about')"
>
About
</button>
<button
class="tab-btn"
onclick="openTab(event, 'skills')"
>
Skills
</button>
<button
class="tab-btn"
onclick="openTab(event, 'experience')"
>
Experience
</button>
<button
class="tab-btn"
onclick="openTab(event, 'call')"
>
Schedule call
</button>
</div>
<div
class="tw-m-2 tw-ml-auto tw-flex tw-place-items-center tw-gap-2 max-lg:tw-mt-auto"
>
<select
onchange="switchTheme()"
id="theme-selector"
class="input !tw-h-fit !tw-p-1 tw-text-black dark:tw-text-white"
>
<option value="primary">Primary</option>
<option value="warning" selected>warning</option>
<option value="success">success</option>
</select>
<button class="tw-w-[30px]" onclick="toggleMode()">
<i class="bi bi-sun-fill" id="toggle-mode-icon"></i>
</button>
</div>
</header>
<!-- tab contents -->
<div>
<section
class="tab-content tw-relative tw-flex tw-h-full tw-w-full tw-flex-col tw-overflow-hidden max-lg:tw-p-4"
data-tab-name="about"
>
<div
class="tw-flex tw-h-full tw-w-full tw-place-content-center tw-gap-6 tw-p-[5%] max-xl:tw-place-items-center max-lg:tw-flex-col"
>
<div
class="tw-flex tw-flex-col tw-place-content-center"
>
<div
class="tw-text-6xl tw-font-semibold tw-leading-[80px] max-lg:tw-text-4xl max-md:tw-leading-snug"
>
Hi 👋,
<br />
I am
<span class="tw-text-primary">
James mabe
</span>
</div>
<div
class="tw-mt-4 tw-max-w-[450px] tw-p-2 tw-text-justify max-lg:tw-max-w-full"
>
Lorem ipsum, dolor sit amet consectetur
adipisicing elit. Enim velit odit
necessitatibus sint eos cumque illo harum,
quam facilis iste. Accusamus quisquam earum
repellendus excepturi nobis veniam vitae
assumenda error.
</div>
<div
class="tw-mt-4 tw-flex tw-place-content-end tw-gap-4 tw-overflow-hidden tw-p-2"
>
<a
href="https://github.com/PaulleDemon"
class="btn-primary !tw-bg-[#c8cbf984] !tw-text-primary tw-transition-transform tw-duration-[0.3s] hover:tw-scale-x-[1.03]"
>
<span>Projects</span>
</a>
<a
class="btn-primary tw-transition-transform tw-duration-[0.3s] hover:tw-scale-x-[1.03]"
href="https://tally.so/r/woO0Kx"
>
Contact
</a>
</div>
</div>
</div>
</section>
<section
class="tab-content tw-relative tw-flex tw-hidden tw-h-full tw-w-full tw-flex-col tw-overflow-hidden max-lg:tw-p-4"
data-tab-name="skills"
>
<div
class="tw-flex tw-h-full tw-w-full tw-flex-wrap tw-place-content-center tw-gap-6 tw-p-[5%] tw-px-[25%] max-xl:tw-place-items-center max-lg:tw-px-[10%] max-md:tw-px-2"
>
<div
class="tw-flex tw-h-[150px] tw-w-[150px] tw-place-content-center tw-items-center tw-rounded-lg tw-border-2 tw-border-primary tw-bg-white tw-shadow-xl"
>
<div>
<img
src="./assets/images/icons/html5.png"
alt="html5"
srcset=""
class="tw-object-contain"
/>
</div>
</div>
<div
class="tw-flex tw-h-[150px] tw-w-[150px] tw-place-content-center tw-items-center tw-rounded-lg tw-border-2 tw-border-primary tw-bg-white tw-shadow-xl"
>
<div>
<img
src="./assets/images/icons/django.png"
alt="html5"
srcset=""
class="tw-object-contain"
/>
</div>
</div>
<div
class="tw-flex tw-h-[150px] tw-w-[150px] tw-place-content-center tw-items-center tw-rounded-lg tw-border-2 tw-border-primary tw-bg-white tw-shadow-xl"
>
<div>
<img
src="./assets/images/icons/reactjs.png"
alt="react js"
srcset=""
class="tw-object-contain"
/>
</div>
</div>
<div
class="tw-flex tw-h-[150px] tw-w-[150px] tw-place-content-center tw-items-center tw-rounded-lg tw-border-2 tw-border-primary tw-bg-white tw-shadow-xl"
>
<div>
<img
src="./assets/images/icons/tailwind.png"
alt="react js"
srcset=""
class="tw-object-contain"
/>
</div>
</div>
<div
class="tw-flex tw-h-[150px] tw-w-[150px] tw-place-content-center tw-items-center tw-rounded-lg tw-border-2 tw-border-primary tw-bg-white tw-shadow-xl"
>
<div>
<img
src="./assets/images/icons/aws.png"
alt="aws"
srcset=""
class="tw-object-contain"
/>
</div>
</div>
</div>
</section>
<section
class="tab-content tw-relative tw-flex tw-hidden tw-h-full tw-w-full tw-flex-col tw-overflow-hidden max-lg:tw-p-4"
data-tab-name="experience"
>
<div
class="tw-flex tw-h-full tw-w-full tw-flex-wrap tw-place-content-center tw-gap-6 tw-p-[5%] tw-px-[25%] max-xl:tw-place-items-center max-md:tw-px-1"
>
<div></div>
<div class="timeline tw-flex tw-flex-col tw-gap-5">
<div
class="timeline-container tw-relative tw-mb-8"
>
<div
class="tw-flex tw-max-w-[550px] tw-flex-col tw-gap-2 tw-p-1 max-lg:tw-max-w-[320px]"
>
<h3 class="tw-text-3xl">Apple</h3>
<p
class="tw-text-gray-500 dark:tw-text-gray-200"
>
2023 - current
</p>
<p class="">
Lorem ipsum dolor sit amet,
consectetur adipisicing elit.
Tempora accusantium rem modi
deleniti praesentium pariatur cum
aliquid ullam aperiam ut!
</p>
</div>
</div>
<div
class="timeline-container tw-relative tw-mb-8"
>
<div
class="tw-flex tw-max-w-[550px] tw-flex-col tw-gap-2 tw-p-1 max-lg:tw-max-w-[320px]"
>
<h3 class="tw-text-3xl">IBM</h3>
<p
class="tw-text-gray-500 dark:tw-text-gray-200"
>
2020 - 2023
</p>
<p class="">
Lorem ipsum dolor sit amet,
consectetur adipisicing elit.
Tempora accusantium rem modi
deleniti praesentium pariatur cum
aliquid ullam aperiam ut!
</p>
</div>
</div>
<div
class="timeline-container tw-relative tw-mb-8"
>
<div
class="tw-flex tw-max-w-[550px] tw-flex-col tw-gap-2 tw-p-1 max-lg:tw-max-w-[320px]"
>
<h3 class="tw-text-3xl">Google</h3>
<p
class="tw-text-gray-500 dark:tw-text-gray-200"
>
2018 - 2020
</p>
<p class="">
Lorem ipsum dolor sit amet,
consectetur adipisicing elit.
Tempora accusantium rem modi
deleniti praesentium pariatur cum
aliquid ullam aperiam ut!
</p>
</div>
</div>
</div>
</div>
</section>
<section
class="tab-content tw-relative tw-flex tw-hidden tw-h-full tw-w-full tw-flex-col tw-overflow-hidden max-lg:tw-p-2"
data-tab-name="call"
>
<div
class="tw-flex tw-h-full tw-w-full tw-flex-wrap tw-place-content-center tw-gap-6 tw-p-4 max-xl:tw-place-items-center"
>
<iframe
src="https://koalendar.com/e/meet-with-paul-about-webdesign?embed=true"
width="100%"
height="800px"
frameborder="0"
></iframe>
</div>
</section>
</div>
<footer
class="tw-mt-auto tw-flex tw-w-full tw-place-content-around tw-gap-3 tw-p-[5%] tw-px-[10%] tw-text-black max-md:tw-flex-col"
></footer>
</div>
</main>
</body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.0/gsap.min.js"
integrity="sha512-B1lby8cGcAUU3GR+Fd809/ZxgHbfwJMp0jLTVfHiArTuUt++VqSlJpaJvhNtRf3NERaxDNmmxkdx2o+aHd4bvw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.0/ScrollTrigger.min.js"
integrity="sha512-AY2+JxnBETJ0wcXnLPCcZJIJx0eimyhz3OJ55k2Jx4RtYC+XdIi2VtJQ+tP3BaTst4otlGG1TtPJ9fKrAUnRdQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="./index.js"></script>
</html>