-
Notifications
You must be signed in to change notification settings - Fork 1
/
ios.html
181 lines (133 loc) · 9.58 KB
/
ios.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Social Media Icons-->
<link rel="stylesheet" type="text/css" href="css/ios.css">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Unica+One" rel="stylesheet">
<title>IOS</title>
</head>
<body>
<header>
<!-- The Nav Bar-->
<nav class="navbar navbar-expand-md fixed-top">
<a class="navbar-brand " style="color: white" href="about.html">PantherHackers</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-navicon"style="color: white" ></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto text">
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<!-- Drop down portion of the nav bar-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Interest Groups
</a>
<div class="inner">
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="ios.html">IOS Development</a>
<a class="dropdown-item" href="pantheress.html">Pantheress</a>
<a class="dropdown-item" href="robotics.html">Robotics</a>
<a class="dropdown-item" href="cybersecurity.html">CyberSecurity</a>
<a class="dropdown-item" href="ctci.html">CTCI</a>
<a class="dropdown-item" href="https://ecodrop.tech/">Ecodrop</a>
</div>
</div>
</li>
<!--
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#" data-toggle="modal" data-target="#ContactUsModal">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Modals for Nav Bar (Contact)-->
<div class="modal fade " tabindex="-1" role="dialog" id=ContactUsModal>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title">Want to Chat?</h1>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Our pages are still under construction. If you need to chat, hit us up on our socials or email us: [email protected]</p>
</div>
<div class="modal-footer justify-content-between">
<a href="https://twitter.com/pantherhackers?lang=en" class="fa fa-twitter fa-2x "></a>
<a href="https://join.slack.com/t/pantherhackers/shared_invite/enQtNTgzMzU2MDI2MzczLTFhZjgxNWY5MTI2NWYzMTVmOTJiMTBlODIxNWJmODdiOWY1NTBhYWQwZmFiMWE0NWRlZDEyMDM2MmEwYzQwOTQ" class="fa fa-slack fa-2x"></a>
<a href="https://www.instagram.com/pantherhackers/" class="fa fa-instagram fa-2x"></a>
<a href ="https://www.linkedin.com/company/12177373" class="fa fa-linkedin fa-2x"></a>
<a href="https://www.facebook.com/PantherHackers/" class="fa fa-facebook fa-2x"></a>
</div>
</div>
</div>
</div>
</header>
<!--Main Content-->
<div class="background">
<div class="container">
<div class="row" id="UpperPortion">
<div class="col-lg-7">
<img src="images/iphone-ios.png" class="img-fluid">
</div>
<div class="col-lg-5 d-flex ">
<div class="container ">
<br>
<br>
<br class="d-none d-lg-block">
<br class="d-none d-lg-block">
<div class ="row text-box ">
<div class="col-lg-12 animated lightSpeedIn delay-1s">
<h1 class="text-center">IOS Development</h1>
<hr>
<p class="text-center"><em>iOS development from the basics <br></em></p>
<p>We hope you’ll join us for iOS Workshop! After just one semester, we'll prepare you to go on to develop your own apps and receive internships in the industry.</p>
<p>Lead by: Nate Thompson</p>
</div>
</div>
<br>
<br>
<div class ="row text-box">
<div class="col-lg-12 animated lightSpeedIn delay-1s">
<h1 class="PantherHackersTitle">Under Construction</h1>
<hr>
<br>
<p>Thanks for checking us out! School is just starting and we still ironing out dates and times for meetings. <b><em> Interest group meetings will begin the week of September 9th.</em> </b> In the meantime, join our slack channel to stay up to date. See you soon.
<br><br>
<a href="https://join.slack.com/t/pantherhackers/shared_invite/enQtNTgzMzU2MDI2MzczLTFhZjgxNWY5MTI2NWYzMTVmOTJiMTBlODIxNWJmODdiOWY1NTBhYWQwZmFiMWE0NWRlZDEyMDM2MmEwYzQwOTQ"><button type="button" class="btn btn-primary ">Join Us!</button></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<footer class="footer">
<div class="container">
<p>© PantherHackers | Socials:
<a href="https://twitter.com/pantherhackers?lang=en" class="fa fa-twitter " style="color:white;"></a>
<a href="https://join.slack.com/t/pantherhackers/shared_invite/enQtNTgzMzU2MDI2MzczLTFhZjgxNWY5MTI2NWYzMTVmOTJiMTBlODIxNWJmODdiOWY1NTBhYWQwZmFiMWE0NWRlZDEyMDM2MmEwYzQwOTQ" class="fa fa-slack" style="color:white;"></a>
<a href="https://www.instagram.com/pantherhackers/" class="fa fa-instagram " style="color:white;"></a>
<a href ="https://www.linkedin.com/company/12177373" class="fa fa-linkedin " style="color:white;"></a>
<a href="https://www.facebook.com/PantherHackers/" class="fa fa-facebook " style="color:white;"></a></p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>