-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 839 Bytes
/
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
---
layout: default
title: Welcome
---
<div class="container">
<div class="row">
<div class="col-md">
<h1 class="display-4">Hey! I'm Brandon. Welcome to my website.</h1>
<p class="lead">I'll be graduating from the University of Louisville in May 2021.
This website serves as a portfolio and showcases the work I've done through
undergrad. Feel free to browse my projects, learn more about me, or download
a copy of my resume.
</p>
<strong>
<p>
Also, please consider connecting with me on
<a href="https://linkedin.com/in/brandonberney/" target="_blank">LinkedIn</a>.
</p>
</strong>
</div>
<div class="col-md">
<img class="img-fluid" src="assets/img/brandon.jpg" alt="A picture of Brandon" />
</div>
</div>
</div>