-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (149 loc) · 8.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tartary</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Welcome to Tartary – your go-to platform for all things Capture The Flag (CTF) and cybersecurity! Explore an exciting world of CTF events, dive into write-ups that unravel the intricacies of challenges, and connect with a thriving cybersecurity community. Tartary is your gateway to the latest CTF events, insightful team information, and in-depth write-ups, all presented in a user-friendly and engaging format. Join us in the pursuit of knowledge, skill-building, and collaboration within the cybersecurity domain. Elevate your CTF experience with Tartary – where challenges become opportunities to grow!">
<meta name="keywords" content="CTF, Capture The Flag, security, cybersecurity, write-ups">
<meta name="author" content="We1337">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://jenil.github.io/bulmaswatch/nuclear/bulmaswatch.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Open Graph Tags for Social Media -->
<meta property="og:title" content="Tartary">
<meta property="og:description"
content="Unlock the secrets of Capture The Flag challenges at Tartary! 🚀 Explore CTF events, dive into insightful write-ups, and connect with the vibrant cybersecurity community. Elevate your skills and join the adventure! 🔐 #CTF #Cybersecurity #Tartary">
<meta property="og:image" content="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<meta property="og:url" content="https://we1337.github.io/Web-Application-for-Tartary-Team/">
<meta name="twitter:card" content="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png">
<!-- Canonical URL to avoid duplicate content issues -->
<link rel="canonical" href="https://we1337.github.io/Web-Application-for-Tartary-Team/">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MSDBC3S02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1MSDBC3S02');
</script>
</head>
<body>
<div>
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="./index.html">
<img src="https://ctftime.org/media/cache/31/35/3135f4d3b902ac2e32636123e6e98f2d.png"
alt="Logo">
</a>
<span class="navbar-burger burger" data-target="navbarMenuHero1">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHero1" class="navbar-menu">
<div class="navbar-end">
<a id="navtutorials" class="navbar-item" href="tutorial/tutorial.html">
Tutorials
</a>
<a id="navblogs" class="navbar-item" href="blogs/blog.html">
Blogs
</a>
<a id="navtools" class="navbar-item" href="tools/tools.html">
Tools
</a>
<div class="navbar-item has-dropdown is-hoverable">
<div id="navmore" class="navbar-link">
More
</div>
<div id="moreDropdown" class="navbar-dropdown">
<a class="navbar-item " href="./template/about.html">
<div class="level is-mobile">
<div class="level-left">
<div class="level-item">
<p>
<strong id="navabout">About</strong>
</p>
</div>
</div>
</div>
</a>
<a class="navbar-item " href="./template/contact.html">
<div class="level is-mobile">
<div class="level-left">
<div class="level-item">
<p>
<strong id="navcontact">Contact</strong>
</p>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<div id="navlanguage" class="navbar-link">
Language
</div>
<div id="moreDropdown" class="navbar-dropdown">
<a class="navbar-item" href="#" onclick="loadLanguageen()">
<div class="level is-mobile">
<div class="level-left">
<div class="level-item">
<p>
<strong id="navlanguageen">English</strong>
</p>
</div>
</div>
</div>
</a>
<a class="navbar-item" href="#" onclick="loadLanguagekk()">
<div class="level is-mobile">
<div class="level-left">
<div class="level-item">
<p>
<strong id="navlanguagekk">Kazakh</strong>
</p>
</div>
</div>
</div>
</a>
<a class="navbar-item" href="#" onclick="loadLanguageru()">
<div class="level is-mobile">
<div class="level-left">
<div class="level-item">
<p>
<strong id="navlanguageru">Russian</strong>
</p>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="containers">
<header data-content="CTF RII">Tartary</header>
<p><a href="#" id="heroteam">Team</a></p>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
footer();
});
</script>
<script src="./assets/js/action.js"></script>
<script src="assets/language/index/index-en.js"></script>
<script src="assets/language/index/index-kz.js"></script>
<script src="assets/language/index/index-ru.js"></script>
<script src="./assets/footer.js"></script>
</body>
</html>