-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (245 loc) · 13.6 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Theramore Guard :: Grobbulus</title>
<meta name="description" content="Theramore Guard :: Grobbulus">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<script src="https://kit.fontawesome.com/6b7f6ce08d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="header-wrapper">
<div class="header container">
<a href="/" class="header__logo">THE THERAMORE GUARD</a>
<nav class="primary pull-right hidden-xs-down">
<ul>
<li class="p-r-1"><a href="#about">About</a></li>
<li class="p-r-1"><a href="#memories">Guild Memories <i class="fa fa-chevron-down"></i></a>
<ul>
<li><a href="#vanilla" class="subnav">WoW Classic/Vanilla</a></li>
<li><a href="#tbc" class="subnav">The Burning Crusade</a></li>
<li><a href="#wotlk" class="subnav">Wrath of the Lich King</a></li>
<li><a href="#cataclysm" class="subnav">Cataclysm</a></li>
</ul>
</li>
<li class="p-r-1"><a href="https://discord.gg/theramoreguard" class="discord-button"
target="_blank">Discord</a>
</nav>
</div>
</div>
<div class="main-wrapper">
<div id="about">
<div class="container">
<h1>About The Theramore Guard</h1>
<h3>Guild History</h3>
<p>The Theramore Guard is a World of Warcraft Classic guild founded on the Grobbulus (NA) server in 2019. Established by Greyshield as the original Guild Master, the guild was created to be a community where polite and respectful players could come together to level, roleplay, engage in PvP, and tackle raid/PvE content as a unified force. Starting with a core team of 20 raiders alongside our sister guild <Stormpike Militia>, we embarked on memorable adventures, taking down Onyxia, Ragnaros in Molten Core, and Nefarian in Blackwing Lair.</p>
<p>As we progressed through WoW Classic, leadership transitioned to a Guild Master committee consisting of Desan, Nisharu, Poderick, Hollie, and Montqueesh. Under this collaborative leadership, the guild successfully cleared Ahn'Qiraj and prepared for the challenges ahead. When the co-GM structure dissolved, Poderick took on the role of Guild Master, with Montqueesh as his steadfast right hand, guiding the guild through the end of WoW Classic and into The Burning Crusade.</p>
<p>In September 2021, Montqueesh became the Guild Master, ushering in a new era for the Theramore Guard. With the support of key officers, Montqueesh led the guild through The Burning Crusade and into Wrath of the Lich King, continuing our tradition of success. In August 2022, Boarrior was appointed as co-Guild Master, solidifying a leadership team that, as of 2024, includes distinguished officers such as Holidaze, DaPepis, Anethyst, and Frawl, all working together to keep the guild strong and thriving.</p>
<h3>Raiding Excellence</h3>
<p>Raiding has always been at the heart of the Theramore Guard’s journey. When we ventured into the temple of Ahn’Qiraj, we recognized the need for reinforcements and were fortunate to ally with members of <Sanguine>. This collaboration led to our triumph over C’Thun and later, Kel’Thuzad in Naxxramas. These victories were a testament to our guild’s strategic planning and collective effort.</p>
<p>As we entered The Burning Crusade, the guild conquered a series of challenging raids, from Karazhan to Black Temple. Although Sunwell Plateau proved to be a formidable challenge, we ultimately cleared it in early Wrath of the Lich King Classic, further proving our resilience and dedication.</p>
<p>Today, the Theramore Guard continues to push the boundaries of what we can achieve together, consistently clearing end-game content and setting new goals as a guild.</p> </p>
<h3>PvP Resilience</h3>
<p>The Theramore Guard has always been a thorn in the Horde’s side. Whether it is dominating in PvP battlegrounds, raiding Orgrimmar with <No Mercy Mafia>, defending the Alliance’s home cities, or claiming the Tol Barad territory, the Guard continues to be active in the war against the Horde. </p>
</div>
</div>
</div>
<div id="memories-block">
<div class="vanilla block" id="vanilla">
<h2>VANILLA MEMORIES</h2>
<div class="memories container">
<div class="memory">
<img src="assets/vanilla/mc.jpg" alt="">
<p>Theramore Guard clears Molten Core</p>
</div>
<div class="memory">
<img src="assets/vanilla/nefarian.jpg" alt="">
<p>Theramore Guard kills Nefarian</p>
</div>
<div class="memory">
<img src="assets/vanilla/cthun.jpg" alt="">
<p>TG and Sanguine kill C'Thun</p>
</div>
<div class="memory">
<img src="assets/vanilla/naxx40.jpg" alt="">
<p>Theramore Guard clears Naxx 40</p>
</div>
</div>
</div>
<div class="tbc block" id="tbc">
<h2>THE BURNING CRUSADE MEMORIES</h2>
<div class="memories container">
<div class="memory">
<img src="assets/tbc/kara.jpg" alt="">
<p>Theramore Guard clears Karazhan</p>
</div>
<div class="memory">
<img src="assets/tbc/tf.jpg" alt="">
<p>Poderick and Boarrior obtain Thunderfury</p>
</div>
<div class="memory">
<img src="assets/tbc/mag.jpg" alt="">
<p>Theramore Guard kills Magtheridon</p>
</div>
<div class="memory">
<img src="assets/tbc/ssc.jpg" alt="">
<p>Theramore Guard kills Lady Vashj</p>
</div>
<div class="memory">
<img src="assets/tbc/tk.jpg" alt="">
<p>Theramore Guard kills Kael'thas</p>
</div>
<div class="memory">
<img src="assets/tbc/Hyjal 2.PNG" alt="">
<p>Hanging out in Hyjal</p>
</div>
<div class="memory">
<img src="assets/tbc/mh.jpg" alt="">
<p>Theramore Guard kills Archimonde</p>
</div>
<div class="memory">
<img src="assets/tbc/bt.jpg" alt="">
<p>Theramore Guard kills Illidan</p>
</div>
<div class="memory">
<img src="assets/tbc/kalec.PNG" alt="">
<p>Theramore Guard frees Kalecgos from Sathrovarr's control</p>
</div>
<div class="memory">
<img src="assets/tbc/sunwell.png" alt="">
<p>Theramore Guard clears the Sunwell Plateau</p>
</div>
</div>
</div>
<div class="wotlk block" id="wotlk">
<h2>WRATH OF THE LICH KING MEMORIES</h2>
<div class="memories container">
<div class="memory">
<img src="assets/wotlk/naxx.jpg" alt="">
<p>Theramore Guard clears Naxxramas</p>
</div>
<div class="memory">
<img src="assets/wotlk/plagued.jpg" alt="">
<p>First Plagued Proto Drakes</p>
</div>
<div class="memory">
<img src="assets/wotlk/yogg.jpg" alt="">
<p>Theramore Guard kills Yogg Saron</p>
</div>
<div class="memory">
<img src="assets/wotlk/salty.jpg" alt="">
<p>Montqueesh is Salty</p>
</div>
<div class="memory">
<img src="assets/wotlk/alg10.jpg" alt="">
<p>Theramore Guard kills Algalon 10</p>
</div>
<div class="memory">
<img src="assets/wotlk/vals.jpg" alt="">
<p>Sairos and Frog obtain Val'anyr</p>
</div>
<div class="memory">
<img src="assets/wotlk/ony25.png" alt="">
<p>Theramore Guard kills Onyxia 25</p>
</div>
<div class="memory">
<img src="assets/wotlk/ally-steeds.png" alt="">
<p>Swift Alliance Steeds</p>
</div>
<div class="memory">
<img src="assets/wotlk/heroic-anub-25.jpg" alt="">
<p>Theramore Guard kills Anub'Arak (Heroic 25)</p>
</div>
<div class="memory">
<img src="assets/wotlk/ICCHangout.png" alt="">
<p>Yowza, Nipaswipes and Azzrael hanging out in ICC</p>
</div>
<div class="memory">
<img src="assets/wotlk/ProfessorPutricide25heroic.PNG" alt="">
<p>Theramore Guard kills Professor Putricide (Heroic 25)</p>
</div>
<div class="memory">
<img src="assets/wotlk/KyrrShadowmourne.PNG" alt="">
<p>Kyrr crafts Shadowmourne, the legendary axe!</p>
</div>
<div class="memory">
<img src="assets/wotlk/LKheroic1.PNG" alt="">
<p>Theramore Guard kills Lich King (Heroic 10)</p>
</div>
<div class="memory">
<img src="assets/wotlk/Halion1.PNG" alt="">
<p>Theramore Guard kills Halion in the Ruby Sanctum</p>
</div>
</div>
</div>
<div class="cataclysm block" id="cataclysm">
<h2>CATACLYSM MEMORIES</h2>
<div class="memories container">
<div class="memory">
<img src="assets/cataclysm/lobster.PNG" alt="">
<p>Montqueesh is attacked by lobsters</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Argaloth.jpg" alt="">
<p>TG kills Argaloth in Baradin Hold</p>
</div>
<div class="memory">
<img src="assets/cataclysm//To4W-Al'Akir.png" alt="">
<p>TG clears Throne of the Four Winds</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Halfus.jpg" alt="">
<p>TG kills Halfus Wyrmbreaker in BoT</p>
</div>
<div class="memory">
<img src="assets/cataclysm/ValionaTheralion.jpg" alt="">
<p>TG kills Valiona & Theralion in BoT</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Maloriak.PNG" alt="">
<p>TG kills Maloriak in BWD</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Atramedes.jpg" alt="">
<p>TG kills Atramedes in BWD</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Chimaeron.jpg" alt="">
<p>TG kills Chimaeron in BWD</p>
</div>
<div class="memory">
<img src="assets/cataclysm/nef1.jpg" alt="">
<p>TG ends Nefarian to clear Blackwing Descent</p>
</div>
<div class="memory">
<img src="assets/cataclysm/doopyashes3.PNG" alt="">
<p>Doopyboopy/Boarrior obtains the Ashes of Al'ar</p>
</div>
<div class="memory">
<img src="assets/cataclysm/zithashes.PNG" alt="">
<p>Zithmyr obtains the Ashes of Al'ar</p>
</div>
<div class="memory">
<img src="assets/cataclysm/Halfus_Heroic_10.PNG" alt="">
<p>TG kills Halfus Wyrmbreak Heroic 10m</p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
Copyright ©
<script type="text/javascript">document.write(new Date().getFullYear());</script> <Theramore
Guard>
<br>
<a href="https://classic.warcraftlogs.com/guild/us/grobbulus/theramore%20guard" target="_blank">Warcraft
Logs</a>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to top <i class="fa fa-chevron-up"></i></button>
<script src="script.js"></script>
</body>
</html>