-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
130 lines (115 loc) · 6.34 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Microsoft Campus Club-SIST</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="logo">
<span class="fa fa-laptop"></span>
</div>
<div class="content">
<div class="inner">
<h1>Microsoft Campus Club</h1>
<p>MICROSOFT CAMPUS CLUB is a Platform for the students to pitch their Ideas and shape them to Embark on their journey of Technology.
</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">About</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#events">Events Conducted</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#gallery">Gallery</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<div id="main">
<article id="intro">
<h2 class="major">About</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<p>Microsoft Club has been built to encourage club members with “Innovative ideas and innovative projects”
</p>
</article>
<article id="gallery">
<h2 class="major">Gallery</h2>
<span class="image main"><img src="images/A.jpg" alt="" /></span>
<span class="image main"><img src="images/B.jpg" alt="" /></span>
<span class="image main"><img src="images/C.jpg" alt="" /></span>
<span class="image main"><img src="images/D.jpg" alt="" /></span>
<span class="image main"><img src="images/E.jpg" alt="" /></span>
<span class="image main"><img src="images/F.jpg" alt="" /></span>
<span class="image main"><img src="images/G.jpg" alt="" /></span>
<span class="image main"><img src="images/1.jpg" alt="" /></span>
<span class="image main"><img src="images/2.jpg" alt="" /></span>
</article>
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<p>
The objectives of the Club are:
<br> 1. To encourage club members with “Innovative ideas and innovative projects”
<br> 2. To build the Team Spirit and Leadership quality into the Students.
<br> 3. To steer the interest of the students towards learning cutting edge technological developments
<br>
</p>
</article>
<article id="contact">
<h2 class="major">Contact</h2>
<p>
E-Mail ID: [email protected]
<br>
<br> Staff Coordinator: S. Vighnesh and Vijay Kaveri
<br>
<br> President: <a href="https://www.linkedin.com/in/kundan-kumar-jha-218037165/">Kundan Kumar Jha</a>
<br>
<span class="image main"><img src="images/kundan.jpg" alt="" /></span>
<br> Vice President: <a href="https://www.linkedin.com/in/shweta-singha-01b326154/">Shweta Singha</a>
<br>
<br>
<span class="image main"><img src="images/shweta.jpg" alt="" /></span>
<br> Treasurer: <a href="https://www.linkedin.com/in/barbie-saha-82b713172/">Barbie Saha</a>
<br>
<br>
<span class="image main"><img src="images/barbie.jpg" alt="" /></span>
<br>
</p>
</article>
<article id="events">
<h2 class="major">Events Conducted</h2>
<span class="image main"><img src="images/msclub.jpg" alt="" /></span>
<p>
1. Microsoft club has organized two days hands on workshop on Web Development using PHP during 4th and 5th of September, 2019 . The resource person Mr.Syed from Teleperformance, India conducted effective interactive sessions and trained the student participants.
<span class="image main"><img src="images/AB.jpg" alt="" /></span>
<br> 2. Microsoft Club has organized "Raspberry pi" workshop on 13th and 14th August, 2019 at Skill development centre. Mr.Nirmal Sharavanan, Engineer in Breathe Electronics trained the student participants.
<span class="image main"><img src="images/AC.jpg" alt="" /></span>
<br> 3. Microsoft club has organized a workshop on Digital Ledger , students activiely participated in peer learning activities on 8th March, 2019.
<span class="image main"><img src="images/AD.jpg" alt="" /></span>
<br> 4. MICROSOFT club has conducted a "MACHINE LEARNING WORKSHOP" on 29th and 30th January, 2019. Student participants learning key aspects of Machine Learning from the expert speakers from the GOOGLE.
<span class="image main"><img src="images/AE.jpg" alt="" /></span>
<br> 5. Microsoft club has conducted an orientation programme on 20th September, 2018. The talk on GitHub was delivered by Mr. Teja Kummarikuntla, III CSE , a talk on Linkedin was given by Mr.Baibhav Kumar Ojha.
<span class="image main"><img src="images/AF.jpg" alt="" /></span>
<br>
</p>
</article>
</div>
<footer id="footer">
<p class="copyright">© Microsoft Club-SIST.</p>
</footer>
</div>
<div id="bg"></div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>