-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (180 loc) · 7.07 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<head>
<title>🛹 UT Skate Spots</title>
<style>
body{
margin: 0;
}
.the-background{
background-image: url("greg/background_greg.jpeg");
background-size: 100%;
background-attachment: fixed;
background-repeat: round;
}
.spot-body {
margin: 0 10%;
padding: 0 5%;
background-color: #FFFFFFBB;
}
.font-preference{
color: #bf5700;
font-size: larger;
}
.big-title{
color: #bf5700;
font-size: 50pt;
font-family:Arial, sans-serif;
text-align: center;
}
hr.rounded {
border-top: 8px solid #bf5700;
border-radius: 5px;
}
hr.rounded-short {
border-top: 5px solid #bf5700;
border-radius: 5px;
width: 80%;
}
.spot-parent{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.spot-container{
width:31%;
text-align: center;
padding: 1%;
}
.image-inside-div{
max-width:100%;
max-height:100%;
}
</style>
</head>
<body>
<div class="the-background">
<div class="spot-body">
<div class="big-title">UT Skate Spot Directory</div>
<hr class="rounded">
<div class="spot-parent">
<div class="spot-container">
<a href="greg.html">
<img src="greg/daytime_greg.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="greg.html">Gregory Gymnasium</a>
</div>
<div class="spot-container">
<a href="eer.html">
<img src="eer/aerial.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="eer.html">EER</a>
</div>
<div class="spot-container">
<a href="sac.html">
<img src="sac/sacback/scenic.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="sac.html">SAC</a>
</div>
<div class="spot-container">
<a href="clarkhill.html">
<img src="clarkhill/thespot.JPG" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="clarkhill.html">Clark Hill</a>
</div>
<div class="spot-container">
<a href="hiddenmannypad.html">
<img src="hiddenmannypad/hiddenmannypad.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="hiddenmannypad.html">Hidden Manny Pad</a>
</div>
<div class="spot-container">
<a href="welch.html">
<img src="welch/6stair.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="welch.html">Welch</a>
</div>
<div class="spot-container">
<a href="eaststadium.html">
<img src="eaststadium/multistair.JPG" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="eaststadium.html">East Stadium</a>
</div>
<div class="spot-container">
<a href="hackermanalley.html">
<img src="hackermanalley/rampdrop.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="hackermanalley.html">Hackerman Alley</a>
</div>
<div class="spot-container">
<a href="courtyard.html">
<img src="courtyard/background.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="courtyard.html">Courtyard</a>
</div>
<div class="spot-container">
<a href="gdc.html">
<img src="gdc/night_wide.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="gdc.html">GDC</a>
</div>
<div class="spot-container">
<a href="jesterscreditcard.html">
<img src="jesterscreditcard/thespot.JPG" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="jesterscreditcard.html">Jester's Credit Card</a>
</div>
<div class="spot-container">
<a href="admissionscenter.html">
<img src="admissionscenter/scenic3.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="admissionscenter.html">Admissions Center</a>
</div>
<div class="spot-container">
<a href="robertdedmandelossdodds.html">
<img src="robertdedmandelossdodds/mannypad.JPG" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="robertdedmandelossdodds.html">Robert Dedman Deloss Dodds</a>
</div>
<div class="spot-container">
<a href="facledge.html">
<img src="facledge/floor.JPG" class="image-inside-div">
</a>
<br>
<a class="font-preference" href="facledge.html">FAC Ledge</a>
</div>
<div class="spot-container">
<a target="_blank" rel="noopener noreferrer" href="https://forms.gle/w2m76LSyFu53WfmP6">
<img src="wheatthiccs.jpeg" class="image-inside-div">
</a>
<br>
<a class="font-preference" target="_blank" rel="noopener noreferrer" href="https://forms.gle/w2m76LSyFu53WfmP6">ENTER A SPOT HERE</a>
</div>
</div>
<hr class="rounded-short">
<br>
<h3 style="font-family:Arial, sans-serif; text-align: center;">
We need more pictures! Send me yours! -> ig:
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/mousefromfetch/">@mousefromfetch</a>
</h3>
<br>
<br>
<br>
<br>
</div>
</div>
</body>