-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (90 loc) · 3.74 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trendy Troops</title>
<link rel="stylesheet" href="home.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fuggles&family=Grandstander:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fuggles&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="headerone">
<div class = logo>
<img src="img/logo.png" alt="logo of trendy troops">
</div>
<div class="headerlinks">
<ul>
<li>Sign Up</li>
<li>Sign In</li>
<li><img src="img/shopping-bag.png" alt="shopping bag" id="shoppingbag"></li>
</ul>
</div>
</div>
<div class="headertwo">
<div class="leftcontent">
<h2> Clothe Your Confidence!! Welcome, Gentlemen ... </h2>
<p>I know this website is awesome but i need you to know this website not only provides awesomeness but also dresses.</p>
<button> Sign up</button>
</div>
<div class="rightcontent">
<img src="img/headerimg.jpeg" alt="image of a stylish man" id="stylishman">
</div>
</div>
</div>
<h2 class="heading"> Products We Sell!!</h2>
<div class="products">
<div class="items">
<img src="img/shirt.jpeg" alt="image of a shirt">
<p>Designer Shirts </p>
</div>
<div class="items">
<img src="img/pant.jpeg" alt="image of a pant">
<p>Trendy Pants</p>
</div>
<div class="items">
<img src="img/watch.jpeg" alt="image of a watch">
<p>Stylish Watches</p>
</div>
<div class="items">
<img src="img/shoe.jpeg" alt="image of a shoe">
<p>Casual & Trendy Shoes</p>
</div>
<div class="items">
<img src="img/glass.jpeg" alt="image of a glass">
<p>Cool Glasses</p>
</div>
<div class="items">
<img src="img/beltsNwallets.jpeg" alt="image of belts and wallets" id="beltsNwallets">
<p>Belts N Wallets</p>
</div>
</div>
<div class="quotes">
<p class="quote">You can have anything you want in life if you dress for.</p>
<p class="aurthor"> -Edith Head </p>
</div>
<div class="productSignup">
<div class="signuppara">
<p>Unlock Exclusive Access. Join Us Today.</p>
</div>
<div class="signupbutton">
<button>Signup</button>
</div>
</div>
<div class="footer">
<p>Follow Us On</p>
<div class="img">
<img src="img/instagram.png" alt="Insta image">
<img src="img/facebook.png" alt="facebook image">
<img src="img/twitter.png" alt="twitter image">
</div>
</div>
</body>
</html>