Finished first draft of Resume page.

This commit is contained in:
g_it 2026-02-16 02:57:39 +01:00
commit b6b011918e
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
30 changed files with 719 additions and 518 deletions

View file

@ -1,50 +0,0 @@
/*****************************
* CHAPTER
* Styling for chapter pages.
*****************************/
/* Removing all padding, margins, etc. The content covers the entire viewing area */
body,
.md-content__inner,
.md-main__inner,
.md-grid {
box-sizing: border-box;
margin: 0;
max-width: none;
padding: 0;
}
body {
align-items: center;
display: flex;
justify-content: center;
min-height: 100%;
width: 100%;
}
article,
.md-container,
div.md-content {
margin: 0;
min-height: 100%;
padding: 0;
width: 100%;
}
article.md-content__inner.md-typeset:before,
article.md-content__inner.md-typeset:after {
content: none;
}
/* Hide announcements bar on chapter pages */
header,
[data-md-component="skip"],
[data-md-component="announce"],
.md-content .md-typeset h1 {
display: none !important;
}
/* Hide the repo stuff */
.md-source {
display: none !important;
}