-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 1.98 KB
/
index.html
File metadata and controls
42 lines (41 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CVJM Bikechallenge 2014</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Informationen zur Bikechallenge 2014 des CVJM Kreisverband Oberberg" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" />
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css" />
<link href="cover.min.css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper" style="background-image: url(img/bike6.jpg);">
<div class="site-wrapper-inner">
<div class="cover-container container-right">
<div class="inner cover white-background corner-left">
<h1 class="cover-heading">
CVJM Bikechallenge 2014
</h1>
<p class="lead">Schön war's, oder? Schreib deine Meinung auf <a class="btn btn-default" href="https://www.facebook.com/events/1412255449054120/">facebook</a>.</p>
</div>
</div>
<div class="mastfoot">
<div class="inner white-background">
<p>CVJM Kreisverband Oberbergisches Land e. V., Andrea Stawinski, Pfaffenberg 7, 51588 Nümbrecht, Fon: 02293/9079400</p>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>