This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
73 lines (67 loc) · 3.09 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>.o | About</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="teal" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="index.html" class="brand-logo">.o info</a>
<ul class="right hide-on-med-and-down">
<li><a href="policies.html">Policies</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="active"><a href="about.html">About</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="policies.html">Policies</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="header center teal-text">About</h1>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col s3">
<p><b>ModernTLD</b></p>
</div>
<div class="col s9">
<h4>ModernTLD</h4>
<p>ModernTLD is a project maintained by a group of volunteers to promote the OpenNIC network
and the importance of a democratically controlled internet system.</p>
<p>We currently operate the “.o” TLD on the OpenNIC network. To find out more about how “.o” is governed, read
<a href="charter.html">the charter</a>.</p>
<p>This project is governed democratically by domain holding members.
Domain holding is free and doesn’t require personal verification, simply register a domain and you’re set.
Because of the potential for abuse of our governing system, ModernTLD administration holds the right to veto decisions
that could cause instability of our network.</p>
<h5>Info</h5>
<p><em>Please visit <a href="https://www.moderntld.com/">ModernTLD.com</a> for more information.</em></p>
</div>
</div>
</div>
</div>
<footer class="page-footer red">
<div class="footer-copyright">
<div class="container">
Made by <a class="red-text text-lighten-4" href="https://www.moderntld.com/">ModernTLD</a> with <a class="red-text text-lighten-4" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>