-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
96 lines (95 loc) · 4.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NT鯖江2022 なにかつくってみた、技術の祭典!</title>
<!-- CSS読み込み -->
<link rel="stylesheet" type="text/css" href="2022/style.css">
<link rel="stylesheet" type="text/css" href="2022/css/first-view.css">
<link rel="stylesheet" type="text/css" href="2022/css/about.css">
<link rel="stylesheet" type="text/css" href="2022/css/footer.css">
<link rel="stylesheet" type="text/css" href="2022/css/poster.css">
<!-- ogp設定後で書く -->
<link rel="icon" type="image/png" href="./sabae-hana-icon.png">
<link rel="apple-touch-icon" href="./sabae-hana-icon.png">
<!-- webフォント読み込み -->
<link href="https://fonts.googleapis.com/earlyaccess/nicomoji.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/hannari.css" rel="stylesheet">
<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=Yuji+Syuku&display=swap" rel="stylesheet">
</head>
<body>
<div class="first-view-background">
<div class="first-view">
<div class="title-panel">
<div class="event-content">
なんかつくってみた、技術の祭典!
</div>
<div class="title">NT鯖江2022</div>
<div class="place">
<div class="unit">場所:</div>
<a href="https://www.city.echizen.lg.jp/office/010/130030/shiminplazatakefu.html" target="_blank">
アル・プラザ武生3階<br>
市民プラザたけふ<i class="fa-solid fa-up-right-from-square"></i>
</a>
</div>
<div class="date">
<div class="unit">日時:</div>
<div>
<span>11月<span class="blue">5</span>日(<span class="blue">土</span>)<span class="red">6</span>(<span class="red">日</span>)</span><br>
<span>10時〜17時</span>
</div>
</div>
</div>
<div class="workshop-pop">
<a href="https://forms.gle/R8EtPfybLmUAPea67" target="_blank">
11月6日(日)<br>
ワークショップ開催!
</a>
</div>
</div>
</div>
<div class="about">
<div class="title">NT鯖江とは</div>
<div class="description">
「なんかつくってみた」様々なクリエイターたちが一堂に会し、<br>
展示や体験を通して「ものづくりの楽しさ」を共有するイベントです。<br>
出展者はものづくりをこよなく愛する愉快な仲間たち。<br>
十人十色の作品をぜひ御覧ください。
</div>
<div class="sitemap">
<a href="http://wiki.nicotech.jp/nico_tech/index.php?%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E6%8A%80%E8%A1%93%E9%83%A8%E3%80%80%E3%81%BE%E3%81%A8%E3%82%81wiki" target="_blank">
<img src="2022/img/nicotech.png">
</a>
<a href="http://wiki.nicotech.jp/nico_tech/index.php?NT%E9%AF%96%E6%B1%9F2021" target="_blank">
<img src="2021/top.jpg">
</a>
<a href="http://wiki.nicotech.jp/nico_tech/index.php?NT%E9%AF%96%E6%B1%9F2020" target="_blank">
<img src="2022/img/ntsabae2020.jpg">
</a>
<a href="2021/index.html" target="_blank">
<img src="2022/img/2021-hp.png">
</a>
</div>
</div>
<div class="poster">
<div class="title">アクセスマップ</div>
<div class="access-map">
<img src="2022/img/access-map.png">
</div>
<div class="title">2022ポスター</div>
<div class="poster-wrapper">
<img src="2022/img/poster-front.png">
<img src="2022/img/poster-back.png">
</div>
</div>
<div style="width: 100%; padding-bottom: 32px; display: flex; justify-content: center;">
<a class="twitter-timeline" data-lang="ja" data-width="360" data-height="600" data-theme="dark" href="https://twitter.com/nt_sabae_cc?ref_src=twsrc%5Etfw">Tweets by nt_sabae_cc</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<footer>
<span class="footer-text">主催:NT鯖江実行委員会/<a href="https://code4fukui.github.io/index.html">Code For FUKUI</a><span>
</footer>
</body>
</html>