-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (88 loc) · 3.06 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
<html>
<head>
<title>Crashday Hub</title>
<link rel="StyleSheet" href="style.css" title="stylesheet" type="text/css">
<style>
div.button {
width: 128px;
height: 128px;
}
div.button2 {
width: 128px;
height: 128px;
}
</style>
</head>
<body>
<div id="main">
<div id="bg">
<img src="images/bg.jpg" alt="">
</div>
<div class="button">
<a href="https://discord.me/crashday">
<div class="box">
<p><img width="48px" height="48px" src="images/discord.png"/></p>
<b><p>OFFICIAL DISCORD</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://github.com/wurunduk/crashday-smart-launcher/releases/latest">
<div class="box">
<p><img width="48px" height="48px" src="images/crashday.png"/></p>
<b><p>SMART LAUNCHER</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://steamcommunity.com/app/508980/workshop/">
<div class="box">
<p><img width="48px" height="48px" src="images/workshop.png"/></p>
<b><p>STEAM WORKSHOP</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://steamcommunity.com/app/508980/discussions/0/1733213724899660076/">
<div class="box">
<p><img width="48px" height="48px" src="images/3deditor.png"/></p>
<b><p>3D TRACK EDITOR</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://wurunduk.github.io/crashday-sdk/">
<div class="box">
<p><img width="48px" height="48px" src="images/sdk.png"/></p>
<b><p>CRASHDAY SDK</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://crashdaycenter.com/">
<div class="box">
<p><img width="48px" height="48px" src="images/guide2.png"/></p>
<b><p>MODDING GUIDES</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://docs.google.com/spreadsheets/d/1-dXl7E2KFRwKLf8ixcD6HMSSu9EfKzN5hGQCQxJ4YOk/edit?usp=sharing">
<div class="box">
<p><img width="48px" height="48px" src="images/gsheet.png"/></p>
<b><p>MODDING INFO</p></b>
</div>
</a>
</div>
<div class="button">
<a href="https://github.com/wurunduk/blender-p3d-import-export/releases/latest">
<div class="box">
<p><img width="48px" height="48px" src="images/blender.png"/></p>
<b><p>.P3D PLUGIN</p></b>
</div>
</a>
</div>
</div>
</body>
</html>
<div class="credit"">"MODDING GUIDES" icon made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> @ <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>