-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.49 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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Css-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/master.css">
<!-- Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,300;1,400&display=swap">
<title>Special Desigen</title>
</head>
<body>
<!-- Start Landing Page -->
<div class="landing-page">
<div class="overlay"></div>
<!-- Start Header-->
<div class="header-eara">
<div class="logo">
Special Desigen
</div>
<ul class="links">
<li><a href="#" class="active">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<!-- Start Introduction-->
<div class="introduction-text">
<h1>We Are <span>Craitive </span>Agency</h1>
<p>You should learn how to use Maps, Fonts and Icons in HTML.
On the JavaScript side, you should learn how to access the HTML DOM.</p>
</div>
<!-- End Introduction-->
</div>
<div class="test"><h1>Test</h1></div>
<!-- End Landing Page -->
<script src="js/app.js"></script>
</body>
</html>