-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (249 loc) · 9.57 KB
/
index.html
File metadata and controls
269 lines (249 loc) · 9.57 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>agmLabs - Building the Future with AI & Blockchain</title>
<meta
name="description"
content="A collective of passionate software engineers exploring AI, Machine Learning, and Blockchain Technology."
/>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Styles -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Navigation -->
<nav class="nav">
<div class="container">
<div class="nav-content">
<div class="logo">
<div class="logo-icon">✨</div>
<span class="logo-text">agmLabs</span>
</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</div>
<button class="mobile-menu-btn" id="mobileMenuBtn">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</div>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">
<span class="gradient-text">Building the Future</span>
<br />with AI & Blockchain
</h1>
<p class="hero-description">
A collective of passionate software engineers exploring the
intersection of
<strong>Machine Learning</strong>,
<strong>Large Language Models</strong>, and
<strong>Blockchain Technology</strong>.
</p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary">Explore Projects</a>
<a href="#contact" class="btn btn-secondary">Join Our Community</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<div class="section-header">
<h2>What We Do</h2>
<p>
We're pushing the boundaries of technology through innovative
research and development
</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon llm">🤖</div>
<h3>Large Language Models</h3>
<p>
Building and fine-tuning LLMs for various applications and use
cases.
</p>
</div>
<div class="feature-card">
<div class="feature-icon blockchain">⛓️</div>
<h3>Blockchain Technology</h3>
<p>
Creating decentralized applications and exploring blockchain
innovations.
</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<div class="section-header">
<h2>Our Projects</h2>
<p>Innovative solutions at the forefront of technology</p>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-header">
<h3>Neural Network Optimizer</h3>
<span class="status in-development">In Development</span>
</div>
<p>Advanced optimization algorithms for deep learning models</p>
<div class="tech-stack">
<span class="tech-tag">Python</span>
<span class="tech-tag">PyTorch</span>
<span class="tech-tag">CUDA</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3>DeFi Analytics Platform</h3>
<span class="status beta">Beta</span>
</div>
<p>Real-time analytics and insights for decentralized finance</p>
<div class="tech-stack">
<span class="tech-tag">React</span>
<span class="tech-tag">Web3</span>
<span class="tech-tag">Solidity</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<h3>LLM Fine-tuning Framework</h3>
<span class="status coming-soon">Coming Soon</span>
</div>
<p>Streamlined framework for fine-tuning large language models</p>
<div class="tech-stack">
<span class="tech-tag">Python</span>
<span class="tech-tag">Transformers</span>
<span class="tech-tag">Docker</span>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team">
<div class="container">
<div class="section-header">
<h2>Our Team</h2>
<p>
A group of passionate software engineers united by curiosity and
innovation
</p>
</div>
<div class="team-content">
<div class="team-icon">👥</div>
<div class="team-info">
<h3>Software Engineers</h3>
<p class="team-subtitle">Friends building the future together</p>
<p class="team-description">
We're a close-knit group of software engineers who share a passion
for cutting-edge technology. Our diverse backgrounds and shared
enthusiasm for AI, ML, and blockchain drive us to create
innovative solutions and push the boundaries of what's possible.
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<div class="section-header">
<h2>Get In Touch</h2>
<p>Interested in collaborating or learning more about our work?</p>
</div>
<div class="contact-content">
<div class="social-links">
<a href="#" class="social-link" aria-label="GitHub">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
</a>
<a href="#" class="social-link" aria-label="Twitter">
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"
/>
</svg>
</a>
<a
href="mailto:hello@agmlabs.com"
class="social-link"
aria-label="Email"
>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"
/>
</svg>
</a>
</div>
<a href="mailto:hello@agmlabs.com" class="btn btn-primary"
>Start a Conversation</a
>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<div class="logo-icon">✨</div>
<span class="logo-text">agmLabs</span>
</div>
<p class="footer-description">
Building the future with AI, ML, and Blockchain
</p>
<p class="footer-copyright">© 2024 agmLabs. All rights reserved.</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>