Group Members: Hollan S, Hannah F, Emilio D
This is the work for our 2023 Web App Development project.
- /img/ - All images for the project
- /js/ - All JavaScript files for the project
- /siteman/ - A site management utility. The sitemap.win.exe command will update the sitemap.xml file based off of the contents of the url.txt file.
- /styles/ - All CSS style sheets.
- About Page: http://glitterglides.com/about.html
- /about.html
- /styles/about.css
- /styles/MainStyles.css
- Blog Page: http://glitterglides.com/blog.html
- /blog.html
- /styles/blog.css
- /styles/MainStyles.css
- Home Page: http://glitterglides.com/
- /index.html
- /styles/MainStyles.css
- /styles/orderOnlineBase.css
- /styles/socialMediaBase.css
- Membership Page: http://glitterglides.com/membership.html
- /membership.html
- /styles/MainStyles.css
- /styles/membership.css
- /js/membershipForm.js
- OrderOnline Page http://glitterglides.com/orderonline.html
- /orderonline.html
- /styles/MainStyles.css
- /styles/orderOnlineBase.css
- /styles/orderonline.css
- /js/orderonline.js
- robots.txt: Contains allow and disallow
- sitemap.xml: Contains the information about the pages of the website
- /siteman/ : Contains utilities for updating the sitemap.xml file.
- sitemap.cpp - Source code for sitemap.win.exe
- sitemap.win.exe - Command to update the sitemap.xml file when invoked, updates for the URLs present in the URL.txt file
- url.txt - A file containing the URLs to be included in the sitemap.xml file.