-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
33 lines (33 loc) · 1.4 KB
/
header.php
File metadata and controls
33 lines (33 loc) · 1.4 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
<div class="header">
<div class="container">
<div class = "navbar">
<div class = "logo">
<img src = "images/logo1.png" width = "125px">
</div>
<nav>
<ul>
<li><a href = "">Home</a></li>
<li><a href = "products.html">Men</a></li>
<li><a href = "products_women.html">Women</a></li>
<li><a href = "products_kids.html">Children</a></li>
<li><a href = "account.html">Sign Up</a></li>
<li><a href = "account.html">Log in</a></li>
</ul>
</nav>
<img src = "images/cart.png" width = "30px" height = "30px">
</div>
</div>
<div class = "row">
<div class="column_2">
<h1>So Fresh, So Clean</h1>
<p>Experience the best active and sportsware from our finest collection.<br></br>
Keep up to date with the latest trends and get fit in the process. Your
time has come.
</p>
<a href = "" class = "btn">Explore Now →</a>
</div>
<div class = "column_2">
<img src = "images/picture.png">
</div>
</div>
</div>