Skip to content

Commit

Permalink
center resume on large screen - add analytics to resume - render non-…
Browse files Browse the repository at this point in the history
…self contained
  • Loading branch information
prncevince committed Feb 13, 2024
1 parent 45059f3 commit a2e21b3
Show file tree
Hide file tree
Showing 44 changed files with 84,815 additions and 65,312 deletions.
42 changes: 42 additions & 0 deletions _site/resume/assets/css/browser.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/* safari */
:root {
/*--li-reg-s: '';*/
--li-disaster-s: '';
--li-earth-s: '';
--li-sat-s: '';
--li-dish-s: '';
--li-rocket-s: '';
--li-map-s: '';
--li-mac-s: '';
}
.content::before {
/*content: '';*/
left: 0;
position: absolute;
font-size: 14px;
padding-top: 1.5px;
}
/*ul:not(.os) > li::before {
content: var(--li-reg-s);
}*/
li.li-disaster::before {
content: var(--li-disaster-s);
}
li.li-earth::before {
content: var(--li-earth-s);
}
li.li-sat::before {
content: var(--li-sat-s);
}
li.li-dish::before {
content: var(--li-dish-s);
}
li.li-rocket::before {
content: var(--li-rocket-s);
}
li.li-map::before {
content: var(--li-map-s);
}
li.li-mac::before {
content: var(--li-mac-s);
}
79 changes: 79 additions & 0 deletions _site/resume/assets/css/fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
@import 'https://fonts.googleapis.com/css?family=Questrial';

h1 > .fa-rocket {
font-style: italic;
}
h1 {
text-align: center;
/*color: #00A3E2;*/
color: #4e734d;
font-size: 30px;
font-family: Garamond;
font-weight: unset;
margin: unset;
}
h2, h3 {
color: black;
}
h2 {
text-align: center;
text-decoration: underline;
font-size: 16.5px;
font-family: 'Century Gothic', 'Questrial';
font-weight: unset;
margin: 0px 0px 4px 0px;
}
h3 {
font-size: 16.5px;
font-family: 'Century Gothic', 'Questrial';
font-weight: unset;
margin: 0px 0px 4px 0px;
}
h3::after {
float: right;
margin: 0 20px 0 0px;
font-size: 10px;
padding-top: 4px;
font-weight: bold;
font-style: italic;
}
.top {
font-size: 15px;
/*line-height: 1.1;*/
/*font-family: Garamond;
font-weight: unset;*/
}
body {
font-family: 'Helvetica Neue';
font-weight: 220;
color: #505457;
}
/*body {
font-family: 'Old Standard TT', Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, 'source-han-serif-sc', 'Source Han Serif SC', 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif TW', 'Source Han Serif', 'Songti SC', 'Microsoft YaHei', serif;
}*/
blockquote {
font-family: 'Old Standard TT', Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, 'STKaiti', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;
}
code {
font-family: Consolas, Courier, "Courier New", 'STKaiti', 'KaiTi', 'SimKai', monospace;
}
pre, code {
font-size: .95em;
}
sup {
color: #770505;
font-weight: bolder;
}
a.footnote-ref {
text-decoration: none;
}
a.footnote-back {
color: #770505;
}
.footer .fa-heart-pulse {
color: #770505;
}
a[target="_blank"]:hover {
color: #770505;
text-decoration-line: underline;
}
Loading

0 comments on commit a2e21b3

Please sign in to comment.