-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (186 loc) · 6.49 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
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>멋사 13기 프론트엔드</title>
<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=Jersey+10&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/header.css/hd.css" />
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="./styles/grid.css" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<link rel="stylesheet" href="./styles/footer.css" />
<link rel="stylesheet" href="./styles/modal.css" />
</head>
<body>
<div id="likelion-header">
<span id="header-padding">
<span id="header_logo">
<a href="index.html"
><img src="./assets/img/likelion-header.png" alt="LikeLion-Logo"
/></a>
<span id="header-text"
>I
<svg
id="heart"
xmlns="http://www.w3.org/2000/svg"
width="35"
height="33"
viewBox="0 0 24 24"
>
<path
fill="#fb0000"
d="M21.19 12.683c-2.5 5.41-8.62 8.2-8.88 8.32a.85.85 0 0 1-.62 0c-.25-.12-6.38-2.91-8.88-8.32c-1.55-3.37-.69-7 1-8.56a4.93 4.93 0 0 1 4.36-1.05a6.16 6.16 0 0 1 3.78 2.62a6.15 6.15 0 0 1 3.79-2.62a4.93 4.93 0 0 1 4.36 1.05c1.78 1.56 2.65 5.19 1.09 8.56"
/>
</svg>
FRONTEND</span
>
</span>
<span id="header_navigation">
<button class="header-home">HOME</button>
<button class="header-about">ABOUT</button>
<button class="header-contact">CONTACT</button>
</span>
</span>
</div>
<div class="header-mobile-nav">
<div id="header-mob_top">
<img src="./assets/img/mob_nav_top.png" alt="mobile navigation top" />
</div>
<div id="header-mob_about">
<img
src="./assets/img/mob_nav_about.png"
alt="mobile navigation about"
/>
</div>
<div id="header-mob_bot">
<img
src="./assets/img/mob_nav_bot.png"
alt="mobile navigation bottom"
/>
</div>
</div>
<!-- Grid 영역 -->
<div id="likelion_grid"></div>
<!-- Modal 영역 -->
<div class="modal">
<div class="modal_body">
<div id="modal_button_style">
<button class="modal_close_btn">
<img
id="modal_button_style_img"
src="./assets/img/modal/close.png"
/>
</button>
</div>
<div class="modal_music">
<p class="modal_p" id="modal_music_name">첫 만남은 너무 어려워</p>
<p class="modal_p" id="modal_music_singer">tws</p>
</div>
<div class="modal_profile_picture">
<img class="modal_profile_pic" src="#" alt="modal_profile_pic" />
</div>
<h3 id="modal_profile_name">이하린</h3>
<h5 id="modal_profile_motto">한줄 좌우명</h5>
<div class="modal_link_box_row">
<div class="modal_link_box_col">
<a id="github" href="#" target="_blank"
><img src="./assets/img/modal/github.png" class="modal_link_pic"
/></a>
<p class="modal_p">github</p>
</div>
<div class="modal_link_box_col">
<a id="introduce" href="#" target="_blank"
><img src="./assets/img/modal/link.png" class="modal_link_pic"
/></a>
<p class="modal_p">introduce</p>
</div>
<div class="modal_link_box_col">
<a id="instagram" href="#" target="_blank"
><img src="./assets/img/modal/insta.png" class="modal_link_pic"
/></a>
<p class="modal_p">instagram</p>
</div>
</div>
</div>
</div>
<!-- Footer 영역 -->
<footer id="footer">
<div class="footer-container">
<div class="footer-content">
<img
src="./assets/img/footer/likelion1.png"
alt="LikeLion Logo"
width="200"
height="200"
/>
<p>
이번 프로젝트는 한동대 멋사 프론트엔드의 활기찬 현재와 창창한 미래를
보여주는 것을 목표로 합니다.
</p>
<p>한동대 멋사 13기 프론트엔드 컨셉: "깔끔함"</p>
<p>
프론트엔드 팀은 깔끔하고 간결한 화면을 통해 프로젝트의 핵심 메시지를
사용자에게 명확히 전달하려고 합니다.
</p>
</div>
<div class="footer-links-wrapper">
<div class="footer-links">
<h3>Learn More</h3>
<ul>
<li>
<a href="https://hgulikelion.web.app" target="_blank"
>멋사 공식 웹사이트</a
>
</li>
<li>
<a href="https://likelion.net" target="_blank"
>LikeLion 네트워크</a
>
</li>
<li>
<a
href="https://www.youtube.com/@likelion.official"
target="_blank"
>YouTube</a
>
</li>
</ul>
</div>
<div class="footer-links">
<h3>Join Us</h3>
<ul class="social-links">
<li>
<a href="https://github.com/LikeLionHGU" target="_blank">
<img src="./assets/img/footer/github.png" alt="Github" />
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<img src="./assets/img/footer/email.png" alt="Email" />
</a>
</li>
<li>
<a href="https://instagram.com/likelion_hgu" target="_blank">
<img
src="./assets/img/footer/instagram.png"
alt="Instagram"
/>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="./js/grid.js"></script>
<script src="./js/ScreenMove.js"></script>
<script src="./js/heartAnimation.js"></script>
<script src="./js/modal.js"></script>
</body>
</html>