-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
209 lines (204 loc) · 9.39 KB
/
index.html
File metadata and controls
209 lines (204 loc) · 9.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>V-Lab - Virtual Labs for Everyone</title>
<link rel="stylesheet" href="assets/css/styles.landing.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<i class="fas fa-flask"></i>
<span>V-Lab</span>
</div>
<div class="nav-menu" id="nav-menu">
<a href="#home" class="nav-link">Home</a>
<a href="#features" class="nav-link">Labs</a>
<a href="#how-it-works" class="nav-link">How it Works</a>
<a href="login.php" class="nav-link">Login</a>
<a href="signup.php" class="nav-link nav-cta">Sign Up</a>
</div>
<div class="nav-toggle" id="nav-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-container">
<div class="hero-content">
<div class="hero-logo">
<i class="fas fa-flask"></i>
<h1>V-Lab</h1>
</div>
<p class="hero-tagline">Virtual Labs for Everyone</p>
<p class="hero-description">Experience cutting-edge virtual laboratory environments with isolated, secure, and scalable infrastructure for your development and testing needs.</p>
<button class="cta-button" id="start-mission" onclick="window.location.href='login.php'">
<span>Start the Mission</span>
<i class="fas fa-rocket"></i>
</button>
</div>
<div class="hero-visual">
<div class="floating-elements">
<div class="floating-element" data-speed="2">
<i class="fab fa-docker"></i>
</div>
<div class="floating-element" data-speed="3">
<i class="fas fa-server"></i>
</div>
<div class="floating-element" data-speed="1.5">
<i class="fas fa-code"></i>
</div>
<div class="floating-element" data-speed="2.5">
<i class="fas fa-terminal"></i>
</div>
</div>
</div>
</div>
<div class="hero-background">
<div class="gradient-orb orb-1"></div>
<div class="gradient-orb orb-2"></div>
</div>
</section>
<!-- Features Section -->
<section class="features" id="features">
<div class="container">
<div class="section-header">
<h2>Why Choose V-Lab?</h2>
<p>Discover the power of virtual laboratory environments designed for modern development workflows</p>
</div>
<div class="features-grid">
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Isolated Lab Environments</h3>
<p>Secure, sandboxed environments that keep your experiments isolated from production systems while maintaining full functionality.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-icon">
<i class="fab fa-docker"></i>
</div>
<h3>Docker-Based Labs</h3>
<p>Containerized lab environments that ensure consistency, portability, and lightning-fast deployment across any infrastructure.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
<div class="feature-icon">
<i class="fas fa-plug"></i>
</div>
<h3>SSH & Web Access</h3>
<p>Flexible access methods including secure SSH connections and intuitive web-based interfaces for seamless lab interaction.</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="400">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Real-Time Stats</h3>
<p>Comprehensive monitoring and analytics dashboard providing real-time insights into your lab performance and resource usage.</p>
</div>
</div>
</div>
</section>
<!-- How it Works Section -->
<section class="how-it-works" id="how-it-works">
<div class="container">
<div class="section-header">
<h2>How V-Lab Works</h2>
<p>Get started with your virtual lab environment in just a few simple steps</p>
</div>
<div class="steps-container">
<div class="step" data-aos="fade-right" data-aos-delay="100">
<div class="step-number">01</div>
<div class="step-content">
<div class="step-icon">
<i class="fas fa-user-plus"></i>
</div>
<h3>Create Account</h3>
<p>Sign up for your V-Lab account and choose the perfect plan for your needs. Get instant access to our platform.</p>
</div>
</div>
<div class="step" data-aos="fade-left" data-aos-delay="200">
<div class="step-number">02</div>
<div class="step-content">
<div class="step-icon">
<i class="fas fa-cogs"></i>
</div>
<h3>Configure Lab</h3>
<p>Choose from pre-built templates or customize your lab environment with the tools and frameworks you need.</p>
</div>
</div>
<div class="step" data-aos="fade-right" data-aos-delay="300">
<div class="step-number">03</div>
<div class="step-content">
<div class="step-icon">
<i class="fas fa-play"></i>
</div>
<h3>Launch & Connect</h3>
<p>Deploy your lab with a single click and connect via SSH, web interface, or your preferred development tools.</p>
</div>
</div>
<div class="step" data-aos="fade-left" data-aos-delay="400">
<div class="step-number">04</div>
<div class="step-content">
<div class="step-icon">
<i class="fas fa-code"></i>
</div>
<h3>Start Building</h3>
<p>Begin your development, testing, or learning journey in a fully isolated and powerful virtual environment.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<i class="fas fa-flask"></i>
<span>V-Lab</span>
</div>
<p>Virtual Labs for Everyone</p>
</div>
<div class="footer-links">
<div class="footer-section">
<h4>Product</h4>
<a href="#">Features</a>
<a href="#">Pricing</a>
<a href="#">Documentation</a>
</div>
<div class="footer-section">
<h4>Company</h4>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Blog</a>
</div>
<div class="footer-section">
<h4>Support</h4>
<a href="#">Help Center</a>
<a href="#">Community</a>
<a href="#">Status</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 V-Lab. All rights reserved.</p>
<div class="footer-social">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<script src="js/script.landing.js"></script>
</body>
</html>