-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
206 lines (175 loc) · 10 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Holger</title>
<!-- Custom styles for this template -->
<link href="carousel.css" type="text/css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Holger Schilling</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="leistungen.html">Leistungen</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="https://scontent-frt3-1.xx.fbcdn.net/hphotos-xft1/v/l/t1.0-9/11986973_975237389181867_4861130496510871299_n.jpg?oh=06b2c013e01b409901378145b0081fdf&oe=56DCD031" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>Das bin ich</h1>
<p>Mein Name ist Holger Schilling und ich studiere an der Thm Informatik</p>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Neue_mensa_thm.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Die Hochschule an die ich gehe</h1>
<p>Ich hoffe das Bild ist nicht copyright geschützt</p>
<p><a class="btn btn-lg btn-primary" href="http://www.thm.de/site/" role="button">Zur Thm Website</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<h2 class="text-center">Das habe ich dieses Semester in Internetbasierte Systeme gelernt:</h2>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="img-circle" src="http://images.clipartpanda.com/cloud-icon-png-aws-vpc-internet-gateway-hi.png" alt="Generic placeholder image" width="140" height="140">
<h2>cloudControl</h2>
<p>Mit cloudControl habe ich meine Internetseite, auf der Sie sich in diesem Moment befinden, veröffentlichen können.</p>
<p><a class="btn btn-default" href="https://www.cloudcontrol.com/" role="button">Zur Website »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="http://assets.toptal.io/uploads/blog/category/logo/80/twitter_bootstrap.png" alt="Generic placeholder image" width="140" height="140">
<h2>Bootstrap</h2>
<p>Bootstrap ist das beliebteste Framework mit HTML, CSS und JS für die Entwicklung von anpassungsfähigen Projekten für das moderne Web. Meine Seite nutzt Bootstrap, deshalb sieht sie auch einigermaßen gut aus.</p>
<p><a class="btn btn-default" href="http://getbootstrap.com/" role="button">Zur Website »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="img-circle" src="http://ironpdf.com/iron-pdf/icons/html-icon.png" alt="Generic placeholder image" width="140" height="140">
<h2>HTML</h2>
<p>Auf <a href="https://www.codecademy.com/">Codeacademy </a> habe ich gelernt wie ich mit html und css eine Internetseite schreiben und gestalten kann. Ziemlich cool, ne?</p>
<p><a class="btn btn-default" href="https://de.wikipedia.org/wiki/Hypertext_Markup_Language" role="button">Was ist html? »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Das bin ich zur rechten. Links ist ein guter Kumpel von mir.</h2>
<p class="lead">Wir haben uns während unseres Informatikstudiums in OOP kennengelernt. Er hat mich eingeladen zusammen mit ihm,seiner Frau, seinem coolen Sohn und weiteren Freunden nach Kroatien zu fahren. Es war ein recht guter Urlaub, diesen Urlaub und viele neue Bekanntschaften habe ich meinem bisherigen Studium zu verdanken. Mal sehen was noch kommt.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" src="https://scontent-frt3-1.xx.fbcdn.net/hphotos-xtf1/v/t1.0-9/11987182_976715445700728_2843318816310023515_n.jpg?oh=9d92c6728cf3021462c48a8f1628bb1d&oe=56FAE48C" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">So verdiene ich mir meine Brötchen</h2>
<p class="lead">Neben meinem Studium arbeite ich noch als It-Systemelektroniker bei <a href="http://www.tci.de/">tci</a> in Heuchelheim. Tci ist dafür bekannt professionelle Industriecomputer zu designen und herzustellen. Neben meinem Studium, wo ich hauptsächlich programmiere, ist das eigentlich ein guter Ausgleich noch ein wenig an Computern zu schrauben.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" src="http://computerguyswfl.com/wp-content/uploads/2012/01/computers_board_circuit_pcb_computer_technology_printable_electronics_macro_radiator_desktop_2048x1536_wallpaper-710991.jpg" alt="Generic placeholder image">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<form action="http://de.wikipedia.org/wiki" method="post" target="_blank" name="frmWiki">
<table>
<tbody><tr>
<td>
<a target="_blank" href="http://de.wikipedia.org/wiki/Hauptseite">Wikipedia
</a>
<input maxlength="255" size="25" name="xsearch">
<input value="de" name="hl" type="hidden">
</td>
<td>
<input onclick="window.document.frmWiki.action = 'http://de.wikipedia.org/wiki/' + document.frmWiki.xsearch.value;" value="Suche" name="btnG" type="submit">
</td>
</tr>
</tbody></table>
</form>
<hr class="featurette-divider">
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">nach oben</a></p>
<p>© 2015 Holger Schilling | <a href="kontakt.html">Kontakt</a> | <a href="impressum.html">Impressum</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="../../assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>