-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (73 loc) · 3.93 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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Society of Monash Electrical Engineers</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>
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">SMEE</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner" style="position:relative">
<img src="images/smee_logo.png" alt="SMEE robot icon">
<h2>Society of Monash Electrical Engineers</h2>
<div class="main-carousel" data-flickity='{ "freeScroll": true, "wrapAround": true, "autoPlay": 3000, "prevNextButtons": false, "pageDots": false }'>
<div class="carousel-cell"><img src="images/gallery/10.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/104.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/106.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/129.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/132.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/138.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/144.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/146.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/150.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/152.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/16.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/166.jpg"></div>
<div class="carousel-cell"><img src="images/gallery/176.jpg"></div>
</div>
<p>SMEE aims to bridge the gap between emerging graduates and industry professionals. Throughout the year we host careers events allowing members to learn more about our sponsors and career pathways. SMEE gives students the chance to share knowledge and experiences between one another. This includes connecting students to the right people to help and answer queries in regards to vacation employment, graduate opportunities and industry practices.</p>
<p>The club also offers industry networking and seminars targeted specifically towards fields relating to Electrical and Computer Systems Engineering, such as software development, communication systems and power related careers. Club memberships are open to anyone who is curious about the world of Electrical Engineering or who simply wants the odd free lunch and drinks with friendly students who share similar interests.</p>
</div>
</section>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>