-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (65 loc) · 2.21 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
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
<!doctype html>
<html lang=en>
<head>
<meta charset="utf-8">
<title> Simon - Intro(Official) </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" />
<meta property="og:type" content="website">
<meta property="og:site_name" content="Simon - Intro(Official)">
<meta property="og:title" content="#0">
<meta property="og:description" content="Introduce myself with visual thing">
<meta property="og:url" content="https://simoniful.github.io/Aboutme/">
<link href="css/home.css" rel="stylesheet">
<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>
</head>
<body>
<main class="the-home-elements">
<a href="S.html" target="_self">
<div class="the-home-images-area">
<img src="images/S.png">
</div>
</a>
<a href="I.html" target="_self">
<div class="the-home-images-area">
<img src="images/I.png">
</div>
</a>
<a href="M.html" target="_self">
<div class="the-home-images-area">
<img src="images/M.png">
</div>
</a>
<a href="O.html" target="_self">
<div class="the-home-images-area">
<img src="images/O.png">
</div>
</a>
<a href="N.html" target="_self">
<div class="the-home-images-area">
<img src="images/N.png">
</div>
</a>
</main>
<footer class="the-home-images-area last">
<div class="home-footnote">
<div class="container">
<div class="text"></div>
</div>
<span>Any questions about my work?</span>
<a href="mailto:simoniful0@gmail.com" target="_top">Send it!</a>
<br>
<span>Velog by simon</span>
<a href="https://velog.io/@simoniful" target="_blank"> Here's the development history.</a>
<br>
<span>Do you like it?</span>
<a href="mailto:simoniful0@gmail.com" target="_top">Tell me what you think!</a>
<br>
<span>NightMode!</span>
<input class="night_btn" type="button" value="Night" onclick="nightDayHandler(this)">
</div>
</footer>
<script src="home.js"></script>
</body>
</html>