-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (113 loc) · 5.58 KB
/
Copy pathindex.html
File metadata and controls
136 lines (113 loc) · 5.58 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, shrink-to-fit=no">
<title>Bring Your Project To Life</title>
<meta name="description" content="Offical Website for RMIT Programming Club.">
<meta name="keywords" content="">
<meta name="google-translate-customization" content="b9870a0c7376df54-aa35852016e6a5cc-ga0a0d80f6c171f17-e"></meta>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="canonical" href="/">
<link href="" rel="icon">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="site-header">
<!-- Header -->
<h1 class="header">Bring your project to <em>Life</em></h1>
<img src="images/build-logo.png">
</div>
<!-- Content -->
<div class="animated fadeIn bodycontent">
<div>
<section id="registerbox">
<p>The Programming Club and RMIT University are giving <em>you</em> the opportunity to bring your project to life.</p>
<p>During Semester 1 of 2021, you will get the opportunity to meet with industry and be mentored in building your very own project. This will develop your programming ability and give you an item to add to your portfolio
<p>
<p>Places are limited, you can sign up here</p>
<a class="signuplink" href="#eventbrite-link">Sign up</a>
</section>
<section id="agenda">
<h2 class="emp">Agenda</h2>
<div class="day rounded">
<h2>Day 1, Induction</h2>
<ul>
<li><b>5:00-5:15</b> introductions of organizers, housekeeping, agenda</li>
<li><b>5:15-5:25</b> Introduce speakers</li>
<li><b>5:25-6:00</b> Speakers talk about ideation, then Q&A</li>
<li><b>6:00-6:30</b> Students to come and discuss ideas</li>
<li><b>6:30-7:00</b> Breakout rooms, speaker recommendations</li>
</ul>
<p>Zoom link: <a href="#">link</a></p>
</div>
<div class="day rounded">
<h2>Follow up days</h2>
<ul>
<li><b>5:00-5:15</b> introductions of organizers, housekeeping, agenda</li>
<li><b>5:15-5:25</b> Introduce speakers</li>
<li><b>5:25-6:00</b> Speakers talk about ideation, then Q&A</li>
<li><b>6:00-6:30</b> Students to come and discuss ideas</li>
<li><b>6:30-7:00</b> Breakout rooms, speaker recommendations</li>
</ul>
<p>Zoom link: <a href="#">link</a></p>
</div>
</section>
<!-- Presenters -->
<section id="presenters">
<h2 class="emp">Presenters</h2>
<div class="presenter rounded">
<h3>Presenter A</h3>
<p>Placeholder text goes here</p>
</div>
<div class="presenter rounded">
<h3>Presenter B</h3>
<p>Placeholder text goes here</p>
</div>
<div class="presenter rounded">
<h3>Presenter C</h3>
<p>Placeholder text goes here</p>
</div>
</section>
<!-- FAQ -->
<section id="faq">
<h2 class="emp">FAQ</h2>
<div class="question rounded">
<h4>Are there any prizes for best ideas?</h4>
<p>This event is not a competition, and as of such, there are no prizes for "best idea". The prize for completing this event will be the final product</p>
</div>
<div class="question rounded">
<h4>Are there any prizes for best ideas?</h4>
<p>This event is not a competition, and as of such, there are no prizes for "best idea". The prize for completing this event will be the final product</p>
</div>
</section>
<!-- Partner section -->
<section id="partners">
<h2 class="emp">Organizer</h2>
<!-- The Programming Club -->
<div class="partner">
<a href="https://rmittpc.club/"><img src="/images/TPC.png" alt="RMIT Programming Club"></a>
</div>
<h2 class="emp">Sponsors</h2>
<!-- RMIT -->
<div class="partner">
<a href="https://rmit.edu.au/"><img src="/images/RMIT.jpg" alt="RMIT"></a>
</div>
</section>
</div>
</div>
<div class="col-md-12">
<!-- Footer -->
<div class="row sitefooter">
<div class="col-md-12">
<br>
<p>Copyright © Bring your project to life 2021.</p>
</div>
</div>
</body>
</html>