-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathopensourcelab.html
96 lines (86 loc) · 4.24 KB
/
opensourcelab.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
<!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="archive.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:wght@100..900&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>
<script src="archive.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>
<img src="spedup.png" id="spedup-large">
<img src="spedup.png" id="spedup-small">
<div class="container">
<div id="info">
<div id="project">
<div id="crew" class="logo" style="background-image: url('logo/osl.svg'); transform: scale(1.2);"></div>
<h1>Open Mine</h1>
<p>보석과 우리는 살을 깎아내며 목표를 향해 간다는 점에서 맞닿아있습니다. 상호작용이라는 개념안에서 오픈광산은 노력이란 가치의 의미를 찾아봅니다. 더 나아가 서로 코드를 공유하는 오픈 소스 문화를 착안하여 서로가 서로를 빛내주는 아름다움을 오픈소스랩의 방식으로 소개하고자 합니다. 다양한 광물이 흘러넘치는 광산 “오픈마인”에서 여러분들 각자의 반짝임을 찾아보고 즐겨보시길 바랍니다.</p>
<div id="link">
<a href="about.html#opensourcelab" class="button">
<h3>About</h3>
<svg width="95" height="89" viewBox="0 0 95 89">
<path d="M50.4008 88.3635L41.0372 79.0907L69.0827 51.0453H0.946289V37.4998H69.0827L41.0372 9.49982L50.4008 0.181641L94.4917 44.2726L50.4008 88.3635Z" fill="#565656" id="about"/>
</svg>
</a>
<a href="https://recruit.hioslab.com/" class="button">
<h3>Recruit</h3>
<svg width="95" height="89" viewBox="0 0 95 89">
<path d="M50.4008 88.3635L41.0372 79.0907L69.0827 51.0453H0.946289V37.4998H69.0827L41.0372 9.49982L50.4008 0.181641L94.4917 44.2726L50.4008 88.3635Z" fill="#565656" id="recruit"/>
</svg>
</a>
</div>
</div>
<div id="participants">
<h2>Participants</h2>
<div id="name">
<p>Kim Jihye</p>
<p>Hong Nuri</p>
<p>Kang Gaeun</p>
<p>Park Sunghun</p>
<p>Kang Yeonwoo</p>
<p>Hwang Yeeun</p>
</div>
</div>
</div>
<div id="archive">
<h3>Archive</h3>
<ul id="images">
<li><div><img src="club2/osl01.png"></div></li>
</ul>
</div>
</div>
<div class="modal">
<img class="modal-content"></img>
</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>