-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (268 loc) · 11.8 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png"> -->
<!-- <link rel="icon" type="image/png" href="assets/img/favicon.png"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>KingOfDog - GitHub</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-kit.css" rel="stylesheet"/>
<link rel="stylesheet" href="assets/css/prism.css"/>
</head>
<body class="landing-page">
<nav class="navbar navbar-info navbar-fixed-top" id="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example">
<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="https://kingofdog.github.io">
KingOfDog
</a>
</div>
<div class="collapse navbar-collapse" id="navigation-example">
<ul class="nav navbar-nav navbar-right">
<li>
<a data-scroll href="#welcome" target="_blank" class="btn btn-simple btn-white btn-just-icon">
<i class="fa fa-home"></i>
</a>
</li>
<li>
<a data-scroll href="#about">
About
</a>
</li>
<li>
<a data-scroll href="#contact">
Contact
</a>
</li>
<li>
<a href="http://sellfy.com/KingOfDog" target="_blank" class="btn btn-simple btn-white btn-just-icon">
<i class="fa fa-shopping-cart"></i>
</a>
</li>
<li>
<a href="https://twitter.com/KingOfDogTV" target="_blank" class="btn btn-simple btn-white btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.github.com/KingOfDog" target="_blank" class="btn btn-simple btn-white btn-just-icon">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/KingOfDog" target="_blank" class="btn btn-simple btn-white btn-just-icon">
<i class="fa fa-youtube-play"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper" id="welcome">
<div class="header header-filter" style="background-image: url('assets/img/bg/programming.jpg');">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 class="title">Welcome to the freedom of Open-Source</h1>
<h4>I'm KingOfDog, <b>Developer</b> and <b>Designer</b>. On GitHub I share all my free and open-source projects with you!</h4>
<br />
<a href="https://www.github.com/KingOfDog" class="btn btn-danger btn-raised btn-lg">
<i class="fa fa-github"></i> GitHub
</a>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="container">
<div class="section text-center section-landing">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="title">My offers</h2>
<h5 class="description">I love to code, design and develop. That's my favorite and biggest hobby. But I have huge quality requirements for my projects - some of them are listed here! I try to fulfill all of these quality requirements at each project.</h5>
</div>
</div>
<div class="features">
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-primary">
<i class="material-icons">code</i>
</div>
<h4 class="info-title">Free open-source software</h4>
<p>Browse through my collection of totally free and innovative open-source software and applications on my <a href="https://github.com/KingOfDog">GitHub profile</a>.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-success">
<i class="material-icons">smartphone</i>
</div>
<h4 class="info-title">Mobile optimized websites</h4>
<p>All my newest webdesign and webdevelopment projects are of course mobile optimized and responsive.</p>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="fa fa-shopping-basket"></i>
</div>
<h4 class="info-title">Get your own project</h4>
<p>You want your own website or an application (Windows/Android) for your company/organization/etc.? Just get in contact with me and tell me your wishes. PS: Look around in my <a href="http://sellfy.com/KingOfDog">shop</a>!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('assets/img/bg/designing.jpg');margin-top:-60px;">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1 class="title">About me</h1>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="section text-center" id="about">
<div class="col-md-5">
<h3>What's your name?</h3>
<p>
In the internet I'm mostly able to find as "KingOfDog" or "KingOfDogTV". I choosed this nickname because I got the most beautiful dog in the world in 2008. He is so cute! Anyways... my real name is "Marcel IDontTell".
</p>
<h3>How did you learn to design?</h3>
<p>
As I started to make YouTube videos I also wanted to add custom thumbnails to my videos. So I started with "PhotoScape" to make crappy sh*t thumbnails. You can still see them at my first videos from 2013. With the time I learned to photoshop and began to design websites with HTML and CSS... and the story will never end.
</p>
</div>
<div class="col-md-7">
<h3>When did you start to program?</h3>
<p style="font-family:Consolas, serif" class="text-left">
<pre>
<code class="language-java">
private static void answer() {
System.out.println("After I started learning designing...");
String[] continue = continue();
System.out.println(continue);
}
private static String[] continue() {
List<String> continued_Answers = new ArrayList<String>();
continued_Answers.append("...I created some websites with HTML and CSS.");
continued_Answers.append("But I wanted to expand the possible features on this sites, so...");
continued_Answers.append("...I learned the basics of Php and JavaScript (plus JQuery) too.");
continued_Answers.append("From this point I also began with Java and C, C++ and C# and...");
continued_Answers.append("...improved my skills more and more!");
return continued_Answers.toArray();
}
</code>
</pre>
</p>
</div>
<div class="col-md-12">
<h3 style="padding-top:20px;">Learn more</h3>
<a class="btn btn-primary btn-round" href="http://ask.fm/MinecrafterMarcel" target="_blank">Ask.fm</a>
<a class="btn btn-primary btn-round" disabled data-toggle="tooltip" data-placement="top" title="Coming soon">Website</a>
</div>
</div>
<div class="section landing-section">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center title" id="contact">Contact</h2>
<h4 class="text-center description">Get in contact with me and report issues, ask for help, get information for the shop or order a website, application, etc. Fast and efficient!</h4>
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<div class="form-group label-floating">
<label class="control-label">Your Name</label>
<input type="text" id="contact-name" class="form-control" required="">
</div>
</div>
<div class="col-md-6">
<div class="form-group label-floating">
<label class="control-label">Your Email</label>
<input type="email" id="contact-email" class="form-control" required="">
</div>
</div>
</div>
<div class="form-group label-floating">
<label class="control-label">Your Messge</label>
<textarea class="form-control" id="contact-message" rows="4" required=""></textarea>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<button class="btn btn-primary btn-raised" id="contact-submit">
Send Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="copyright pull-right">
© <span id="year"></span>, made with <i class="fa fa-heart heart"></i> by KingOfDog
</div>
</div>
</footer>
</div>
</body>
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script src="assets/js/smooth-scroll.min.js" type="text/javascript"></script>
<script src="assets/js/prism.js" type="text/javascript"></script>
<script type="text/javascript">
smoothScroll.init();
$(document).ready(function() {
if($(document).scrollTop() == 0) {
$("#navbar").css("background-color", "rgba(3,169,244,0)");
$("#navbar").css("box-shadow", "none");
}
$('#year').text((new Date()).getFullYear());
$("#contact-submit").click(function() {
var link = "mailto:[email protected]"
+ "?subject=" + escape("Neue Nachricht auf kingofdog.github.io von " + $('#contact-name').val())
+ "&body=" + escape($("#contact-message").val());
window.location.href = link;
});
});
$(document).on('scroll', function() {
var top = $(document).scrollTop();
console.log(top);
if(top == 0) {
$("#navbar").css("background-color", "rgba(3,169,244,0)");
$("#navbar").css("box-shadow", "none");
} else {
var opacity = 0.01 * top;
if(opacity > 1) {
opacity = 1;
}
console.log(opacity);
$("#navbar").css("background-color", "rgba(3,169,244," + opacity + ")");
$("#navbar").css("box-shadow", "0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)");
}
});
</script>
</html>