-
Notifications
You must be signed in to change notification settings - Fork 177
/
index.html
58 lines (51 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nyx</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/5164d99c8d.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
<link rel="icon" href="icons8-pixel-cat-24.png">
</head>
<body>
<header class="site-header">
<div class="terminal">
<b>> nyx </b>
</div>
<div class="socials">
<span class="listo"><a href=https://github.com/nyx-x13><i class="fa-brands fa-github"></i></a></span>
<span class="listo"><a href="https://discordapp.com/users/898919077723144192"><i class="fa-brands fa-discord"></i></a></span>
<span class="listo"><a href = "https://www.linkedin.com/in/jeevitha-r-b87a44221/"><i class="fa-brands fa-linkedin"></i></a></span>
</div>
</header>
<div class="yo">
<div class="ascii">
<pre style="color:#00c2ba;font-size: large;">
_
\`*-.
) _`-.
. : `. .
: _ ' \
; *` _. `*-._
`-.-' `-.
; ` `.
:. . \
. \ . : .-' .
' `+.; ; ' :
: ' | ; ;-.
; ' : :`-: _.`* ;
.*' / .*' ; .*`- +' `*'
`*-* `*-* `*-*'</pre>
</div>
<div class="text" style="color:white"><p><h1><strong>Hello! I'm <span class="name">Jeevitha</span></strong></p></h1>
<p class="para1">
I'm a second year student at Sathyabama Institute of Science and Technology, currently undertaking Bachelor of Computer Science Engineering. I am currently learning Frontend Web Development. I am interested in cybersecurity, I have just started playing CTFs.
</p>
<p class="para1">Fun fact: I love dark mode and transparent terminal. </p></div>
</body>
</html>