-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (87 loc) · 4.5 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
<!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">
<meta name="description" content="Umcaruje's Site">
<meta name="author" content="Umcaruje">
<title>Umcaruje.</title>
<!-- Bootstrap and Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles -->
<link href="/css/social.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
<script src="js/prefixfree.min.js" ></script>
<!--Favicons yay-->
<link rel="shortcut icon" href="/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-TileImage" content="/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
</head>
<body>
<div class="container">
<div class="header" role="navigation">
<ul class="snav navigation">
<!--such social, many links, much navigation-->
<li>
<a href="https://github.com/Umcaruje" target="_blank" class="sbtn sbtn-github" title="Github">
<i class="fa fa-github-alt"></i>
</a>
</li>
<li>
<a href="https://soundcloud.com/umcaruje" target="_blank" class="sbtn sbtn-soundcloud" title="Soundcloud">
<i class="fa fa-soundcloud"></i>
</a>
</li>
<li>
<a href="http://open.spotify.com/artist/5IwPIVhYhQuSBFpuDltNWY" target="_blank" class="sbtn sbtn-spotify" title="Spotify">
<i class="fa fa-spotify"></i>
</a>
</li>
<li>
<a href="http://youtube.com/user/umcaruje97" target="_blank" class="sbtn sbtn-youtube" title="Youtube">
<i class="fa fa-youtube-play"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" class="sbtn sbtn-email" title="Contact me">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
<h3 class="text-left hidden-xs">Umcaruje.</h3>
</div>
<div class="inner cover">
<h1 class="cover-heading">Hi.</h1>
<p class="standout leftest-text">My name is Uroš <span class="fa fa-smile-o"></span>. I make
<a href="https://soundcloud.com/umcaruje" target="_blank">music.</a>
<br>I don't code much, but when I do, <a href="https://github.com/Umcaruje" target="_blank">I publish it on
Github.</a>
<br>Sometimes, I do <a href="" target="_blank">Digital art</a>, mostly for Cover arts for my songs.
<br>I am a heavy <a href="http://lmms.io" target="_blank">LMMS</a> user and its my main music production tool.
<br>Also, I am a content creator for the <a href="https://www.facebook.com/makefreemusic" target="_blank">LMMS facebook page.</a>
<br>If you have any comments or suggestions about this site, please <a href="https://github.com/Umcaruje/umcaruje.github.io/issues/new" target="_blank">File an issue on github.</a>
</p>
<p class="standout leftest-text">Have a lovely day, fine sir. :3</p>
</div>
</div>
<div class="datfooter">
<p class="monospace nolinks">Powered by <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>. Hosted on <a href="http://pages.github.com" target="_blank">Github</a>. Released under <a href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons</a>.</p>
</div>
</body>
</html>