-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreg.html
132 lines (132 loc) · 4.7 KB
/
greg.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
<!DOCTYPE html>
<head>
<title>🛹
Gregory Gymnasium
</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;
}
.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%;
}
.image-column{
width: 70%;
padding: 0 5%;
}
.image-parent{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.image-container{
width: 30wv;
height: 15vw;
padding: 1vw;
}
.image-inside-div{
max-width:100%;
max-height:100%;
}
</style>
</head>
<body>
<div class="the-background">
<div class="spot-body">
<div class="big-title">
Gregory Gymnasium
</div>
<hr class="rounded">
<div class="row" style="display: flex;">
<div class="image-column column">
<br>
<div style="display: grid; grid-auto-flow: column;">
<img src="greg/daytime_greg.jpeg" width="100%">
<img src="greg/nighttime_greg.jpeg" width="100%">
</div>
<hr class="rounded-short">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d992.557547954557!2d-97.73774157078421!3d30.28402779886223!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1ec6a7303af7653e!2zMzDCsDE3JzAyLjUiTiA5N8KwNDQnMTMuOSJX!5e1!3m2!1sen!2sus!4v1643306951025!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="column">
<p style="font-family:Arial, sans-serif;">
Location:
Outside Gregory Gym close to Speedway
<br>
<br>
<span style="font-family:Arial, sans-serif;">
Pros:
</span>
<ul style="font-family:Arial, sans-serif;">
<li>Long stretch of concrete flatground</li>
<li>Ledges</li>
<li>2 stair</li>
<li>6 stair</li>
</ul>
<span style="font-family:Arial, sans-serif;">
Cons:
</span>
<ul style="font-family:Arial, sans-serif;">
<li>Light pedestrian traffic</li>
<li>Occasionally kicked out</li>
<li>Seasonal acorns</li>
</ul>
</p>
</div>
</div>
<hr class="rounded-short">
<div class="image-parent">
<div class="image-container">
<img src="greg/gregledge.jpeg" class="image-inside-div">
</div>
<div class="image-container">
<img src="greg/greg2stair.jpeg" class="image-inside-div">
</div>
<div class="image-container">
<img src="greg/greg6stair.jpeg" class="image-inside-div">
</div>
<div class="image-container">
<img src="greg/gregpopshuvnorth.jpeg" class="image-inside-div">
</div>
</div>
<hr class="rounded-short">
<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>