Browse Source

add files index

Nate Johnston 2 years ago
parent
commit
17faad993a

+ 5 - 0
config.toml

@@ -21,6 +21,11 @@ paginatePath = "page"
   home = ["HTML", "RSS"]
 
 [menu]
+ [[menu.main]]
+    name = "Documents"
+    identifier = "documents"
+    url = "/files/"
+    weight = 10
  [[menu.main]]
     name = "Tags"
     identifier = "Tags"

+ 2 - 0
content/posts/newlook.md

@@ -4,6 +4,8 @@ title: "New Look"
 date: 2023-10-16T12:18:24-04:00
 math: false
 draft: false
+tags: 
+- website
 ---
 
 Hello!  Welcome to the new look for the Calvert's Glen HOA website.  This

+ 32 - 0
static/files/index.html

@@ -0,0 +1,32 @@
+<!-- 
+# vim: nospell
+-->
+<html>
+    <head>
+        <title>CGHOA Files</title>
+    </head>
+    <body>
+        <table border=0> <tr>
+            <td> <a href=exteriorchangerequest_2017.pdf><img src=changerequest.jpg></a></td>
+            <td> <a href=exteriorchangerequest_2017.pdf>Exterior Change Request Form</a> <p> Use this form to describe planned exterior changes to your property. Please <a href="mailto:calvertsglenacc@gmail.com">email</a> to the ACC for approval.</td>
+        </tr><tr>
+            <td> <a href=community_map.pdf><img src=map.jpg></a></td>
+            <td> <a href=community_map.pdf>Community Map</a> <p> Shows the extent of the Calvert's Glen HOA properties. </td>
+        </tr><tr>
+            <td> <a href=CalvertsGlenByLaws2017.pdf><img src=cgbylaws.jpg></a></td>
+            <td> <a href=CalvertsGlenByLaws2017.pdf>Calvert's Glen By-Laws</a> <p> By-Laws govening the HOA. </td>
+        </tr><tr>
+            <td> <a href=faq.pdf><img src=faq.jpg></a></td>
+            <td> <a href=faq.pdf>Frequently Asked Questions</a> </td>
+        </tr><tr>
+            <td> <a href=accguidelines032817.pdf><img src=guidelines.jpg></a></td>
+            <td> <a href=accguidelines032817.pdf>ACC Guidelines</a> <p> A guide for residents on the planning, design and approval process for external alterations. </td>
+        </tr><tr>
+            <td> <a href=EnforcementPolicy2017.pdf><img src=enforcementpolicy.jpg></a></td>
+            <td> <a href=EnforcementPolicy2017.pdf>Enforcement Policy</a> <p> The CGHOA policy defines uniform, fair and legally acceptable procedures for the enforcement of HOA covenants, policies and guidelines. </td>
+        </tr><tr>
+            <td> <a href=DeedCovenants2017.pdf><img src=deedcovenants.jpg></a></td>
+            <td> <a href=DeedCovenants2017.pdf>Deed Covenants</a> </td>
+        </table>
+    </body>
+</html>

BIN
static/images/cgbylaws.jpg


BIN
static/images/cghoa-map.png


BIN
static/images/changerequest.jpg


BIN
static/images/deedcovenants.jpg


BIN
static/images/enforcementpolicy.jpg


BIN
static/images/faq.jpg


BIN
static/images/guidelines.jpeg


BIN
static/images/map.jpg