-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservics.html
41 lines (40 loc) · 1.32 KB
/
servics.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>servics</title>
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="servics.css">
<script type="text/javascript" src="global.js"></script>
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet">
</head>
<body>
<img id="logo" src="images/logo-web.svg" alt="logo" />
<div class="nav-button">
<span></span>
<span></span>
<span></span>
</div>
<nav id="nav">
<a href="index.html">home</a>
<a href="gallery.html">gallery</a>
<a href="about.html">about</a>
<a href="contactus.html">contact</a>
</nav>
<div class="background">
<div class="text">
<h2>Logo Design</h2>
<h2>Web Design</h2>
<h2>invitations Design<h2>
<h2>Office Stationery Design</h2>
</div>
<div class="footer">
© Ohad Yaakov |
<a class="about-link" href="about.html">about Us</a> |
<a class="gallery-link" href="gallery.html">Gallery</a> |
<a class="mail-link" href="mailto:ohad2255@hotmail.com">ohad2255@hotmail.com</a> |
<a class="home-link" href="index.html">Home</a>
</div>
</div>
</body>
</html>