-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplate.html
154 lines (120 loc) · 3.73 KB
/
Template.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
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
146
147
148
149
150
151
152
153
<!--
DESIGN BASIS
https://www.yeezysupply.com/
https://www.goat.com/collections/yeezy
-->
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>TEMPLATE</title>
<style>
@font-face {
font-family: VCROSDMono;
src: url(https://adl-foundation.adidas.com/prod/v20.0.0/assets/fonts/yeezy/VCR_OSD_MONO.woff2) format("woff2")
}
body {
font-family: VCROSDMono;
color: #ababab;
overflow-y: scroll;
text-transform: uppercase;
}
h1 {
color: black;
font-size: 25px;
padding-left: 25px;
padding-top: 20px;
}
p {
text-align: center;
line-height: 1.5;
letter-spacing: 5px;
padding: 10px;
}
img.resize {
max-width: 50%;
max-height: 50%;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<div class="w3-row">
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/111765136-ec422b80-889b-11eb-8471-07c8f24d2581.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112240030-75ac8180-8c3f-11eb-94fb-33ae28d41079.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112254647-d98f7400-8c58-11eb-9de6-db8e7596259a.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112240374-1ac75a00-8c40-11eb-8752-670e56f068a4.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112256546-dba70200-8c5b-11eb-9f14-6b6342b091d2.png" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112256529-d5b12100-8c5b-11eb-8c4b-269099ba4681.jpg" alt=" ">
</div>
</div>
<div class="w3-row">
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/111765136-ec422b80-889b-11eb-8471-07c8f24d2581.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112240030-75ac8180-8c3f-11eb-94fb-33ae28d41079.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112254647-d98f7400-8c58-11eb-9de6-db8e7596259a.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112240374-1ac75a00-8c40-11eb-8752-670e56f068a4.jpg" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112256546-dba70200-8c5b-11eb-9f14-6b6342b091d2.png" alt=" ">
</div>
<div class="w3-third">
<p>
This is some text <br>
<p>
<img class="resize" src="https://user-images.githubusercontent.com/69740744/112256529-d5b12100-8c5b-11eb-8c4b-269099ba4681.jpg" alt=" ">
</div>
</div>
</body></html