-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (67 loc) · 3.38 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
<!DOCTYPE html>
<html>
<head>
<title>My GitHub Pages Site</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W36GZDW3KV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W36GZDW3KV');
</script>
</head>
<body>
<div class='container'>
<div class='header'><h1 id='mainheader'> Klothed Demo </h1></div>
<div class='content-large'>
<div> </div>
<div> </div>
<div class='toptext'><p>Choose one of the six pictures that most suits your style!</p></div>
<div class='content-small-left'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page1.html'>
<img src='https://assets.trouva.com/image/upload/v1601307885/brand/570e60c685b8840300421d7e/c9831ce2-3c90-4691-8137-82feef52ab61.jpg'></img>
</a>
</div>
<div class='content-small-right'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page2.html'>
<img src='https://cdn.shopify.com/s/files/1/1074/5128/products/koerner_trouser-back_static_0feffe48-e5c5-4664-89dc-2ddbfa342368_1200x.jpg?v=1581348981'></img>
</a>
</div>
<div class='content-small-left'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page3.html'>
<img src='https://www.theirishstore.com/uk/media/catalog/product/cache/b66486118cc37b39a1ee812394ec6654/m/a/maran20-l-cardon07-p-cardonl07-p-ad14.jpg'></img>
</a>
</div>
<div class='content-small-right'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page4.html'>
<img src='https://cdn.shopify.com/s/files/1/1698/1799/products/43112_400x.jpg?v=1613129456'></img>
</a>
</div>
<div class='content-small-left'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page5.html'>
<img src='https://assets.trouva.com/image/upload/w_690,f_auto,q_auto:eco,dpr_auto,c_pad,b_white/v1636747134/brand/5fa97998e63784000857c97c/3806c76e-8140-4f46-b98e-6fd35ccbbb24.png'></img>
</a>
</div>
<div class='content-small-right'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/page6.html'>
<img src='https://dim-pan.github.io/Entrepreneuership-Pretotype/pic6.jpg'></img>
</a>
</div>
<div class='homebar'>
<div class='navicon'> </div>
<div class='navicon'> </div>
<div class='navicon'>
<a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/'>
<img src='klothedlogo.png'></img>
</a>
</div>
<div class='navicon'> </div>
<div class='navicon'> </div>
</div>
</div>
<div class='feedbacktext'><p> Click <a href='https://dim-pan.github.io/Entrepreneuership-Pretotype/form.html'><b>here</b></a> to send us your feedback! </p></div>
</div>
</body>
</html>