-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
163 lines (159 loc) · 9.94 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
161
162
163
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Deeeep.io Reef Client</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Deeeep.io Reef Client: The Minimalistic v4 Client">
<meta name="keywords" content="deeeep.io, desktop, client, v4, reef">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<nav>
<nav class="navbar">
<img class="top-logo" src="/assets/rounded_favicon.png" alt="DRC logo" onclick="window.location.href='/'">
<a href="/sunset">Goodbye</a>
<a href="#features">Why DRC?</a>
<a href="/downloads">Download</a>
<a href="/plugins">Plugins</a>
<a href="/docs">Documentation</a>
<a href="https://github.com/Deeeep-Reef-Client/deeeep-reef-client">GitHub</a>
</nav>
</div>
</nav>
<div role="link" style="position: fixed; z-index: 99999; width: 100%; text-align: center; background-color: red;"
onclick="window.location.pathname = '/sunset'">
<h1>The DRC has been deprecated. Use at own risk.</h1>
</div>
<div class="header">
<img class="header-background" src="assets/bgimage.png" alt="DRC background image">
<div class="header-inner">
<div id="title">
<h1 class="name">Deeeep.io Reef Client</h1>
<h2>A Dead v4 Desktop Client</h2>
</div>
<button class="download" onclick="
// 'It works' ^^
var d = document.createElement('a');
d.href='downloads#downloads';
d.click();
">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-cloud-download" viewBox="0 0 16 16">
<path
d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z" />
<path
d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z" />
</svg>
<div class="spacer"></div>
Download
</button>
</div>
</div>
<div class="main">
<div class="main-container">
<div class="section">
<h1>What is DRC?</h1>
<div class="box">
<p>Deeeep.io Reef Client (DRC) was a new Deeeep.io client that supported v4. <br />It aimed to
provide
a clean, minimalistic and easy to use client with lots of features.</p>
</div>
</div>
<div id="features" class="section">
<h1>Features</h1>
<span style="text-align: left;">
<ul>
<li>Asset Swapper</li>
<li>Plugins System</li>
<li>Custom Theme</li>
<li>Theme Maker</li>
<li>Forum notifications</li>
<li>Friend request notifications</li>
<li>Light Theme</li>
<li>Discord Rich Presence</li>
<li>Built-in Docassets</li>
<li>Better UI</li>
<li>Evolution Tree</li>
<li>V3 game UI</li>
<li>Touchpad improvements</li>
<li>Auto fill name</li>
<li>Account swapper</li>
</ul>
</span>
</div>
<div id="screenshots" class="section">
<h1>Screenshots</h1>
<p>DRC full release introduction <a href="https://www.youtube.com/watch?v=xpm6i4YMLCs">video</a></p>
<div style="display:flex;width:60vw;flex-wrap:wrap;">
<figure>
<img class="screenshot" type="image/png" alt="Main Menu" src="/assets/screenshots/mainmenu.png">
<img class="screenshot" type="image/png" alt="Evolution Tree"
src="/assets/screenshots/evolutiontree.png">
<img class="screenshot" type="image/png" alt="Asset Swapper"
src="/assets/screenshots/assetswapper.png">
<img class="screenshot" type="image/png" alt="Theme Maker"
src="/assets/screenshots/thememaker.png">
<img class="screenshot" type="image/png" alt="Plugins" src="/assets/screenshots/plugins.png">
<img class="screenshot" type="image/png" alt="Settings" src="/assets/screenshots/settings.png">
<img class="screenshot" type="image/png" alt="V3 UI" src="/assets/screenshots/v3ui.png">
<img class="screenshot" type="image/png" alt="Light Theme"
src="/assets/screenshots/lighttheme.png">
</div>
</div>
<div class="section">
<h1>FAQs</h1>
<h2>Will I be banned using it?</h2>
<p>Yes. There's a reason this client is <a href="/sunset">dead</a>.</p>
<h2>Is it still actively developed?</h2>
<p><a href="/sunset">No</a>. Thank you for all your support. ^^</p>
<h2>How do I install it?</h2>
<p>Click the blue "Download" button at the top of this page, or go to the <a href="/downloads">Downloads
page</a>. It is <b>not recommended</b> to use this client, you are doing this at your own risk
of getting banned.</p>
<h2>Is this safe to open?</h2>
<p>No. There is a high risk you may be banned from the game.
<br />
<s>Yes, this client is absolutely not a virus and is
safe
to open. Although Windows or your antivirus
may
try
to block it, it's only because you downloaded it from the internet and it doesn't have a
verification
certificate (those are expensive :c). <a
href="https://www.virustotal.com/gui/file/d042972dc8cd3655efddd7ad67ea340761d1b4a7690ce11e0f69f064c1b11a90">No
known antivirus</a> has ever flagged this as malicious. You can scan the file yourself if
you
don't trust it. If you still aren't convinced, view the full
source code <a href="https://github.com/Deeeep-Reef-Client/deeeep-reef-client">here</a>.</s>
</p>
<h2 id="why-is-my-antivirus-blocking-it">Why is my antivirus / Windows / macOS blocking it?</h2>
<p>Again, signing an app is expensive D:. An Apple Developer ID alone costs $99, for instance. Please
override
it and allow the client to execute. If Windows Defender tries to block it, please click "More
info" and "Run anyway". If macOS says "... developer cannot be verified", follow <a
href="https://support.apple.com/en-us/guide/mac-help/mh40616/mac">this guide</a>.</p>
<h2>Is this open source?</h2>
<p>Yes, DRC is fully free and open source, licensed under the <a
href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL</a>, a free (Free as in Freedom)
license. You can view the full source code <a
href="https://github.com/Deeeep-Reef-Client/deeeep-reef-client">here</a>.</p>
</div>
<div class="section">
<h1>Feedback</h1>
<p>Give feedback on our Discord server!</p>
<div>
<svg onclick="window.open('https://discord.gg/s8mYRHKXZw')" xmlns="http://www.w3.org/2000/svg"
width="40" height="40" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg>
</div>
</div>
</div>
</div>
</body>
</html>