-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathelectrogeeks.html
116 lines (102 loc) · 3.23 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
---
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 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/council/gensec_1.jpeg" style="width: 70%; margin: 7% 15% 5% 15%" />
<div class="council-cards-content text-center">
<h4 style="font-weight: 500">Vibhanshu Jain<br /></h4>
<a href="https://www.linkedin.com/in/vibhanshu-jain-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>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="club-heading">
<h2><b>Follow 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>