-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccelerator.html
More file actions
69 lines (67 loc) · 2.82 KB
/
Copy pathaccelerator.html
File metadata and controls
69 lines (67 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css"> -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>RUMAD - Accelerator</title>
</head>
<body>
<div class="section">
<div class="menu">
<a href="#" class="menu-item">
<img src="assets/images/nav-logo-full.png" class="nav-logo nav-logo-full" alt="">
<img src="assets/images/nav-logo-half.png" class="nav-logo nav-logo-half" alt="">
</a>
<div class="menu-item">
<ul>
<li>
<!-- <a href="index.html">About</a> -->
</li>
<li>
<a href="#" class="selected">Accelerator</a>
</li>
</ul>
</div>
</div>
<div class="content">
<h1>The Mission</h1>
<p>
The goal of the Accelerator is to take students from knowing nothing about app development to a level where they can
build and ship their own apps. They will pick a track from <span class="highlight-red">iOS, Android, or Backend</span> development to learn about.
<br>
We will also provide every mentee in the accelerator program with close mentorship from an experienced mentor.
They will receive career and academic guidance to help ensure they are successful in their journey at Rutgers and beyond.
<br>
<br>
Applications for the Accelerator are now closed. Check back in the fall!
</p>
<br>
<div class="button-group">
<a href="https://forms.gle/5EbbwNSydDvmH6GZ8" target="_blank" class="button">Join our mailing list!</a>
<ul>
<li>
<a href="https://www.facebook.com/rumad.club/" target="_blank">
<img src="assets/images/fb-icon.png" class="icon" alt="">
</a>
</li>
<li>
<a href="https://www.instagram.com/rumad.club/" target="_blank">
<img src="assets/images/ig-icon.png" class="icon" alt="">
</a>
</li>
<li>
<a href="https://github.com/RutgersMobileApplicationDevelopment" target="_blank">
<img src="assets/images/gh-icon.png" class="icon" alt="">
</a>
</li>
</ul>
</div>
</div>
</div>
<img src="assets/images/diagram-phone.png" class="phone phone-right" alt="">
</div>
</body>
</html>