-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
91 lines (77 loc) · 2.88 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
---
title: Welcome to Programming Community of IIIT Nagpur!
description:Hone Your Coding Skills along with Your Peers!!
---
<section class="hero">
<div class="text-container">
<font size="9">Welcome to Programming Community of IIIT Nagpur</font>
<p class="subtext editable">Hone Your Coding Skills along with Your Peers!!</p>
</div>
<div class="featureWrap bg--custom">
<section class="feature feature--wide intro">
<div class="intro__subsections">
<div class="intro__subsection">
<img src="/uploads/home__intro--raccoon.svg" class="intro__subsection__image" />
<h4 style="color: black"><strong>Open Source</strong></h4>
<p style="color: black">Contribute to various Open source projects on Github </p>
</div>
<div class="intro__subsection">
<img src="/uploads/home__intro--fox.svg" class="intro__subsection__image" />
<h4 style="color: black"><strong>Competetive Coding</strong></h4>
<p style="color: black">Enhance your skills with CodeChef,hackerRank,etc and compete with other coders </p>
</div>
<div class="intro__subsection">
<img src="/uploads/home__intro--owl.svg" class="intro__subsection__image" />
<h4 style="color: black"><strong>Machine Learning</strong></h4>
<p style="color: black">Dive into the World of Machine Learning</p>
</div>
</div>
</section>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<font size="7">What the programming community is all about?</font>
<p><br><br>:)<br> </p>
</div>
<div class="image">
<img src="abstract_img_2.jpg" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section style="background-color: #f5f5f5">
<div class="container flex">
<div class="text editable">
<h2>What are the tracks running?</h2>
<p><br><br>:)<br></p>
</div>
<div class="image">
<img src="abstract_img_3.jpg" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section >
<div class="container flex">
<div class="text editable">
<h2>How will the community and its tracks benefit participants?</h2>
<p><br><br>:)<br></p>
</div>
<div class="image">
<img src="abstract_img_2.jpg" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section style="background-color: #f5f5f5">
<div class="container flex">
<div class="text editable">
<h2>Is there any prerequisite for participating in the tracks?</h2>
<p><br><br>:)<br></p>
</div>
<div class="image">
<img src="abstract_img_3.jpg" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
</div>