-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
47 lines (42 loc) · 2.27 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About me</title>
</head>
<body>
<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=IBM+Plex+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<body style="background-color:#1d2021;">
<div class="sidenav">
<h1 style="font-size: 30px; text-align: center; color: #fabd2f">burstw0w</h1>
<a href="./index.html">Home</a>
<a href="./about.html" style=" color: #fb4934">About</a>
<a href="./istorija.html">Историја</a>
<a href="https://github.com/burstw0w">github</a>
<img src="burstw0w.jpg" alt="burstw0w" width="150" height="150" class="center" style="border: 2px solid #504945;">
</div>
<!-- Page content -->
<div class="main">
<p style="font-size: 25px; padding: 18px 8px 6px 16px; color: #b8bb26"> Name: <span style='color:#fe8019'> Балша </span> </p>
<p style="font-size: 25px; padding: 6px 8px 6px 16px; color: #b8bb26"> alias: <span style='color:#fe8019'> burstw0w </p>
<p style="font-size: 25px; padding: 6px 8px 6px 16px; color: #b8bb26"> Education: <span style="color: #fe8019"> B.S. at Faculty of Sciences, University of Novi Sad</span></p>
<a href="./burstw0wREDACTED.pdf" style="font-size: 16px; padding: 6px 8px 6px 16px; color=#b8bb26; text-decoration: underline;">Redacted version of my CV</a>
<br>
<br>
<div class="box">
<div class="box-sm red"></div>
<div class="box-sm orange"></div>
<div class="box-sm yellow "></div>
<!--<div class="box-sm bgf "></div>-->
<div class="box-sm green "></div>
<div class="box-sm blue "></div>
<!-- <div class="box-sm purple"></div>-->
</div>
<p style="color: #458588; padding: 0px 0px 0px 16px">Ни патике не обујем без sudo, јер није мајка пичку родила.</p>
<p style="color: #458588; padding: 0px 0px 0px 16px">Апсолутни доминатор шаха и победник дискусија на Talk страници Википедије</p>
<p style="color: #458588; padding: 0px 0px 0px 16px">Дипломирани правник и адвокат адвокатске коморе Куиперовог појаса</p>
</div>
</body>
</html>