-
Notifications
You must be signed in to change notification settings - Fork 15
/
404.html
75 lines (59 loc) · 2.83 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 - Rails Girls</title>
<meta name="description" content="Learn how web apps work at Ruby on Rails Workshop for Girls">
<meta name="author" content="Karri Saarinen">
<meta property="og:title" content="Rails Girls - Ruby on Rails Workshop for Girls"/>
<meta property="og:site_name" content="railsgirls.com"/>
<meta property="og:image" content="https://railsgirls.com/images/railsgirls-sq.png"/>
<meta property="og:description" content="Rails for Girls is a Ruby on Rails workshop for absolute beginners in the world of programming and web development. The weekend event is free and open to all enthusiastic girls and women. "/>
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="./css/style.css">
<script type="text/javascript" src="main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container_12">
<a id="logo" href="/"><img src="images/railsgirls-logo.png" alt="Rails Girls" /></a>
<nav>
<a href="./events.html">Events</a>
<a href="./materials.html">Materials</a>
<a href="./press.html">Press</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
</nav>
</div>
</header>
<!-- content -->
<div id="container" class="container_16 page clearfix">
<h1>404 Not Found</h1>
<p>Ruby and her friends can't find what you're looking for. We're sorry; keep looking, and never settle!</p>
<p><img src="/images/404.png" width=600></p>
<hr />
<p><strong>Want to see Rails Girls in your city? Fill in the <a href="https://railsgirls.com/inyourcity">form</a> or join the <a href="https://groups.google.com/forum/#!forum/rails-girls-team">mailing list</a>.</strong><br /> </p>
</div>
</div>
</div>
</div>
<!-- /content -->
<footer>
<p>2010-2015, Rails Girls. <a href="./press.html">Contact us</a> or follow us on <a href="https://twitter.com/railsgirls">Twitter</a> and <a href="https://www.facebook.com/railsgirls">Facebook</a></p>
<p class="slogan">Get excited and make things!</p>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19631067-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>