Compare commits
No commits in common. "783265e6d0cad0455b2e1420d9bcb2fd1dcff881" and "f1f711fa1faace007c3bd469616fbcf0b56e3c72" have entirely different histories.
783265e6d0
...
f1f711fa1f
@ -4,9 +4,7 @@
|
||||
<div class="row align-items-center mb-3">
|
||||
<div id="landing-page-intro" class="col-sm-12 col-md-6">
|
||||
<h1 class="display-4">Hi, I'm Oliver.</h1>
|
||||
<p class="lead">
|
||||
Coffee enthusiast with a love for all things tech. Tech enthusiast with a love for all things coffee.
|
||||
</p>
|
||||
<p class="lead">I'm a tech enthusiast, coffee drinker, and software developer.</p>
|
||||
</div>
|
||||
<div id="landing-page-headshot" class="col-sm-12 col-md-6 justify-content-right">
|
||||
<img src="~/img/headshot_512x512_2023.jpg" class="rounded-circle" style="width: 50%; max-width: 512px;" alt="Headshot">
|
||||
|
@ -56,7 +56,6 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="~/css/prism.min.css" asp-append-version="true">
|
||||
<link rel="stylesheet" href="~/css/prism.vs.min.css" asp-append-version="true">
|
||||
<link rel="stylesheet" href="~/css/app.min.css" asp-append-version="true">
|
||||
|
@ -421,18 +421,6 @@ td.trim-p p:last-child {
|
||||
|
||||
#landing-page-intro {
|
||||
text-align: left;
|
||||
|
||||
h1.display-4 {
|
||||
font-family: "Titillium Web", sans-serif;
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
p.lead {
|
||||
font-family: "Titillium Web", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
#landing-page-headshot {
|
||||
|
Loading…
Reference in New Issue
Block a user