Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated resume #31

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"scripts": {
"deploy": "gh-pages -d out --nojekyll --cname \"www.briangebel.com\" --user \"github-actions-bot <[email protected]>\"",
"lame": "gh-pages --help",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down
2 changes: 0 additions & 2 deletions site/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ h1 {
font-weight: 700;
margin: 0 0 10px 0;
padding: 0;
text-transform: uppercase;
}
h2 {
font-family: "Economica", sans-serif;
font-size: 1.7em;
font-weight: 700;
margin: 0 0 20px 0;
padding: 0;
text-transform: uppercase;
}
h3 {
font-family: "Economica", sans-serif;
Expand Down
71 changes: 39 additions & 32 deletions site/src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
.center {
margin: 0px auto;
}
.subtitle {
color: #888;
}

/* Everything Else :) */
#wrapper {
Expand All @@ -38,31 +35,21 @@
padding: 30px 0 30px 0;
text-align: center;
}
#objective {
text-align: center;
position: relative;
padding: 30px 0 30px 0;
margin: 0 auto;
max-width: 650px;
#me h1 {
text-transform: uppercase;
}
#objective p {
font-family: Georgia, Serif;
font-style: italic;
color: #666;
#me h2 {
text-transform: uppercase;
}

#resume {
#cover, #resume {
line-height: 24px;
/* float: left; */
}
.row {
margin: 10px 0 0 0;
width: 100%;
/* float: left; */
display: table;
}
.column {
/* float: left; */
display: table-cell;
}
.category {
Expand All @@ -89,12 +76,24 @@
min-height: 120px;
padding-left: 20px;
}
.information h4 {
margin-bottom: 1em;
.information h5 {
margin-bottom: 0.25em;
}
.information h6 {
margin-bottom: 0.5em;
}
.information h5 {
line-height: 1.2em;
}
.subtitle {
color: #888;
}
.timeline p {
margin-bottom: 10px;
}
.timeline ul {
margin-bottom: 10px;
}

/* Global Animated classes */
.fade-in {
Expand Down Expand Up @@ -159,9 +158,6 @@
#wrapper {
padding: 10px 4% 60px 4%;
}
#objective {
margin-right: auto;
}
}

/* Target window size of 640px and below */
Expand All @@ -184,26 +180,37 @@
}

@media print {
#wrapper {
max-width: 100%;
}
#header {
position: relative;
padding: 0;
}
#objective {
text-align: left;
margin: 0;
max-width: 100%;
padding: 15px 0 15px 0;
#me h1 {
text-align: center;
}
.horizontal-break,
.horizontal-break-150 {
margin: 0px;
#me h2 {
text-align: center;
}
.category {
width: 100px;
}
.information {
width: auto;
}
.information h4 {
margin-bottom: 0.8em;
margin-bottom: 0em;
}
.information h5 {
line-height: 1em;
}
.timeline p {
margin-bottom: 4px;
}
.timeline ul {
margin-bottom: 4px;
}
.hide-on-print {
display: none;
}
Expand Down
Loading