forked from glitch-user/students.iiitr.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectrogeeks.html
139 lines (120 loc) · 4.3 KB
/
electrogeeks.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
---
title: Electrogeeks
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/electrogeeks-inverted.png" alt="electrogeeks" class="heading-image" />
<div class="club-heading">
<br>
<h2><b>Electrogeeks</b></h2>
<h6>Robotics 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;">
Our interest areas are ROBOTICS, AERO, and IoT-based devices along with Artificial Intelligence, Data
Science techniques to develop cost-effective and new technologies to help the community in electronics and
machine-based solutions.
Our previous projects which are developed by the team include Wi-Fi Based Surveillance Bot, Quadcopter,
Temperature based Laboratories safety devices. All these projects are under development or completed by the
team in their first semester in 2019. After that, the pandemic stuck all of our work. But now again want to
start our work slowly, at least decides the ideas and make preparation and collect more information for the
upcoming 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/clubcords21/Sikander.jpg" style="width: 70%; margin: 7% 15% 5% 15%" />
<div class="council-cards-content text-center">
<h4 style="font-weight: 500">SIKANDER KATHAT<br /></h4>
<a href="https://www.linkedin.com/in/sikander-kathat-6437b9204" 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>
<a href="https://www.instagram.com/ecstatic_sikander/" target="_blank"
class="fa fa-instagram council-cards-link"> </a>
<a href="tel:9465511837" target="blank" class="fa fa-phone council-cards-link"> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="council-cards">
<img src="./assets/images/clubcords21/AbhaySuresh.jpg" style="width: 70%; margin: 7% 15% 5% 15%" />
<div class="council-cards-content text-center">
<h4 style="font-weight: 500">SURESH ABHAY<br /></h4>
<a href="https://www.linkedin.com/in/abhay-suresh-iiitr/" 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>
<a href="https://www.instagram.com/abhaysuresh0810/" target="_blank"
class="fa fa-instagram council-cards-link"> </a>
<a href="tel:8089338674" target="blank" class="fa fa-phone council-cards-link"> </a>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="club-heading">
<h2><b>Reach us</b></h2>
<a href="https://www.youtube.com/channel/UCduJ0sKnoYtW76EmZgAvcWw" target="_blank"
class="fa fa-youtube council-cards-link"> </a><a href="https://www.instagram.com/electrogeeks.iiitr/"
target="_blank" class="fa fa-instagram council-cards-link"> </a><a
href="mailto:[email protected]" target="_blank" class="fa fa-envelope council-cards-link">
</a>
</div>
</section>