-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 1.71 KB
/
Copy pathindex.html
File metadata and controls
45 lines (42 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BOMEE's PORTFOLIO</title>
<meta name="description" content="Portfolio for world-renowned software engineer BoMee" />
<meta name="author" content="BoMee" />
<link rel="shortcut icon" href="src/images/icon.png" type="image/x-icon" class="favicon" />
<script src="https://kit.fontawesome.com/04275cbaef.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="src/css/portfolio.css" />
<link rel="stylesheet" href="src/css/header.css" />
<link rel="stylesheet" href="src/css/me.css" />
<link rel="stylesheet" href="src/css/about.css" />
<link rel="stylesheet" href="src/css/skills.css" />
<link rel="stylesheet" href="src/css/works.css" />
<link rel="stylesheet" href="src/css/contact.css" />
<script type="module" src="src/index.js" defer></script>
</head>
<body>
<header id="header"></header>
<main id="main">
<!-- IT'S ME -->
<section id="main__me" class="move-down"></section>
<!-- About -->
<section id="main__about"></section>
<!-- SKILLS -->
<section id="main__skills"></section>
<!-- WORKS -->
<section id="main__works"></section>
<!-- CONTACT -->
<section id="main__contact"></section>
</main>
<footer id="footer">
<i class="fas fa-fan"></i>
<p>BOMEE's PORTFOLIO</p>
<p class="footer">© 2020 PORTFOLIO - All rights reserved</p>
</footer>
</body>
</html>