-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (194 loc) · 9.1 KB
/
index.html
File metadata and controls
197 lines (194 loc) · 9.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>drimh's Portfoilo</title>
<meta name="description" content="Portfolio for seunghye"/>
<meta name="author" content="drimh"/>
<link rel="shortcut icon" href="images/snowBall.png" type="image/x-icon"/>
<meta property="og:title" content="drimh portfolio"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://drimh.github.io/portfolio/"/>
<meta property="or:image" content="https://drimh.github.io/portfolio/images/og.webp"/>
<!-- google font -->
<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=Noto+Sans&family=Poller+One&display=swap" rel="stylesheet">
<!-- Font Awsome -->
<script src="https://kit.fontawesome.com/1223022b06.js" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Javascript -->
<script type="module" src="src/main.js" defer></script>
<script type="module" src="src/projects.js" defer></script>
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header__logo">
<img class="header__logo__img" src="images/snowBall.png" alt="logo"/>
<h1 class="header__logo__title"><a href="#">drimh</a></h1>
</div>
<nav class="header__nav">
<ul class="header__menu">
<li><a class="header__menu__item active" href="#home">Home</a></li>
<li><a class="header__menu__item" href="#about">About</a></li>
<li><a class="header__menu__item" href="#skills">Skills</a></li>
<li><a class="header__menu__item" href="#work">My work</a></li>
<li><a class="header__menu__item" href="#testimonial">Testimonial</a></li>
<li><a class="header__menu__item" href="#contact">Contact</a></li>
</ul>
</nav>
<button class="header__toggle">
<i class="fa-solid fa-bars" aria-label="navigation menu toggle"></i>
</button>
</header>
<!-- Main -->
<main>
<!-- Home -->
<section id="home">
<div class="home__container">
<img class="home__avatar" src="images/mimoticon.png" alt="drimh's profile" />
<h2 class="home__title">Hello👋<br/></h2>
<p class="home__description">Front-end Development track <strong>LIKELION 11th</strong><br/>Blockchain Valley Development member</p>
<a class="home__contact" href="#contact">Contact Me</a>
</div>
</section>
<!-- About -->
<section id="about" class="section max-container">
<h2 class="title">About me</h2>
<p class="description">💻 Front-end Developer</p>
<ul class="majors">
<li class="major">
<i class="fa-brands fa-html5 major__icon"></i>
<p class="major__title">Front-end</p>
<p>HTML, CSS, Javascript, React</p>
</li>
<li class="major">
<i class="fa-solid fa-mobile major__icon""></i>
<p class="major__title">Mobile</p>
<p>Android</p>
</li>
</ul>
<div style="margin-left: 5rem; ">
<ul class="jobs">
<li class="job">
<div>
<p class="job__name">🏫 Department of Computer Engineering, Hansung University</p>
<p class="job__period">2021 Mar ~ Unitil now</p>
</div>
</li>
<li class="job">
<div>
<p class="job__name">🦁 LIKELION 11th Front-end Developer track</p>
<p class="job__period">2023 Mar ~ until now</p>
</div>
</li>
<li class="job">
<div>
<p class="job__name">🏢 Blockchain Valley Development Team Member</p>
<p class="job__period">2023 Oct ~ until now</p>
</div>
</li>
</ul>
</div>
</section>
<!-- Skills -->
<section id="skills" class="section">
<div class="max-container">
<h2 class="title">My Skills</h2>
<div class="skills">
<section class="skills__coding">
<h3 class="skills__title">Coding Skills</h3>
<ul>
<li class="bar">
<div class="bar__metadata"><span>HTML</span></div>98%<div></div>
<div class="bar__bg" data-progress-percent="98"><div class="bar__value" style="width: 98%"></div></div>
</li>
<li class="bar">
<div class="bar__metadata"><span>CSS</span></div>90%<div></div>
<div class="bar__bg" data-progress-percent="90"><div class="bar__value" style="width: 90%"></div></div>
</li>
<li class="bar">
<div class="bar__metadata"><span>Javascript</span></div>85%<div></div>
<div class="bar__bg" data-progress-percent="85"><div class="bar__value" style="width: 85%"></div></div>
</li>
<li class="bar">
<div class="bar__metadata"><span>React</span></div>87%<div></div>
<div class="bar__bg" data-progress-percent="87"><div class="bar__value" style="width: 87%"></div></div>
</li>
</ul>
</section>
<section class="skills__tools">
<h3 class="skills__title">Tools</h3>
<ul>
<li>Visual Studio Code</li>
<li>IntelliJ</li>
<li>Android Studio Code</li>
<li>Figma</li>
</ul>
</section>
<section class="skills__etc">
<h3 class="skills__title">Etc</h3>
<ul>
<li>Git</li>
</ul>
</section>
</div>
</div>
</section>
<!-- Work -->
<section id="work" class="section">
<div class="max-container">
<h2 class="title" style="color: black;">My Work</h2>
<p class="description">Projects</p>
<ul class="projects">
<li class="project" data-type="front-end"><a href="#" target="_blank">
<img style="width: 100%; height:100%" src="images/cock.png" alt="project1" class="project__img"/>
<div class="project__metadata">
<h3 class="project__title">2023 MiniProject</h3>
<p>🍸 Cocktail Search and Community Web Service, Copybara</p>
</div>
</a></li>
<li class="project" data-type="front-end"><a href="https://github.com/GomGomLeee" target="_blank">
<img style="width: 100%; height:100%" src="images/gomgomlee.jpeg" alt="project2" class="project__img"/>
<div class="project__metadata">
<h3 class="project__title">2023 LIKELION Bugiton</h3>
<p>🧸 AI Problem-Solving Web Service, GomGomLeee</p>
</div>
</a></li>
<li class="project" data-type="front-end"><a href="https://github.com/Munanhada" target="_blank">
<img style="width: 7rem; " src="images/munan.png" alt="project3" class="project__img"/>
<div class="project__metadata">
<h3 class="project__title">2023 LIKELION Hackathon</h3>
<p>👵🏻 Parent-child communication service, Munanhada</p>
</div>
</a></li>
</ul>
</div>
</section>
<!-- Arrow up -->
<aside>
<a href="#home" title="back to top" class="arrow-up">
<i class="fa-solid fa-arrow-up"></i>
</a>
</aside>
</main>
<!-- Footer -->
<footer id="contact" class="section">
<div class="max-container">
<h2 class="title">Let's talk</h2>
<p class="description">sjw07099@gmail.com</p>
<ul class="contact__links">
<li>
<a href="#" target="_blank" title="my github link" class="contact__link">
<i class="fa-brands fa-github"></i>
</a>
</li>
</ul>
<p>ⓒdrimh- All rights reserved</p>
</div>
</footer>
</body>
</html>