forked from hidcCombEx/SpedUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (146 loc) · 4.78 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
<!DOCTYPE html>
<html lang="ko">
<head>
<title>Sped-Up!</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:[email protected]&display=swap" rel="stylesheet">
<meta name="viewport" charset="utf-8" content="initial-scale=1.0">
</head>
<body>
<script src="script.js" style="display:flex;"></script>
<nav id="nav">
<div class="container">
<h1><a href="index.html">Sped-Up!</a></h1>
<svg width="22" height="22" viewBox="0 0 22 22" id="toggle">
<path d="M18 11L6 17.9282L6 4.0718L18 11Z" fill="#565656"/>
</svg>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</nav>
<div id="iconic">
<img src="spedup.png" id="spedup-large">
<img src="spedup.png" id="spedup-small">
</div>
<h1 id="main-title">Sped-Up!</h1>
<h2 id="ex-date">3.11-15</h2>
<div class="scrolling-text" style="--time: 30s; --direction: left;">
<div>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
</div>
<div>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
<p>HONGIK</p>
<p>DESIGN</p>
<p>CONVERGENCE</p>
<p>COMBINED</p>
<p>EXHIBITION</p>
</div>
</div>
<div class="scrolling-text" style="--time: 39s; --direction: right; color: #EA4D37;">
<div>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
</div>
<div>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
<p>YAWAYATS</p>
<p>OPENSOURCELAB</p>
<p>JOCHIWONTYPOGRAPHY</p>
<p>PRIMEFRAME</p>
<p>VIVID</p>
</div>
</div>
<div class="container">
<div id="main-crews">
<a href="yawayats.html">YAWAYATS</a>
<a href="opensourcelab.html">OPENSOURCELAB</a>
<a href="jochiwontypography.html">JOCHIWONTYPOGRAPHY</a>
<a href="primeframevivid.html">PRIMEFRAME×VIVID</a>
</div>
</div>
<hr>
<footer>
<h3>Sped-Up!</h3>
<p>Hongik Univ. Design Convergence<br>Combined Exhibition 2024-1</p>
<div id="logos">
<div class="contribute logo" style="background-image: url('logo/hongik.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/hidc.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/yawayats.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/osl.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/jtypo.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/pf.svg');"></div>
<div class="contribute logo" style="background-image: url('logo/vivid.svg');"></div>
</div>
</footer>
</body>
</html>