forked from Immanuelsinaga/Portofolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
286 lines (283 loc) · 9.73 KB
/
about.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
<!doctype html>
<html lang="en" class="scroll-smooth dakr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Immanuel Sinaga - Software Enginner, Web Developer</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" href="dist/img/logo.svg" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Rubik:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="dist/css/style.css" />
</head>
<body>
<!-- Header Start -->
<header
class="bg-transparent absolute top-0 left-0 w-full flex items-center z-10">
<div class="container max-w-6xl mx-auto">
<div class="flex items-center justify-between relative">
<div class="px4 flex">
<img
class="mx-2 w-6 h-6 my-auto"
src="dist/img/logo.svg"
alt="Logo" />
<span
class="font-semibold text-xl text-slate-900 block py-6 hover:text-sky-500 cursor-context-menu select-none dark:text-slate-100 dark:hover:text-sky-600"
>Immanuel Sinaga</span
>
</div>
<div class="flex items-center px-4">
<input type="checkbox" id="darkmode" class="hidden" />
<label for="darkmode">
<div
class="text-slate-500 dark:text-slate-100 hover:text-slate-600 w-8 h-8 flex items-center justify-center lg:mr-2 mr-8 bg-transparent p-2 rounded-lg hover:bg-gray-300 dark:hover:bg-gray-800">
<svg
viewBox="0 0 24 24"
class="w-5 h-5"
astro-icon="tabler:sun">
<g
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="icon-tabler">
<circle cx="12" cy="12" r="4"></circle>
<path
d="M3 12h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7-.7.7m0 11.4.7.7m-12.1-.7-.7.7"></path>
</g>
</svg>
</div>
</label>
<button
id="navbar"
name="button"
type="button"
class="block absolute right-4 lg:hidden">
<span
class="line-menu transition duration-300 ease-in-out origin-top-right"></span>
<span
class="line-menu transition duration-300 ease-in-out origin-top-right"></span>
</button>
<nav
id="menu"
class="hidden absolute py-5 bg-white dark:shadow-[0_35px_60px_-15px_rgba(255,255,255,0.3)] shadow-lg rounded-lg max-w-[250px] w-full right-4 top-full lg:block lg:static lg:bg-transparent lg:max-w-full lg:shadow-none lg:dark:shadow-none lg:rounded-none">
<ul class="block lg:flex">
<li class="group">
<a
href="index.html"
class="font-semibold text-slate-500 py-2 mx-5 flex group-hover:text-slate-950 dark:group-hover:text-slate-100"
>Home</a
>
</li>
<li class="group">
<a
href="#Home"
class="font-semibold text-slate-500 py-2 mx-5 flex group-hover:text-slate-950 dark:group-hover:text-slate-100"
>Contact</a
>
</li>
<li class="group">
<a
href="#Home"
class="font-semibold text-slate-500 py-2 mx-5 flex group-hover:text-slate-950 dark:group-hover:text-slate-100"
>Blog</a
>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- About Section Start -->
<section id="home" class="pt-36 pb-4 w-full">
<div class="container max-w-4xl mx-auto">
<div class="mx-auto mb-16">
<p
class="text-center text-base tracking-wide text-slate-800 dark:text-slate-200">
~ 2 min read
</p>
<h2
class="text-center font-semibold text-4xl lg:text-5xl text-slate-800 dark:text-slate-200">
About Immanuel
</h2>
<p
class="max-w-3xl mx-auto text-center text-sm lg:text-lg text-gray-600 dark:text-slate-400">
Short highlights how Immanuel went with his life.
</p>
<div class="max-w-3xl mx-auto">
<img
class="mx-auto sm:rounded-xl shadow-xl bg-gray-400 mt-5 hidden dark:block"
width="1490"
height="800"
src="./dist/img/immanuel dark1.png"
alt="Immanuel Sinaga" />
<img
class="mx-auto sm:rounded-xl shadow-xl bg-gray-400 mt-5 dark:hidden"
width="1490"
height="838"
src="./dist/img/Immanuel.JPG"
alt="Immanuel Sinaga" />
</div>
</div>
<div class="container mx-auto px-6 sm:px-6 max-w-3xl mt-8">
<h2 class="font-medium text-4xl mb-3 dark:text-slate-200">
About Me
</h2>
<p
class="max-w-3xl mx-auto lg:text-xl text-gray-600 dark:text-slate-100 my-8">
👋 Hi there! I’m Immanuel. Nice to meet you!
</p>
<p
class="max-w-3xl mx-auto lg:text-xl text-gray-600 dark:text-slate-100 my-8">
😄 Mostly goes by as an Educator, Mentor, Developer, Designer,
Consultant, and much more! And I’ve been doing this professionally
since 2010.
</p>
<p
class="max-w-3xl mx-auto lg:text-xl text-gray-600 dark:text-slate-100 my-8">
😎 This is a short highlights how I got here. Starting around the
90s I was just learning stuffs.
</p>
<p
class="max-w-3xl mx-auto lg:text-xl text-gray-600 dark:text-slate-100 my-8">
🧊 Now helping people to become become better at what they do is my
life and work mission.
</p>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Footer Start -->
<footer id="footer" class="border-t border-gray-200 dark:border-gray-800">
<div class="mx-auto max-w-6xl px-4 sm:px-6">
<div class="grid grid-cols-12 gap-4 gap-y-8 py-8 sm:gap-8 md:py-12">
<div class="col-span-12 lg:col-span-4">
<div class="mb-2">
<a
class="inline-block text-xl font-medium opacity-50 grayscale transition hover:opacity-100"
href="/">
<span
class="flex items-center gap-2 self-center text-2xl font-bold text-gray-900 hover:text-primary-700 whitespace-nowrap dark:text-slate-300">
<img class="w-6 h-6" alt="Logo" src="dist/img/logo.svg" />
<span> Immanuel Sinaga</span>
</span>
</a>
</div>
<div class="text-sm text-gray-600">
<a class="footer-link" href="/">Terms</a>
<span> · </span>
<a class="footer-link" href="/">Privacy Policy</a>
</div>
</div>
<div class="col-span-6 md:col-span-3 lg:col-span-2">
<div class="footer-title dark:text-slate-200">Product</div>
<ul class="text-sm">
<li class="mb-2">
<a class="footer-link" href="/">Features</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Security</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Team</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Enterprise</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Customer stories</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Pricing</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Resources</a>
</li>
</ul>
</div>
<div class="col-span-6 md:col-span-3 lg:col-span-2">
<div class="footer-title dark:text-slate-200">Platform</div>
<ul class="text-sm">
<li class="mb-2">
<a class="footer-link" href="/">Developer API</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Partners</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Atom</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Electron</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">GitHub Desktop</a>
</li>
</ul>
</div>
<div class="col-span-6 md:col-span-3 lg:col-span-2">
<div class="footer-title dark:text-slate-200">Support</div>
<ul class="text-sm">
<li class="mb-2">
<a class="footer-link" href="/">Docs</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Community Forum</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Professional Services</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Skills</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Status</a>
</li>
</ul>
</div>
<div class="col-span-6 md:col-span-3 lg:col-span-2">
<div class="footer-title dark:text-slate-200">Company</div>
<ul class="text-sm">
<li class="mb-2">
<a class="footer-link" href=""> About</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/"> Blog</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/"> Careers</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/">Press</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/"> Inclusion</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/"> Social Impact</a>
</li>
<li class="mb-2">
<a class="footer-link" href="/"> Shop</a>
</li>
</ul>
</div>
</div>
<div class="py-6 md:flex md:items-center md:justify-between md:py-8">
<div class="mr-4 text-sm text-gray-700 dark:text-slate-400">
<span>© 2023</span>
<span class="font-medium">Immanuel Sinaga</span>
<span> 🚀 All rights reserved.</span>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Script -->
<script src="./dist/js/script.js"></script>
</body>
</html>