-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (113 loc) · 3.86 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="./css/main.css" />
<title>Kyushu Tech Conf2019</title>
</head>
<body>
<header>
<!-- TODO Add header -->
</header>
<main>
<section class="conf-name" >
<h1> Kyushu Tech </br>Conference 2019</h1>
<h2>Sep 13th (Sun) - Sep 14th (Sat) </br>@LINE FUKUOKA株式会社</h2>
</section>
<section class="about">
<h2 class="caption">About</h2>
<p>ゴニョゴニョと説明文が入るお</p>
</section>
<section class="schedule">
<h2 class="caption">Schedule</h2>
<table>
<thead>
<th></th>
<th>Sep 13</th>
<th>Sep 14</th>
<tbody>
<tr>
<th>10:00 - 10:20</th>
<td>13日の内容が入るお</td>
<td>14日の内容が入るお</td>
</tr>
</tbody>
</table>
</section>
<h2 class="caption">Dates & Access</h2>
<section class="date-access">
<div class="date-zone">
<h2 class=>Dates</h2>
<p>Sep 13th (Sun) - Sep 14th (Sat)</p>
<h2>Access</h2>
<p>未定<p>
<p>場所の住所<p>
<p>場所のホームページ(あれば)<p>
</div>
<iframe class="access-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3319.520852096373!2d130.437267314841!3d33.69546898070449!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x354188e7d7dcd653%3A0xee3436e91c2715c6!2z56aP5bKh5bel5qWt5aSn5a2m!5e0!3m2!1sja!2sjp!4v1554210010316!5m2!1sja!2sjp"frameborder="0"allowfullscreen></iframe>
</section>
<section class="sponsor">
<h2 class="caption">Sponsor</h2>
<div class="sponsor-content">
<a href="#">
<img src="img/new-logo.svg">
</a>
<a href="#">
<img src="img/new-logo.svg">
</a>
<a href="#">
<img src="img/new-logo.svg">
</a>
<a href="#">
<img src="img/new-logo.svg">
</a>
</div>
</section>
<section class="staff-section">
<h2 class="caption">Staff</h2>
<div class="staff-content">
<div class="staff">
<img src="img/togep-icon.jpg">
<div>
<p class="staff-nasa">遠藤 繁幸
<span class="staff-sns-name">@TOGEP</span>
</p>
<p class="staff-belongs">福岡工業大学</a>
<a class="staff-sns-link" href="https://twitter.com/TOGEP_suki">
<i class="fab fa-twitter"></i>
</a>
<a class="staff-sns-link" href="https://github.com/TOGEP">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="staff">
<img src="img/nasa-icon.jpg">
<div>
<p class="staff-nasa">近藤 アサン
<span class="staff-sns-name">@nasa_desu</span>
</p>
<p class="staff-belongs">福岡工業大学</a>
<a class="staff-sns-link" href="https://twitter.com/nasa_desu">
<i class="fab fa-twitter"></i>
</a>
<a class="staff-sns-link" href="https://github.com/k-nasa">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div >
<a href="#">Back to top</a>
<p>© Kyushu Tech Conference 2019</p>
</div>
</footer>
</body>
</html>