-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (99 loc) · 4.46 KB
/
index.html
File metadata and controls
107 lines (99 loc) · 4.46 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
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
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sean Broemmelsiek</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Saphiresurf</h1>
<p class="major"><!--]-->My name's Sean Broemmelsiek, also known as Saphiresurf! I create music, pixel art, vector art, and program. My main interests
lie in video games, art, music, and hardware.
<!--]--></p>
<ul class="actions vertical">
<li><a href="#projects" class="button big wide smooth-scroll-middle">Projects</a></li>
</ul>
<ul class="actions horizontal">
<li><a href="https://soundcloud.com/saphiresurf" class="icon fa-music"><span class="label">Soundcloud</span></a></li>
<li><a href="https://www.instagram.com/saphiresurf/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.facebook.com/smbmusica/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/Saphiresurf" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/Saphiresurf" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
<div class="image">
<img src="images/Kitty.png" alt="" />
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center" id="projects">
<div class="inner">
<h2>Doings Around the Internet</h2>
<p>Current, past, and future projects.</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<a href="https://soundcloud.com/saphiresurf" class="icon style2 major fa-music"></a>
<h3>Saphiresurf</h3>
<p>Compilation of self-produced music.</p>
</section>
<section>
<a href="https://github.com/saphiresurf" class="icon style2 major fa-github"></a>
<h3>Github</h3>
<p>Source for a lot of my projects.</p>
</section>
<section>
<a href="https://www.instagram.com/saphiresurf/" class="icon style2 major fa-instagram"></a>
<h3>Instagram</h3>
<p>Collection of art and daily life.</p>
</section>
</div>
</div>
<ul class = "actions horizontal">
<li><a href="#contact" class="button big wide smooth-scroll-middle">Contact</a></li>
</ul>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center" id="contact">
<div class="inner medium">
<h2>Get in touch</h2>
<form method="post" action="#">
<ul class="actions">
<li><a href="mailto:saphiresurf@gmail.com" class="button big wide smooth-scroll-middle">Email Me</a></li>
</ul>
</form>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://twitter.com/Saphiresurf" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/smbmusica/" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/saphiresurf/" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://soundcloud.com/saphiresurf" class="icon style2 fa-soundcloud"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:saphiresurf@gmail.com" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>