-
Notifications
You must be signed in to change notification settings - Fork 61
/
index.html
254 lines (196 loc) · 10.1 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
<!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/bootstrap@5.0.0-beta2/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>Coding Hustlers</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">Contribute</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 that serves as an invaluable resource hub, offering a wide range of resources 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> Are you finding it difficult to choose your first programming language?
With so many resources available, it can be challenging to decide which ones to follow.
Discover the best free resources to get started and never miss out on valuable information <a href="studybasics.html"> Read 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 mind sport where programmers solve well-defined problems within a time limit.
It involves writing code to solve algorithmic challenges, often requiring logical thinking, problem-solving skills, and knowledge of data structures and algorithms.
Beginners start by learning basic concepts and gradually tackle more complex problems.
It's a fun way to improve coding skills, think creatively, and prepare for technical interviews <a
href="competitive.html"> Read 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 & Fellowship programs provide opportunities for developers and enthusiasts to contribute to open-source projects while gaining valuable experience and mentorship.
Participants collaborate on real-world projects, often guided by experienced professionals, which helps them enhance their skills, build a professional network, and sometimes earn stipends or other benefits <a href="open.html"> Read 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>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</body>
</html>