-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (59 loc) · 4.34 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
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - NOVA</title>
<meta name="tags" content="Crypto, Cryptocurrencies, CAPTCHA, AI, Machine Learning">
<meta name="author" content="Garv Shah">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<meta name="theme-color" content="#2d388a"/>
<meta name="description" content="Hello! We are the NOVA Team. Collectively, we are working towards a future where cryptocurrencies can be maintained through the use of proofs of human works (PoHs), paving the path for alternatives to cryptos as well as modern CAPTCHAs">
<meta property="og:image" content="https://the-nova-system.github.io/assets/img/NOVA_System_logo.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon_32.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="../">The NOVA System</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navbarNav"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="https://the-nova-system.github.io/old/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/The-NOVA-System">Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://the-nova-system.github.io/nova_app/">App</a></li>
<li class="nav-item"><a class="nav-link" href="https://timelines.gitkraken.com/timeline/912935f2f00c40589588a302beae453f">Timeline</a></li>
<li class="nav-item"><a class="nav-link" href="#">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="https://the-nova-system.github.io/old/contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<main class="page lanidng-page">
<div class="portfolio-block block-intro">
<h1 style="font-size: clamp(40px,120px,8vw)">The NOVA Blog</h1>
<br><br>
</div>
</main>
<section class="portfolio-block website gradient">
<div class="container" style="text-align: center;">
<h1 style="text-align: left;font-size: 45px;margin-bottom: 20px;">The Project</h1>
<p style="text-align: left;font-size: 20px;">The idea was to design proof of human work puzzles for a cryptocurrency, which could serve as an alternative to current CAPTCHAs. This would effectively create a crypto with human miners, possessing the benefit of being better for the environment than most widespread cryptos, being less vulnerable to 51% attacks that small cryptos can frequently face, and generally being a fairer crypto that anyone could get into.</p>
<p style="text-align: left;font-size: 20px;">As of now, we are actively searching for people to help us with this project, and develop a proof of concept to take the idea further.</p>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/smart-forms.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
<script src="loadFeed.js" type="text/javascript"></script>
<script src="./app.js"></script>
</body>
</html>