forked from Satakshijain/CodingHustlers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (214 loc) · 10.7 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="assests/style.css">
<link rel="stylesheet" href="try.css">
<title>CodePlan</title>
</head>
<body>
<!---=====Navbar======-->
<section class="nav justify-content-end ">
<li class="nav-item">
<div class="nav-link"></div>
<a class="logo" href="index.html">Coding Hustlers</a>
</li>
<li class="nav-item">
<a class="nav-link " href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Satakshijain/CodingHustlers">Contibute</a>
</li>
</section>
<!---=====Cover======--
<div id="carouselExampleSlidesOnly" class="carousel-slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="..." class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="..." class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="..." class="d-block w-100" alt="...">
</div>
</div>
</div>-->
<!---=====Three boxes======-->
<div class="container-fluid main"
style="background-image: url(img/background.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; image-rendering: optimizeQuality;">
<div class="row">
<div class="col">
<div class="title">
<h1 class="button"> </a> Coding Hustlers </a></h1>
<p>Start your coding career with Coding Hustlers,
a platform which serves as an invaluable resource hub, offering a wide range of resouces related to basic programming, Competitive Programming and Open-Source Programs.
</p>
<h3> Want to contribute to Coding Hustlers Click on Contribute.</h3>
</div>
</div>
<div class="col">
<div class="title">
<h1 class="button"> </a> Basic Programming </a></h1>
</div>
</div>
<div class="col ">
<div class="title">
<h1 class="button">Competitive Programming</h1>
</div>
</div>
<div class="col ">
<div class="title">
<h1 class="button">Open Source and fellowship</h1>
</div>
</div>
</div>
</div>
</div>
<!---=====Section-1(Studies)======-->
<div class="container-sm-fluid">
<div class="row">
<div class="col-4 first">
<div class="title">
<h1> Basic Programming </h1>
<h2 class="title_text"> <i> First, solve the problem. Then, write the code.” </i> <br> – John
Johnson</h2>
</div>
</div>
<div class="col-6 ">
<div class="info">
</h1>
<div class="media">
<img class="align-self-center mr-5 mp-5" src="img/basicprogram.png"
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-0 mp-5">Basic Programming </h1>
<p> Which is the best language
to start programming?
What are the best courses to learn?
Youtube vs paid courses
NEVER MISS OUT ON INFO <a href="studybasics.html"> know more</a> </p>
<p class="mb-0">
</div>
</div>
</div>
</div>
</div>
<!---=====Section-2(OS & FS)======-->
<div class="container-fluid">
<div class="row">
<div class="col-8 ">
<div class="info">
</h1>
<div class="media">
<img class="align-self-center mr-3" src="img/cpp5.png"
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-0">Competitive Programming</h1>
<p>Competitive programming is a sport. You have to solve a problem with code that is
fast,
consumes the minimum amount of memory, and is often
practically unreadable.It is super popular among university students and those
trying to
get into big companies,
primarily because it helps them get placed in those companies. <a
href="competitive.html">know more</a>
</p>
<p class="mb-0"></p>
</div>
</div>
</div>
</div>
<div class="col-4 second">
<div class="title">
<h1>Competitive Programming</h1>
<h2 class="title_text"> <i> “Make it work, make it right, make it fast.” </i> <br>– Kent Beck
</h2>
</div>
</div>
</div>
</div>
<!---=====Section-1(CP)======-->
<div class="container-sm-fluid">
<div class="row">
<div class="col-4 third">
<div class="title">
<h1>Open Source & fellowship</a></h1>
<h2 class="title_text"> <i> "It’s not a bug – it’s an undocumented feature." </i> <br> –
(Anonymous)
</h2>
</div>
</div>
<div class="col-6 ">
<div class="info">
<div class="media">
<img class="align-self-center mr-3" src="img/open-source.png"
alt="Generic placeholder image">
<div class="media-body">
<h1 class="mt-4">Open Source & Fellowship</h1>
<p>Open-source software is a type of computer software in which source code is released
under a
license in which the
copyright holder grants users the rights to use, study, change, and distribute the
software
to anyone and for
any purpose. Open-source software may be developed in a collaborative public
manner. <a href="open.html"> know more</a> </p>
<p class="mb-0">.</p>
</div>
</div>
</div>
</div>
</div>
<!---=====Contact Section======-->
<section class="contacts" id="contact">
<div class="row"></div>
<div class="col-lg-4">
<img class="bd-placeholder-img rounded-circle" width="140" height="140"
src="img/Satakshi Jain.jpg"> </img>
<h2>Satakshi Jain</h2>
<p><a class="btn btn-secondary"
href="https://www.linkedin.com/in/satakshi-jain-6b9306203">Contact</a></p>
</div><!-- /.col-lg-4 -->
</div>
</section>
<!---=====Footer======-->
<footer class="footer">
<p class="footer__title">"Programming isn't about what you know; it's about what you can figure out.”
<br> -
Chris Pine
</p>
<p>© 2023 copyright all right reserved</p>
<ul class="socials">
<li><a href="https://github.com/Satakshijain/CodingHustlers" aria-label="Follow me on Github" title="Github (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/satakshi-jain-6b9306203" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
</ul>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
-->
</body>
</html>