-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.02 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.02 KB
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
---
layout: default
title: Home
---
<section class="py-5 container">
<div class="row justify-content-center leader">
<div class="col-lg-5">
<img src="/assets/img/patrick.jpeg" class="pf" />
</div>
<div class="col-lg-5 introduction">
<h1 class="highlight">Hi there!</h1>
<h2>My name is Patrick.</h2>
<h3>I'm a mechatronics engineer by day,</h3>
<h4>and a web developer by night.</h4>
<h3>Find me working on software,</h3>
<h4>or spot me playing tennis or running.</h4>
<div class="social">
<a href="mailto:patrick@patb.ro"><i class="far fa-envelope"></i></a>
<a href="https://github.com/patbro"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/pvbroeckhuijsen"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/in/pvanbroeckhuijsen"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</section>