-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 2.39 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
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>G3 Architects</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body class="work-sans-font">
<header class="bg-light">
<nav class="navbar disply-flex">
<h3 class="brand">G3 Architects</h3>
<ul class="nav-links disply-flex ">
<li class="nav-items"><a href="" class="nav-link text-gray">Home</a></li>
<li class="nav-items"><a href="" class="nav-link text-gray">About</a></li>
<li class="nav-items"><a href="" class="nav-link text-gray">Contact Us</a></li>
<li class="nav-items"><a href="" class="nav-link text-gray">Login</a></li>
</ul>
</nav>
<div class="banner">
<div class="banner-content">
<h1 class="banner-title">
Brand New
Group of Architects
</h1>
<p class="banner-des">There are many variations of passages of Lorem Ipsum available, but the majority
have suffered alteration in some form, by injected humour, or randomised words which don't look even
</p>
<button class="btn-primary">Explore More</button>
</div>
<img class="banner-img" src="images/banner.png" alt="">
</div>
</header>
<main>
<section class="teams disply-flex">
<div class="teams-img-contener">
<img src="images/team1.png" alt="">
<img src="images/team2.png" alt="">
<img src="images/team3.png" alt="">
<img src="images/team4.png" alt="">
</div>
<div class="Features-contenar">
<h1 class="Features-title"><span id="Quick" class="text-light-gray">Quick list</span> <span>of Our</span> <span id="Features">Features</span></h1>
<p class="Features-dis text-light-gray">There are many variations of passages of Lorem Ipsum available, but the majority
have suffered alteration in some form, by injected humour, or randomised words which don't look even
</p>
<button class="btn-primary">Explore More</button>
</div>
</section>
</main>
<footer></footer>
</body>
</html>