-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 4.07 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Diamond Grid Official Site</title>
<link rel="stylesheet" href="./css/default.css" type="text/css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
M.AutoInit();
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="The official site for Diamond Grid"/>
<meta charset="utf8"/>
</head>
<body>
<ul id="dropdown1" class="dropdown-content">
<li><a href="pages/desktop.html">Desktop</a></li>
<li><a href="pages/web.html">Web</a></li>
</ul>
<nav>
<div class="nav-wrapper grey darken-4">
<a href="#" class="brand-logo"> Diamond Grid</a>
<a href="#" class="sidenav-trigger" data-target="mobile-menu"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a class="dropdown-trigger" href="#!" data-target="dropdown1">Projects</a></li>
<li><a href="pages/about.html">About Us</a></li>
</ul>
</div>
</nav>
<ul id="mobile-menu" class="sidenav grey darken-4">
<li><a class="subheader">Diamond Grid</a></li>
<li><a href="./pages/about.html">About Us</a></li>
<li><div class="divider"></div></li>
<li><a class="subheader">Projects</a></li>
<li><a href="./pages/desktop.html">Desktop Apps</a></li>
<li><a href="./pages/web.html">Web Apps</a></li>
</ul>
<main>
<div class="main">
<p class="center"><img src="./images/DiamondGridBanner.png" width="60%" height="auto" alt="Diamond Grid Banner"/></p>
<div class="container">
<h2 class="center">What is Diamond Grid?</h2>
<p>Diamond Grid is an open-source developer team with a mission at hand: shape the future of the internet and web standards, one application at a time. With a focus on user & data privacy, along with advanced security, and end-user entertainment, Diamond Grid is focusing on a brighter future of the internet where you don't have to be scared of what's going where.</p>
<p>We're not self-taught though. Our beliefs aren't that different from other companies, <a href="https://www.mozilla.org/en-US/about/manifesto/" target="_blank">such as Mozilla</a>.</p>
</div>
<h2 class="center">All Projects</h2>
</div>
<div class="row" style="margin-left: -10px">
<div class="col s12 m6"><p><img src="./images/PulseRootGradient.png" width="100%" height="auto"/></p></div>
<div class="col s12 m6">
<h4>PulseRoot</h4>
<h5>Secure, fast, reliable web chat.</h5>
<p>PulseRoot is a web chat application built with node.js and socket.io that focuses on user security and privacy. End-To-End encryption, completely ad-free, and many other security measures in place. Your data isn't going anywhere without going through us first.</p>
<p><a href="https://www.pulseroot.ga/" target="_blank">Visit PulseRoot</a></p>
</div>
</div>
<div class="row">
<div class="col s12 m6"><p><img src="./images/sparkbanner.png" width="100%" height="auto"/></p></div>
<div class="col s12 m6">
<h4>Spark</h4>
<h5>Share your music. Share your world.</h5>
<p>Spark is an upcoming shared music player made for the desktop. Share music from YouTube, SoundCloud, and even Google Play!</p>
<p><a href="https://www.sparkapp.tk/" target="_blank">Visit Spark's Site</a></p>
</div>
</div>
</main>
</body>
</html>