-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathworkshops.html
209 lines (164 loc) · 8.81 KB
/
workshops.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Algo'Rythmic 2017</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/workshop.css">
<link rel="stylesheet" media="screen" href="css/canvas.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div id="particles-js"></div>
<script src="js/canvas-partical/particles.js"></script>
<script src="js/app.js"></script>
<script>
function openImg(imgName) {
var i, x;
x = document.getElementsByClassName("picture");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
document.getElementById(imgName).style.display = "block";
}
</script>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" >
<img id="algologo" src="img/g123.png" alt="Algo'Rythmic" style="width:70px;margin-left:50px; " >
</a>
<a href="http://www.ecb.ac.in/" target="_blank" >
<img id="logocollege" src="img/Ecb_logo.png" alt="ECB Bikaner" style="width:70px;margin-left:50px">
</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="events.html" title="Events">Events</a></li>
<li><a href="workshops.html" title="Workshop">Workshop</a></li>
<li><a href="summit.html" title="Summit">Summit</a></li>
<li><a href="schedule.html" title="Schedule">Schedule</a></li>
<li><a href="gallery.html" title="Gallery">Gallery</a></li>
</ul>
</div>
</div>
</nav>
<div class="container centered">
<div class="row text-center ">
<h1 class="col-xs-12 col-md-4 col-md-offset-4 heading">Workshops</h1>
<div class="row center-align">
<div class="col-xs-12 col-md-12">
<a href="javascript:void(0)" onclick="openImg('C');">
<img src="img/C.png" alt="C++"style="width:150px;height:150px" >
</a>
<a href="javascript:void(0)" onclick="openImg('app');">
<img src="img/android.png" alt="Android Aap Development"style="width:150px;height:150px" >
</a>
<a href="javascript:void(0)" onclick="openImg('robo');">
<img src="img/robo.png" alt="Robotics" style="width:150px;height:150px" >
</a>
<a href="javascript:void(0)" onclick="openImg('web');">
<img src="img/web.png" alt="Web development" style="width:150px;height:150px" >
</a>
<a href="javascript:void(0)" onclick="openImg('hack');">
<img src="img/ETHICAL%20HACKING.jpg" alt="Ethical Hacking"style="width:150px;height:150px" >
</a>
</div>
</div>
<div id="C" class="picture w3-display-container" style="">
<div class="detail">
<h2>C/C++</h2>
<div class="detailmain">
<p>C and C++ are currently among the most popular programming languages in the world. C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." ... However, it was renamed to C++ in 1983. It is pronounced "C-Plus-Plus."<br>
Cost : Rs. 50 per participant<br>
Please bring your laptops.<br>
To be held on: 9 and 10 Oct.</p>
<address>Contact:<br>
Mukesh Kumar : <br>
</address>
</div></div>
</div>
<div id="app" class="picture w3-display-container" style="display:none">
<div class="detail">
<h2>Android App Development</h2>
<div class="detailmain">
<p>Android is an open-source software stack for mobile devices that include an operating system, middleware and key applications. The Android Open Source Project (AOSP) is tasked with the maintenance and further development of Android. Android has a large community of developers writing application programs ("apps") that extend the functionality of the devices. There are currently over 150,000 apps available for Android. Android Market is the online app store run by Google.<br>
Cost : Rs. 100 per participant<br>
Please bring your laptops.<br>
To be held on: 9 and 10 Oct.</p>
<address>Contact:<br>
Mukesh Kumar : <br>
</address>
</div></div></div>
<div id="robo" class="picture w3-display-container" style="display:none">
<div class="detail">
<h2>Robotics</h2>
<div class="detailmain">
<p>The main idea of Robotics Junior workshop is to build future leaders by providing them basic knowledge and creating interest in Robotics Field. Today there is a great demand of professionals in the related areas wherein our vision is to provide quality education keeping in minds the methodologies and interest between the students.<br>
Cost : Rs. 100 per participant<br>
Please bring your laptops.<br>
To be held on: 9 and 10 Oct.</p>
<address>Contact:<br>
Mukesh Kumar : <br>
</address>
</div></div></div>
<div id="web" class="picture w3-display-container" style="display:none">
<div class="detail">
<h2>Web development</h2>
<div class="detailmain">
<p>Web Designing is the process of creating websites. It encompasses several different aspects, including webpage layout, content production, and graphic design.The Web Development workshop aims to demonstrate how to build beautiful and scalable Websites using the next-generation techniques from HTML 5 and CSS 3 to design websites.<br>
Cost : Rs. 100 per participant<br>
Please bring your laptops.<br>
To be held on: 9 and 10 Oct.</p>
<address>Contact:<br>
Mukesh Kumar : <br>
</address>
</div></div></div>
<div id="hack" class="picture w3-display-container" style="display:none">
<div class="detail">
<h2>Ethical Hacking</h2>
<div class="detailmain">
<p>This workshop is specifically designed to provide the right knowledge to the aspiring Cyber Forensics and Ethical Hacking enthusiasts. This workshop will explore the various means that an intruder has available to gain access to computer resources. It will investigate weaknesses of cyber security systems by discussing the theoretical background behind it, and whenever possible, actually performing the attacks.<br>
Cost : Rs. 100 per participant<br>
Please bring your laptops.<br>
To be held on: 9 and 10 Oct.</p>
<address>Contact:<br>
Mukesh Kumar : <br>
</address>
</div>
</div></div>
</div>
</div>
<footer class="container-fluid centered">
<div class="row footerbackground">
<div class="col-xs-12 col-md-4 sociallinks">
<div class="row">
<a href="https://www.facebook.com/ecbfest/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.youtube.com/channel/UCl0qPsHcA7cPvVk7jiWEH1A" target="_blank" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/algorythmic_17/"target="_blank" class="fa fa-instagram"></a>
<a href="#" target="_blank" class="fa fa-linkedin"></a>
</div>
</div>
<div class="col-xs-12 col-md-8 about_us">
<div class="row" >
<a id="foot1" href="aboutus.html" title="Know Us">KnowUs</a>
<a id="foot2" href="sponsors.html" title="Sponsers">Sponsers</a>
<a id="foot3" href="contactus.html" title="Contact Us">ContactUs</a>
</div>
</div>
</div>
</footer>
</body>
</html>