-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 3.52 KB
/
index.html
File metadata and controls
84 lines (81 loc) · 3.52 KB
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
<html>
<head>
<title>The Resurrected Odyssey</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=120§ion=header"/>
<br>
<div align="center"><img src="img/tro_logo.jpg" height="400" width="400"></div>
<h1 align="center">
The Resurrected Odyssey
</h1>
<h4 align="center">
The Resurrected Odyssey is a team of highly talented individuals with diverse backgrounds and skills in the field of cybersecurity. <br>Our team comprises of national champions and seasoned professionals with over five years of experience in the industry.
<br><br>
As a team, we are passionate about cybersecurity and take pride in our ability to tackle complex challenges with ease. <br>Our expertise in CTF and community services allows us to make meaningful contributions to the industry and society at large.
<br><br>
At The Resurrected Odyssey, we are committed to making the internet a safer place for everyone. <br>Our focus on developing our skills and knowledge is driven by a shared vision of improving cybersecurity practices and protocols. <br>We believe that by working together, we can achieve our goals and help create a safer and more secure digital landscape for all.
<br><br>
</h4>
<div align="center" class="whitetxt">
<h1>Members</h1>
<table>
<thead>
<tr>
<th>Name</th>
<th></th>
<th>Email</th>
<th></th>
<th>Twitter</th>
</tr>
</thead>
<tbody>
<tr>
<td>Maruf Bin Murtuza</td>
<td></td>
<td>marufbinmurtuza@protonmail.ch</td>
<td></td>
<td><a href="https://twitter.com/marufmurtuza"><img src="https://img.shields.io/twitter/url/https/twitter.com/marufmurtuza.svg?style=social&label=Follow%20%40marufmurtuza" alt="Twitter"></a></td>
</tr>
<tr>
<td>Ataf Fazledin Ahamed</td>
<td></td>
<td>rabidahamed@gmail.com</td>
<td></td>
<td><a href="https://twitter.com/fazledyn"><img src="https://img.shields.io/twitter/url/https/twitter.com/fazledyn.svg?style=social&label=Follow%20%40fazledyn" alt="Twitter"></a></td>
</tr>
<tr>
<td>Al Arafat Tanin</td>
<td></td>
<td>arafat.rng70@gmail.com</td>
<td></td>
<td><a href="https://twitter.com/rng70"><img src="https://img.shields.io/twitter/url/https/twitter.com/rng70.svg?style=social&label=Follow%20%40rng70" alt="Twitter"></a></td>
</tr>
<tr>
<td>Tawsif Shahriar</td>
<td></td>
<td>tawsifshahriar7@gmail.com</td>
<td></td>
<td><a href="https://twitter.com/tawsifshahriar7"><img src="https://img.shields.io/twitter/url/https/twitter.com/tawsifshahriar7.svg?style=social&label=Follow%20%40tawsifshahriar7" alt="Twitter"></a></td>
</tr>
<tr>
<td>Shahabor Hossain Rifat</td>
<td></td>
<td>shrifat1337@gmail.com</td>
<td></td>
<td><a href="https://twitter.com/badWeird0x0"><img src="https://img.shields.io/twitter/url/https/twitter.com/badWeird0x0.svg?style=social&label=Follow%20%40badWeird0x0" alt="Twitter"></a></td>
</tr>
<tr>
<td>Hasan Al Mahmud</td>
<td></td>
<td>ha.mahmud@stud.cou.ac.bd</td>
<td></td>
<td><a href="https://twitter.com/M4HMUD404"><img src="https://img.shields.io/twitter/url/https/twitter.com/M4HMUD404.svg?style=social&label=Follow%20%40M4HMUD404" alt="Twitter"></a></td>
</tr>
</tbody>
</table>
</div>
<img width=100% src="https://capsule-render.vercel.app/api?type=waving&color=timeGradient&height=120§ion=footer"/>
</body>
</html>