forked from 257cc8ae/student-lt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (157 loc) · 7.02 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>#学生LT - 学生エンジニア、集まれ!学生LT公式サイト!</title>
<meta name="description" content="学生エンジニアがお互いに繋がれる環境を作る為に立ち上がったコミュニティである学生LTの公式サイトです。" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://lusaca.github.io/student-lt/" />
<meta property="og:description" content="学生エンジニアがお互いに繋がれる環境を作る為に立ち上がったコミュニティである学生LTの公式サイトです。" />
<meta property="og:title" content="#学生LT - 学生エンジニア、集まれ!学生LT公式サイト!" />
<meta name="twitter:site" content="@_student_lt" />
<meta property="fb:app_id" content="1647275265475221" />
<meta property="og:image" content="https://lusaca.github.io/student-lt/ogp.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="#学生LT" />
<meta property="og:locale" content="ja_JP" />
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script src="https://kit.fontawesome.com/10bdab0e95.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="tpbr">
<div class="tpbr-main-content">
<div>
<img src="assets/dark.svg">
</div>
<div class="ch-cpy"><span id="ch-cpy-content"></span></div>
<a href="https://student-lt.connpass.com/" target="_blank">
<button class="link-button">
イベント一覧
</button>
</a>
</div>
</section>
<section class="us-ct us-ct-orange">
<h2><span>学生LTについて</span></h2>
<p>
学生エンジニアがお互いに繋がれる環境を作る為に立ち上がったコミュニティです。
</p>
</section>
<section class="us-ct">
<h2><span>学生LTの活動</span></h2>
<p class="sm-pad-b">
学生主体のLT大会を2ヶ月に1回のペースで開催しております。
<br>
また、学生エンジニアが交流出来るDiscordチームもあります。
</p>
<div class="center">
<a href="https://go.student-lt.tech/discord" target="_blank">
<button class="link-button discord-link-button">
<img src="assets/discord.svg" alt="Discord" loading="lazy">へ入る
</button>
</a>
</div>
</section>
<section class="us-ct us-ct-orange">
<h2><span>学生LT の目標</span></h2>
<div class="target_cards">
<div class="target_card">
<img src="assets/meeting.svg" loading="lazy">
<div class="target_card_text">
同じ趣味の仲間で技術を語り合う環境を作ります。
</div>
</div>
<div class="target_card">
<img src="assets/handshake.svg" loading="lazy">
<div class="target_card_text">
学生エンジニア同士の人脈を広げます
</div>
</div>
<div class="target_card">
<img src="assets/user_profile.svg" loading="lazy">
<div class="target_card_text">
日本中の学生エンジニアを繋げます
</div>
</div>
</div>
</section>
<section class="us-ct">
<h2><span>会場募集</span></h2>
<p>
学生LT では、イベント会場に使用する会場を提供してくれる企業様を募集しています。
<br>
会場を貸していただいた企業様については、イベント内で宣伝いたします。
<br>
スポンサーになりたいという企業様がいらっしゃいましたら、下記の連絡先までご連絡をよろしくお願いします。
</p>
<h2><span>連絡先</span></h2>
<p>
Contact: <a href="https://go.student-lt.tech/inq" targe="_blank">https://go.student-lt.tech/inq</a>
<br>
Twitter: <a href="https://go.student-lt.tech/twitter" targe="_blank">https://go.student-lt.tech/twitter</a>
<br>
行動規約: <a href="https://go.student-lt.tech/teams" targe="_blank">https://go.student-lt.tech/teams</a>
</p>
</section>
<section class="us-ct us-ct-orange">
<h2><span>各種SNS</span></h2>
<div class="social-cards">
<a href="https://go.student-lt.tech/twitter" targe="_blank">
<div class="social-card twitter">
<i class="fab fa-twitter fa-3x fa-fw"></i>
<div class="app_name">
Twitter
</div>
</div>
</a>
<a href="https://www.facebook.com/groups/237311463440708/" targe="_blank">
<div class="social-card facebook">
<i class="fab fa-facebook fa-3x fa-fw"></i>
<div class="app_name">
Facebook
</div>
</div>
</a>
<a href="https://go.student-lt.tech/discord" targe="_blank">
<div class="social-card discord">
<i class="fab fa-discord fa-3x fa-fw"></i>
<div class="app_name">
Discord
</div>
</div>
</a>
<a href="https://www.youtube.com/channel/UC5g-XuNYuRcNs5uGlqzZw6Q" targe="_blank">
<div class="social-card youtube">
<i class="fab fa-youtube fa-3x fa-fw"></i>
<div class="app_name">
YouTube
</div>
</div>
</a>
<a href="https://go.student-lt.tech/github" targe="_blank">
<div class="social-card github">
<i class="fab fa-github fa-3x fa-fw"></i>
<div class="app_name">
GitHub
</div>
</div>
</a>
</div>
</section>
<footer class="us-ct us-ct-orange">
<div class="center">
<b>
©学生LT 2020
</b>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>