-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (36 loc) · 1.93 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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css" class="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7cOpen+Sans:100,200,300,400,700" rel="stylesheet"
type="text/css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet"
type="text/css" crossorigin="anonymous">
<title>Bauke van Wieren - Full Stack Developer</title>
</head>
<body class="d-flex justify-content-center align-items-center">
<div class="content text-center">
<figure>
<img src="images/avatar.jpeg" alt="Avatar Bauke van Wieren" class="avatar shadow-lg rounded-circle">
</figure>
<h1 class="mt-3">Bauke van Wieren</h1>
<h3>
Full Stack Developer
<small>In Ruby on Rails</small>
</h3>
<p class="contact mt-5">
<a href="https://github.com/baukevw" class="m-2" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/baukevw" class="m-2" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/BaukevW" class="m-2" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="mailto:bauke@bauke.me" class="m-2" target="_blank"><i class="fas fa-envelope"></i></a>
</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
</body>
</html>