-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (81 loc) · 3.35 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2Q2NS5TDVC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E4PFP4YPV0');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - Next-Gen Programming Language</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="icon.png" type="image/x-icon">
<script defer data-domain="oreen.dev" src="https://plausible.io/js/script.js"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNB5L59D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="logo-container">
<img src="icon.png" alt="logo" class="logo">
</div>
<div class="container">
<!-- Hero Section -->
<section class="hero">
<h1>Redefining Image Generation.</h1>
<p>The world's first deterministic diagram generator designed for LLMs.</p>
<button class="cta-button plausible-event-name=Stay+Updated+Click">Stay Updated</button>
</section>
<!-- Key Features Section -->
<!-- <section class="features">
<div class="feature">
<h2>LLM-Optimized Syntax</h2>
<p>Built to maximize efficiency for language models, making coding intuitive for next-gen applications.</p>
</div>
<div class="feature">
<h2>Visual Precision</h2>
<p>Perfect for generating high-quality diagrams and visualizations with minimal code.</p>
</div>
<div class="feature">
<h2>Speed and Simplicity</h2>
<p>Minimalist syntax, rapid execution, and ready to scale with your projects.</p>
</div>
</section> -->
<!-- Static Countdown Timer
<section class="countdown">
<h3>Launching Soon</h3>
<div class="timer">
<div class="time-box"><span>30</span> Days</div>
<div class="time-box"><span>12</span> Hours</div>
<div class="time-box"><span>45</span> Minutes</div>
<div class="time-box"><span>10</span> Seconds</div>
</div>
</section> -->
<!-- Footer Section -->
<footer class="footer">
<!-- <p>Follow us on:</p>
<div class="social-links">
<a href="#" target="_blank">Twitter</a>
<a href="#" target="_blank">GitHub</a>
<a href="#" target="_blank">LinkedIn</a>
</div> -->
<p>Contact us: <a href="mailto:[email protected]" class="email-link">[email protected]</a></p>
</footer>
</div>
</body>
<body>
<div class="logo-tag">oreen
<!-- Rest of your HTML -->
<img src="icon.png" alt="Oreen Icon" class="logo-icon">
</div>
</body>
</html>