-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplat3.html
51 lines (50 loc) · 2.06 KB
/
Templat3.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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Red Dancer</title>
<!-- first puting links -->
<link rel="stylesheet" href="../Template 3/css/normalize.css">
<link rel="stylesheet" href="../Template 3/css/Elbartin.css">
<!-- fontawsome -->
<link rel="stylesheet" href="../Template 3/css/all.min.css">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet">
</head>
<body>
<!-- start header -->
<div class="header" id="header">
<div class="container">
<a href="#" class="logo">Red Dancer</a>
<ul class="main-nav">
<li><a href="#articles">Articles</a></li>
<li><a href="#gallary">Gallary</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#">Other Links</a></li>
</ul>
</div>
</div>
<!-- end header -->
<!-- Start landing -->
<div class="landing">
<div class="container">
<div class="text">
<h1>Welcome, To Red Dancer School</h1>
<p>Feel the dance rhythm inside your soul</p>
</div>
<div class="image">
<!-- <img src="../Template 3/images/dancer2.jpg" alt="Ballet dancer"> -->
</div>
</div>
<a href="#articles" class="go-down">
<i class="fas fa-angle-double-down fa-2x"></i>
</a>
</div>
<!-- End landing -->
</body>
</html>