-
Notifications
You must be signed in to change notification settings - Fork 1
/
N.html
57 lines (56 loc) · 1.97 KB
/
N.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
<!doctype html>
<html lang=en>
<head>
<meta charset="utf-8">
<title> SIMON # 5 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link rel="icon" href="./images/favicon.ico">
<link rel="apple-touch-icon" href="./images/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script src="app.js"></script>
</head>
<body>
<header class="the-image-area">
<nav class="the-navbar">
<a href="S.html" target="_self"><span>S</span></a>
<a href="I.html" target="_self"><span >I</span></a>
<a href="M.html" target="_self"><span>M</span></a>
<a href="O.html" target="_self"><span class="literal">O</span></a>
<span class="literal">N</span>
</nav>
<img src="images/N.png">
<div id="_progress"></div>
</header>
<div class="blank"></div>
<main>
<section class="quote-area up-on-scroll">
<h2 class="quote-title">
Contact
</h2>
<article class="quote-text">
<a href="https://www.instagram.com/simoniful/">
<img src="images/insta.png" alt="insta link">
</a><br>
<a href="https://velog.io/@simoniful">
<img src="images/blog.png" alt="blog link">
</a><br>
<a href="https://www.youtube.com/channel/UCcoTBfL4JhwASPz6fBxaC8g">
<img src="images/youtube.png" alt="youtube link">
</a><br>
<a href="mailto:simoniful0@gmail.com">
<img src="images/gmail.png" alt="gmail link">
</a><br>
<a href="https://github.com/simoniful">
<img src="images/github.png" alt="github link">
</a>
</article>
</section>
</main>
<footer class="to-home">
<a href="index.html" target="_self"><span>HOME</span></a>
<br>
<input class="night_btn" type="button" value="Night" onclick="nightDayHandler(this)">
</footer>
</body>
</html>