forked from askoyfk/askoyfk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (95 loc) · 4.48 KB
/
index.html
File metadata and controls
115 lines (95 loc) · 4.48 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
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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Web Starter Kit</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='https://www.google.com/fonts#UsePlace:use/Collection:Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header class="app-bar promote-layer">
<div class="app-bar-container">
<button class="menu"><img src="images/hamburger.svg" alt="Menu"></button>
<h1 class="logo">Askøy Fotballklubb</h1>
<section class="app-bar-actions">
<!-- Put App Bar Buttons Here -->
<!-- e.g <button><i class="icon icon-star"></i></button> -->
</section>
</div>
</header>
<nav class="navdrawer-container promote-layer">
<h4>Meny</h4>
<ul>
<li><a href="#">Klubben</a></li>
<li><a href="#">Lagene våre</a></li>
<li><a href="#">Banene våre</a></li>
<li><a href="#">Kampkalender</a></li>
<li><a href="#">Arrangementer</a></li>
<li><a href="#">Kontakt oss</a></li>
<!-- <li><a href="styleguide.html"></a></li> -->
</ul>
</nav>
<div class="plakat julecup">
<div class="container"><h1 id="hello">Nobi Julecup 2014</h1></div>
</div>
<main>
<div class="g-medium--half g-wide--1 front-page-box">
<h2>Barn</h2>
<p>Vi har over 50 barnelag fra 1.–7. klasse</p>
<button class="button--primary">Les mer</button>
</div>
<div class="g-medium--half g-medium--last g-wide--1 front-page-box">
<h2>Ungdom</h2>
<p>Vi er opptatt av å gi alle ungdommene et godt tilbud.</p>
<button class="button--primary">Les mer</button>
</div>
<div class="g-medium--half g-wide--1 front-page-box">
<h2>Junior/Senior</h2>
<p>Askøy Fotballklubb har svært gode ungdommer på vei opp i seniorfotballen.</p>
<button class="button--primary">Les mer</button>
</div>
<div class="g-medium--half g-medium--last g-wide--1 g-wide--last front-page-box">
<h2>Stjernelag</h2>
<p>Askøy Fotballklubbs lag for funksjonshemmede.</p>
<button class="button--primary">Les mer</button>
</div>
</main>
<!-- <main>
<h1 id="hello">Nobi Julecup 2014</h1>
</main> -->
<!-- build:js scripts/main.min.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X', 'auto');
ga('send', 'pageview');
</script> -->
<!-- Built with love using Web Starter Kit -->
</body>
</html>