-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (52 loc) · 2.66 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
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark light">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>Kobe Housen</title>
<div class="container mx-auto mt-5" style="max-width: 800px;">
<div class="card m-5">
<div class="row g-0">
<div class="col-md-4">
<img src="profile.jpg" class="img-fluid rounded-start" alt="a profile picture of Kobe Housen">
</div>
<div class="col-md-8">
<div class="card-body">
<h1 class="card-title">Kobe Housen</h1>
<address>
<dl class="row">
<dt class="col-sm-3">Email</dt>
<dd class="col-sm-9">
<a href="mailto:housenkobe@gmail.com">housenkobe@gmail.com</a>
</dd>
<dt class="col-sm-3">Phone</dt>
<dd class="col-sm-9">
<a href="tel:+353 87 977 5257">+353 87 977 5257</a>
</dd>
<dt class="col-sm-3">GitHub</dt>
<dd class="col-sm-9">
<a href="https://github.com/HouseK">github.com/HouseK</a>
</dd>
<dt class="col-sm-3">LinkedIn</dt>
<dd class="col-sm-9">
<a href="https://www.linkedin.com/in/housenkobe/">linkedin.com/in/housenkobe</a>
</dd>
<dt class="col-sm-3">PayPal</dt>
<dd class="col-sm-9">
<a href="https://paypal.me/kobehousen">paypal.me/kobehousen</a>
</dd>
</dl>
</address>
<a href="vcard.vcf" class="btn btn-primary">Download contact data</a>
</div>
</div>
</div>
</div>
<div class="badge-base LI-profile-badge m-5" data-locale="en_IE" data-size="small" data-theme="light"
data-type="VERTICAL" data-vanity="housenkobe" data-version="v1">
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>