-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (41 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>Fredriks homepage</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/maincss.css">
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Julius+Sans+One" rel="stylesheet">
</head>
<body>
<header class="main-header">
<div id="Main-heading"><h1 >VÄXTER</h1></div>
<div class="container-header">
<div class="item">
<a href="about.html">ABOUT</a></div>
<div class="item">
<a href="portfolio.html">PORTFOLIO</a></div>
<div class="item">
<a href="index.html">HOME</a></div>
</div>
</header>
<h2>
PLANTS
</h2>
<section class="gallery">
<img class="galleryItem" src="img/elefantora.jpg" alt="elefantöra" href="../img/elefantora.jpg">
<a href="img/gullranka.jpg"><img class="galleryItem" src="img/gullranka.jpg" alt="gullranka"></a>
<img class="galleryItem" src="img/Kaffebuske.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/forellbegonia.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/palettblad.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/Silveralia.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/Strandkastanj.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/japansk_kottepalm.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/paradistrad.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/Peperomia.jpg" alt="kaffebuske">
<img class="galleryItem" src="img/Ficus_Robusta.jpg" alt="kaffebuske">
</section>
<script src="func.js"></script>
</body>
</html>