forked from Satakshijain/CodingHustlers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
open.html
225 lines (188 loc) · 10.6 KB
/
open.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
<!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/openStyle.css">
<title>Open Source</title>
</head>
<body>
<!---=====Navbar======-->
<section class="nav justify-content-end ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contibute</a>
</li>
</section>
<!---=====Three boxes======--
<div class="container-fluid">
<div class="row">
<div class="col first">
<div class="title">
<h1> </a> Basic Programming and important topics</a></h1>
</div>
</div>
<div class="col second">
<div class="title">
<h1>Competitative Programming</h1>
</div>
</div>
<div class="col third">
<div class="title">
<h1>Open Source and fellowship</h1>
</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 and Important topics</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="/assests/images/Untitled design.png"
alt="Generic placeholder image">
<div class="media-body">
<h3 class="mt-0 mp-5">Basic Programming and Important topics</h3>
<p>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante
sollicitudin.
Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum
nunc
ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</p>
<p class="mb-0">Donec sed odio dui. Nullam quis risus eget urna mollis ornare vel eu leo.
Cum
sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</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="/assests/images/new.png"
alt="Generic placeholder image">
<div class="media-body">
<h5 class="mt-0">Competitative Programming</h5>
<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=""> know more</a>
</p>
<p class="mb-0"></p>
</div>
</div>
</div>
</div>
<div class="col-4 second">
<div class="title">
<h1>Competitative 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=""
alt="">
<div class="media-body">
<h2 class="info__title">Open Source </h2>
<p class="info__text">
Before Jump on to the open source You need to know about the Git and Github, these are the two weapons which helps to get their
score or your valuable on the open source platform. Some of the beginner friendly Repository on Github,
which helps to get hands on experience on <b> "How to make Contribution to the open Source" </b>
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href="https://github.com/MunGell/awesome-for-beginners#c-2" target="_blank">Awesome-for-Beginners</a> </li>
<li class="list-group-item"> <a href="http://github.com/Homebrew/brew" target="_blank"> Homebrew</a></li>
<li class="list-group-item"> <a href="https://github.com/TheAlgorithms" target="_blank">The Algorithm</a> </li>
<li class="list-group-item"> <a href="http://github.com/30-seconds" target="_blank">30-seconds</a> </li>
<li class="list-group-item"><a href="http://github.com/showcases/great-for-new-contributors?s=language" target="_blank"> Great for new Contibutors</a> </li>
</ul>
</div>
<!------>
<div class="media-body">
<h2 class="info__title">Fellowships </h2>
<p class="info__text">
After getting the info aboout Contribution, Let's earn some experience by working with some Experts of this field. And here, are some of the fellowships
which leads you to get experience and stipend for your work and showcase your skill.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href=" https://www.outreachy.org/" target="_blank">OUTREACHY</a> </li>
<li class="list-group-item"> <a href="https://mlh.io/" target="_blank"> MAJOR LEAQUE HACKING/a></li>
<li class="list-group-item"> <a href="https://sfp.iitm.ac.in/" target="_blank">SUMMER FELLOWSHIP PROGRAMS</a> </li>
<li class="list-group-item"> <a href="https://summerofcode.withgoogle.com/" target="_blank">GOOGLE SUMMER OF CODE</a> </li>
<li class="list-group-item"><a href="http://kvpy.iisc.ernet.in/main/fellowship.htm" target="_blank"> KISHORE VAIGYANIK PROTSAHAN</a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!---=====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>
<div class="footer__social">
<a href="https://www.facebook.com/visionaryshruti/" target="_blank" class="footer__icon"><i
class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/paint_with_shruti/" class="footer__icon"><i
class='bx bxl-instagram'></i></a>
<a href="mailto: visionary236@gmail.com" class="footer__icon"> <i class='bx bxl-google'></i></a>
</div>
<p>© 2023 copyright all right reserved</p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<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>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js" integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
-->
</body>
</html>