-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (58 loc) · 4.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rubi di Cubrik | HOME</title>
<link rel="stylesheet" href="./static/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src="./static/js/posts.js"></script>
<script src="./static/js/parse_posts_list.js"></script>
</head>
<body>
<div id="blur_container">
<nav id="navbar">
<b class="titleee"><a href="./index.html">> <b style="color: orangered;">[</b> Rubi di Cubrik <b style="color: orangered;">]</b></a></b>
<b class="navbar_links">
<a class="link nav" href="./resources.html"><i class="fa-solid fa-folder-open"></i>Resources</a>
<a class="link nav" href="./events.html"><i class="fa-solid fa-calendar-days"></i>Events</a>
<a class="link nav" href="./writeups.html"><i class="fa-solid fa-file-lines"></i>Writeups</a>
<a class="link nav" href="./posts.html"><i class="fa-solid fa-comment"></i>Posts</a>
</b>
</nav>
<br><br>
<pre id="title"></pre>
<div id="social">
<h2><a href="https://github.com/Rubi-di-Cubrik" class="link" target="_blank"><i class="fa-brands fa-github"></i></a> <a href="https://twitter.com/RubidiCubrik" class="link" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> <a href="https://rubidicubrik.it/" class="link" target="_blank"><i class="fa-brands fa-weebly"></i></a> <a href="mailto:[email protected]" class="link"><i class="fa-solid fa-envelope"></i></a> <a href="https://ctftime.org/team/168156" class="link" target="_blank"><i class="fa-solid fa-flag"></i></a></h2>
</div>
<hr class="division_line">
<h2 style="text-align: center;">News</h2>
<div id="news">
</div>
<hr class="division_line">
<h2 style="text-align: center;">About us</h2>
<div id="about">
<p class="content">
<i class="content_title"><b>We are born out of a passion for cybersecurity</b></i><br>
Our team was born out of a shared passion for cybersecurity and a desire to test our skills in a competitive environment. We enjoy solving CTF challenges, which allow us to learn new techniques, sharpen our critical reasoning, and work synergistically as a team.<br>
<br>
<i class="content_title"><b>A diverse and complementary team</b></i><br>
We members of Rubi di Cubrik come from different backgrounds, experiences, but share the same dedication to cybersecurity. Among us are students, professionals, ethical hackers, and enthusiasts, each with their own skills and specializations. This heterogeneity allows us to approach CTF challenges with a variety of approaches and find innovative solutions.<br>
<br>
<i class="content_title"><b>We compete to improve</b></i><br>
We participate in CTF competitions of varying difficulty, with the goal of continually improving ourselves and comparing ourselves with other talented teams. Competition encourages us to give our best and hone our skills, but most importantly, it allows us to make new friends and network within the cybersecurity community.<br>
<br>
<i class="content_title"><b>More than just a team</b></i><br>
In addition to being a competitive team, Rubi di Cubrik is also a group of friends who have fun together and share a passion for cybersecurity. We also organize events to deepen our knowledge and help others grow in this field.<br>
</p>
</div>
<hr class="division_line">
<div id="members">
<h2>Members</h2>
</div>
</div>
<script src="./static/js/discord-lookup.js"></script>
<script src="./static/js/title.js"></script>
<script src="./static/js/news.js"></script>
</body>
</html>