-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.1 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
<!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.css">
<title>Project 2</title>
</head>
<body>
<header>
<div class="logo"><img src="/assets/P2Logo.png" alt=""></div>
<ul>
<li>Home</li>
<li>About</li>
<li>service</li>
<li>Portfolio</li>
<li>Pricing</li>
</ul>
<button class="contackButton">Contack us</button>
</header>
<main>
<div class="leftSection">
<h1> <span class="lBlue"> We Help You </span> <br> <span class="dBlue">Crush </span> <span class="lBlue"> Your <br> Competition </span></h1>
<p>Built trust to connect your brand to billions of users and grow your revenue through SEO</p>
<button class="serviceButton">See our services</button>
</div>
<div class="rightSection">
<img src="/assets/P2MainImage.png" alt="" >
</div>
</main>
</body>
</html>