Skip to content

Commit

Permalink
Deploying to gh-pages from @ f60f0d0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunaGordon committed Dec 20, 2024
1 parent b9b851d commit 5e37e3b
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 80 deletions.
76 changes: 0 additions & 76 deletions assets/index-BVho4ztY.js

This file was deleted.

76 changes: 76 additions & 0 deletions assets/index-Bp1CVmLy.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-Cgnw3Pjc.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-nMhHh78a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.cardholder[data-v-6feece38]{grid-auto-flow:row dense}.cardholder h3[data-v-6feece38]{font-size:1.5rem}.cardholder li[data-v-6feece38]{margin-bottom:var(--gutter-narrow)}
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,7 @@ details {
margin: 3rem 4rem 5rem 4rem;
font-size: 18px;
}

.print-only {
display: none;
}
50 changes: 50 additions & 0 deletions css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
@import url('./variables.css');

.no-print, .old {
display: none;
}

.print-only {
display: block;
}

a {
text-decoration: none;

&::after {
content:": " attr(href);
}
}

header {
& > p {
display: none;
}
}

details {
height: fit-content;

&::details-content {
display: contents;
}

summary {
display: none;
}
}

#top {
nav {
max-width: 45rem;

ul {
display: block;
padding-left: 0;

li {
text-align: left;
}
}
}
}
13 changes: 12 additions & 1 deletion css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--gutter-wide: calc(var(--gutter-normal) * 2);
--gutter-ultra-wide: calc(var(--gutter-normal) * 3);

@media (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
--color-primary: #111318;
--color-primary-light: #080b13;
--color-secondary: #c0b0a0;
Expand All @@ -29,4 +29,15 @@

--box-shadow: 2px 2px 8px 0 rgba(255,255,255,.05);
}

@media print {
--color-primary: #ffffff;
--color-primary-light: var(--color-primary);
--color-secondary: #333333;
--color-accent-primary: #495c55;
--color-accent-light: #4a5a56;
--color-accent-secondary: #754668;

--box-shadow: 0;
}
}
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link rel="stylesheet" type="text/css" href="/css/animations.css" media="screen and (prefers-reduced-motion: no-preference)" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/print.css" media="print" />
<script defer src="https://use.fontawesome.com/releases/v5.15.2/js/all.js"></script>
<title>Resume</title>
<script type="module" crossorigin src="/assets/index-BVho4ztY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cgnw3Pjc.css">
<script type="module" crossorigin src="/assets/index-Bp1CVmLy.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-nMhHh78a.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 5e37e3b

Please sign in to comment.