-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·107 lines (85 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="media/style_tk.css">
<link rel="stylesheet" href="media/cookie.css">
<link rel="icon" type="image/png" href="favicon.png" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="media/cookie.js"></script>
<script src="media/date.js"></script>
<script src="media/links.js"></script>
</head>
<body>
<div id=to class="jumbotron text-center">
<span id=tk></span>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>About </h3>
<p>An IT freelancer</p>
</div>
<div class="col-sm-4">
<h3>Things to know</h3>
<p>
<span id=about></span>
</p>
</div>
<div class="col-sm-4">
<h3>Hyper links</h3>
<div id=linkstop></div>
</div>
</div>
<div class="space"></div>
<h4>Github Repositories</h4>
<div id=github></div>
<div class=space>
<h4>Posts</h4>
<div id=so_api></div>
</div>
<h5> <a href=https://stackexchange.com/users/1886776/timo?tab=activity>More posts</a></h5>
<div class="space">
<h4>Future plans</h4>
<p>Be a professional Python und Javascript Developer working Fullstack.</p>
</div>
<!-- <div class="space"></div> -->
<h4 class=space>Contact</h4>
<form action=https://formspree.io/[email protected] method=post>
<div class=form-group>
<label for="nam">Name</label>
<input type="text" name=name class="form-control" id="name" placeholder="Enter your Name">
</div>
<div class=form-group>
<label for=exampleInputEmail1>Email (optional)</label>
<input type=email name=email class=form-control id=exampleInputEmail1 aria-describedby=emailHelp
placeholder="Enter optional email">
<small id="emailHelp" class="form-text text-muted">This is optional.</small>
</div>
<div class=form-group>
<label for="Textarea1">Message</label>
<textarea name=message class="form-control" id="extarea1" rows="3" name=textarea
placeholder="Enter message"></textarea>
</div>
<input type=hidden name=_subject value='email von Kontaktformular'>
<button type=submit class='btn btn-primary'>Submit</button>
</form>
<div style="padding-top: 100px;"></div>
<!-- <p class="text-xs-right"></p> -->
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-6 text-right">
<a href=imprint.html class="btn btn-primary" name=anchor style="color:white;">Imprint</a> <button id='from'
class="btn btn-primary">Up</button>
<a href=https://www.buymeacoffee.com/tik1>Buy me a coffee</a>
</div>
</div>
<div id="cookieConsent">
<div id="closeCookieConsent">x</div>
The website is using cookies. <a class="cookieConsentOK">That's Fine</a>
</div>
</div>
</body>
</html>