-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (87 loc) · 3.93 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
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
<!DOCTYPE html>
<html>
<head>
<title>TJHL</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Sources/font.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="Sources/NSR.css">
<link rel="icon" href="Sources/Images/ico.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Jua&family=Nanum+Myeongjo&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="mainheader">
<a href=""><div class="ico"></div></a>
<div class="maintxt nsr">
<p class="title tt1 f72">Welcome<br/>to <span class="lgr bold">my<br/>playground.</span></p>
<p class="title tt2 f48"><span class="yel bold">TJHL</span>: <span class="yel bold">T</span>riple<span class="yel bold">J</span>'s <span class="yel bold">H</span>appy <span class="yel bold">L</span>ife!</p>
</div>
</div>
</header>
<div class="menus">
<a class="mlink" href="About/">
<div class="menu">
<p class="menutxt center jua f48">About</p>
<p class="menutxt center nsr f20 grey" style="margin: 0px 10%;">평범하지만 평범하지 않게 살고 싶은 어떤 대학생입니다.</p>
<p class="menutxt center nsr f18">▶ Read More</p>
<div class="line"></div>
</div>
</a>
<a class="mlink" href="Project/">
<div class="menu">
<table class="menuwithimg">
<tr>
<td class="mobileimg" style="text-align: center;">
<img class="menuimg" src="Sources/Images/main_img1.png"/>
</td>
</tr>
<tr>
<td>
<p class="menutxt jua f48">Project</p>
<p class="menutxt nsr f20 grey">하고 싶은 건 해봐야죠!</p>
<p class="menutxt nsr f18">▶ Read More</p>
</td>
<td class="pcimg" style="text-align: center;">
<img class="menuimg" src="Sources/Images/main_img1.png"/>
</td>
</tr>
</table>
<div class="line"></div>
</div>
</a>
<a class="mlink" href="Post/">
<div class="menu">
<table class="menuwithimg">
<tr>
<td class="mobileimg" style="text-align: center;">
<img class="menuimg" src="Sources/Images/main_img2.png"/>
</td>
</tr>
<tr>
<td class="pcimg" style="text-align: center;">
<img class="menuimg" src="Sources/Images/main_img2.png"/>
</td>
<td>
<p class="menutxt right jua f48">Post</a></p>
<p class="menutxt right nsr f20 grey">여기에만 남기고 싶은 이야기</p>
<p class="menutxt right nsr f18">▶ Read More</a></p>
</td>
</tr>
</table>
<div class="line"></div>
</div>
</a>
<a class="mlink" href="Contact/">
<div class="menu">
<p class="menutxt center jua f48">Contact</p>
<p class="menutxt center nsr f20 grey" style="margin: 0px 10%;">저의 SNS와 연락처를 모아뒀습니다.</p>
<p class="menutxt center nsr f18">▶ Read More</p>
<div class="line"></div>
</div>
</a>
</div>
<footer style="height: 401px;"><iframe class="foot" src="footer.html"></iframe></footer>
</body>
</html>