-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·111 lines (101 loc) · 4.29 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>deepsource.de</title>
<meta name="description" content="deepsource.de web presence">
<meta name="author" content="Sebastian Ullrich">
<meta name="viewport" content="width=device-width, minimal-ui, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="Sebastian Ullrich, deepsource, deepsource.de, WettkampfDB, WettkampfDB.de, Triathlete, Long Distance Runner, IT Specialist, Full Stack Developer, Designer, Creative Mind, Maker" />
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/deepsource.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div id="deepsource-animation" class="green"></div>
<div class="container" class="debug">
<scroll-container>
<scroll-page class="viewport wrapper">
<div class="anchor wrapper" id="start">
<div class="main">
<img id="deepsource-logo" src="img/deepsource-logo.svg">
</div>
</div>
</scroll-page>
<scroll-page class="viewport wrapper">
<div class="anchor wrapper" id="projects">
<div class="main">
<h1>Projects</h1>
<p>
Since 2016 I'm working on my latest project <a href="https://wettkampfdb.de" target="_blank">WettkampfDB</a>.
Apart from a large collection of worldwide sports competitions,
<a href="https://wettkampfdb.de" target="_blank">WettkampfDB</a> offers
valuable social network functionality for athletes, teams and organizers.
</p>
</div>
</div>
</scroll-page>
<scroll-page class="viewport wrapper">
<div class="anchor wrapper" id="aboutme">
<div class="main">
<h1>About Me</h1>
<p>
Maker, Triathlete, Creative Mind, Designer, IT Specialist,
Full Stack Developer and Long Distance Runner but first and foremost
an ambitious Goal Achiever.
</p>
</div>
</div>
</scroll-page>
<scroll-page class="viewport wrapper">
<div class="anchor wrapper" id="contact">
<div class="main">
<h1>Contact</h1>
<p>
You can find me on Facebook at
<br>
<a href="https://www.facebook.com/deepsource.de" target="_blank">https://www.facebook.com/deepsource.de</a>
<br>
or on GitHub at
<br>
<a href="https://github.com/sullrich84" target="_blank">https://github.com/sullrich84</a>
</p>
<p>
For e-mail requests, please contact me via<br>
<big><a href="mailto:[email protected]">[email protected]</a></big>
</p>
<h4>Address</h4>
<p>
Sebastian Ullrich<br>
Groven Wiese 17<br>
58239 Schwerte<br>
Germany
</p>
</div>
</div>
</scroll-page>
</scroll-container>
<nav>
<a href="/#start" class="hover"><img src="img/deepsource-drop.svg"></a>
<a href="/#projects" class="hover">PROJECTS</a>
<a href="/#aboutme" class="hover">ABOUT ME</a>
<a href="/#contact" class="hover">CONTACT</a>
</nav>
</div>
<audio volume="0.1" id="hover-sound" src="snd/hover.mp3"/>
<audio volume="0.1" id="click-sound" src="snd/click.mp3"/>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/three.min.js"></script>
<script src="js/funnel.js"></script>
<script src="js/main.js"></script>
</body>
</html>