summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
-rw-r--r--md/53hor.net/db/index.md12
-rw-r--r--md/53hor.net/db/script.html1
-rw-r--r--md/53hor.net/nav.html12
-rw-r--r--md/53hor.net/styles.css47
-rw-r--r--md/wedding/index.md1
-rw-r--r--md/wedding/styles.css0
7 files changed, 53 insertions, 22 deletions
diff --git a/makefile b/makefile
index 102288c..386f151 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ PNG_OUT = $(patsubst md/%.png, html/%.png, $(PNG))
ATC_OUT = $(patsubst md/atc.53hor.net/%.md, html/atc.53hor.net/%.html, $(MD))
.PHONY: all
-all: css img 53hor.net atc.53hor.net
+all: css img 53hor.net atc.53hor.net alsplusatc.net
.PHONY: css
css: $(CSS_OUT)
diff --git a/md/53hor.net/db/index.md b/md/53hor.net/db/index.md
index 93133c5..eac223f 100644
--- a/md/53hor.net/db/index.md
+++ b/md/53hor.net/db/index.md
@@ -7,15 +7,17 @@ pagetitle: 53hornet - Parts Database
#### What you really came here for
-# Intro
+# Disclaimer
+Please remember that this database is continually a work in progress and is not guaranteed in any way. If you want to suggest a part that isn't in our list, check out part suggestions.
-Disclaimer: please remember that this database is continually a work in progress and is not guaranteed in any way. If you want to suggest a part that isn't in our list, check out part suggestions.
-
-This is the master parts list that we have amassed over time. These are new parts that you can buy easily online from Hudson Essex Terraplane club members, in online auto stores, or at local auto shops. We are open to feedback and would love to be able to list parts for more Hudsons. Please tell us if these parts work for your Hudsons and suggest new parts down below. Remember, we only check whether others' parts exist, not whether they're compatible. We are not responsible for any parts in this list that cause any sort of problems with your Hudson. If you see something wrong in the list or have a problem with one of the parts listed, please let us know on the Contact Us page and we'll try to correct it as soon as possible.
# Database
-<iframe style="height: 1000px" src="https://view-awesome-table.com/-KfY-V35Im-9lfLidhZi/view"></iframe>
+<div data-type="AwesomeTableView" data-viewID="-KfY-V35Im-9lfLidhZi"></div>
+
+# About This List
+This is the master parts list that we have amassed over time. These are new parts that you can buy easily online from Hudson Essex Terraplane club members, in online auto stores, or at local auto shops. We are open to feedback and would love to be able to list parts for more Hudsons. Please tell us if these parts work for your Hudsons and suggest new parts down below. Remember, we only check whether others' parts exist, not whether they're compatible. We are not responsible for any parts in this list that cause any sort of problems with your Hudson. If you see something wrong in the list or have a problem with one of the parts listed, please let us know on the Contact Us page and we'll try to correct it as soon as possible.
# Part Suggestions
</article>
+<script src="https://awesome-table.com/AwesomeTableInclude.js"></script>
diff --git a/md/53hor.net/db/script.html b/md/53hor.net/db/script.html
new file mode 100644
index 0000000..2175b02
--- /dev/null
+++ b/md/53hor.net/db/script.html
@@ -0,0 +1 @@
+<script src="https://awesome-table.com/AwesomeTableInclude.js"></script>
diff --git a/md/53hor.net/nav.html b/md/53hor.net/nav.html
index cf6dbb6..a94e1bc 100644
--- a/md/53hor.net/nav.html
+++ b/md/53hor.net/nav.html
@@ -1,9 +1,9 @@
<nav id="topnav">
- <img src="/logo.png" style="float:left" height=7% width=7%>
- <a href="/contact">Contact Us</a>
- <a href="/journal">Journal</a>
- <a href="/gallery">Image Gallery</a>
- <a href="http://youtube.com/my53hornet">YouTube Channel</a>
- <a href="/db">Parts Database</a>
+ <!--<img src="/logo.png">-->
<a href="/">Home</a>
+ <a href="/db">Parts Database</a>
+ <a href="http://youtube.com/my53hornet">YouTube Channel</a>
+ <a href="/gallery">Image Gallery</a>
+ <a href="/journal">Journal</a>
+ <a href="/contact">Contact Us</a>
</nav>
diff --git a/md/53hor.net/styles.css b/md/53hor.net/styles.css
index 1ce2894..62b54f2 100644
--- a/md/53hor.net/styles.css
+++ b/md/53hor.net/styles.css
@@ -9,10 +9,37 @@
--balboa:#1a5a72;
}
+@media screen and (max-width: 1000px) {
+ article {
+ position: relative;
+ padding: 0;
+ display: inline;
+ }
+
+ #topnav {
+ position: static;
+ top: auto;
+ }
+
+ #topnav img {
+ display: inline;
+ }
+
+ #topnav a {
+ float: none;
+ width: 100%;
+ }
+
+ #TOC {
+ display: none;
+ }
+
+}
+
#TOC {
box-shadow: 3px 7px 5px black;
position: fixed;
- width: 15%;
+ width: 20%;
height: 100%;
margin: 0;
background-color: white;
@@ -23,9 +50,9 @@
#TOC ul {
overflow: none;
height: 100%;
- list-style-type: disc;
+ list-style-type: none;
color: var(--balboa);
- padding-left: 1em;
+ padding-left: 0.5em;
}
#TOC li a {
@@ -33,7 +60,7 @@
display: block;
color: gray;
font-weight: 400;
- font-size: 0.7em;
+ font-size: 0.8em;
font-style: italic;
transition: 0.25s;
}
@@ -51,17 +78,17 @@
width: 100%;
background-color: var(--balboa);
z-index: 1;
+ display: table;
}
#topnav img {
- padding-left: 2.5em;
- padding-top: 1em;
- display: block;
+ display: table-cell;
+ vertical-align: bottom;
}
#topnav a {
- float: right;
- display: block;
+ float: left;
+ display: table-cell;
text-align: center;
padding: 1em 1em;
text-decoration: none;
@@ -94,7 +121,7 @@ body {
article {
height: 100%;
- margin-left: 15%;
+ margin-left: 20%;
margin-top: 3em;
}
diff --git a/md/wedding/index.md b/md/wedding/index.md
new file mode 100644
index 0000000..3b18e51
--- /dev/null
+++ b/md/wedding/index.md
@@ -0,0 +1 @@
+hello world
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/md/wedding/styles.css