-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (67 loc) · 2.63 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
<!DOCTYPE html>
<head>
<title>pixma140</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- charset -->
<meta charset="utf-8">
<!-- viewport for mobile friendly -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<div class="container">
<div class="row-xs">
<div class="text-center">
<h1>pixma140</h1>
<h1><small>Here is a list with all my projects</small></h1>
</div>
</div>
<hr>
<div class="row-xs">
<div id="anleitungen" class="text-center">
<h1><small>Pokemon Go Team Friedrichshafen</small></h1>
<p><a href="http://pixma140.github.io/pogoteamfn" target="_blank" class="btn btn-info btn-block" style="width:100%;height:auto;">Zur Seite</a></p>
</div>
</div>
<hr>
<div class="row-xs">
<div class="text-center">
<h1><small>Random Pokemon Picker</small></h1>
<p><a href="https://pixma140.github.io/RandomPokemonPicker/" target="_blank" class="btn btn-info btn-block" style="width:100%;height:auto;">Zur Seite</a></p>
</div>
</div>
<hr>
<div class="row-xs">
<div class="text-center">
<h1><small>Pokemon Go Average Trainer Statistic Calculator</small></h1>
<p><a href="https://pixma140.github.io/pogoAvgCalculator/" target="_blank" class="btn btn-info btn-block" style="width:100%;height:auto;">Zur Seite</a></p>
</div>
</div>
<hr>
<div class="row-xs">
<div class="text-center">
<h1><small>Color Changer</small></h1>
<p><a href="https://pixma140.github.io/ColorChanger/" target="_blank" class="btn btn-info btn-block" style="width:100%;height:auto;">Zur Seite</a></p>
</div>
</div>
<hr>
<div class="row-xs">
<div class="text-center">
<h1><small>Picture Filter</small></h1>
<p><a href="https://pixma140.github.io/PictureFilter/" target="_blank" class="btn btn-info btn-block" style="width:100%;height:auto;">Zur Seite</a></p>
</div>
</div>
<hr>
<div class="row-xs">
<div class="text-center">
<a target="_blank" href="https://github.com/pixma140"><img src="github.png"> Finde mich auf Github</a>
</div>
</div>
</div>
</body>
</html>