-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (224 loc) · 10.5 KB
/
index.html
File metadata and controls
241 lines (224 loc) · 10.5 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="png" href="images/icon/Boxlogo.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Comaptible" content="IE=edge">
<title>CodeHub</title>
<meta name="desciption" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
<script>
$(window).on('scroll', function(){
if($(window).scrollTop()){
$('nav').addClass('black');
}else {
$('nav').removeClass('black');
}
})
</head>
<body>
<!-- Navigation Bar -->
<header id="header">
<nav>
<div class="logo"><img src="images/icon/logo.png" alt="logo"></div>
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href="#chatroom_section">ChatRoom</a></li>
<li><a href="#ai_section">AI</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#say hello_section">Contact</a></li>
</ul>
<div class="srch"><input type="text" class="search" placeholder="Search here..."><img src="images/icon/search.png" alt="search" onclick=slide()></div>
<a class="get-started" href="login.html">Get Started</a>
<img src="images/icon/menu.png" class="menu" onclick="sideMenu(0)" alt="menu">
</nav>
<div class="head-container">
<div class="quote">
<p>Code Boldly</p>
<h5>Embrace challenges and innovate fearlessly with 'Code Boldly' as your mantra.</h5>
<div class="play">
<img src="images/icon/play.png" alt="play"><span><a href="https://www.youtube.com/" target="_blank">Watch Now</a></span>
</div>
</div>
<div class="svg-image">
<img src="images/extra/3d-fire.png" alt="svg">
</div>
</div>
<div class="side-menu" id="side-menu">
<div class="close" onclick="sideMenu(1)"><img src="images/icon/close.png" alt=""></div>
<div class="user">
<img src="images/creator/Abhay.jpg" alt="Username">
<p>Abhay</p>
</div>
<ul>
<li><a href="#chatroom_section">ChatRoom</a></li>
<li><a href="#ai_section">AI</a></li>
<li><a href="#team_section">Team</a></li>
<li><a href="#say hello_section">Contact</a></li>
</ul>
</div>
</header>
<!-- Some Popular Subjects -->
<div class="title">
<span>Popular Subjects on Codehub</span>
</div>
<br><br>
<div class="course">
<center><div class="cbox">
<div class="det"><a href="subjects/c.html"><img src="images/courses/book.png">C</a></div>
<div class="det"><a href="subjects/c++.html"><img src="images/courses/d1.png">C++</a></div>
<div class="det"><a href="subjects/c#.html#sample_papers"><img src="images/courses/paper.png">C#</a></div>
<div class="det"><a href="subjects/java.html"><img src="images/courses/d1.png">Java</a></div>
</div></center>
</div>
<!-- ABOUT -->
<div class="diffSection" id="about_section">
<center><p style="font-size: 50px; padding: 100px">About</p></center>
<div class="about-content">
<div class="side-image">
<img class="sideImage" src="images/extra/e3.png">
</div>
<div class="side-text">
<h2>What you think about us ?</h2>
<p>Education is the process of facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits. Educational methods include teaching, training, storytelling, discussion and directed research.<br> Educational website can include websites that have games, videos or topic related resources that act as tools to enhance learning and supplement classroom teaching. These websites help make the process of learning entertaining and attractive to the student, especially in today's age. <br>Using HTML(HyperText Markup Language), CSS(Cascading Style Sheet), JavaScript, we can make learning more easier and in a interesting way.</p>
</div>
</div>
</div>
<!-- Reviews by Students -->
<div id="makeitfull">
<a href="#review_section"><img src="images/icon/makeitfull.png"></a>
</div>
<div class="review">
<div class="diffSection" id="review_section">
<center><p style="font-size: 40px; padding: 100px; padding-bottom: 40px; color: #2E3D49;">What the Students Say About Us?</p></center>
</div>
<div class="rev-container">
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist1.jpg"><p>Sophie Daniel</p>
<h6>C/C++</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
The programming modules were incredibly detailed and easy to follow. The real-life examples and hands-on coding challenges made it simple for me to grasp complex concepts in C, C++, and Java. Highly recommend it to anyone starting with programming!
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist2.jpg"><p>Clayton Clair</p>
<h6>DSA</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
DSA was always a challenging subject for me, but the step-by-step explanations and practice problems here made it so much easier to understand. I now feel confident solving competitive coding questions!
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist3.jpg"><p>Devyn Sethi</p>
<h6>JEE</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
Cheathub was an amazing experience for me. I belong to electronics department and had a little experience in coding but I think it has helped me think things through in a much more analytical manner. Coding is important no matter which branch you are in. It gives you a better understanding about how to approach a problem...
</p>
</div>
</div>
<div class="rev-card">
<div class="identity">
<img src="images/creator/humanNotExist4.jpg"><p>Rylee Phillips</p>
<h6>Competitive Exam Preparation</h6>
<div class="rating"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"><img src="images/icon/star.png"></div>
</div>
<div class="rev-cont">
<p id="title">Review:</p>
<p id="content">
The resources for competitive exams were comprehensive and up-to-date. I was able to strengthen my concepts in math and science while also practicing mock tests that matched the difficulty of actual exams. It’s a game changer for JEE and other competitive exams!
</p>
</div>
</div>
</div>
</div>
<!-- CONTACT US -->
<div class="diffSection" id="contactus_section">
<center><p style="font-size: 50px; padding: 100px">Contact Us</p></center>
<div class="csec"></div>
<div class="back-contact">
<div class="cc">
<form action="mailto:roshank9419@gmail.com" method="post" enctype="text/plain">
<label>First Name <span class="imp">*</span></label><label style="margin-left: 185px">Last Name <span class="imp">*</span></label><br>
<center>
<input type="text" name="" style="margin-right: 10px; width: 175px" required="required"><input type="text" name="lname" style="width: 175px" required="required"><br>
</center>
<label>Email <span class="imp">*</span></label><br>
<input type="email" name="mail" style="width: 100%" required="required"><br>
<label>Message <span class="imp">*</span></label><br>
<input type="text" name="message" style="width: 100%" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
</div>
<!-- FEEDBACK -->
<div class="title2" id="feedBACK">
<span>Give Feedback</span>
<div class="shortdesc2">
<p>Please share your valuable feedback to us</p>
</div>
</div>
<div class="feedbox">
<div class="feed">
<form action="mailto:roshank9419@gmail.com" method="post" enctype="text/plain">
<label>Your Name</label><br>
<input type="text" name="" class="fname" required="required"><br>
<label>Email</label><br>
<input type="email" name="mail" required="required"><br>
<label>Additional Details</label><br>
<textarea name="addtional"></textarea><br>
<button type="submit" id="csubmit">Send Message</button>
</form>
</div>
</div>
<!-- Sliding Information -->
<marquee style="background: linear-gradient(to right, #04e88d, #17a96c); margin-top: 50px;" direction="left" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="20"><div class="marqu">“Master coding skills and ace your exams with expert-guided resources—your gateway to success in programming, DSA, and competitive exams!”</div></marquee>
<!-- FOOTER -->
<footer>
<div class="footer-container">
<div class="left-col">
<img src="images/icon/logo - Copy.png" style="width: 200px;">
<div class="logo"></div>
<div class="social-media">
<a href="#"><img src="images/icon\fb.png"></a>
<a href="#"><img src="images/icon\insta.png"></a>
<a href="#"><img src="images/icon\tt.png"></a>
<a href="#"><img src="images/icon\ytube.png"></a>
<a href="#"><img src="images/icon\linkedin.png"></a>
</div><br><br>
<p class="rights-text">Copyright © 2025 Created By Cheathub groups, Abhay Prajapati All Rights Reserved.</p>
<br><p><img src="images/icon/location.png"> Mehsana, Gujarat, 384002, India</p><br>
<p><img src="images/icon/phone.png"> +91-9904812375<br><img src="images/icon/mail.png"> abhayprajapatibusiness@gmail.com</p>
</div>
<div class="right-col">
<h1 style="color: #fff">Our Newsletter</h1>
<div class="border"></div><br>
<p>Enter Your Email to get our News and updates.</p>
<form class="newsletter-form">
<input class="txtb" type="email" placeholder="Enter Your Email">
<input class="btn" type="submit" value="Submit">
</form>
</div>
</div>
</footer>
<!-- Extra -->