-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
69 lines (65 loc) · 3.57 KB
/
home.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="nav">
<div class="links">
<div class="links-left">
<a id="p7" href="home.html">P7an</a>
<a href="open.html">Öppettider & Priser</a>
<a href="find.html">Hitta oss</a>
</div>
<div class="links-right">
<div id="knapp">
<label class="switch3" >
<input type="checkbox" />
<div></div>
</label>
</div>
<a href="about.html">Om oss</a>
<a href="contact.html">Kontakta oss</a>
</div>
</div>
</div>
<div id="content">
<div id="textcontent">
<h1>Välkommen till föreningen Råslätts Motorgarage P7an</h1>
<h2>Aktuellt</h2>
<p>Vi har nu högtryckstvätt i vår tvätthall och centraldammsugare i våra dammsugarrutor.</p>
</div>
<div id="center">
<div class="slideshow">
<img src="https://p7an.se/____impro/1/onewebmedia/Bild2.jpg?etag=%22cc00-5ea69ef3%22&sourceContentType=image%2Fjpeg&quality=85" alt="Billyft">
<img src="https://p7an.se/____impro/1/onewebmedia/Bild6.jpg?etag=%2213313-5ea69f25%22&sourceContentType=image%2Fjpeg&quality=85" alt="Verktygsvägg">
<img src="https://p7an.se/____impro/1/onewebmedia/tv%C3%A4ttning%20av%20tv%C3%A4tthallen.jpeg?etag=%22b995d-5ead7f47%22&sourceContentType=image%2Fjpeg&quality=85&ignoreAspectRatio&resize=2500,1875" alt="Städplats">
<img src="https://p7an.se/____impro/1/onewebmedia/Bild8.jpg?etag=%2214863-5ea69f48%22&sourceContentType=image%2Fjpeg&quality=85" alt="Tvätthall">
</div>
</div>
<div id="right">
<h1>Senaste facebook inlägg:</h1>
<iframe src="facebook.html" width="1000" height="609" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" id="facebook"></iframe>
</div>
</div>
<div id="footer">
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="js.js" async defer></script>
</body>
</html>