-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<header>
<img src="./box-logo.png" alt="logo" width="200">
<nav>
<a href="#" class="active">Plans</a>
<a href="#">Blog</a>
<a href="#">Job</a>
<a href="#">Features</a>
</nav>
<button class="nav-but">Sign In</button>
<i class="fas fa-bars menu"></i>
</header>
<main>
<section>
<div id="left-section">
<button class="start-fea">NEW FEATURE</button>
<h1>Creat Your Custom Workspace.</h1>
<p>For each execution of a job</p>
<button class="start-but">Get Started</button>
<div class="lower">
<div class="arrows">
<button class="arrow-but1"><i class="fas fa-arrow-left"></i></button>
<button class="arrow-but2"><i class="fas fa-arrow-right"></i></button>
</div>
<div class="comment">
<span class="count">01.</span>
<span class="label">Creative <br> Workspace Vol. 2</span>
</div>
</div>
</div>
<div id="right-section">
<img src="./landing-section.png" alt="image" >
</div>
</section>
</main>
<!-- <img src="./assignment-3.png" alt="" width="800px"> -->
</body>
</html>