Browse Source

animate.css ๐Ÿ™ˆ

windhamdavid 1 year ago
parent
commit
d24d9904f2
4 changed files with 8 additions and 3 deletions
  1. 5 0
      .htaccess
  2. 1 1
      about.html
  3. 1 1
      css/site.css
  4. 1 1
      css/styles.css

+ 5 - 0
.htaccess

@@ -0,0 +1,5 @@
+Options -MultiViews
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^([^\.]+)$ $1.html [NC,L]

+ 1 - 1
about.html

@@ -187,7 +187,7 @@
           <li class="bg-gwp-blue-green bg-opacity-25 text-light list-group-item">Crime Rates</li>
           <li class="bg-gwp-blue bg-opacity-25 text-light list-group-item">Enhanced Tax Base</li>
         </ul>
-        <a href="research.html" class="mt-3 btn btn-lg btn-gwp-blue" role="botton">Research</a>
+        <a href="research.html" class="mt-3 btn btn-lg btn-gwp-blue" role="button">Research</a>
         <p class="amatic fs-1 text-gwp-green mt-3">Simply put, The Greenwood Promise is an investment in Greenwood's greatest resource: Our Children!</p>
       </div>
     </div>

+ 1 - 1
css/site.css

@@ -1,4 +1,4 @@
-@import '../node_modules/animate.css/animate.css';
+@import 'animate.css';
 
 @font-face {
   font-family: 'Handlee';

+ 1 - 1
css/styles.css

@@ -1,4 +1,4 @@
-@import '../node_modules/animate.css/animate.css';
+@import 'animate.css';
 
 @font-face {
   font-family: 'Handlee';