-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
110 lines (95 loc) · 3.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>t1nklas - home</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class = "wrapper">
<div class = "header">
<div class = "header-shadow">
<h1>t1nklas web</h1>
</div>
</div>
<div class = "title">
<h1>test?</h1>
</div>
<div class = "wrapper-2">
<div class = "test">
<div class = "sidebar-left">
<div class = "box">
<div class = "nav">
<h3 id = "section-1">Navigation</h3>
<div class = inner>
<div class = "linkclr">
<a href="/" title="refresh">> home</a><br>
<a href="/about-me" title="refresh">> about me</a><br>
<a href="/projects" title="refresh">> projects</a><br>
</div>
</div>
</div>
</div>
<br>
<div class = "box">
<h3 id = "section-1">Socials</h3>
<div class = inner>
<br>
Find me here!
<div class ="linkclr">
<a href="https://crumb.lt/lyra" title="refresh" target = "_blank" >fedi</a><br>
<a href="https://github.com/t1nklas" title="refresh" target = "_blank">github</a><br><br>
</div>
</div>
</div>
</div>
<div class = "main">
<span style="font-size: 1.25em">
<div class = "box">
<h2 id = "section-1">welcome!</h2>
<div class = inner>
<center>
<p>hello, welcome to my site! as you can probably tell, it's a work in progress. the site is mostly mobile friendly now... i think.</p>
<div align='center'><a href='https://www.websitecounterfree.com'><img src='https://www.websitecounterfree.com/c.php?d=9&id=61719&s=4' border='0' alt='Free Website Counter'></a><br ></a></small></div>
</center>
</div>
</div>
<br>
<div class = "box">
<h2 id = "section-1">Disclosure</h2>
<div class = inner>
<center>
<p>Currently I've lost motivation to do anything right now, so don't expect alot of updates there and there :)</p>
</center>
</div>
</div>
</span>
</div>
<div class = "sidebar-right">
<div class = "box">
<div class = "nav">
<h3 id = "section-1">the epic button</h3>
<div class = inner>
<p>thanks for visiting my site! check out my friend aswell: </p>
<center>
<a href="https://ari.lt/" title="ari-web badge" aria-label="Visit ari-web" rel="noopener noreferrer"> <img src="https://ari.lt/badge.png" loading="lazy" alt="ari-web badge" height="31" width="88" role="presentation" /> </a>
</center>
</div>
</div>
</div>
<br>
<div class = "box">
<h3 id = "section-1">Email</h3>
<div class = inner>
<p>for inqueries contact: [email protected]</p>
</div>
</div>
</div>
</div>
</div>
<br>
<div class = "footer"></div>
</div>
</body>
</html>