This repository was archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (112 loc) · 5.3 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
<!DOCTYPE html>
<html lang="en" class="v-page_home v-none-transition">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-29DVLEW6Q7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-29DVLEW6Q7');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>Home | redtrib3</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" /
<!--Favicon-->
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Styles -->
<link rel="stylesheet" href="/static/css/slick-slick.css" />
<link rel="stylesheet" href="/static/css/slick-slick-theme.css" />
<link rel="stylesheet" href="/static/css/css-minified-index.css" />
<link rel="stylesheet" href="/static/css/built-cssAdditional.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
body{
font-family: 'Josefin Sans', sans-serif;
}
</style>
<script type="text/javascript">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
</head>
<body class="v-loading" data-v-console="false" data-v-page="home" data-v-tablet="1200" data-v-mobile="980">
<canvas class="page__canvas fullHeight"></canvas>
<div class="page-wrap fullHeightMin" id="wrap">
<header class="v-header">
<div class="wrap">
<div style="font-family: monospace;font-size: 1em;" class="v-header__logo"> redtrib3</div>
</div>
</header>
<div class="page__screen fullHeightMin" id="v-ajaxPage__outer">
<div class="default home fullHeightMin">
<div class="home__text v-text_opacity">
<p>
Hi there! <br/>
I'm Anirudh <br/>
</p>
</div>
<div class="home__telephone v-text_opacity">
<a class="line"></a>
</div>
<ul class="home__list">
<li>
<a href="/static/overview.html" style="font-family: 'Anonymous Pro',monospace;" data-color="rgba(0, 119, 181, .5)"><span>Writeups</span></a>
</li>
<li>
<a href="//challenges.redtrib3.me" style="font-family: 'Anonymous Pro',monospace;" data-color="rgba(66, 239, 74, 0.5)"><span>Challenges</span></a>
</li>
<li>
<a href="/projects.html" style="font-family: 'Anonymous Pro',monospace;" data-color="rgba(15, 226, 244,0.5)"><span>Projects</span></a>
</li>
<li>
<a href="/static/socials.html" style="font-family: 'Anonymous Pro',monospace;" data-color="rgba(0,0,0,1)"><span>Socials</span></a>
</li>
</ul>
<div class="home__developing v-text_opacity">
<p>
<br />
</p>
</div>
<div class="home__see">
<a class="line" href="https://tryhackme.com/p/anii0101" >Tryhackme</a> <br />
<a class="line" href="https://www.hackerrank.com/redtrib3" >Hackerrank</a>
</div>
<div class="home__email">
</div>
</div>
</div>
</div>
<!-- Preloader -->
<div id="v-preloader" class="v-preloader v-preloader__item"></div>
<!-- Scripts -->
<script src="/static/js/js-jquery.js"></script>
<script src="/static/js/js-scrollbar.js"></script>
<script src="/static/js/slick-slick.js"></script>
<script src="/static/js/min-built.js"></script>
</body>
</html>