blob: dad9dab0cd0806bcf5e234e1d291bab934459412 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>talha's corner</title>
</head>
<style>
:root {
--bright-green: #8ae234;
--bright-yellow: #fce94f;
--bright-blue: #32afff;
--bright-red: #ef2929;
--bright-magenta: #ad7fa8;
--red: #cc0000;
--green: #4e9a06;
--yellow: #c4a000;
--blue: #729fcf;
--magenta: #75507b;
--cyan: #06989a;
--white: #d3d7cf;
}
@font-face {
font-family: interceptor;
src: url('/assets/interceptor/Interceptor.otf')
}
.fill-available {
width: 100%;
width: -moz-available;
/* WebKit-based browsers will ignore this. */
width: -webkit-fill-available;
/* Mozilla-based browsers will ignore this. */
width: fill-available;
}
.neon-text {
text-shadow: 0 0 1.25rem #61c161;
}
html {
background-color: black;
color: white;
font-family: interceptor;
background-image: url('/assets/terminal-background.png');
background-size: cover;
}
.profiles-ctn {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
margin-top: 15%;
}
.profile-section {
display: flex;
flex-direction: column;
justify-content: space-between;
width: fit-content;
border: 5px double #8ae234;
background-color: rgba(85, 87, 83, 0.2);
}
.profile-section .heading {
padding: 5px 10px 5px 10px;
margin-bottom: 5px;
border-bottom: 2px dashed #8ae234;
font-size: 24px;
color: #32afff;
}
.profile ul {
list-style-type: none;
padding: 5px 10px 5px 5px;
margin: 0;
font-size: 22px;
}
.profile ul li {
padding: 5px 10px 5px 10px;
}
.desc {
font-size: 18px;
color: var(--bright-green);
}
.small {
font-size: 16px;
color: white;
text-shadow: 0 0 1.25rem var(--white);
}
.high {
color: var(--green);
text-shadow: 0 0 1.25rem var(--bright-green);
}
.medium {
color: var(--yellow);
text-shadow: 0 0 1.25rem var(--bright-yellow);
}
.low,
.error {
color: var(--red);
text-shadow: 0 0 1.25rem var(--bright-red);
}
.git {
color: var(--bright-yellow);
text-shadow: 0 0 1.25rem var(--bright-yellow);
}
.linkedin {
color: var(--bright-blue);
text-shadow: 0 0 1.25rem var(--bright-blue);
}
.email {
color: var(--bright-magenta);
text-shadow: 0 0 1.25rem var(--magenta);
}
.p1 {
transform: rotate(-2deg);
animation: MoveDownUp 10s ease-in-out infinite;
}
.p2 {
transform: rotate(0deg);
animation: MoveUpDown 6s ease-in-out infinite;
}
.info-text {
font-size: 22px;
color: #4af626;
top: 8%;
left: 8%;
}
.return-link {
color: var(--bright-green);
text-decoration: underline dashed var(--bright-green);
padding: 5px;
font-size: 22px;
top: 8%;
right: 8%;
}
.flexv {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.flexh {
display: flex;
flex-direction: row;
}
.sb {
justify-content: space-between;
}
.se {
justify-content: space-evenly;
}
.top-ele {
margin-top: 5%;
max-width: 80%;
}
.bot-ele {
margin-top: 5%;
max-width: 80%;
}
</style>
<body class="flexv">
<div class="flexh sb fill-available top-ele">
<div class="info-text neon-text">
Searching recorded profiles... found 5 instances.<br />
Loading resources...<br />
Loaded profile <b class="git">cgit</b><br />
Loaded profile <b class="git">github</b><br />
Loaded profile <b class="email">email</b><br />
Loaded profile <b class="linkedin">linkedin</b><br />
<b class="error">Failed</b> to load profile ☐. Connection timed out... retrying in 5(s)<br />
Parsing profiles...<br />
Profiled loaded successfully</br>
</div>
<a class="return-link neon-text" href="/index.html">close</a>
</div>
<div class="flexh se fill-available bot-ele">
<div class="profile">
<ul>
<li><a class="git" href="https://www.git.talhaamir.xyz">cgit</a></li>
<li class="desc neon-text">home to experiments, playground projects <br />
and graveyards of unfinished works</li>
<li class="small">usage frequency: <small class="high">high</small></li>
</ul>
<ul>
<li><a class="git" href="https://www.github.com/sarcxd">github</a></li>
<li class="desc neon-text">tracker for traces of older works</li>
<li class="small">usage frequency: <small class="low">low</small></li>
</ul>
</div>
<div class="profile">
<ul>
<li><a class="linkedin" href="https://www.linkedin.com/in/talha-aamir-0253a1168/">linkedin</a></li>
<li class="small">usage frequency: <small class="medium">medium</small></li>
</ul>
<ul>
<li ><a class="email" href="mailto:talhaaamir@gmail.com">email</a></li>
<li class="small">usage frequency: <small class="high">high</small></li>
</ul>
</div>
</div>
</body>
</html>
|