-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy big project.html
More file actions
145 lines (142 loc) · 4.46 KB
/
Copy pathMy big project.html
File metadata and controls
145 lines (142 loc) · 4.46 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./styles.css">
<meta name="" keywords="">
<title> </title>
</head>
<body>
<header>
<nav class="menu">
<a href="#">Woman </a>
<a href="#" class="stylemenu">Man</a>
<a href="#">New</a>
</nav>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Logo\Nimes.png">
</a>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Logo/Vector.png" class="searchandbasket">
</a>
<a href="#" class="basket">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Logo/Vector1.png" class="searchandbasket">
</a>
</div>
</header>
<main>
<div>
<p>The quality you deserve
</p>
<h1>Denim
</h1>
<button>Check new collection
</button>
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/diagonal.png">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/Frame 3.png">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/diagonal1.png">
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Logo/Vector2.png>
</a>
</div>
<div>
<h2>Bestsellers
</h2>
<a href="#">View all
</a>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/631.png">Jacket<br>$120
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/641.png">Overalls<br>$140
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/621.png">Jacket<br>$90
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/651.png">Overalls<br>$160
</a>
</div>
<div>
<h3>News
</h3>
<a href="#">View all
</a>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/671.png">
</a>
<a href="#">
<img="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/diagonal1">
</a>
<a href="#"> G- Star Updates Its Sustainable Collection
<p>Feb 12, 2020</p>
<p>G-Star Raw is pushing the sustainability movement forward with a collection of stretch denim items
for spring 2020 which is particularly designed for reuse...
</p>
<button>Read more...
</button>
</a>
</div>
<div>
<h3>Shop by category
</h3>
<a href="#">View all
</a>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/51.png">Jeans
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/521.png">Shirts
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/531.png">Jackets
</a>
</div>
<div>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2\Fotos/541.png">Overalls
</a>
</div>
</div>
</main>
<footer>
<a href="#">
<img src="C:\Users\billo\Desktop\Angelica\mission 2/Nimes.png">
</a>
<nav>
<li a href="#">Shop</li>
<li a href="#">Delivery</li>
<li a href="#">Service</li>
<li a href="#">Sitemap</li>
<li a href="#">Contacts</li>
</nav>
<div>
<a href="#">facebook
<img=". /">
</a>
<a href="#">instagram
<img=". /">
</a>
<a href="#">pinterest
<img=". /">
</a>
<a href="#">twitter
<img=". /">
</a>
</div>
</footer>
</body>
</html>