Skip to content

Commit

Permalink
0923_0942
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Sep 23, 2024
1 parent 40ae90e commit 50533c3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
Binary file modified sample.pdf
Binary file not shown.
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions src/components/basics.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
</div>
{{> components/hr.hbs size="lg" }}
<section class="section contacts">
<header>
<h2 class='section-title'>
<span class="icon {{ ICO "contacts" }}"></span>
{{ TITLE "contacts" }}
</h2>
</header>
{{#location}}
<div class="location username">
{{#if residency}}
Expand Down
2 changes: 1 addition & 1 deletion src/components/skills.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{> components/hr.hbs size="md" }}
{{> components/hr.hbs size="md" etc="do-break-after" }}
{{#if skills.length}}
<section class="section">
<header>
Expand Down
10 changes: 5 additions & 5 deletions src/styles/legacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ strong {
color: var(--f2);

span.image {
outline: solid 10px var(--xgg);
outline: solid 7px var(--xgg);
outline-offset: 6px;
padding: 10px;
padding: 4px;
margin: 0 20px;
justify-self: end;
border-radius: 40%;
Expand Down Expand Up @@ -145,7 +145,7 @@ strong {
.label {
background-color: var(--xgg);
backdrop-filter: blur(var(--blur));
border-radius: 2em;
border-radius: 3em;
margin: 2em 1em;
padding: 1em;
display: grid;
Expand All @@ -155,8 +155,8 @@ strong {
align-items: center;

&>span>img {
width: 9pc;
height: 9pc;
width: 8pc;
height: 8pc;
margin: auto;
border: solid 1pc var(--xgg);
backdrop-filter: contrast(90%);
Expand Down
7 changes: 7 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ section.work-item,
page-break-after: avoid;
}

.do-break-before {
page-break-before: always;
}
.do-break-after {
page-break-after: always;
}


/* h1 { font-family: KR-X, monospace; } */

Expand Down

0 comments on commit 50533c3

Please sign in to comment.