-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomepage.html
More file actions
51 lines (35 loc) · 1.41 KB
/
Homepage.html
File metadata and controls
51 lines (35 loc) · 1.41 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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Homepage Design</title>
<link rel = "stylesheet" href = "Style.css" />
<link rel = "stylesheet" href = "Css/animate.min.css" />
<style>
@import url('https://fonts.googleapis.com/css>family=Carter+One|Courgette');
</style>
</head>
<body class="bg-image">
<div class="container animated fadeInDown">
<div class="menu absolute">
<a href="" class="menu-item">HOME</a>
<a href="" class="menu-item">PAGES</a>
<a href="" class="menu-item">BLOG</a>
<a href="" class="menu-item">FEATURES</a>
<a href="" class="menu-item">SHORTCODES</a>
<a href="" class="menu-item">DEMOS</a>
</div>
</div>
<div class="panel">
<h1 class="animated bounceInUp">THE GREEN <span style="color: rgb(60,125,128);">UNIFY</span></h1>
<p class="animated fadeInUp">
One machine can do the work of fifty ordinary men. No machine can do the work of one extraordinary man.
</p>
<a href="" class="btn1">Descover More</a>
</div>
</body>
</html>