-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodesoc.html
132 lines (116 loc) · 3.52 KB
/
codesoc.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
---
title: CodeSoc
layout: default
---
<style>
.club-title {
background-color: #1d1d27;
padding-top: 100px;
}
.club-heading {
color: white;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
.fa-instagram,
.fa-envelope,
.fa-linkedin {
color: white;
}
.heading-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 35%;
}
.heading1 {
background-color: #1d1d27;
}
.objectives-list {
color: white;
text-align: left;
margin-left: 5%;
margin-right: 5%;
}
.club-card1 {
margin: 5%;
box-shadow: 5px 8px 32px 20px rgba(31, 38, 135, 0.37);
}
@media only screen and (max-width: 900px) {
.heading-image {
width: 50%;
}
}
</style>
<section class="club-title">
<!-- Logo and title -->
<div class="container">
<img src="assets/images/logo/club/codesoc-inverted.png" alt="codesoc" class="heading-image" />
<div class="club-heading">
<h2><b> CODESOC </b></h2>
<h6>Coding club of IIIT Raichur</h6>
</div>
</div>
<br /><br /><br />
<!-- what we do -->
<div class="club-heading">
<h2><b>What we do?</b></h2>
<p style="color: white;">
Updates: Even from our small number We have enthusiastic people working both
individually and in teams towards various projects, the latest of which is
IIITR Insights app developed by a mobile dev team of IIITRThe app’s release
on play store is due, but it was beta tested by many students of our batch
and received good response. This Besides the above points is to introduce
the 2020 batch to our club culture through various sessions and also provide
them guidance from the best of our experience. CodeUp, a series of coding
contests over the summer was brought up in recent times and it successfully
conducted three sessions. Converso is a series with three main aims i.e
knowledge on tech topics, communication skills and rapport with the 2020
batch.
</p>
</div>
<br /><br /><br />
<!-- about ebsb section -->
<div class="club-heading">
<h2><b>About Codesoc</b></h2>
<p style="color: white">
The coding and developers club of IIITR was established in 2019.
</p>
</div>
<br /><br /><br />
<!-- objectives ebsb section -->
<div class="club-heading">
<h2><b>Objectives of Codesoc</b></h2>
<p style="color: white;">
To promote coding, development practices, brainstorming ideas, problem-solving,
exploring various technologies, and facilitating collaborations on projects.
</p>
</div>
<br /><br /><br />
<!-- coordinators team -->
<div class="club-heading">
<h2><b>Coordinators</b></h2>
<h6>The leaders who make all this possible</h6>
</div>
<div class="container">
<div class="row justify-content-center" style="padding-bottom: 10px;">
<div class="col-lg-4 col-12">
<div class="council-cards">
<img src="./assets/images/prteam/kushagra.webp" style="width: 70%; margin: 7% 15% 5% 15%" />
<div class="council-cards-content text-center">
<h4 style="font-weight: 500">Kushagra Indurkhya<br /></h4>
<a href="#" target="_blank" class="fa fa-linkedin council-cards-link"> </a><a
href="mailto:[email protected]" target="_blank"
class="fa fa-envelope council-cards-link"></a>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="club-heading">
<h2><b>Follow us</b></h2>
<a href="mailto:[email protected]" target="_blank" class="fa fa-envelope council-cards-link"> </a>
</div>
</section>