-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
107 lines (107 loc) · 6.53 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
<html>
<head>
<title>OldCord: Bring back the best discord years</title>
<link href="./assets/css/index.css" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="header-wrapper">
<div id="header">
<h1>OLDCORD</h1>
<h2>Bringing back the best years of Discord at your fingertips</h2>
</div>
</div>
<div id="clients-wrapper">
<div id="clients">
<div class="header">
<h1>2015 / <a href="roadmap.html">ROADMAP</a></h1>
<p>Often referred to as "Discord Alpha", these were the days before Friends, Dm privacy settings, some builds even without server icons!</p>
</div>
<div class="body">
<div id="cards">
<div class="card">
<img src="./assets/images/server_settings.PNG">
<h1>June 12th 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/no_icon.PNG">
<h1>July 10th 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/server_icon.PNG">
<h1>August 10th 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/september.PNG">
<h1>September 2nd 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/november.PNG">
<h1>November 6th 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/december_2.PNG">
<h1>December 2nd 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
<div class="card">
<img src="./assets/images/notifications.PNG">
<h1>December 23rd 2015</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Currently disabled as we work on the 2015 backend rewrite, please have patience.</span></a>
</div>
</div>
</div>
<div class="header">
<h1>2016 / <a href="roadmap.html">ROADMAP</a></h1>
<p>The year when discord really started to become like any other chat app with a friends system, profiles, badges, even the nitro experimental rollout began this year!</p>
</div>
<div class="body">
<div id="cards">
<div class="card" id="quickfix">
<img src="./assets/images/november_2016.PNG">
<h1>November 22nd 2016</h1>
<a href="https://twitter.com/oldcord" class="soon">Try it out! <span class="tooltip">Not deployed yet, sorry for misleading you.</span></a>
</div>
</div>
</div>
<div class="header">
<h1>2017 / <a href="roadmap.html">ROADMAP</a></h1>
<p>Coming soon! Read below for details on Hummus (Partnered with Oldcord)</p>
<div class="body">
<div id="cards">
<div class="card" id="quickfix">
<img src="./assets/images/hummus.PNG">
<h1>January 2017</h1>
<a href="https://hummus.sys42.net" class="soon">Try it out!</a>
</div>
</div>
</div>
</div>
<div class="header">
<h1>MISC</h1>
<p>Some other stuff hosted on this domain that you might wanna check out</p>
<div class="body">
<div id="cards">
<div class="card" id="quickfix">
<img src="./assets/images/hummus.PNG">
<h1>Hummus2 Instance</h1>
<a href="https://hummus.oldcordapp.com" class="soon">Try it out!</a>
</div>
<div class="card" id="quickfix">
<img src="./assets/images/atsomeone.png">
<h1>@someone / April 1st 2018</h1>
<a href="https://atsomeone.oldcordapp.com" class="soon">Try it out!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>