-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.16 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.16 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
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MySite</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="bgimage">
<div class="menu">
<div class="leftmenu">
<h4>Portfolio</h4>
</div>
<div class="rightmenu">
<ul>
<li>Home</li>
<li>About Us</li>
<li>Services</li>
<li>Contact Us</li>
<li>Gallery</li>
</ul>
</div>
</div>
<div class="text">
<h4>WEB.DEVELOPMENT.BRANDING</h4>
<h1>CREATIVE & EXPERIENCED</h1>
<h3>We Are Born To Be Top Designers</h3>
<button id="buttonone">LIKE & SHARE</button>
<button id="buttontwo">SUBSCRIBE</button>
</div>
</div>
</body>
</html>