big frickin project commit
@@ -259,7 +259,6 @@ a {
|
||||
|
||||
.foregroundContent p {
|
||||
line-height: 1.5em;
|
||||
max-width: min(90%, 40rem);
|
||||
}
|
||||
|
||||
.homeground {
|
||||
@@ -311,10 +310,6 @@ a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#nametag *:not(h1) {
|
||||
text-shadow: .1em .1em rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
#nametag h2{
|
||||
font-size: medium;
|
||||
}
|
||||
@@ -397,7 +392,6 @@ a {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position-y: center;
|
||||
opacity: 0.4;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
@@ -510,23 +504,13 @@ a {
|
||||
padding: 0px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.project {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
margin: 1rem;
|
||||
width: 20rem;
|
||||
height: 22rem;
|
||||
border: .3rem rgba(156, 49, 45, .8) solid;
|
||||
background-color: rgba(22, 22, 22, .8);
|
||||
transition: .3s;
|
||||
overflow: hidden;
|
||||
border-top: .3rem rgba(156, 49, 45, .8) solid;
|
||||
}
|
||||
|
||||
.projTitle>* {
|
||||
@@ -536,9 +520,18 @@ a {
|
||||
.projBody {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.project .topBox, .project .bottomBox, .project .projTitle {
|
||||
.grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.projImage{
|
||||
width: min(100%, 35em);
|
||||
}
|
||||
|
||||
.project .projTitle {
|
||||
padding: 0 1rem;
|
||||
z-index: inherit;
|
||||
}
|
||||
@@ -558,7 +551,7 @@ a {
|
||||
border-bottom: black solid .2rem;
|
||||
}
|
||||
|
||||
.project img {
|
||||
.projectLink {
|
||||
margin-top: auto;
|
||||
height: 3rem;
|
||||
}
|
||||
@@ -687,6 +680,7 @@ a {
|
||||
background-color: rgb(24, 24, 24, .85);
|
||||
padding: 0 8em;
|
||||
padding-top: 1em;
|
||||
border-top: solid 4px rgba(139,36,36,0.5);
|
||||
}
|
||||
|
||||
#homeProjects {
|
||||
|
||||
@@ -13,6 +13,28 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
"Antietam-Conococheague Watershed Monitoring": {
|
||||
"status": "complete",
|
||||
"classes": "geospacial",
|
||||
"bgi": "watershedTemps.png",
|
||||
"content": "Geospacial analysis of Maryland's Antietam and Conococheague sub-watersheds, monitoring water quality and temperatures through the summer months for reporting to governmental review boards for environmental protection"
|
||||
},
|
||||
"Calorimetry Analysis Engineering": {
|
||||
"status": "complete",
|
||||
"classes": "pinned programming",
|
||||
"bgi": "calorimeterAnalysis.png",
|
||||
"content": "An analytical toolkit designed for reactive chemistry analysis, especially calorimetry. Works include automatic analysis, alerting unusual and dangerous results derived from a wide range of testing envrionments and equipment",
|
||||
"links": []
|
||||
},
|
||||
"Geography of Alternative Energy": {
|
||||
"status": "complete",
|
||||
"classes":"pinned geospacial",
|
||||
"bgi": "energyGeography.png",
|
||||
"content": "An ArcGIS geospacial analysis comparing the difference in effectiveness of wind, solar, and geothermal energy across the continental 48 United States.",
|
||||
"links": [
|
||||
["globe", "https://ritarcgis.maps.arcgis.com/apps/dashboards/17d5bda01edc4a2eb6205a4922d889c9", "Dashboard"]
|
||||
]
|
||||
},
|
||||
"OccupyRIT": {
|
||||
"status": "WIP",
|
||||
"classes": "pinned programming",
|
||||
@@ -22,16 +44,6 @@
|
||||
["github", "https://github.com/asimonson1125/Occupy-RIT", "git repo"]
|
||||
]
|
||||
},
|
||||
"Digital Portfolio": {
|
||||
"status": "WIP",
|
||||
"classes": "pinned programming",
|
||||
"bgi": "website.png",
|
||||
"content": "My personal portfolio website (you're on it now!)",
|
||||
"links": [
|
||||
["github", "https://github.com/asimonson1125/asimonson1125.github.io", "git repo"],
|
||||
["globe", "https://asimonson.com", "site link"]
|
||||
]
|
||||
},
|
||||
"Slate": {
|
||||
"status": "complete",
|
||||
"classes": "pinned programming",
|
||||
@@ -42,7 +54,7 @@
|
||||
["globe", "https://slate.csh.rit.edu", "site link"]
|
||||
]
|
||||
},
|
||||
"NationsGame Rolls Sim": {
|
||||
"Monte Carlo Engine for NationsGame": {
|
||||
"status": "complete",
|
||||
"classes": "programming",
|
||||
"bgi": "ceoOfYugo.png",
|
||||
|
||||
|
Before Width: | Height: | Size: 148 KiB |
BIN
src/static/photos/projects/calorimeterAnalysis.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
BIN
src/static/photos/projects/energyGeography.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 350 KiB After Width: | Height: | Size: 350 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
BIN
src/static/photos/projects/watershedTemps.png
Normal file
|
After Width: | Height: | Size: 779 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 453 KiB |