67 lines
2.9 KiB
HTML
67 lines
2.9 KiB
HTML
<!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="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
|
<meta name="generator" content="Jekyll v4.1.1">
|
|
<title>About | Andrew Conlin</title>
|
|
|
|
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/cover/">
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="bootstrap.min.css" rel="stylesheet">
|
|
|
|
<style>
|
|
.bd-placeholder-img {
|
|
font-size: 1.125rem;
|
|
text-anchor: middle;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.bd-placeholder-img-lg {
|
|
font-size: 3.5rem;
|
|
}
|
|
}
|
|
</style>
|
|
<!-- Custom styles for this template -->
|
|
<link href="cover.css" rel="stylesheet">
|
|
</head>
|
|
<body class="text-center">
|
|
<div class="bg">
|
|
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
|
|
<header class="masthead mb-auto">
|
|
<div class="inner">
|
|
<h3 class="masthead-brand">Andrew Conlin</h3>
|
|
<nav class="nav nav-masthead justify-content-center">
|
|
<a class="nav-link" href="default.html">Home</a>
|
|
<a class="nav-link active" href="#">About</a>
|
|
<a class="nav-link" href="contact.html">Contact</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main role="main" class="inner cover">
|
|
<h1 class="cover-heading">About me.</h1>
|
|
<p class="lead">I am currently looking for a job in Software Engineering. You can find my CV <a href="https://drive.google.com/file/d/1dXWhlo7e14iRT0ueAuRhu_9zSv8cCwE6/view?usp=sharing"><u>here</u></a>.</p>
|
|
<p class="lead">I like to take photos, draw and dabble in some graphic design. You can find this on my <a href="https://instagram.com/conlinsta"><u>Instagram</u></a>.</p>
|
|
<p class="lead">You can find the code that I write on my <a href="https://github.com/andrwcnln"><u>GitHub</u></a>.</p>
|
|
<!-- <p class="lead">I like to watch movies, and when I do I review them on <a href="https://letterboxd.com/andrewconlin/"><u>Letterboxd</u></a>.</p> -->
|
|
<p class="lead">If I'm not doing any of this, I'll probably running and/or listening to music on <a href="https://www.strava.com/athletes/57896512"><u>Strava</u></a> and <a href="https://open.spotify.com/user/1135508731?si=61zWbsqmT92LdT0JA5bAKw"><u>Spotify</u></a>.</p>
|
|
</main>
|
|
|
|
<footer class="mastfoot mt-auto">
|
|
<div class="inner">
|
|
<span>Background by <a href="https://unsplash.com/@mohamadaz?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">mohammad alizade</a> on <a href="https://unsplash.com/s/photos/abstract?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></span>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|