-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (131 loc) · 6.01 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
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CodePath at UCI</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-light bg-light">
<a class="navbar-brand" href="http://codepath.org">
<h2>
<img src="https://guides.codepath.com/images/logos/codepath.svg?1518986132" class="logo"
alt="CodePath at UCI">
at UCI
</h2>
</a>
</nav>
<br>
<div class="container">
<div class="row">
<div class="col">
<p class="text-center">Created by <a href="http://github.com/membriux"> Guillermo Sanchez</a> </p>
<h1>About CodePath</h1>
<p>
Welcome to CodePath at UCI's website!
<br>
CodePath is a national non-profit that exits to provide the tools and connections that software
engineers need to unlock their greatest career potential.
Our <b>free</b>, high quality courses are taught by trained UCI students, using curriculum created
by CodePath.
<br>
On this site, you'll find information about our upcoming courses as well as resources to help you
better understand the material!
</p>
<br>
<h3>Apply Now!</h3>
<p>
Sign up now to join our Winter Quarter Cohort<br>
<a href="https://apply.codepath.org/cohorts/university-ios-spring-2020/versions/student/">iOS Course
Application</a><br>
<a href="https://apply.codepath.org/cohorts/university-android-spring-2020/versions/student/">Android
Course Application</a>
</p>
<br>
<h3>Course Sessions</h3>
<p>
Classes are offered twice a week, but you only need to go to one! Pick whichever day works best for
your schedule.
</p>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Time</th>
<th scope="col">Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>Android Course</td>
</tr>
<tr>
<th scope="row">Monday</th>
<td>6:30pm - 7:50pm</td>
<td>TBD</td>
</tr>
<tr>
<th scope="row">Tuesday</th>
<td>6:30pm - 7:50pm</td>
<td>TBD</td>
</tr>
<tr>
<td>iOS Course</td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">Wednesday</th>
<td>5:00pm – 6:20pm</td>
<td>TBD</td>
</tr>
<tr>
<th scope="row">Thursdays</th>
<td>5:00pm – 6:20pm</td>
<td>TBD</td>
</tr>
</tbody>
</table>
</div>
<br>
<h3>Resources</h3>
<p>Below are some links containing resources such as project starters, recorded lectures, and guides</p>
<ul>
<li> <a href="https://courses.codepath.com/courses/ios_university/"> Course Portal</a> </li>
<li> <a href="https://guides.codepath.com/ios"> iOS Guides </a></li>
<li> <a href="https://github.com/membriux/Teach-iOS-Spring2019"> GitHub Repo of Project Starters
</a></li>
<li> <a href="https://github.com/membriux/Teach-iOS"> Project Starters from Winter 2019 </a></li>
<!-- <li> <a href="#"> </a></li> -->
</ul>
<h3 id="main">Recorded Lectures (Winter 2019)</h3>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<section id="video">
</section>
<h3> More Videos</h3>
<main class="videos">
</main>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script src="js/youtube.js"></script>
</body>
</html>