-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·153 lines (129 loc) · 5.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Johannes Kraml</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free.min.css">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<link rel="shortcut icon" href="img/ico.png" />
<!-- Custom styles for this template -->
<link href="css/grayscale.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<i class="fas fa-code"></i>
Johannes Kraml
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase"></h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Coming Soon</h2>
<a href="#contact" class="btn btn-circle js-scroll-trigger align-items-center"><i class="fa fa-angle-double-down"></i></a>
</div>
</div>
</header>
<!-- Contact Section -->
<section id="contact" class="contact-section bg-black">
<div class="container">
<div class="row text-center">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">Contact</h2>
<p class="text-white-50">
Simply write me an email if you want to get in touch with me. You can also check out my projects on github.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="https://www.google.com/maps/place/CCB+-+Centrum+f%C3%BCr+Chemie+und+Biomedizin/@47.2599313,11.3815391,18.4z/data=!4m5!3m4!1s0x0:0xa8d88ded7c126eb7!8m2!3d47.2596179!4d11.3811533">Innrain 80/82; 6020 Innsbruck; Austria</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-phone text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="call:+4351250757130">+43 512 507 57130</a>
</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="https://scholar.google.com/citations?user=N8rju7AAAAAJ&hl=de&oi=ao" class="mx-2">
<i class="ai ai-google-scholar-square"></i>
</a>
<a href="https://www.linkedin.com/in/johannes-kraml-582700156/" class="mx-2">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.github.com/jokr91" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Style by <a href="https://startbootstrap.com/themes/grayscale/">Start Bootstrap</a><br />
Thanks to <a href="https://www.linkedin.com/in/anna-sophia-kamenik-30642b85/">Anna S. Kamenik</a> for supplying the depiction of a protease.<br />
Copyright © Johannes Kraml 2019
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.min.js"></script>
</body>
</html>