From b360c6f62c3a99bbe57b7d0c7f5fa55f9336a563 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Mon, 27 Dec 2021 19:11:27 -0800 Subject: restart repo --- files/nategb-root/index.html | 57 ++++++++++++++++++++++++++++++++++++++++++++ files/nategb-root/style.css | 14 +++++++++++ 2 files changed, 71 insertions(+) create mode 100644 files/nategb-root/index.html create mode 100644 files/nategb-root/style.css (limited to 'files/nategb-root') diff --git a/files/nategb-root/index.html b/files/nategb-root/index.html new file mode 100644 index 0000000..9c72239 --- /dev/null +++ b/files/nategb-root/index.html @@ -0,0 +1,57 @@ + + + + + Nate Buttke + + + + + + + + me at the beach :) +
+

Nate Buttke

+

cute CRT and keyboard  Welcome to my new website!

+

+ I'm Nate, a Computer Science student in Northern California. My current + interests include UNIX system administration, C programming, and cycling. +

+
+ +
+ + + + + + +
+

Self

+
    +
  • to be added
  • +
+
+

Projects

+ +
+

Articles

+
    +
  • to be added
  • +
+ +
+ +
+ + + + + diff --git a/files/nategb-root/style.css b/files/nategb-root/style.css new file mode 100644 index 0000000..7e05f17 --- /dev/null +++ b/files/nategb-root/style.css @@ -0,0 +1,14 @@ +body{font-size: 1.1em; max-width:100%; padding: 1em; margin: 0 auto; width: 37em;} +.me{width: 9em; float: right; margin: 2em 0 1em 1em;} + +table.blocks { margin: 0 -8px; } + table.blocks td { padding: 0 8px; } + ul.list, ul.list ul { margin-left: 1.375em /* 22px */; padding-left: 0; } + +footer{font-size: 0.7em;} + +@media only screen and (max-width: 640px){ + body{font-size: 1em;} + .me{width:6.5em;} + /*.welcome{font-size: 0.9em}*/ +} -- cgit v1.2.3