-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (56 loc) · 2.55 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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>simon schwaer</title>
<link rel="stylesheet" type="text/css" href="css/simonschwaer.css">
</head>
<body>
<div class="plouffe-row row row-offcanvas row-offcanvas-right">
<div class="plouffe-column col-lg-12">
<a href="#" class="settings-open" data-toggle="offcanvas"><i class="icon-cog-alt"></i></a>
<div id="stage" class="stage"></div>
<footer class="footer col-lg-12">
<p>made without <i class="change-color icon-heart"></i>, but with some <a href="https://www.youtube.com/watch?v=qhbuKbxJsk8" target="_blank" class="change-color">simple mathematics</a></p>
</footer>
</div>
<div id="sidebar" class="col-lg-3 sidebar-offcanvas">
<a href="#" class="settings-close" data-toggle="offcanvas"><i class="icon-cancel"></i></a>
<h3><i class="icon-cog-alt"></i> Settings</h3>
<form id="settings">
<div class="form-group">
<label for="multiplier">Multiplier</label>
<input type="text" class="form-control" id="multiplier" value="1">
</div>
<div class="form-group">
<label for="modulo">Modulo</label>
<input type="text" class="form-control" id="modulo" value="400">
</div>
<a href="#" id="toggle" class="btn btn-default"><i class="icon-pause"></i> Pause</a>
</form>
<h3><i class="icon-child"> </i>What? Who?</h3>
<p>Simon J. Schwär, *1992.
<p>
I love music, do some programming stuff, and try to learn about the things in between.
</p>
<ul class="links">
<li><a href="mailto:[email protected]" class="change-color"><i class="icon-paper-plane"></i></a></li>
<li><a href="https://facebook.com/schwaer" class="change-color" target="_blank"><i class="icon-facebook-squared"></i></a></li>
<li><a href="https://twitter.com/typos" class="change-color" target="_blank"><i class="icon-twitter-bird"></i></a></li>
</ul>
</div>
</div>
</body>
<script src="js/simonschwaer.min.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-12521810-1','auto');ga('send','pageview');
</script>
</html>