https://github.com/johnameyer/dunne-hall-website
This is the code base for dunnehall.com a website for the eponymous men's dorm at Notre Dame. Allows for content on the website to be pulled and cached from Google Docs.
https://github.com/johnameyer/dunne-hall-website
bootstrap dunne-hall html php
Last synced: 2 months ago
JSON representation
This is the code base for dunnehall.com a website for the eponymous men's dorm at Notre Dame. Allows for content on the website to be pulled and cached from Google Docs.
- Host: GitHub
- URL: https://github.com/johnameyer/dunne-hall-website
- Owner: johnameyer
- Created: 2016-10-22T20:43:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T06:53:38.000Z (about 7 years ago)
- Last Synced: 2025-05-18T00:06:08.143Z (about 1 year ago)
- Topics: bootstrap, dunne-hall, html, php
- Language: PHP
- Homepage: http://dunnehall.com
- Size: 6.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dunne Hall Website
This website is being built as the inaugural website of Dunne Hall, a male dorm at the University of Notre Dame. It is currently hosted
[here](https://dunnehall.com).
Of special note is that it makes it easier for non-technical members to update the website, as it draws its textual and gallery content from google docs and caches them locally.
## Getting Started
This website uses HTML, PHP, JS, and CSS. All that is required to run on a localhost is a webserver like WAMP.
If your instance of the website is not at the root, e.g. localhost/dunne/, you can set the PHP/Apache environmental variable DUNNE_HALL_BASE.
As well, once it has been pulled, make sure to run the /cache/~update.php file to pull down the content (make sure PHP has write permissions to that directory too).
## Built With
* [PHP](http://php.net/manual/en/index.php)
* [Bootstrap 4](https://getbootstrap.com/docs/4.0/)
* [jQuery](https://api.jquery.com/)
## Authors
* **John Meyer** - Creator and maintainer