-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (125 loc) · 4.18 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<!--
Road Trip by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Alexander Reisner IT Solutions</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>
<!-- Header -->
<!--<header id="header">-->
<!--<div class="logo"><a href="index.html">Road Trip <span>by TEMPLATED</span></a></div>-->
<!--<a href="#menu"><span>Menu</span></a>-->
<!--</header>-->
<!-- Nav -->
<!--<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>-->
<!-- Banner -->
<!--
Note: To show a background image, set the "data-bg" attribute below
to the full filename of your image. This is used in each section to set
the background image.
-->
<section id="banner" class="bg-img" data-bg="banner.jpg">
<div class="inner">
<header>
<h1>Alexander Reisner
<br>IT Solutions
</h1>
</header>
</div>
<a href="#one" class="more">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper post bg-img" data-bg="banner5.jpg">
<div class="inner">
<article class="box">
<header>
<h2>Leistungen</h2>
<!--<p>12.21.2016</p>-->
</header>
<div class="content">
<p>Umzug ganzer Systeme auf neue Hardware/Software ohne Datenverlust oder Neuinstallation.
<br>Einrichtung von Netzwerken, WLAN, Firewall, VPN.
<br>Betreuung von Medientechnik auf Veranstaltungen.</p>
</div>
<footer>
<a href="project1.html" class="button alt">Mehr erfahren</a>
</footer>
</article>
</div>
<a href="#two" class="more">Learn More</a>
</section>
<!-- Two -->
<section id="two" class="wrapper post bg-img" data-bg="banner2.jpg">
<div class="inner">
<article class="box">
<header>
<h2>Zur Person</h2>
<!--<p>Alexander Reisner</p>-->
</header>
<div class="content">
<p>Bachelor of Science Informatik
<br>Student Master of Science Informatik</p>
</div>
<footer>
<a href="about.html" class="button alt">Mehr erfahren</a>
</footer>
</article>
</div>
<a href="#three" class="more">Learn More</a>
</section>
<!-- Three -->
<section id="three" class="wrapper post bg-img" data-bg="banner4.jpg">
<div class="inner">
<article class="box">
<header>
<h2>Impressum</h2>
<!--<p>11.11.2016</p>-->
</header>
<div class="content">
<p>Alexander Reisner
<br>Rapsweg 1, 85304 Ilmmünster
<br><a href="mailto:[email protected]" style="color: #FFFFFF">[email protected]</a>
<br>0177/5196733</p>
</div>
<footer>
<!--<a href="about.html" class="button alt">Mehr erfahren</a>-->
</footer>
</article>
</div>
<a href="#footer" class="more">Learn More</a>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon round fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon round fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon round fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
<div class="copyright">
© Alexander Reisner. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>