forked from fdnd-task/look-and-feel-corporate-identity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
160 lines (148 loc) · 6.97 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="NL">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saved Houses</title>
<link rel="stylesheet" href="styles\styles.css">
<link rel="stylesheet" href="assets\icons">
</head>
<body>
<header class="header">
<button class="hamburger">Menu<img src="assets\icons\Menu.svg" alt="Menu">
</button>
<a href="https://www.funda.nl/"><img src="assets\logo\02-funda-Blue.svg" alt="logo funda" class="logo-funda"/></a>
<nav>
<ul class="nav-list-left">
<li><a href="https://www.funda.nl/zoeken/koop/?">Kopen</a></li>
<li><a href="https://www.funda.nl/zoeken/huur">Huren</a></li>
<li><a>Verkopen</a></li>
</ul>
<ul class="nav-list-right">
<li><a><img src="assets\icons\House.svg" alt="House icon"><br>Mijn huis</a></li>
<li><a><img src="assets\icons\User.svg" alt="Profile icon"><br>Profiel</a></li>
</ul>
</nav>
</header>
<aside>
<div class="aside-top">Mijn lijsten</div>
<div class="lorem-block"><p>huizen met een tuin</p></div>
<div class="lorem-block"><p>huizen met 2 etages</p></div>
<div class="lorem-block"><p>huizen met een kelder</p></div>
<div class="plus-block">+</div>
</aside>
<main>
<h1><img src="assets\icons\Heart Filled.svg"> Alle bewaarde huizen</h1>
<!-- <div class="grid-container"></div>
<div container="nested-grid"></div>
<div class="foto1"></div>
<div class="foto2"></div> -->
<section class="house1">
<img
src="assets/710_1080x720.jpg"
alt="funda_1"
width="150"
height="150"
/>
<div class="house-text">
<div class="ht1"><h4>Laan van Sammy 20</h4></div>
<div class="like"></div>
<div class="ht2"><p>$1.500 /maand <br> 4531 GP Arnhem</p></div>
</div>
</section>
<section class="house2">
<img
src="assets/862_720x480.jpg"
alt="funda_2"
width="150"
height="150"
class="image-with-text"
/>
<div class="house-text2">
<div class="ht1"><h4> Jasperstraat 21</h4></div>
<div class="ht2"><p>$2.800 /maand <br> 2035 NZ Haarlem</p></div>
</section>
<section class="house3">
<img
src="assets/393_1080x720.jpg"
alt="funda_3"
width="150"
height="150"
class="image-with-text"
/>
<div class="house-text3">
<div class="ht1"><h4>Saschaweg 20</h4></div>
<div class="ht2"><p>$1.600 /maand <br> 1037 RK Zaandam</p></div>
</section>
<section class="house4">
<img
src="assets/905_1080x720.jpg"
alt="funda_4"
width="150"
height="150"
class="image-with-text"
/>
<div class="house-text4">
<div class="ht1"><h4>Nadirakade 20</h4></div>
<div class="ht2"><p>$2.400 /maand <br> 1011 AA Amsterdam</p></div>
</section>
</div>
</main>
<!-- Sammy :P -->
<footer>
<div class="shortcut-footer">
<div>
<h3>Snel naar</h3>
<ul>
<li><a href="https://www.funda.nl/producten-en-diensten/verkoop-je-huis-op-funda/">Verkoop je huis op funda</a></li>
<li><a href="https://www.funda.nl/mijn-huis-toevoegen/">Check je woningwaarde</a></li>
<li><a href="https://www.funda.nl/makelaar-zoeken/">Zoek een NVM-makelaar</a></li>
<li><a href="https://www.funda.nl/funda-index/funda-index/">Volg de woningmarkt: funda index</a></li>
<li><a href="https://www.funda.nl/koop/bladeren/">Blader door al het aanbod</a></li>
<li><a href="https://help.funda.nl/hc/nl/?utm_source=funda&utm_medium=footer">Vraag & antwoord</a></li>
</ul>
</div>
<div>
<h3>Inzichten & inspiratie</h3>
<ul>
<li><a href="https://www.funda.nl/producten-en-diensten/verkoop-je-huis-op-funda/">Verkoop je huis op funda</a></li>
<li><a href="https://www.funda.nl/mijn-huis-toevoegen/">Check je woningwaarde</a></li>
<li><a href="https://www.funda.nl/makelaar-zoeken/">Zoek een NVM-makelaar</a></li>
<li><a href="https://www.funda.nl/funda-index/funda-index/">Volg de woningmarkt: funda index</a></li>
<li><a href="https://www.funda.nl/koop/bladeren/">Blader door al het aanbod</a></li>
<li><a href="https://help.funda.nl/hc/nl/?utm_source=funda&utm_medium=footer">Vraag & antwoord</a></li>
</ul>
</div> <div>
<h3>Voor makelaars</h3>
<ul>
<li><a href="https://www.funda.nl/producten-en-diensten/verkoop-je-huis-op-funda/">Verkoop je huis op funda</a></li>
<li><a href="https://www.funda.nl/mijn-huis-toevoegen/">Check je woningwaarde</a></li>
<li><a href="https://www.funda.nl/makelaar-zoeken/">Zoek een NVM-makelaar</a></li>
<li><a href="https://www.funda.nl/funda-index/funda-index/">Volg de woningmarkt: funda index</a></li>
<li><a href="https://www.funda.nl/koop/bladeren/">Blader door al het aanbod</a></li>
<li><a href="https://help.funda.nl/hc/nl/?utm_source=funda&utm_medium=footer">Vraag & antwoord</a></li>
</ul>
</div> <div>
<h3>Voor makelaars</h3>
<ul>
<li><a href="https://www.funda.nl/producten-en-diensten/verkoop-je-huis-op-funda/">Verkoop je huis op funda</a></li>
<li><a href="https://www.funda.nl/mijn-huis-toevoegen/">Check je woningwaarde</a></li>
<li><a href="https://www.funda.nl/makelaar-zoeken/">Zoek een NVM-makelaar</a></li>
<li><a href="https://www.funda.nl/funda-index/funda-index/">Volg de woningmarkt: funda index</a></li>
<li><a href="https://www.funda.nl/koop/bladeren/">Blader door al het aanbod</a></li>
<li><a href="https://help.funda.nl/hc/nl/?utm_source=funda&utm_medium=footer">Vraag & antwoord</a></li>
</ul>
</div>
</div>
<div class="socials">
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</footer>
<script src="scripts/scripts.js"></script>
</body>
</html>