This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (43 loc) · 1.66 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Mustat Renkaat</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="muotoilu.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Racing+Sans+One">
</head>
<body>
<div class="wrapper">
<header class="header">
<img src="logo_dark.jpg" alt="Mustat Renkaat-Logo">
<nav class="navigation">
<a class="navlink" href="index.html" target="">Etusivu</a>
<a href="valikoima.php" target="">Rengashaku</a>
<a href="tiedot.html" target="">Yhteystiedot</a>
</nav>
</header>
<article class="main">
<h1>Uudet renkaat haussa?</h1>
<p>Mustapään Auto Oy on perustettu jo vuonna 1999. Tähän asti toimialamme on ollut käytettyjen autojen myynti ja autohuolto.
Nyt liiketoimintamme on laajentunut renkaiden myyntiin. Esiin astuu Mustat renkaat!</p>
<h2>Renkaiden vaihto</h2>
<p>Oikeilla välineillä talvirenkaiden vaihto sujuu helposti. Katso ohjeita esimerikiksi tästä:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/d_LD4LAy81w"
title="Renkaiden vaihto"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</article>
<aside class="aside aside-1">
<a href="valikoima.php" class="imagelink" target="">
<img src="talvimainos.jpg" alt="Talvirenkaat kunnossa?" width=400px;></a>
</aside>
<aside class="aside aside-2">
<img src="töis.jpg" alt="Mies töissä autohuoltamossa" width=400px;>
</aside>
<footer class="footer">
<p>Mustapään Auto Oy</p>
</footer>
</div>
</body>
</html>