diff --git a/img/lined-paper-texture.jpg b/img/lined-paper-texture.jpg new file mode 100644 index 0000000..1a03756 Binary files /dev/null and b/img/lined-paper-texture.jpg differ diff --git a/img/paper.gif b/img/paper.gif new file mode 100644 index 0000000..976ab19 Binary files /dev/null and b/img/paper.gif differ diff --git a/index.css b/index.css index 9ffcaaa..1460e34 100644 --- a/index.css +++ b/index.css @@ -1,26 +1,38 @@ body { + background-image: url(/img/paper.gif); margin: 40px auto; max-width: 800px; line-height: 1.8; font-size: 18px; color: #454545; padding: 0 10px; - background: #fbf9f7; + /*background: #fbf9f7;*/ display: grid; grid-template-columns: 150px auto; + grid-template-rows: auto auto 2em; grid-template-areas: "logo title" "nav content" "nav foot"; - /*gap: 10px;*/ + gap: 10px; height: 100%; } +.div { + background-color: #fbf9f7; + padding: 0 5px; + border: medium outset black; + } + .logo { grid-area: logo; + padding: 0 1.5px; } .title { grid-area: title; + width: auto; + height: auto; + margin: auto; } .nav { @@ -37,9 +49,19 @@ body { grid-area: foot; } +.footer >p { + margin: 0; +} + +.changelog { + overflow-y: scroll; + +} + a { color: #07a; text-decoration:none; + width: fit-content; } a:visited { @@ -60,4 +82,5 @@ sub { .distro { display: flex; -} \ No newline at end of file +} + diff --git a/index.html b/index.html index 4b658ed..a0c0685 100644 --- a/index.html +++ b/index.html @@ -4,40 +4,43 @@ - chopster44.com + chptr - -
- - -
-
+ +

Chopster44

+ +

About me

- I'm chopster44.
- I know a bit about programming, designing circuit boards, building rockets, breaking computers and playing bass. + Hi, I'm chopster44 and this is my website. Here I put anything I have worked on/used/made which I think + is cool. This isn't a professional site so things might get a bit messy/all over the place and hard to + navigate. I hope you enjoy looking around!
- This is my personal site where I put a bit of everything. Like most of my projects this is a work in progress. + If you want to ask me something about anything here, take a look at [Contact].

-
- + + diff --git a/template.html b/template.html index f697cd3..f664571 100644 --- a/template.html +++ b/template.html @@ -7,21 +7,40 @@ chptr - -

Chopster44

-