-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>Isac Kim's Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="./dist/output.css">
<script src="./dist/bundle.js" defer></script>
</head>
<body>
<div class="text-center py-32 bg-no-repeat bg-center bg-cover"
style="background-image: linear-gradient(rgba(112, 99, 80, 0.8),rgba(112, 99, 80, 0.8)), url(./resources/background.jpg)">
<h1 class="text-white font-Poppins text-4xl md:text-5xl lg:text-6xl font-extrabold">- ISAC KIM -</h1>
<hr class="w-16 h-1 mx-auto my-8 bg-orange-500 border-0">
<div class="font-NotoSans text-base md:text-lg lg:text-xl">
<p class="leading-loose text-opacity-80 text-white">Hi.</p>
<p class="leading-loose text-opacity-80 text-white">I'm a fresh IT graduate software developer, keen to learn new technologies and knowledges.</p>
<p class="leading-loose text-opacity-80 text-white">Curiosity, perseverance and enjoying challenges are my best strengths.</p>
</div>
</div>
<article class="bg-white">
<div class="text-center py-16 md:py-24 px-8 max-w-6xl mx-auto">
<h1 class="text-black font-BlackHanSans text-4xl lg:text-5xl font-medium border-b border-neutral-300 w-fit mx-auto pb-3 mb-16 lg:mb-24">ABOUT ME</h1>
<div id="about-me-container" class="flex flex-wrap flex-row justify-start gap-y-6 md:gap-y-12"></div>
</div>
</article>
<article class="bg-[#1d809f]">
<div id="experience-container" class="text-center py-16 px-8 max-w-6xl mx-auto">
<h1 class="text-white font-BlackHanSans text-4xl lg:text-5xl font-medium border-b border-neutral-300 w-fit mx-auto pb-3 mb-12">EXPERIENCE</h1>
</div>
</article>
<article class="bg-lime-300">
<div id="projects-container" class="text-center py-16 px-8 max-w-6xl mx-auto flex flex-col gap-12">
<h1 class="text-black font-BlackHanSans text-4xl lg:text-5xl font-medium border-b border-black w-fit mx-auto pb-3">PROJECTS</h1>
</div>
</article>
</body>
</html>