-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (217 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146962794-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-146962794-1');
</script>
<meta charset="utf-8">
<title>Guger – Software re-imagined.</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png">
<!-- stylesheets css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/vegas.min.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Rajdhani:400,500,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- preloader section -->
<section class="preloader">
<div class="sk-circle">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</section>
<!-- home section -->
<section id="home" style="background-image: url('images/slide-1.jpg')">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="home-thumb">
<h1 class="wow fadeInUp" data-wow-delay="0.4s">Guger – Software re-imagined.</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.6s">Applications and tools. Secure and reliable.</h3>
<a href="#about" class="btn btn-lg btn-default smoothScroll wow fadeInUp hidden-xs"
data-wow-delay="0.8s">Continue</a>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-10">
<img src="images/logo.png" class="img-responsive wow fadeInUp" alt="Logo">
</div>
<div class="col-md-6 col-sm-12">
<div class="about-thumb">
<div class="section-title">
<h1 class="wow fadeIn" data-wow-delay="0.2s">About me</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.4s">Daniel Guger</h3>
</div>
<div class="wow fadeInUp" data-wow-delay="0.6s">
<p>I am a student based in Austria, currently studying my Master's degree in Mechatronics. I have particular interest in automation
technologies, robotics and signal processing.</p>
<p>Beside playing trumpet in a local band, I am developing apps for the Android platform in
Kotlin. Running, hiking and playing volleyball are my favourite sports.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature section -->
<section id="feature">
<div class="container">
<div class="row">
<svg preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg" class="svgcolor-light">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<div class="col-md-4 col-sm-6">
<div class="media wow fadeInUp" data-wow-delay="0.4s">
<div class="media-object media-left">
<i class="icon icon-desktop"></i>
</div>
<div class="media-body">
<h2 class="media-heading">Privacy</h2>
<p>As a developer, it is a major concern of mine, to keep away from your personal data. If
you're interested in which data is collected, and why, please have a look at my <a
href="privacy/notes.html">privacy notes</a>.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="media wow fadeInUp" data-wow-delay="0.8s">
<div class="media-object media-left">
<i class="icon icon-refresh"></i>
</div>
<div class="media-body">
<h2 class="media-heading">Open Source</h2>
<p>Sincerity creates confidence. Open sourcing apps is the best way to accomplish a basis of
trust. Together, we are able to create something new. Re-imagine ideas.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="media wow fadeInUp" data-wow-delay="1.2s">
<div class="media-object media-left">
<i class="icon icon-chat"></i>
</div>
<div class="media-body">
<h2 class="media-heading">Contribute</h2>
<p>Feel free to have a look on my code, submit issues, bring-up new ideas or contribute to my
projects. We are looking forward to your pull request!</p>
</div>
</div>
</div>
<div class="clearfix text-center col-md-12 col-sm-12">
<a href="https://github.com/guger" class="btn btn-default smoothScroll">View on Github</a>
</div>
</div>
</div>
</section>
<!-- projects section -->
<section id="projects">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="section-title">
<h1 class="wow fadeInUp" data-wow-delay="0.3s">Projects</h1>
<p class="wow fadeInUp" data-wow-delay="0.4s">Sophisticatedly developed applications for Android and more.</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<img src="images/moneybook.svg" class="img-responsive wow fadeInUp" alt="MoneyBook">
</div>
<div class="col-md-6 col-sm-12">
<div class="section-title">
<h1 class="wow fadeIn" data-wow-delay="0.4s">MoneyBook</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.6s">Stay on top of your finances.</h3>
</div>
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>MoneyBook is an open-source finance manager, inspired by Google's Material Design Study Rally.<br><br>
- Create transactions and assign them to accounts, to always have an eye on your current balance.<br>
- Get reminded about claims and debts using the reminder feature when entering a due.<br>
- Assign contacts to dues, and send them a reminder message directly within the app.<br>
- Create monthly budgets and organize your expenses. Always have an overview on what's left.<br>
</div>
</div>
<div class="clearfix text-center col-md-12 col-sm-12">
<a href="https://play.google.com/store/apps/details?id=at.guger.moneybook" class="btn btn-default smoothScroll">View on Google Play</a>
</div>
</div>
</div>
</section>
<!-- footer section -->
<footer>
<div class="container">
<div class="row">
<svg class="svgcolor-light" preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%"
version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<div class="col-md-4 col-sm-6">
<h2>Guger – Software re-imagined.</h2>
<div class="wow fadeInUp" data-wow-delay="0.3s">
<p><a href="https://guger.github.io">https://guger.github.io</a></p>
</div>
<div class="wow fadeInUp" data-wow-delay="0.6s">
<p class="copyright-text">Copyright © 2024 Daniel Guger<br>
</div>
</div>
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-4 col-sm-5">
<h2>Find us on Social Media</h2>
<p>Looking forward to get in touch with you!</p>
<ul class="social-icon">
<li><a href="https://instagram.com/daniel.guger" class="fa fa-instagram wow bounceIn"
data-wow-delay="0.7s"></a></li>
<li><a href="https://twitter.com/danielguger" class="fa fa-twitter wow bounceIn"
data-wow-delay="0.9s"></a></li>
<li><a href="https://www.linkedin.com/in/daniel-guger/" class="fa fa-linkedin wow bounceIn"
data-wow-delay="1.1s"></a></li>
<li><a href="https://github.com/guger" class="fa fa-github wow bounceIn" data-wow-delay="1.3s"></a>
</li>
<li><a href="mailto:[email protected]" class="fa fa-envelope wow bounceIn"
data-wow-delay="1.5s"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- javscript js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/vegas.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>