-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.03 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EZES</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body class="none">
<nav>
<div class="logo"><h1>EZE's shoes</h1></div>
<div class="nav-items">
<a href="index.html">Home</a>
<a href="Aboutme.html">About us</a>
<a href="Contact.html">Contact</a>
</div>
</nav>
<section class="hero">
<div class="hero-container">
<div class="column-left">
<h1 style="height: -900px;"> EZE'S Shoes</h1>
<p>een jonge ondernemer met een passie voor schoenen die er zijn baan van heeft gemaakt </p>
<a href="/webshop.html">
<button style="transition: ease 0.3s;"> Go to the webshop</button>
</a>
</div>
<div class="column-right">
<img class="shoes-svg" src="logo-website.svg"alt"random-pic" class="hero-image">
</div>
</div>
</section>
</body>
</html>