-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 1.1 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="font-awesome-4.7.0">
<title>home-section</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet">
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<div class="fa fa-camera-retro">
</div>
<div class="nav-button">
<span></span>
<span></span>
<span></span>
</div>
<nav id="nav">
<a href="gallery.html">gallery</a>
<a href="about.html">about</a>
<a href="contactus.html">contact</a>
<a href="servics.html">servics</a>
</nav>
<section class="middle">
<img class="logo" src="images/logo-leefs.svg" alt="logo">
<div class="text">
<div class="main-text">Ohad Yaakov</div>
<div class="sub-text">Graphic Designer</div>
</div>
</section>
</body>
</html>