forked from denver-railsbridge/denver-railsbridge.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.17 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Saira+Condensed" rel="stylesheet">
<link rel="stylesheet" href="./reset.css">
<link rel="stylesheet" href="./shared.css">
<link rel="stylesheet" href="./styles.css">
<title>Denver Railsbridge</title>
</head>
<body>
<div class="layout">
<header>
<img src="./logos/rb_denver_v2_transparent.png" alt="Railsbridge Denver" role="heading">
</header>
<main>
<section class="featuredClass">
<h2 class="featuredClass--title">iOS Bridge - August 18 - 19</h2>
<div class="featuredClass--description">
<div>
iOSBridge is an introduction to programming workshop intended to reach out to women, transgender and non-binary people, and
people of color. In this workshop, we'll take participants who are new to coding through the basics of iOS development,
and give those with some experience the chops to make a basic iPhone or iPad application in Swift.
</div>
<a class="featuredClass--link" href="https://www.bridgetroll.org/events/361">Sign up now!</a>
</div>
</section>
<section class="links">
<h2>Links</h2>
<ul>
<li class="links--item">
<img class="links--railsbridge" src="./favicon.ico" alt="logo">
<a class="links--link" href="http://www.railsbridge.org">RailsBridge</a>
</li>
<li class="links--item">
<img class="links--slack" src="./logos/Slack.svg" alt="logo">
<a class="links--link" href="http://denver-railsbridge.herokuapp.com/">Join us on Slack!</a>
</li>
<li class="links--item">
<span class="links--apple" role="img" aria-label="logo">🍏</span>
<a class="links--link" href="./iosInstallfest/index.html">iOS Bridge Installfest docs</a>
</li>
</ul>
</section>
</main>
</div>
</body>
</html>