-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (140 loc) · 5.37 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
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
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>SUTD MechD</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" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<a href="/index.html" class="image fit"><img src="/images/mechDlogo.png" alt="sutdMechD"/></a>
<p><a href="/index.html" id="logo">SUTD Mechanical Designer Club</em></a></p>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="/index.html">Home</a></li>
<li><a href="/About.html">About</a></li>
<li><a href="/Events/Past Events/Past_Events.html">Events</a>
<ul>
<li>
<a href="#">Ongoing Events</a>
<ul>
</ul>
</li>
<li>
<a href="/Events/Past Events/Past_Events.html">Past Events</a>
<ul>
<li><a href="/Events/Past Events/SpeedCAD/SpeedCAD.html">Speed CAD Competition 2020</a></li>
<li><a href="/Events/Past Events/Fusion360 Modelling.html">Fusion360 Modelling Competition</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="/Contact.html">Contact</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<section id="banner">
<header>
<h2>SUTD Mechanical Designer Club <em></h2>
<a href="About.html" class="button">Learn More</a>
</header>
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row gtr-200">
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-pencil-alt"></i>
<h3>Learn</h3>
<p>Join our Fusion 360 and Solidworks workshops to equip yourself with the basic 3D CAD skills</p>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-wrench"></i>
<h3>Practice</h3>
<p>Take part in our DIY workshops to apply your skills to create cool projects</p>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-angle-double-up"></i>
<h3>Excel</h3>
<p>Hone your skills and pitch against your schoolmates by participating in competitions held by us</p>
</div>
</section>
</div>
</div>
</section>
<!-- Gigantic Heading -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>Upcoming Events</h2>
</header>
</div>
</section>
<!-- Posts -->
<section class="wrapper style1">
<div class="container">
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/solidworks_icon.png" alt="" /></a>
<div class="inner">
<h3 style="margin: 0em;">Solidworks Certification</h3>
<p style="color: chocolate; font-size: smaller; margin: 0em;"> 27 JUNE 2021 1400-1800</p>
<p>Certify yourself today as a Solidworks <a href="https://www.solidworks.com/certifications/mechanical-design-cswa-mechanical-design">associate</a> or <a href="https://www.solidworks.com/certifications/mechanical-design-cswp-mechanical-design">professional</a>! Click <a href="https://forms.office.com/r/ii9XHGpZh2">here</a> to register.</p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/fusion.png" alt="" /></a>
<div class="inner">
<h3 style="margin: 0em;">Introduction to Rendering</h3>
<p style="color: chocolate; font-size: smaller; margin: 0em;"> 18 JULY 2021 2000-2200</p>
<p>Design a product but it doesn't seem to look good? <a href="https://forms.office.com/r/3nDV6iMjwB">Join us</a> as we show you how to render it better!</p>
</div>
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<!-- Icons -->
<ul class="icons">
<li><a href="https://m.facebook.com/MechDSUTD" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/OpenSUTD/mechD" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Copyright 2020 All rights reserved</li><li>Template: <a href="http://html5up.net">HTML5 UP</a></li><li>Icons: <a href="https://fontawesome.com/v4.7.0/icons/">Font Awesome</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>