-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
41 lines (38 loc) · 1.5 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Viljami Virolainen" />
<meta name="description" content="Suomi nousuun bioenergialla -kampanjasivut" />
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js" type="text/javascript"></script>
<script src="slideshow.js" type="text/javascript"></script>
<title>Suomi nousuun bioenergialla</title>
</head>
<body style="background-image:url(forest.jpg)">
<nav class="navigation">
<ul>
<li><a href="index.html">Etusivu</a></li>
<li><a href="news.html">Uutisia</a></li>
<li><a href="contact.html">Yhteystiedot</a></li>
<li><a href="bio.html">Bioenergiapeli</a></li>
</ul>
</nav>
<header>
<h1>Suomi nousuun Bioenergialla!</h1>
</header>
<section>
<div id="cover">
<div id="slides">
<h3 id="slideDate"></h3>
<h2 id="slideHeader"></h2>
<article id="slideText"></article>
<button id="previousButton" class="buttons" type="button" onclick="previousSlide()">Edellinen</button>
<button id="NextButton" class="buttons" type="button" onclick="nextSlide()">Seuraava</button>
<button id="playButton" class="buttons" type="button" onclick="togglePlay()">Pysäytä</button>
</div>
</div>
</section>
</body>
</html>