summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-01-03 22:46:29 -0500
committer53hornet <53hornet@gmail.com>2019-01-03 22:46:29 -0500
commit7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3 (patch)
tree7827a8393dd9f6c0f7bd8ef7ef502873d2fe8ca3
parentceee26d3b063dc19bbae8e9d6013d84dd9522287 (diff)
downloadmd-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.tar.xz
md-site-7f3ed2c08f79ec5ffe425747adabdac45fa4b8d3.zip
Began work on glass site
-rw-r--r--makefile2
-rw-r--r--md/theglassyladies.com/biz-card.pngbin0 -> 128210 bytes
-rw-r--r--md/theglassyladies.com/favicon.html2
-rw-r--r--md/theglassyladies.com/gl-web-1.pngbin0 -> 989479 bytes
-rw-r--r--md/theglassyladies.com/gl-web-2.pngbin0 -> 992195 bytes
-rw-r--r--md/theglassyladies.com/gl-web-3.pngbin0 -> 992402 bytes
-rw-r--r--md/theglassyladies.com/gl.pngbin0 -> 3541149 bytes
-rw-r--r--md/theglassyladies.com/index.md12
-rw-r--r--md/theglassyladies.com/nav.html7
-rw-r--r--md/theglassyladies.com/styles.css20
10 files changed, 30 insertions, 13 deletions
diff --git a/makefile b/makefile
index 642eb5f..d483992 100644
--- a/makefile
+++ b/makefile
@@ -76,7 +76,7 @@ theglassyladies.com: $(GLASSY_OUT)
html/theglassyladies.com/%.html: md/theglassyladies.com/%.md md/theglassyladies.com/nav.html
@echo "theglassyladies.com: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s -B md/theglassyladies.com/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -H md/theglassyladies.com/favicon.html -B md/theglassyladies.com/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/
diff --git a/md/theglassyladies.com/biz-card.png b/md/theglassyladies.com/biz-card.png
new file mode 100644
index 0000000..a991394
--- /dev/null
+++ b/md/theglassyladies.com/biz-card.png
Binary files differ
diff --git a/md/theglassyladies.com/favicon.html b/md/theglassyladies.com/favicon.html
new file mode 100644
index 0000000..c44bde9
--- /dev/null
+++ b/md/theglassyladies.com/favicon.html
@@ -0,0 +1,2 @@
+<link rel="icon" type="image/x-icon" href="gl.png" />
+
diff --git a/md/theglassyladies.com/gl-web-1.png b/md/theglassyladies.com/gl-web-1.png
new file mode 100644
index 0000000..f7738ba
--- /dev/null
+++ b/md/theglassyladies.com/gl-web-1.png
Binary files differ
diff --git a/md/theglassyladies.com/gl-web-2.png b/md/theglassyladies.com/gl-web-2.png
new file mode 100644
index 0000000..9ba5e4c
--- /dev/null
+++ b/md/theglassyladies.com/gl-web-2.png
Binary files differ
diff --git a/md/theglassyladies.com/gl-web-3.png b/md/theglassyladies.com/gl-web-3.png
new file mode 100644
index 0000000..a45f806
--- /dev/null
+++ b/md/theglassyladies.com/gl-web-3.png
Binary files differ
diff --git a/md/theglassyladies.com/gl.png b/md/theglassyladies.com/gl.png
new file mode 100644
index 0000000..be2d130
--- /dev/null
+++ b/md/theglassyladies.com/gl.png
Binary files differ
diff --git a/md/theglassyladies.com/index.md b/md/theglassyladies.com/index.md
index 3203956..ed523d9 100644
--- a/md/theglassyladies.com/index.md
+++ b/md/theglassyladies.com/index.md
@@ -12,6 +12,16 @@ keywords: [liz, elizabeth, carpenter, pat, patricia, potter, glass, art, stained
## Elizabeth Carpenter & Patricia Potter
-lorem ipsum
+### Glass with Class!
+
+Deserunt itaque numquam molestiae odit eum dolor. Quos ea libero voluptatem qui. In consequatur non consequatur alias laboriosam quidem. Est quia laborum velit numquam eum ea. Non voluptas eum adipisci et facilis ut sed. Qui aut aut neque recusandae unde tenetur.
+
+Corrupti error voluptatem eum quam. Ullam incidunt consequuntur nihil quisquam eos rerum perferendis. Molestiae saepe soluta modi odio laborum.
+
+Nostrum qui ut voluptate quae minima distinctio. Quia rerum id tempore doloribus quis cupiditate quasi rerum. Molestiae est natus corrupti rerum voluptatum ipsam facilis quam. Velit repellendus quia quos omnis. Nulla ea consectetur aut magnam maiores non laboriosam. Sed enim vero dignissimos earum iusto similique fugit illum.
+
+Similique accusantium aut accusantium. Qui voluptatem qui quia occaecati est temporibus. Rerum nihil velit repudiandae ea.
+
+Itaque quae quod qui aut ipsam et ducimus quidem. Est praesentium dolorem qui necessitatibus et vel. Rerum repudiandae nihil culpa quia adipisci aut numquam optio. Aut laborum sit et voluptas alias dignissimos vitae saepe. Suscipit occaecati et et fugit qui commodi modi.
</article>
diff --git a/md/theglassyladies.com/nav.html b/md/theglassyladies.com/nav.html
index 8d1c8b6..570d033 100644
--- a/md/theglassyladies.com/nav.html
+++ b/md/theglassyladies.com/nav.html
@@ -1 +1,6 @@
-
+<nav id="topnav">
+ <a href="/">Home</a>
+ <a target="_blank" href="https://nextcloud.53hor.net/index.php/apps/gallery/s/AWFkGTCoDKwKF4r#">Browse Our Artwork</a>
+ <a target="_blank" href="https://www.facebook.com/glassyladiesart/">Connect on Facebook</a>
+ <a href="/">Ordering</a>
+</nav>
diff --git a/md/theglassyladies.com/styles.css b/md/theglassyladies.com/styles.css
index 1bf741f..d2a62b4 100644
--- a/md/theglassyladies.com/styles.css
+++ b/md/theglassyladies.com/styles.css
@@ -1,7 +1,8 @@
/* stylesheet for theglassyladies.com */
/* google fonts */
-@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i|Fredericka+the+Great|Reenie+Beanie');
+/*@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i|Fredericka+the+Great|Reenie+Beanie');*/
+@import url('https://fonts.googleapis.com/css?family=Crafty+Girls|Delius+Swash+Caps|La+Belle+Aurore');
:root {
/* custom colors */
@@ -27,7 +28,7 @@
text-decoration: none;
color: var(--teal);
transition: 0.25s;
- font-family: 'Arapey', serif;
+ font-family: 'Delius Swash Caps', sans-serif;
font-weight: 700;
font-size: 1.5em;
}
@@ -66,8 +67,7 @@ body {
padding: 0;
height: 100%;
background-color: #ffffff;
- background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23009999' fill-opacity='0.42' fill-rule='evenodd'/%3E%3C/svg%3E");
-
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='church-on-sunday' fill='%23008080' fill-opacity='0.27'%3E%3Cpath d='M77.17 0H80v2.83l-.1.1A39.9 39.9 0 0 1 74.64 20a39.9 39.9 0 0 1 5.24 17.06l.11.11v2.89c-.01 6.9-1.8 13.79-5.35 19.94A39.96 39.96 0 0 1 80 79.94V80h-2.83L66.84 69.66a39.83 39.83 0 0 1-24.1 10.25l.09.09h-5.66l.1-.1c-8.7-.58-17.22-4-24.1-10.23L2.82 80H0V79.94c.01-6.9 1.8-13.8 5.35-19.94A39.96 39.96 0 0 1 0 40.06V37.17l.1-.1A39.9 39.9 0 0 1 5.36 20 39.9 39.9 0 0 1 .1 2.94L0 2.83V0h2.83l-.1.1a39.83 39.83 0 0 1 24.1 10.24L37.18 0H40c0 6.92-1.78 13.83-5.35 20A39.96 39.96 0 0 1 40 40c0-6.92 1.78-13.83 5.35-20A39.96 39.96 0 0 1 40 0h2.83l10.33 10.34A39.83 39.83 0 0 1 77.26.09L77.17 0zm.77 77.94c-.3-5.52-1.8-11-4.49-16a40.18 40.18 0 0 1-5.17 6.34l9.66 9.66zm-12.52-9.7l-6.83-6.83-5.46 5.46-1.41 1.41-9.66 9.66c8.4-.45 16.69-3.68 23.36-9.7zm-23.07 6.58l7.99-7.98a40.05 40.05 0 0 1-3.79-4.9 37.88 37.88 0 0 0-4.2 12.88zM47.68 60a37.98 37.98 0 0 0 4.07 5.42L57.17 60l-5.42-5.42A38 38 0 0 0 47.68 60zm2.66-6.84a40.06 40.06 0 0 0-3.79 4.9 37.88 37.88 0 0 1-4.2-12.88l7.99 7.98zm1.38-1.44l1.41 1.41 5.46 5.46 6.83-6.84a37.85 37.85 0 0 0-23.36-9.7l9.66 9.67zM60 60l6.87 6.87A38.1 38.1 0 0 0 72.32 60a38.11 38.11 0 0 0-5.45-6.87L60 60zm-14.65 0a39.9 39.9 0 0 0-5.24 17.06l-.11.11-.1-.1A39.9 39.9 0 0 0 34.64 60a39.9 39.9 0 0 0 5.24-17.06l.11-.11.1.1A39.9 39.9 0 0 0 45.36 60zm9.23-48.25a37.85 37.85 0 0 1 23.36-9.7l-9.66 9.67-1.41 1.41-5.46 5.46-6.83-6.84zm13.67 13.67L62.83 20l5.42-5.42A38 38 0 0 1 72.32 20a37.98 37.98 0 0 1-4.07 5.42zm5.2-3.47a40.05 40.05 0 0 1-3.79 4.89l7.99 7.98c-.61-4.45-2.01-8.82-4.2-12.87zm-6.58 4.92l1.41 1.41 9.66 9.66a37.85 37.85 0 0 1-23.36-9.7l6.83-6.83 5.46 5.46zM53.13 13.13L60 20l-6.87 6.87A38.11 38.11 0 0 1 47.68 20a38.1 38.1 0 0 1 5.45-6.87zm-1.41-1.41l-9.66-9.66c.3 5.52 1.8 11 4.49 16a40.18 40.18 0 0 1 5.17-6.34zm-9.66 26.22c.3-5.52 1.8-11 4.49-16a40.18 40.18 0 0 0 5.17 6.34l-9.66 9.66zm26.22 13.78l9.66-9.66c-.3 5.52-1.8 11-4.49 16a40.18 40.18 0 0 0-5.17-6.34zm8.98-11.81L66.84 50.34a39.83 39.83 0 0 0-24.1-10.25l10.42-10.43a39.83 39.83 0 0 0 24.1 10.25zm-7.6-26.75a40.06 40.06 0 0 1 3.79 4.9 37.88 37.88 0 0 0 4.2-12.88l-7.99 7.98zm-31.72 28.9c-8.4.45-16.69 3.68-23.36 9.7l6.83 6.83 5.46-5.46 1.41-1.41 9.66-9.66zM22.83 60l5.42 5.42c1.54-1.7 2.9-3.52 4.07-5.42a38 38 0 0 0-4.07-5.42L22.83 60zm5.45 8.28l-1.41-1.41-5.46-5.46-6.83 6.84a37.85 37.85 0 0 0 23.36 9.7l-9.66-9.67zm9.37 6.54l-7.99-7.98a40.05 40.05 0 0 0 3.79-4.9 37.88 37.88 0 0 1 4.2 12.88zM20 60l-6.87-6.87A38.11 38.11 0 0 0 7.68 60a38.11 38.11 0 0 0 5.45 6.87L20 60zm17.26-19.9L26.84 29.65a39.83 39.83 0 0 1-24.1 10.25l10.42 10.43a39.83 39.83 0 0 1 24.1-10.25zm-35.2 1.96l9.66 9.66a40.18 40.18 0 0 0-5.17 6.33c-2.7-5-4.2-10.47-4.5-16zm4.49 19.89c-2.7 5-4.2 10.47-4.5 16l9.67-9.67a40.18 40.18 0 0 1-5.17-6.33zm31.1-16.77c-.61 4.45-2.01 8.82-4.2 12.87a40.06 40.06 0 0 0-3.79-4.89l7.99-7.98zm-4.2-23.23c2.7 5 4.2 10.47 4.5 16l-9.67-9.67c1.97-1.97 3.7-4.1 5.17-6.33zm-14.86-.54l6.83 6.84a37.85 37.85 0 0 1-23.36 9.7l9.66-9.67 1.41-1.41 5.46-5.46zm-8.25 5.43l-7.99 7.98c.61-4.45 2.01-8.82 4.2-12.87a40.04 40.04 0 0 0 3.79 4.89zm1.41-1.42A37.99 37.99 0 0 1 7.68 20a38 38 0 0 1 4.07-5.42L17.17 20l-5.42 5.42zm-5.2-7.37a40.04 40.04 0 0 1 3.79-4.89L2.35 5.18c.61 4.45 2.01 8.82 4.2 12.87zm6.58-4.92l-1.41-1.41-9.66-9.66a37.85 37.85 0 0 1 23.36 9.7l-6.83 6.83-5.46-5.46zm13.74 13.74L20 20l6.87-6.87A38.1 38.1 0 0 1 32.32 20a38.1 38.1 0 0 1-5.45 6.87zm6.58-8.82a40.18 40.18 0 0 0-5.17-6.33l9.66-9.66c-.3 5.52-1.8 11-4.49 16z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
article {
@@ -101,7 +101,7 @@ figure figcaption {
text-align: right;
font-weight: 400;
font-size: 2em;
- font-family: 'Reenie Beanie', cursive;
+ font-family: 'La Belle Aurore', cursive;
}
p {
@@ -109,7 +109,7 @@ p {
text-indent: 2em;
font-weight: 400;
font-size: 2em;
- font-family: 'Arapey', serif;
+ font-family: 'Delius Swash Caps', sans-serif;
background-color: white;
box-shadow: 0 0 5px black;
}
@@ -117,7 +117,7 @@ p {
blockquote p {
text-align: left;
text-indent: 0;
- font-family: 'Reenie Beanie', cursive;
+ font-family: 'La Belle Aurore', cursive;
}
iframe {
@@ -140,7 +140,7 @@ h1 { /* decorative page title */
margin-bottom: 5px;
font-weight: 400;
font-size: 5em;
- font-family: 'Fredericka the Great', cursive;
+ font-family: 'Crafty Girls', cursive;
text-align: center;
color: black;
}
@@ -148,7 +148,7 @@ h1 { /* decorative page title */
h2 { /* decorative page subtitle */
font-weight: 400;
font-size: 4em;
- font-family: 'Reenie Beanie', cursive;
+ font-family: 'La Belle Aurore', cursive;
text-align: center;
color: black;
}
@@ -159,7 +159,7 @@ h3 { /* section title */
padding: 0;
font-weight: 400;
font-size: 3em;
- font-family: 'Arapey', serif;
+ font-family: 'Delius Swash Caps', sans-serif;
text-align: left;
text-indent: 0;
color: black;