forked from nirajx1d/IEEE-BIT-Mesra-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
57 lines (55 loc) · 3.71 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Us | IEEE BIT Mesra</title>
<link rel="stylesheet" href="resources/css/about-us.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<h1>About Us</h1>
</div>
<div class="contents">
<div class="subheading">
<h1>IEEE BIT Mesra</h1>
</div>
<div id="ieee-bit">
<div class="video1">
<iframe class="video" src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fieeebitmesra%2Fvideos%2F1416667098411311%2F&width=500&show_text=false&height=280&appId" width="430" height="220" style="border:3px solid #fff;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
<div class="text">
IEEE (Institute of Electrical and Electronics Engineers) Student's Chapter BIT Mesra believes in a constant
endeavour to inculcate among students the requisite knowledge to catch up with their peers across the
global community and most importantly, tomorrow. The club ensures this through quality workshops on
contemporary topics, and through events which are aimed at sharpening cognition among participants and
organizers alike. At IEEE, we believe in disseminating what we know and learning what we don't.
</div>
</div>
</div>
<div class="contents">
<div class="subheading">
<h1>IEEE Global</h1>
</div>
<div class="text">
Institute of Electrical and Electronics Engineers (IEEE) is a non-profit professional association headquartered in New York City is dedicated to advancing technological innovation. Founded on 1st January 1963, IEEE is the amalgamation of the American Institute of Electrical Engineers (AIEE) (the institute with prominent scientist members such as Thomas Alva Edison and Nikola Tesla) and Institute of Radio Engineers(IRE). IEEE is one of the leading standard making organization in the field of electrical, electronics, telecommunication and computing industry with over 1100 standards active standards.
</div>
</div>
<div class="contents mgb100px">
<div class="subheading">
<h1>IEEE Student Membership</h1>
</div>
<div class="video2">
<iframe class="video" width="430" height="220" src="https://www.youtube.com/embed/oek5mX2rh28?rel=0" style="border:3px solid #fff;overflow:hidden"></iframe>
</div>
<div class="text">
Joining IEEE as a student member is as simple as ever. Go to the <a href="https://www.ieee.org/membership/join/index.html" target="_blank">Join IEEE</a> section on the <a href="https://www.ieee.org/" target="_blank">official website</a>. Choose the student member option, fill all your details, make the payment and you're done!
<br>By becoming a member you stay up-to-date on the latest technological advancements with IEEE publicatons and products. You get exposed to a lot of talented people in different fields, allowing you to network with other professionals within your technical interest. And there's so much more. Just join and keep exploring.
</div>
</div>
</div>
</body>
</html>