This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (110 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>SKUFES! Project</title>
<link rel="icon" type="image/png" href="/static/images/favicon.png" />
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="static/semantic/semantic.min.css">
<script src="static/semantic/semantic.min.js"></script>
<style>
/*
#skufes-icon {
display: inline;
width: 1.2rem;
margin-right: 7px;
vertical-align: top;
}
*/
</style>
</head>
<body>
<div class="ui vertical center aligned segment" style="padding-top: 150px; padding-bottom: 80px">
<div class="ui container">
<h1 class="ui center aligned icon header" style="line-height: 2em; padding-bottom: 0.5em">
<img src="/static/images/favicon.png" srcset="/static/images/skufes-icon.svg" alt="SKUFES! Project" class="ui icon image" id="skufes-icon" style="max-width: 1em">
SKUFES! Project
<div class="center aligned sub header">A Collective Display of SIF In-Game Data</div>
</h1>
<a class="ui samall basic button" href="/about">About and Related</a>
</div>
</div>
<div class="ui vertical masthead segment four column stackable grid">
<a class="ui column" href="https://tier.skufes.moe/">
<div class="ui container">
<h3 class="ui center aligned icon header" style="margin-top: 1em; margin-bottom: 1em; line-height: 1.5em">
<i class="trophy icon"></i>
<div class="content">
Event Cutoff
<div class="sub header">Real-time Event and Live Cutoff<br />for On-Going and Past Events</div>
</div>
</h3>
</div>
</a>
<a class="ui column" href="https://card.skufes.moe/">
<div class="ui container">
<h3 class="ui center aligned icon header" style="margin-top: 1em; margin-bottom: 1em; line-height: 1.5em">
<i class="user icon"></i>
<div class="content">
Cards
<div class="sub header">Gallery of Cards and Pairs</div>
</div>
</h3>
</div>
</a>
<a class="ui column" href="https://news.skufes.moe/">
<div class="ui container">
<h3 class="ui center aligned icon header" style="margin-top: 1em; margin-bottom: 1em; line-height: 1.5em">
<i class="newspaper icon"></i>
<div class="content">
Announcements
<div class="sub header">In-Game Announcements</div>
</div>
</h3>
</div>
</a>
<a class="ui column" href="https://secretbox.skufes.moe/">
<div class="ui container">
<h3 class="ui center aligned icon header" style="margin-top: 1em; margin-bottom: 1em; line-height: 1.5em">
<i class="gift icon"></i>
<div class="content">
Secret Box
<div class="sub header">In-Game Secret Box</div>
</div>
</h3>
</div>
</a>
</div>
<div class="ui vertical segment">
<div class="ui stackable grid container">
<div class="ui four wide column">
<h5>友情链接</h5>
<a class="ui labeled button" href="https://llsupport.cn/"><img class="ui icon" src="/static/images/llsupport.png">LLSupport</a>
</div>
<div class="ui four wide column">
<h5>其他渠道</h5>
<a class="ui labeled button" href="https://t.me/skufes"><i class="ui telegram icon"></i>Telegram 频道</a>
</div>
</div>
</div>
<div class="ui vertical segment">
<div class="ui eight wide center aligned container">
<h5>The SKUFES! Project</h5>
© 2017 <a href="https://chazeon.com/">CHAZEON</a>
</div>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98613908-3', 'auto');
ga('send', 'pageview');
</script>
</html>