Skip to content

Commit

Permalink
simplify page
Browse files Browse the repository at this point in the history
  • Loading branch information
librick committed Mar 31, 2024
1 parent c3db6b7 commit 839bc03
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
29 changes: 2 additions & 27 deletions assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
src: url('/fonts/AveriaLibre-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'BlackHanSans';
font-style: normal;
font-weight: 400;
src: url('/fonts/BlackHanSans-Regular.ttf') format('truetype');
}
:root {
--font-stack: -apple-system, BlinkMacSystemFont, "segoe ui", Roboto, Oxygen, Ubuntu, Cantarell, "open sans", "helvetica neue", sans-serif;
}
Expand All @@ -19,11 +13,6 @@ div.logo a {
font-family: 'Averia Libre', var(--font-stack);
}

header.entry-header h1#name {
font-family: BlackHanSans;
letter-spacing: 0.06rem;
}

article header.entry-header h2 {
font-family: Ubuntu, var(--font-stack);
}
Expand All @@ -32,22 +21,9 @@ body.dark article header.entry-header h2 {
color: #bb86fc;
}

.home-info-grid {
display: grid;
grid-template-columns: auto 1fr;
gap: 26px;
align-items: center;
}
.home-info-grid img.profile-picture {
border-radius: 50%;
width: 96px;
margin-bottom: 1.8em;
}
.home-info-grid .entry-content {
color: #eee;
}
article.first-entry.home-info {
margin-bottom: 16px;
padding: 0;
margin: 0;
}

@keyframes psychedelic {
Expand All @@ -70,7 +46,6 @@ div.bio-cols {
grid-template-columns: 128px 1fr;
justify-content: center;
gap: var(--gap);
padding-bottom: 8px;
}
div.bio-cols img#profile {
width: auto;
Expand Down
4 changes: 0 additions & 4 deletions layouts/partials/home_info.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{{- with site.Params.homeInfoParams }}
<article class="first-entry home-info">

<header class="entry-header">
<h1 id="name">{{ upper .Title | markdownify }}</h1>
</header>
<div class="bio-cols">
<img id="profile" src="/images/profile.png" />
<div>
Expand Down
Binary file removed static/fonts/BlackHanSans-Regular.ttf
Binary file not shown.
Binary file removed static/resume.pdf
Binary file not shown.

0 comments on commit 839bc03

Please sign in to comment.