From a84c4e6d20fc89291cbdbde74ea74074ad586a20 Mon Sep 17 00:00:00 2001 From: Simon O'Shea <55282932+osheas1atwit@users.noreply.github.com> Date: Thu, 15 Dec 2022 17:41:19 -0500 Subject: [PATCH] adding site files --- about.html | 27 +++++++++++++++++++++++++++ index.html | 23 +++++++++++++++++++++++ logs.html | 35 +++++++++++++++++++++++++++++++++++ projects.html | 36 ++++++++++++++++++++++++++++++++++++ style.css | 4 ++++ 5 files changed, 125 insertions(+) create mode 100644 about.html create mode 100644 index.html create mode 100644 logs.html create mode 100644 projects.html create mode 100644 style.css diff --git a/about.html b/about.html new file mode 100644 index 0000000..2a0cd5f --- /dev/null +++ b/about.html @@ -0,0 +1,27 @@ + + + + + + + + + +
+HOME +
+ +
+

+ my name is simon, and you found me
+ enjoy your stay





+ + my links: linkedin | github + + + +

+
+ + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..d7d821f --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + + + + + +
+

+ you made it! congratulations :)
+ this is my corner of the internet, feel free to explore



+ + logs + - + projects + - + about +

+
+ + + \ No newline at end of file diff --git a/logs.html b/logs.html new file mode 100644 index 0000000..a7ee2b4 --- /dev/null +++ b/logs.html @@ -0,0 +1,35 @@ + + + + + + + + + +
+HOME +
+ +
+

+


- my collection of logs -


+ + ~web development log
+ where i log work i'm doing on here + +

+ + ~personal book log
+ where i write a little blurb about books i've read + +

+ + ~making a fingerboard
+ things i've learned
+ +

+
+ + + \ No newline at end of file diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..a196a88 --- /dev/null +++ b/projects.html @@ -0,0 +1,36 @@ + + + + + + + + + +
+HOME +
+ +
+

+


- personal projects -


+ + ~web browser new tab template
+ use these html/css files as a
+ startpage for your browser

+ + ~cigar box guitar
+ my final project for History of
+ American Folk Music, a fretted
+ cigarbox guitar

+ + ~fingerboards
+ after skateboarding for a few
+ years, i got my first tech deck
+ and began fingerboarding. i also
+ make them for myself and friends

+

+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1990188 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +div.main {top: 5%; left: 0; width: 99%; height: 95%; position: absolute; display: table; justify: center;} + p {display: table-cell; vertical-align: middle; text-align: center;} + a { color: black; } +div.bar { position: fixed; top: 0; z-index: 1; } \ No newline at end of file