-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
64 lines (63 loc) · 2.29 KB
/
footer.html
File metadata and controls
64 lines (63 loc) · 2.29 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
<footer>
<div class="f-upper">
<div class="f-desc">
<img onclick="scrollToTop()" src="https://playdragonfly.net/assets/Dragon.svg" alt="" />
<p>Play like a monster. Play with Dragonfly.</p>
<p>© 2021 InceptionCloud Network</p>
</div>
<div class="links-wrapper">
<div class="f-links">
<h3>Useful links</h3>
<ul>
<li><a href="https://playdragonfly.net/">Home</a></li>
<li><a href="https://ideas.playdragonfly.net/">Ideas</a></li>
<li><a href="https://playdragonfly.net/releasenotes/">Updates</a></li>
<li><a href="https://playdragonfly.net/privacy">Privacy notice</a></li>
<li><a href="https://playdragonfly.net/download">Download</a></li>
</ul>
</div>
<div class="f-links">
<h3>Latest updates</h3>
<ul>
<li><a href="">v1.3.0.0</a></li>
<li><a href="">v1.2.0.0</a></li>
<li>
<a href="https://playdragonfly.net/releasenotes/release/v1.1.0.0">v1.1.0.0 - Performance Update</a>
</li>
<li>
<a href="https://playdragonfly.net/releasenotes/release/v0.0.3.0-dev">v0.0.3.0-dev</a>
</li>
<li>
<a href="https://playdragonfly.net/releasenotes/release/v0.0.2.0-dev">v0.0.2.0-dev</a>
</li>
<li>
<a href="https://playdragonfly.net/releasenotes/release/v0.0.1.0-dev">v0.0.1.0-dev</a>
</li>
</ul>
</div>
<div class="f-links">
<h3>Work with us</h3>
<ul>
<li><a href="https://inceptioncloud.net/de/apply/developer">Developer (German)</a></li>
<li><a href="">Moderator</a></li>
<li><a href="">Designer</a></li>
<li><a href="">Content Creator</a></li>
</ul>
</div>
</div>
</div>
<div class="f-lower">
<div class="f-socials">
<h3>Follow us on social media to stay up to date</h3>
<a class="f-insta" href="https://instagram.com/dragonflyclient">
<i class="fab fa-instagram"></i>
</a>
<a class="f-twitter" href="https://twitter.com/dragonflyclient">
<i class="fab fa-twitter"></i>
</a>
<a class="f-discord" href="https://icnet.dev/discord">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
</footer>