-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.html
More file actions
282 lines (252 loc) · 12.1 KB
/
basic.html
File metadata and controls
282 lines (252 loc) · 12.1 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
270
271
272
273
274
275
276
277
278
279
280
281
282
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TechLearn Solutions</title>
<meta name="description" content="TechLearn Solutions - Empower your tech future with our specialized training programs" />
<meta name="author" content="TechLearn Solutions" />
<!-- Google 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">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="./basic.css">
<body>
<!-- Header -->
<header class="header" id="header">
<div class="container">
<nav class="nav">
<div class="logo">
<img src="./assets/logo.png" alt="TechLearn Logo">
<span class="logo-text">TechLearn solutions</span>
</div>
<ul class="nav-menu" id="nav-menu">
<li><a href="#techprep" class="nav-link">TechPrep</a></li>
<li><a href="#designlab" class="nav-link">DesignLab</a></li>
<li><a href="#interns" class="nav-link">Internships</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="btn btn-primary">Contact Us</a></li>
</ul>
<button class="mobile-menu-btn" id="mobile-menu-btn">
<i class="fas fa-bars"></i>
</button>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">Empower Your <span>Tech Journey</span> With Us</h1>
<p class="hero-description">Comprehensive learning solutions for students and professionals. Enhance your skills with our specialized programs in software development, design, and more.</p>
<div class="hero-buttons">
<a href="#" class="btn btn-primary">Explore Programs</a>
<a href="#" class="btn btn-secondary">Get Started</a>
</div>
</div>
<div class="hero-image">
<img src="https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?auto=format&fit=crop&q=80&w=2670" alt="Technology Learning">
</div>
</div>
</div>
</section>
<!-- TechPrep Section -->
<section class="techprep" id="techprep">
<div class="container">
<div class="text-center">
<h2 class="section-title">TechPrep</h2>
<p class="section-subtitle">Our comprehensive placement training program prepares you for tech industry success with hands-on learning and career guidance.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-book-open"></i>
</div>
<h3 class="feature-title">Industry-Relevant Curriculum</h3>
<p class="feature-description">Our curriculum is designed in collaboration with industry experts to ensure you learn what matters.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<h3 class="feature-title">Mock Interviews</h3>
<p class="feature-description">Practice with simulated interviews conducted by experienced professionals from top companies.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-briefcase"></i>
</div>
<h3 class="feature-title">Placement Assistance</h3>
<p class="feature-description">Get connected with our network of hiring partners and receive guidance throughout your job search.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3 class="feature-title">Projects Portfolio</h3>
<p class="feature-description">Build real-world projects that demonstrate your skills to potential employers.</p>
</div>
</div>
<div class="text-center">
<a href="#" class="btn btn-primary">Learn More About TechPrep</a>
</div>
</div>
</section>
<!-- DesignLab Section -->
<section class="designlab" id="designlab">
<div class="container">
<div class="designlab-content">
<div class="designlab-image">
<img src="https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&q=80&w=2543" alt="DesignLab">
</div>
<div class="designlab-text">
<h2 class="section-title">DesignLab</h2>
<p>Our DesignLab is a creative playground where you can experiment with HTML, CSS, and JavaScript in a supportive environment. Perfect for beginners and advanced learners alike.</p>
<div class="lab-features">
<div class="lab-feature">
<i class="fas fa-check-circle"></i>
<div>
<h4>Interactive Coding Environment</h4>
<p>Code in real-time and see your changes instantly with our interactive code editor.</p>
</div>
</div>
<div class="lab-feature">
<i class="fas fa-check-circle"></i>
<div>
<h4>Guided Projects</h4>
<p>Follow along with our step-by-step projects to build real-world web applications.</p>
</div>
</div>
<div class="lab-feature">
<i class="fas fa-check-circle"></i>
<div>
<h4>Expert Feedback</h4>
<p>Receive personalized feedback from our experienced instructors to improve your coding skills.</p>
</div>
</div>
</div>
<a href="#" class="btn btn-primary" style="margin-top: 20px;">Try DesignLab</a>
</div>
</div>
</div>
</section>
<!-- Summer Intern Section -->
<section class="interns" id="interns">
<div class="container">
<div class="text-center">
<h2 class="section-title">Summer Internship Program</h2>
<p class="section-subtitle">Gain valuable industry experience with our structured internship program designed for undergraduate students.</p>
</div>
<div class="intern-cards">
<div class="intern-card">
<div class="intern-icon">
<i class="fas fa-code"></i>
</div>
<h3 class="intern-title">Web Development</h3>
<p>Learn modern web development technologies and build responsive websites with industry-standard tools.</p>
</div>
<div class="intern-card">
<div class="intern-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="intern-title">App Development</h3>
<p>Develop cross-platform mobile applications using React Native, Flutter, or native technologies.</p>
</div>
<div class="intern-card">
<div class="intern-icon">
<i class="fas fa-database"></i>
</div>
<h3 class="intern-title">Data Science</h3>
<p>Work with real-world datasets and learn to extract valuable insights using Python and machine learning.</p>
</div>
</div>
<div class="text-center">
<a href="#" class="btn btn-primary">Apply for Internship</a>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<div class="container">
<div class="text-center">
<h2 class="section-title">Mini Projects</h2>
<p class="section-subtitle">Explore our collection of projects across various technologies to enhance your learning experience.</p>
</div>
<div class="project-filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="html">HTML</button>
<button class="filter-btn" data-filter="css">CSS</button>
<button class="filter-btn" data-filter="javascript">JavaScript</button>
<button class="filter-btn" data-filter="react">React.js</button>
<button class="filter-btn" data-filter="python">Python</button>
<button class="filter-btn" data-filter="java">Java</button>
</div>
<div class="projects-grid" id="projects-grid">
<!-- Projects will be populated dynamically -->
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer" id="contact">
<div class="container">
<div class="footer-content">
<div class="footer-column">
<div class="footer-logo">
<img src="https://via.placeholder.com/150x50/070054/FFFFFF?text=TechLearn" alt="TechLearn Logo">
<span class="footer-logo-text">TechLearn</span>
</div>
<p class="footer-description">Empowering the next generation of tech professionals with quality education and hands-on training.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-column">
<h3 class="footer-title">Programs</h3>
<ul class="footer-links">
<li><a href="#techprep">TechPrep</a></li>
<li><a href="#designlab">DesignLab</a></li>
<li><a href="#interns">Summer Internship</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</div>
<div class="footer-column">
<h3 class="footer-title">Resources</h3>
<ul class="footer-links">
<li><a href="#">Documentation</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footer-column">
<h3 class="footer-title">Contact Us</h3>
<ul class="contact-info">
<li>
<i class="fas fa-map-marker-alt"></i>
<span>123 Tech Street, IT Park, Tech City</span>
</li>
<li>
<i class="fas fa-phone"></i>
<span>+91 98765 43210</span>
</li>
<li>
<i class="fas fa-envelope"></i>
<span>info@techlearnsolutions.com</span>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 TechLearn Solutions. All rights reserved.</p>
</div>
</div>
</footer>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script src="./basic.js"></script>
</body>
</html>