-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (87 loc) · 3.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<title>Hello There</title>
</head>
<body>
<h2 class="highlighted-text">About Me</h2>
<section>
<p> [ SYNOPSIS ] <br>Hello, some background info about me. I’m known as iittos, or toes. I'm a front-end developer and learning python along with game development. I first started programming using Roblox Studio's Lua language when I was younger. That taught lots of skills and made me determined to learn more languages. Currently I'm learning Python for personal projects and game development. Alongside, I've been learning some OSINT techniques and dark web surfing. If your interested, contact me.
</p>
</section>
<h2 class="highlighted-text">Hobbies</h2>
<section class="fade">
<div class="card">
<img src="https://live.staticflickr.com/65535/53294055435_646e431efa_o.png" alt="Python">
<div class="container">
</div>
</div>
</section>
<section class="fade">
<div class="card">
<img src="https://live.staticflickr.com/65535/53211560856_e4ab97cf50_o.png" alt="Roblox Studio">
<div class="container">
</div>
</div>
</section>
<section class="fade">
<div class="card">
<img src="https://live.staticflickr.com/65535/53325276096_536997f40f_o.png" alt="o">
<div class="container">
</div>
</div>
</section>
<h2 class="highlighted-text">Contact Me</h2>
<section>
<h3>
<a class="link1" href="https://www.youtube.com/results?search_query=cat" target="_blank">Youtube</a>
</h3>
<h3>
<div class="link2 flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
Discord:
</div>
<div class="flip-card-back">
xtoes
</div>
</div>
</div>
</h3>
<h3>
<a class="link3" href="https://twitter.com/ShouldHaveCat" target="_blank">Twitter</a>
</h3>
<h3>
<a class="link4" href="mailto:[email protected]" target="_blank">Email</a>
</h3>
</section>
<h2 class="highlighted-text">Fun Facts About Me</h2>
<section>
<ul class="border w-full h-40 flex items-center justify-center">
<li class="btn">
</li>
<li class="btn">
half life game is fun
</li>
<li class="btn">
love late 20th century music
</li>
<li class="btn">
self taught:
</li>
<li class="btn">
programmer, drummer, developer
</li>
</ul>
</section>
</body>
</html>
<footer> Made by xtoes | <a class="cc" href="https://github.com/xtoes/prof1le" target="_blank">Source</a></footer>
<!-- TODO: DONT FORGET TO PUBLISH WEBSITE UPDATES!! /-->