Skip to content

Commit a07a6c5

Browse files
committed
header on home-page is finished
day 1 - 24 dec
0 parents  commit a07a6c5

6 files changed

Lines changed: 253 additions & 0 deletions

assets/Zhang-Yiwei-CGI-women-short-hair-purple-hair-blue-eyes-2185487-wallhere 1.svg

Lines changed: 9 additions & 0 deletions
Loading

assets/img-cart.svg

Lines changed: 10 additions & 0 deletions
Loading

assets/img-search.svg

Lines changed: 10 additions & 0 deletions
Loading

assets/nerv 1.svg

Lines changed: 9 additions & 0 deletions
Loading

index.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>NERV</title>
7+
<link rel="stylesheet" href="styles.css" />
8+
<link rel="preconnect" href="https://fonts.googleapis.com" />
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10+
<link
11+
href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
12+
rel="stylesheet"
13+
/>
14+
</head>
15+
<body>
16+
<header>
17+
<div class="nav-bar">
18+
<div class="logo">
19+
<img src="assets/nerv 1.svg" alt="NERV Logo" />
20+
</div>
21+
<div class="nav-wrapper">
22+
<nav>
23+
<ul>
24+
<li><a href="#home">Home</a></li>
25+
<li><a href="#products">Products</a></li>
26+
<li><a href="#wikis">Wikis</a></li>
27+
<li><a href="#sales">Sales</a></li>
28+
<li><a href="#about">About us</a></li>
29+
<li><a href="#contact">Contact</a></li>
30+
</ul>
31+
</nav>
32+
<div class="bar-cart">
33+
<img src="assets/img-search.svg" alt="Search Bar" />
34+
<img src="assets/img-cart.svg" alt="Shopping Cart" />
35+
</div>
36+
<div class="sign-in">
37+
<button>SIGN IN</button>
38+
</div>
39+
</div>
40+
</div>
41+
42+
<div class="welcome">
43+
<h1>Discover how technology came so far with us</h1>
44+
<p>Make your life more easy with our cyberware implants</p>
45+
<div class="button-dl">
46+
<button class="prpl-bt">DISCOVER NOW</button>
47+
<button class="wht-bt">LEARN MORE</button>
48+
</div>
49+
</div>
50+
</header>
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)