-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 2.11 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 2.11 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
52
53
54
55
56
57
58
<!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="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,300;1,600;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/cortex.css">
<title>Cortex Collection</title>
</head>
<body>
<!--Header-->
<header>
<div class="logo-head">
<a href="#">
<img src="./images/logoo.png" class="logo-image" alt="Cortex">
</a>
</div>
<nav class="nav-links">
<li><a href="#" class="nav-style">Features</a></li>
<li><a href="#" class="nav-style">Services</a></li>
<li><a href="#" class="nav-style">Pricing</a></li>
<li><a href="#" class="nav-style">Contact Us</a></li>
</nav>
<div class="convert">
<a href="#" class="login" target="_blank">
<h2 class="convert-rate1">Get Started</h2>
</a>
</div>
</header>
<!--Main Content-->
<section>
<div class="main-c">
<div class="hap">
<h2 class="job-title">Connecting The Dots</h2>
<p class="job-c">Documentation enables our memories;<br> unsolved puzzles like never before!</p>
<div class="conversion">
<a href="#" class="call-link" target="_blank">
<h3 class="call-now">Reach Now</h3>
</a>
<a href="#" class="trial-link" target="_blank">
<button type="button" class="trial">Trial</button>
</a>
</div>
</div>
</div>
<div class="moments">
<div class="imgg">
<a href="#" target="_blank">
<img src="./images/tra.jpg" class="equip" alt="Equipments">
</a>
</div>
</div>
</section>
</body>
</html>