-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtryhackme.html
230 lines (205 loc) · 8.16 KB
/
tryhackme.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
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Remote Coders - TryHackMe Walkthroughs">
<meta name="author" content="Tanmay Tiwari">
<title>Remote Coders - THM Walkthroughs</title>
<link rel="shortcut icon" href="res/web_icon.png">
<link href="CSS/style.css" rel="stylesheet">
<!-- Custom styles -->
<style>
/* General styling */
body {
/* background-color: #1a1e2b; */
color: #fff;
font-family: 'Arial', sans-serif;
}
h4 {
color: #ff8800;
font-weight: bold;
}
.nav-link {
color: #00ccff !important;
font-weight: bold;
transition: color 0.3s ease;
}
.nav-link:hover {
color: #ff8800 !important;
}
/* Box styling */
.box {
background: #1f2538;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
margin: 20px;
}
.box:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
}
.imgBx img {
width: 100px;
height: auto;
border-radius: 10px 10px 0 0;
transition: transform 0.3s ease;
}
.box:hover .imgBx img {
transform: scale(1.1);
}
.content {
padding: 20px;
color: #fff;
}
.content h2 {
font-size: 1.5em;
color: #ff8800;
margin-bottom: 15px;
}
.content span {
font-size: 1.2em;
display: block;
}
.glow-on-hover {
padding: 10px 20px;
border: none;
background-color: #00ccff;
color: white;
border-radius: 5px;
font-weight: bold;
transition: 0.3s ease;
}
.glow-on-hover:hover {
background-color: #ff8800;
color: white;
}
table {
width: 100%;
margin: 0 auto;
}
td {
width: 25%;
}
footer {
text-align: center;
margin-top: 40px;
color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
td {
width: 100%;
display: block;
margin-bottom: 20px;
}
table {
display: block;
margin: 0 auto;
}
}
</style>
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div class="nav-container">
<h3 class="float-md-start mb-0">RC / THM</h3>
<button class="hamburger" onclick="toggleMenu()">☰</button> <!-- Hamburger icon -->
<nav class="nav nav-masthead justify-content-center float-md-end" id="navLinks">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="blogs.html">Blogs</a>
<a class="nav-link active" aria-current="page"href="tryhackme.html">THM Walkthroughs</a>
<!-- <a class="nav-link" href="partners.html">Partners</a> -->
<!-- <a class="nav-link" href="supporters.html">Supporters</a> -->
<a class="nav-link" href="contact us.html">Contact Us</a>
<a class="nav-link" href="about us.html">About Us</a>
</nav>
</div>
</header>
<table>
<tr>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/room-icons/62c435d1f4d84a005f5df811-1728982657816" alt="THM 2022">
</div>
<div class="content">
<h2>AOC 2022</h2>
<span><a href="aoc2022.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/room-icons/62c435d1f4d84a005f5df811-1728982657816" alt="THM 2023">
</div>
<div class="content">
<h2>AOC 2023</h2>
<span><a href="aoc2023.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/user-uploads/62c435d1f4d84a005f5df811/room-content/9c33c0b93029579bbba5deeb37356ebc.png"
height="200px" alt="AOC '23 Side Quest">
</div>
<div class="content">
<h2>AOC'23 Side Quest</h2>
<span><a href="thm/aocsidequest2023.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/room-icons/a222ca9fb08b8bdc9e10a0f6ba41ea99.jpeg"
height="200px" alt="Retro">
</div>
<div class="content">
<h2>Retro</h2>
<span><a href="thm/retro.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/room-icons/7a8797ae59733f2a72f0e8a8748be128.jpeg"
height="200px" alt="Mr Robot CTF">
</div>
<div class="content">
<h2>Mr Robot CTF</h2>
<span><a href="thm/mr.robot-ctf.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
<td>
<div class="box">
<div class="imgBx">
<img src="https://tryhackme-images.s3.amazonaws.com/room-icons/62c435d1f4d84a005f5df811-1728982657816"
height="200px" alt="Mr Robot CTF">
</div>
<div class="content">
<h2>AOC 2024</h2>
<span><a href="aoc2024.html"><button class="glow-on-hover" type="button">SEE NOW</button></a></span>
</div>
</div>
</td>
</tr>
</table>
<footer class="mt-auto text-white-50">
© 2022 Remote Coders (A Community for Hackers and Programmers)<br>by - Tanmay Tiwari
</footer>
</div>
<!-- Custom JavaScript -->
<script src="index.js"></script>
</body>
</html>