-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (113 loc) · 5.28 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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WebBridge Stuttgart | Web Bridge Stuttgart</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/colorbox.css" rel="stylesheet" type="text/css">
<link href="assets/css/theme.css" rel="stylesheet" type="text/css">
<meta content="#5670d4" name="theme-color">
<link rel="alternate" type="application/rss+xml" title="RSS (de)" href="de/rss.xml">
<link rel="alternate" type="application/rss+xml" title="RSS (en)" href="rss.xml">
<link rel="canonical" href="https://WebBridgeOrg.github.io/">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><meta name="author" content="Mariano Guerra">
<meta property="og:site_name" content="Web Bridge Stuttgart">
<meta property="og:title" content="WebBridge Stuttgart">
<meta property="og:url" content="https://WebBridgeOrg.github.io/">
<meta property="og:description" content="News
Tweets by WebBridgeStg
WebBridge is a free event in Stuttgart, Germany to teach beginners about
programming and web technologies.
The event doesn't require any previous experience with programmi">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2017-02-15T19:17:44Z">
<link rel="alternate" hreflang="de" href="de/">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-static-top"><div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://WebBridgeOrg.github.io/">
<span id="blog-title">Web Bridge Stuttgart</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false">
<ul class="nav navbar-nav">
<li class="active">
<a href=".">Start <span class="sr-only">(active)</span></a>
</li>
<li>
<a href="news/">News</a>
</li>
<li>
<a href="schedule/">Schedule</a>
</li>
<li>
<a href="location/">Location</a>
</li>
<li>
<a href="sponsors/">Sponsors</a>
</li>
<li>
<a href="contact/">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
</li>
<li><a href="https://WebBridgeOrg.github.io/de/" rel="alternate" hreflang="de">Deutsch</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">WebBridge Stuttgart</a></h1>
</header><div class="e-content entry-content" itemprop="articleBody text">
<div>
<div class="sidebar">
<p class="first sidebar-title">News</p>
<div class="last">
<a class="twitter-timeline" href="https://twitter.com/WebBridgeStg">Tweets by WebBridgeStg</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<p>WebBridge is a free event in Stuttgart, Germany to teach beginners about
programming and web technologies.</p>
<p>The event doesn't require any previous experience with programming.</p>
<p>The first event is being organized, please <a class="reference external" href="contact">contact</a> us if you want
to help.</p>
<div class="section" id="when-and-where">
<h2>When and Where?</h2>
<p>Location to be defined [<a class="reference external" href="location/">more details</a>]</p>
</div>
</div>
</div>
</article>
</div>
<!--End of body content-->
<footer id="footer">
Contents © 2017 <a href="mailto:[email protected]">Mariano Guerra</a> - Powered by <a href="https://getnikola.com">Nikola</a>
</footer>
</div>
</div>
<script src="assets/js/jquery.min.js"></script><script src="assets/js/bootstrap.min.js"></script><script src="assets/js/moment-with-locales.min.js"></script><script src="assets/js/fancydates.js"></script><script src="assets/js/jquery.colorbox-min.js"></script><script>$('a.image-reference:not(.islink) img:not(.islink)').parent().colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("en");
fancydates(0, "YYYY-MM-DD HH:mm");
</script><!-- end fancy dates -->
</body>
</html>