forked from Parthmandale/Technoverse_Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
296 lines (288 loc) · 13.7 KB
/
home.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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeBridge</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<script>
(function (w, d, s, o, f, js, fjs) {
w["botsonic_widget"] = o;
w[o] =
w[o] ||
function () {
(w[o].q = w[o].q || []).push(arguments);
};
(js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);
js.id = o;
js.src = f;
js.async = 1;
fjs.parentNode.insertBefore(js, fjs);
})(window, document, "script", "Botsonic", "https://d1m9uqhmlogh4h.cloudfront.net/CDN/botsonic.min.js");
Botsonic("init", {
serviceBaseUrl: "https://api.writesonic.com",
token: "d3aeaeff-fb96-4f01-a3a3-b8cd576d628c",
});
</script>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Code<span> Bridge</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn" onclick="showChatbotMessage()">Ask Doubts</a></li>
<li class="dropdown">
<a href="#" class="menu-btn">Quiz <i class="fas fa-caret-down"></i></a>
<ul class="dropdown-menu">
<li><a href="html_quiz.html">HTML</a></li>
<li><a href="css_quiz.html">CSS</a></li>
<li><a href="js_quiz.html">JavaScript</a></li>
<li><a href="git_quiz.html">Git</a></li>
</ul>
</li>
<li><a href="#teams" class="menu-btn">Achievers</a></li>
<li><a href="#contact" class="menu-btn">Contact Us</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">In the realm of code, bridges unite <br> Connecting worlds with lines of byte, <br> Welcome To </div>
<div class="text-2">CodeBridge</div>
<div class="text-3">Learn with <span class="typing"></span></div>
<a href="#contact">Let's Get Connected</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Us</h2>
<div class="about-content">
<div class="column left">
<img src="images/logo.jpg" alt="logo">
</div>
<div class="column right">
<div class="text">Building Bridges to Empower Coding Minds<br> and Learning with <span class="typing-2"></span></div>
<p>We're the best in our field, and it's all thanks to the incredible relationships we've formed with our clients. Unlike our competitors, we're invested in developing a personal connection with each and every one of our customers, by providing quality service and being available to you 24/7. Get in touch with us when you're ready to learn more; we can't wait to meet you!</p>
<a href="#">Download Brochure</a>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">Our Performance</h2>
<div class="skills-content">
<div class="column left">
<div class="text">Code Reviews and Feedback</div>
<p>At CodeBridge, our mission is to prioritize your coding journey by offering exceptional resources and personalized support. We understand that every coder has unique preferences and needs, which is why we provide a diverse range of coding tutorials, courses, and tools. Our dedicated team is committed to assisting you in finding the right resources to enhance your coding skills and achieve your project goals. Your satisfaction as a coder is our utmost priority, and we constantly strive to exceed your expectations through every interaction on our platform.</p>
<a href="#">Read more</a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>New User Registrations</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>Project Submissions</span>
<span>60%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>Course Enrollments</span>
<span>80%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>Forum Discussions</span>
<span>50%</span>
</div>
<div class="line php"></div>
</div>
<div class="bars">
<div class="info">
<span>Code Reviews</span>
<span>70%</span>
</div>
<div class="line mysql"></div>
</div>
</div>
</div>
</div>
</section>
<!-- teams section start -->
<section class="teams" id="teams">
<div class="max-width">
<h2 class="title">Our Achievers Work with</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<img src="images/phonepe.png" alt="">
<div class="text">PhonePe</div>
<p>Digital Payments App</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/amazon-400x400.jpg" alt="">
<div class="text">Amazon</div>
<p>Most Popular E-Commerce Online store</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/google.jpeg" alt="">
<div class="text">Google</div>
<p>One of the most popularly used Internet Surfing Platform</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/nord-vpn-logo.png" alt="">
<div class="text">NordVPN</div>
<p>One of the best providers Of VPN</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/dell-logo.png" alt="">
<div class="text">Dell</div>
<p>One of the Most Popolar Laptop Hardware Company</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact Us</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Let's Get Connected</div>
<p>We value your feedback, questions, and collaboration. Our team at CodeBridge is always ready to assist you. Whether you need technical support, want to inquire about our courses, or have suggestions to improve our platform, we are just a click away. Reach out to us through the contact form below, and our dedicated team will respond promptly. We look forward to connecting with you and being your partner on your coding journey. Together, let's bridge the gap between you and the world of coding.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Team Panthers, Founders</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Pune, Maharashtra</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message us here</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>CodeBridge</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">ask doubts</a></li>
<li><a href="#">quiz</a></li>
<li><a href="#">contact us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">JS</a></li>
<li><a href="#">git and gitHub</a></li>
</ul>
</div>
<div class="footer-col">
<h4>services and challenges</h4>
<ul>
<li><a href="#">AI Chatbot</a></li>
<li><a href="#">Quizzes</a></li>
<li><a href="#">Sign-Up & Login</a></li>
<li><a href="#">Firebase Authentication</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div><br><hr><br><br>
<p>Created by Team Panthers <span class="far fa-copyright"></span> 2023 All Rights Reserved</p>
</footer>
<script src="home.js"></script>
</body>
</html>