added source
This commit is contained in:
commit
353ebb210c
15 changed files with 608 additions and 0 deletions
15
shared/header.html
Normal file
15
shared/header.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<link type="stylesheet" href="style.css">
|
||||
<div class="site-header">
|
||||
<ul>
|
||||
<li>
|
||||
<a class="internal" href="../index.html#projects">
|
||||
<h2>Projects</h2>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="internal" href="../index.html#experience">
|
||||
<h2>Experience</h2>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
2
shared/jquery.min.js
vendored
Normal file
2
shared/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
33
shared/projects.css
Normal file
33
shared/projects.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
.project-card {
|
||||
padding: 10px;
|
||||
height: 500px;
|
||||
background-color: #333F;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.project-card-role {
|
||||
color: #888F;
|
||||
font-weight: bold;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.project-card[ruins-of-edis] {
|
||||
background-image: url('../assets/ruins-of-edis-cover.jpg');
|
||||
}
|
||||
|
||||
.project-card[stig-kart] {
|
||||
background-image: url('../assets/stig-kart-cover.png');
|
||||
}
|
||||
|
||||
.project-card[spirit-of-science] {
|
||||
background-image: url('../assets/spirit-of-science-cover.jpg');
|
||||
}
|
||||
|
||||
.project-card[boids] {
|
||||
background-image: url('../assets/boids-cover.jpg');
|
||||
}
|
||||
159
shared/style.css
Normal file
159
shared/style.css
Normal file
|
|
@ -0,0 +1,159 @@
|
|||
html {
|
||||
font: 100% monospace, sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 1040px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 300%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
h2.inline {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
a.internal {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
section {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
div {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.info {
|
||||
margin-top: 10px;
|
||||
color: #222F;
|
||||
font-style: italic;
|
||||
}
|
||||
div.info-old {
|
||||
background-color: #0000000C;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 10px;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.embed {
|
||||
background-color: #000F;
|
||||
border-radius: 10px;
|
||||
background-color: #000F;
|
||||
border-radius: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 3px;
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.embed[itch] {}
|
||||
|
||||
.embed[youtube] {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.github-block {
|
||||
display: grid;
|
||||
color: white;
|
||||
grid-template-columns: 125px auto;
|
||||
vertical-align: center;
|
||||
max-width: 650px;
|
||||
width: 100%;
|
||||
margin-left: 0px;
|
||||
background-color: #445F;
|
||||
border-color: #111F;
|
||||
border-width: 10px;
|
||||
border-radius: 5px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
div.github-logo {
|
||||
background-color: #0000;
|
||||
background-image: url("../assets/octicon.png");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
filter: invert(100%);
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.project {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.site-header {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center; background-color: #0000;
|
||||
}
|
||||
|
||||
.site-header > ul > li {
|
||||
display: inline-block;
|
||||
margin-right: 30px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.project-grid {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: 50% 50%;
|
||||
}
|
||||
|
||||
.personal-info-grid {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: 80% auto;
|
||||
}
|
||||
|
||||
.personal-info-photo {
|
||||
background-image: url("../assets/personal-info-photo.jpg");
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.experience-grid > div {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
*[indented] {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.code-box {
|
||||
background-color: #2C2C3CFF;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
overflow: visible;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.code-content {
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue