forked from railsgirls/railsgirls.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brussels.html
81 lines (65 loc) · 3.16 KB
/
brussels.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rails Girls Brussels</title>
<meta name="description" content="Join our crash-course to the exciting world of building web applications with HTML, CSS and Ruby on Rails.">
<meta name="author" content="Rails Girls">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="./css/style.css">
<style>
ul { list-style-type: none; }
.sponsors .grid_3 div a {width:220px; height: 100px; }
ul img, .sponsors img { max-width: 220px; max-height: 80px; margin: 5px; }
ul li a, .sponsors a { text-decoration: none; border-bottom: none; }
.coaches small { color: #666666; padding: 0 0 10px 15px; font-size: 85%; margin: 0; }
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<meta property="og:image" content="https://railsgirls.com/images/railsgirls-sq.png">
</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>
<a href="https://guides.railsgirls.com">Guides</a>
</nav>
</div>
</header>
<div id="container" class="container_12 page clearfix">
<div class="grid_12 omega alpha">
<div id="promo" class="brussels">
<h1>Rails Girls Brussels, 12–13th October 2018</h1>
<p>Hello Jeanneke!</p>
<p>Rails Girls Brussels proposes you free two-day workshop where we'll dive
into the chocolate world of HTML, CSS and Ruby on Rails!</p>
<p><a href="http://rubybelgium.be/rails-girls/" class="cta"><strong>Checkout our next events & register</strong></a></p>
<p>Follow our <a href="https://twitter.com/RailsGirls_BE">Twitter</a> account and like our <a href="https://www.facebook.com/RailsGirlsBrussels">Facebook</a>
page for updates!</p>
</div>
</div>
</div>
<footer>
<p>2010-2018, 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>