-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (71 loc) · 3.23 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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Maciej Kaiser</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/main.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 9]>
<p class="alert alert-danger">You are using an <strong>outdated</strong> browser. Please <a
href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header id="home" class="module">
<div class="content text-center logo">
<div class="animated flipInX"><a href="/" ><img class="img-circle" src="img/maciej24.png" alt="Maciej Kaiser"></a></div>
<h1 class="animated bounceInLeft">Maciej Kaiser</h1>
<h3 class="animated bounceInRight">Web Developer <span class="hash">/</span> Programmer</h3>
<div class="well animated bounceInDown">
<a href="#about" data-toggle="tooltip" data-placement="bottom" title="About me"><i class="fa fa-user fa-lg"></i></a>
<a href="https://github.com/maciejkaiser" target="_blank" data-toggle="tooltip" data-placement="bottom" title="My Github repositories"><i class="fa fa-github fa-lg"></i></a>
<a href="https://pl.linkedin.com/in/maciejkaiser" target="_blank" data-toggle="tooltip" data-placement="bottom" title="My Linkedin account"><i class="fa fa-linkedin-square fa-lg"></i></a>
<a href="mailto:[email protected]" data-toggle="tooltip" data-placement="bottom" title="Contact"><i class="fa fa-envelope-o fa-lg"></i></a>
</div>
</div>
</header>
<section id="about" class="module">
<div class="module-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3>About</h3>
</div>
</div>
</div>
</div>
<div class="container">
<hr>
<div class="row">
<div class="col-sm-12 text-center">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<div class="well">My name is Maciej Kaiser, I am 24 year old computer science engineer. My passion are web development and mobile technologies.</div>
<canvas id="myChart"></canvas>
</div>
</div>
</div>
</div>
<footer class="text-center">
Copyright © 2015
<div class="pull-right"><a href="#home" class="top" data-toggle="tooltip" data-placement="bottom" title="Up"><span class="glyphicon glyphicon-menu-up"></span></a></div>
</footer>
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/backstretch.min.js"></script>
<script src="js/chart.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>