forked from SkyriftStudios/skyriftstudios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
62 lines (55 loc) · 2.81 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML>
<html>
<style>
p {font-family:sans-serif;}
</style>
<head>
<title>SkylarkStudios - About</title>
<link rel="stylesheet" href="sytles/style.css">
</head>
<style>
.centerV2 {
width:80%; margin-left:auto; margin-right:auto; border: 1px solid white;
padding: 5px;
}
.txtbg {
background-color:rgba(0,153,255,0.25);
}
</style>
<body>
<div class="center header">
<img class="banner" src=newbanner-main.png>
<p id="buttons">
<a class="button" href="index.html">Home</a>
<a class="button" href="projects.html">Projects</a>
<a class="button" href="about.html">About</a>
<a class="button" href="links.html">Links</a>
</p>
</div>
<p>
<div class="centerV2 txtbg">
<h1>Meet the Team!</h1>
</div>
<div style='background-image: linear-gradient(#09EBF5, #0167FE); background-color:#0167FE;' class="centerV2">
<h1> Samuel S. / SkyanSam </h1>
<p> An aspriring software developer and enthusiast. Creator of Skylark Studios and a contributor of a few projects. Likes to work on games, software, videos, art, stories & writing, and a bit of animation during his freetime. An all-rounder. Plays the piano, but isn't the best @ music theory.
<a href="https://skyansam.github.io/"></a>
</p>
</div>
<div style='background-color:black;' class="centerV2">
<h1> Camilo / Unusually Me </h1>
<p> An aspiring animator. Likes to write and animate stories, mainly undertale AU and fanfic though he has his original works. Loves Hamilton and Undertale & is a trilingual.
</div>
<div style='background-color:yellow; color:black;' class="centerV2">
<h1> Joybree </h1>
<p> An aspiring programmer and game developer. Likes to play games, (mainly Animal Jam & Minecraft), uploads videos on her channel, and creates games in Unity3D.
</div>
<div class="centerV2 txtbg">
<a href="https://amazinigmech2418.github.io/"><h1>AmazingMech2418</h1></a> A computer science enthusiast. Develops in Scratch, JS, HTML, CSS, VB6, Google Script, C#, Python, and Bash. He also helps out with Mountio and Waffle Programming.<br><br>
<a href="https://github.com/IamTregsthedev/">Tregsthedev</a> - A dev. Works on prixy & praise. <br>
<a href="https://www.instagram.com/wlbjr3000/">waller3000 </a> - An OSU enthusiast and animator. <br>
Skull10567 - A GD Level Designer. One of the best.<br>
</div>
</p>
</body>
</html>