Skip to content

Commit d9020e2

Browse files
authored
Update index.html
1 parent 348b1b6 commit d9020e2

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>CO2NEX | Real-Time Carbon Credit Verification Platform</title>
7-
<meta name="description" content="CO2NEX is the world’s first real-time carbon credit verification and certification platform powered by AI, satellite intelligence, and blockchain.">
8-
<meta name="keywords" content="carbon credits, MRV, satellite verification, ESG, GreenTech, real-time carbon certification, blockchain, AI, climate finance, CO2NEX, sustainable investing, insurance tech">
9-
<meta name="author" content="CO2NEX Team">
10-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap">
7+
<meta name="description" content="CO2NEX is the world’s first real-time carbon credit verification and certification platform powered by AI, satellite intelligence, and blockchain." />
8+
<meta name="keywords" content="carbon credits, MRV, satellite verification, ESG, GreenTech, real-time carbon certification, blockchain, AI, climate finance, CO2NEX, sustainable investing, insurance tech" />
9+
<meta name="author" content="CO2NEX Team" />
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" />
1111
<style>
1212
body {
1313
font-family: 'Inter', sans-serif;
@@ -22,6 +22,10 @@
2222
padding-bottom: 1rem;
2323
border-bottom: 1px solid #333;
2424
}
25+
header img {
26+
width: 220px;
27+
margin-bottom: 0.5rem;
28+
}
2529
h1 {
2630
font-size: 2.75rem;
2731
color: #00ffe0;
@@ -61,7 +65,8 @@
6165
<body>
6266

6367
<header>
64-
<h1>⚪ CO2NEX</h1>
68+
<img src="https://co2nex.org/wp-content/uploads/2025/05/CO2NEX-Real-Time-Carbon-Credit-Verification-Economy.webp" alt="CO2NEX Logo" />
69+
<h1>CO2NEX</h1>
6570
<h2>Planetary-Scale Real-Time Carbon Credit Verification & Certification</h2>
6671
</header>
6772

@@ -77,27 +82,27 @@ <h2>Planetary-Scale Real-Time Carbon Credit Verification & Certification</h2>
7782
<h2>📁 Core Repositories & Documentation</h2>
7883

7984
<div class="link-box">
80-
<strong><a href="https://co2nex.github.io/whitepaper" target="_blank">📄 Whitepaper</a></strong><br>
85+
<strong><a href="https://co2nex.github.io/whitepaper" target="_blank">📄 Whitepaper</a></strong><br />
8186
Read the full technical and strategic whitepaper outlining the CO2NEX vision, technology, and business model.
8287
</div>
8388

8489
<div class="link-box">
85-
<strong><a href="https://co2nex.github.io/docs" target="_blank">🧠 Developer Docs</a></strong><br>
90+
<strong><a href="https://co2nex.github.io/docs" target="_blank">🧠 Developer Docs</a></strong><br />
8691
Technical specifications, APIs, onboarding for GreenTech builders and climate data partners.
8792
</div>
8893

8994
<div class="link-box">
90-
<strong><a href="https://github.com/co2nex/co2nex-platform" target="_blank">📊 Platform MVP</a></strong><br>
95+
<strong><a href="https://github.com/co2nex/co2nex-platform" target="_blank">📊 Platform MVP</a></strong><br />
9196
Repository for our real-time CO2NEX dashboard (UI/UX placeholders, backend architecture, MRV modules).
9297
</div>
9398

9499
<div class="link-box">
95-
<strong><a href="https://github.com/co2nex/carbon-tokens" target="_blank">💠 Carbon Token Protocol</a></strong><br>
100+
<strong><a href="https://github.com/co2nex/carbon-tokens" target="_blank">💠 Carbon Token Protocol</a></strong><br />
96101
Smart contract logic, carbon asset metadata, and token issuance system (beta).
97102
</div>
98103

99104
<div class="link-box">
100-
<strong><a href="https://github.com/co2nex/co2nex-assets" target="_blank">🌍 CO2NEX Assets</a></strong><br>
105+
<strong><a href="https://github.com/co2nex/co2nex-assets" target="_blank">🌍 CO2NEX Assets</a></strong><br />
101106
Visual assets, logos, UI elements, and verified metadata hashes.
102107
</div>
103108
</section>
@@ -116,7 +121,7 @@ <h2>🚀 Join the Next Evolution in Climate Finance</h2>
116121
</section>
117122

118123
<footer>
119-
&copy; CO2NEX | Last updated: May 22, 2025<br>
124+
&copy; CO2NEX | Last updated: May 22, 2025<br />
120125
<a href="https://github.com/co2nex" target="_blank">Visit our GitHub Organization</a>
121126
</footer>
122127

0 commit comments

Comments
 (0)