summaryrefslogtreecommitdiff
path: root/iridescence/src/views/About.vue
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-12-27 09:37:15 -0500
committerAdam T. Carpenter <atc@53hor.net>2020-12-27 09:37:15 -0500
commit91b538c776071a7ae60adfa25bfcaccc0403896e (patch)
tree65278ac7ba6ab78ef55602bfdb895c7cab9ac488 /iridescence/src/views/About.vue
parent335a9e3dfe2bb1dde3900018b01fdad6baad1595 (diff)
downloadtheglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.tar.xz
theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.zip
Added care, privacy, faq, fixed custom order temporarily, fixed site
title
Diffstat (limited to 'iridescence/src/views/About.vue')
-rw-r--r--iridescence/src/views/About.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/iridescence/src/views/About.vue b/iridescence/src/views/About.vue
index 3fa2807..87c483a 100644
--- a/iridescence/src/views/About.vue
+++ b/iridescence/src/views/About.vue
@@ -1,5 +1,9 @@
<template>
- <div class="about">
- <h1>This is an about page</h1>
+ <div id="about" class="container">
+ <section class="section">
+ <article class="content">
+ <h1>This is an about page</h1>
+ </article>
+ </section>
</div>
</template>