replace about page with homepage content

This commit is contained in:
2024-05-19 11:16:05 -05:00
parent 7744786431
commit 2cb1368440
7 changed files with 87 additions and 139 deletions

View File

@@ -343,6 +343,14 @@ a {
justify-content: space-around;
}
.equalitems {
column-gap: 1em;
}
.equalitems > * {
flex: 1 1 0;
}
.vFlex {
display: flex;
flex-direction: column;
@@ -354,10 +362,6 @@ a {
max-width: 100%;
}
#aboutCards {
justify-content: left;
}
#aboutCards > * {
margin: .25em;
}
@@ -370,6 +374,11 @@ a {
justify-content: left;
}
.hSpacer {
width: 2em;
height: 0;
}
.relative {
position: relative;
}
@@ -677,6 +686,7 @@ a {
.homeSubContent {
background-color: rgb(24, 24, 24, .85);
padding: 0 8em;
padding-top: 1em;
}
#homeProjects {
@@ -1031,6 +1041,10 @@ a {
margin: 0;
}
.vertOnMobile {
flex-direction: column;
}
.projectList {
width: 95%;
}
@@ -1056,7 +1070,7 @@ a {
}
.homeSubContent {
padding: 0;
padding: 1em;
}
.onRight {

View File

@@ -11,12 +11,6 @@
"description": "Recent projects by Andrew Simonson on his lovely portfolio website :)",
"canonical": "/projects"
},
"about": {
"template": "about.html",
"title": "Andrew Simonson - About Me",
"description": "About Andrew Simonson",
"canonical": "/about"
},
"books": {
"template": "books.html",
"title": "Andrew Simonson - Bookshelf",

View File

@@ -2,9 +2,9 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://asimonson.com</loc>
<loc>https://asimonson.com/about</loc>
<loc>https://asimonson.com/projects</loc>
<loc>https://asimonson.com/Resume</loc>
<lastmod>2022-06-04</lastmod>
<loc>https://asimonson.com/duck</loc>
<lastmod>2024-05-19</lastmod>
</url>
</urlset>