-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (64 loc) · 2.81 KB
/
index.html
File metadata and controls
77 lines (64 loc) · 2.81 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="countdown.css">
<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,700" rel="stylesheet"></link>
<link rel="icon" href="favicon.ico" />
<meta name="format-detection" content="telephone=no" />
<title>UU-circles | 3月8日公開予定</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RBBX00EKT8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RBBX00EKT8');
</script>
</head>
<body class="font-body">
<div class="top-wrapper">
<img class="top-wrapper-img" src="uucircle.jpg" width="1690" height="225">
</div>
<div class="text-center py-10 md:text-4xl bg-white">
<p class="md:leading-loose">
新歓をハックする!
</p>
</div>
<div class="pt-6 text-xl text-center pb-12 md:text-4xl bg-gray-50">
<p class="md:leading-loose">
サークルビラ一覧サイト<br>
リリースまで
</p>
</div>
<div id="result" class="bg-gray-50 text-5xl text-center md:text-6xl md:pt-4 md:pb-20"></div>
<script src="countdown.js"></script>
<p class="bg-gray-50 pt-16 text-center text-gray-800 leading-relaxed md:text-3xl">
宇大が気になる、新入生の君へ!<br>
新入生メディアサイトで、準備を整えよう!
</p>
<div class="button bg-gray-50">
<button class="bg-yellow-400 text-white font-bold py-6 px-4 border rounded-lg text-lg mb-6">
<div>
メディアサイトも近日公開予定!
</div>
</button>
</div>
<div class="rounded-lg flex justify-center items-center bg-gray-50">
<a href="https://ulab-uu.com/">
<img src="ulab.jpg" width="210" height="140" alt="次へ">
</a>
</div>
<div class="text-center pb-24 bg-gray-50 pt-4 text-gray-600">
<p>U-lab</p>
</div>
<!-- <div class="footer-link">
<div class="footer-link-item">
<a href="https://ulab-uu.com/" target="_blank">U-lab</a>
<a href="https://miyameshi.com/" target="_blank">みやメシ</a>
</div>
</div> -->
</body>
</html>