-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_header.htm
35 lines (34 loc) · 1.26 KB
/
_header.htm
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
<!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">
<link rel="stylesheet" href="style/style.css">
<title>Presentation</title>
</head>
<body>
<div id="header">
<nav>
<h3>Logo</h3>
<ul>
<li><a href="#">HOME</a></li>
<li><a href="">ABOUT US</a></li>
<li><a href="">OUR SERVICES</a></li>
<li><a href="">PROJECTS</a></li>
<li><a href="">CONTACTS</a></li>
</ul>
</nav>
<section class="desc">
<div class="cols-desc">
<h1>Let's <span>Co-</span>Create and, <br>Inovate <span>Together</span></h1>
<p><span>❝</span>Coming together is a begining. Keeping together is progress. <br><span style="padding-left: 25px;"></span> Working together is success <!-- <span>❞</span> --></p>
<p class="start">GET STARTED</p>
</div>
<div class="cols-desc anim">
<img src="img/Lotties/animation_500_l99ktdt8.gif" alt="animation">
</div>
</section>
</div>
</body>
</html>