-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.34 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.34 KB
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
<html>
<head>
<title> SkyanSamuel Here. </title>
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro" rel="stylesheet">
</head>
<style>
div {
height: 200px;
width: 400px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -200px;
color:white;
font-family: 'Source Serif Pro', serif;
}
body {
background:url(skylines.jpg);
}
</style>
<body>
<div>
<p> Hey, I'm Skyan Samuel.
<br> I'm an and have been an aspriring software and game dev ever since 2017.
I've done Scratch since 2016 and Unity since mid 2018. I've also used other environments.
I created Skyrift Studios to publish my games and have and a contributor of a few projects. <br>
In my freetime I like to work on games, software, videos, art, stories & writing, and a bit of animation. Also a map enthusiast, I love drawing them!
I also love to play Minecraft & Cities: Skylines. (Roblox & Fortnite suck) An all-rounder. <br>
Also recently I've been dabbling with music in FL Studio, LMMS, and MuseScore. I'm not the best @ music theory though. ;)
That's about it. Feel free to explore more. (If i put links here).
</p>
</div>
</body>
<script>
window.location.replace("https://skyriftstudios.github.io/");
</script>
</html>