forked from BuckyMaler/global
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events_sae.html
96 lines (86 loc) · 4.1 KB
/
events_sae.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
<html>
<head>
<link rel="stylesheet" href="assets/css/events_sae.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta name="viewport" content="width=device-width">
</head>
<body style="background-image: url(assets/img/events-img/sae.jpg);">
<div class="demo-btns">
<header>
<div id=aowo style="background-color: rgba(0,0,0,0.5);">
<h1 >SAE - Ingenium.</h1>
</div>
</header>
<div class="info">
<div class="buttons">
<p>
<a href="" data-modal="#modal1" class="modal__trigger">Electric Go-Kart</a>
<a href="" data-modal="#modal2" class="modal__trigger">Intro to Auto Engg Simulations - Workshop</a>
</p>
</div>
</div>
</div>
<!-- Modal -->
<div id="modal1" class="modal modal--align-top modal__bg" role="dialog" aria-hidden="true">
<div class="modal__dialog">
<div class="modal__content">
<h1>Electric Go-Kart</h1>
<h2>About</h2>
<p>Do you also see ‘Automobile Industry’ as a key player in future innovations? Ever wondered what’s the very first step in designing a vehicle? If you are a mechanical engineer at heart and your answers to these questions are yes, then come and join us at our ‘Electric Go-Kart Event’ this Tech fest!!</p>
<!-- <p><img src="http://unsplash.it/600/300" alt="" /></p> -->
<h2>Details</h2>
<p>An actual model of Go-kart is in making with the motto of giving RollCage team
an idea regarding the making of the same with PVC pipes. This is going to be a
workshop kind of thing where chassis of RollCage and steering mechanism will
be demonstrated practically. This model will be provided by the club.</p>
<h2>Requirements</h2>
<p>Completely free of cost! Only genuine interest is required to join our team.</p>
<h2>Tentative Duration</h2>
<p>2 hrs</p>
<!-- modal close button -->
<a href="#" class="w3-btn w3-blue">Register</a>
<a href="" class="modal__close demo-close">
<svg class="" viewBox="0 0 24 24">
<path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z" />
<path d="M0 0h24v24h-24z" fill="none" /></svg>
</a>
</div>
</div>
</div>
<div id="modal2" class="modal modal--align-top modal__bg" role="dialog" aria-hidden="true">
<div class="modal__dialog">
<div class="modal__content">
<h1>Introduction to Automobile Engineering Simulations - Workshop</h1>
<h2>Description</h2>
<p>This workshop is aimed to guide participants how to move from designing to analysis phase. Industries require proper analysis and simulations before actual fabrication. And the same goes for BAJA participation. So here, with this, we will be demonstrating our next steps for SAE BAJA preparation. Not only for BAJA, those who only want to learn simulation can also attend.
This will be helpful for those who want to test their design before actual
fabrication.</p>
<!-- <p><img src="http://unsplash.it/600/300" alt="" /></p> -->
<h2>Software</h2>
<p>Ansys</p>
<h2>Requirements</h2>
<p> Laptop installed with Ansys. Designs to be simulated will be provided on-site.
(For those without laptop, a lab with Ansys installed will be arranged.)
</p>
<p>Completely free of cost! Only genuine interest is required to join our team.</p>
<h2>Tentative Duration</h2>
<p>4 hrs</p>
<!-- <p>Requirements : Only two members per team.</p> -->
<!-- modal close button -->
<a href="#" id="ansysworkshop" class="w3-btn w3-blue">Register</a>
<a href="" class="modal__close demo-close">
<svg class="" viewBox="0 0 24 24">
<path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z" />
<path d="M0 0h24v24h-24z" fill="none" /></svg>
</a>
</div>
</div>
</div>
<!-- Ettrics -->
<a href="index.html" class="logo">
<img class="logo" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/45226/ettrics-logo.svg" alt="" />
</a>
</body>
<script src="assets/js/events_sae.js"></script>
</html>