All notable changes to this site will be documented in this file.
Please note that the version numbering is not for the benefit of the end user, but rather for internal documentation and accountability for further maintainers.
- Add sort, search, & filter to
events.html
- Events and Resources pages will be split into separate pages.
upcoming-events.html
&past-events.html
pages to be published via AJAX.resources.html
&internships.html
&scholarships.html
&research.html
pages...More planning required.
- Update Resources page with more content
- Update to current CAHSI club team members
- Create page templates to easily add new sections to the site.
- New events for the end of the academic year
- Moved from jQuery to jQuery slim
- Issue with navigation on some mobile devices
- Issue with some third party css not working as intended
- Issue with some third party js not working as intended
- web performance update
- final performance changes for July updates
- web performance update
- compressed images to reduce overall size
- utilize cdns for third party dependencies
- remove unused files and images
- minify
main.css
- fixed horizontal overflow issue
- major image organization overhaul
- renamed images for easy reuse
- removed duplicate and unused images
- normailized css support
- Fall 2020
students-in-tech
blog post
- update homepage style
- team member section
- instagram section
- goals section
- overhaul
blog
page - minor navbar changes
- minor style changes on
events
page - removed placeholder images
resources
page complete style overhaul.- update home page contact form style.
- Update site navbar.
- made "sticky"
- style changes for large screens.
- logo size for medium screens.
- Removed support for
evo-calendar
in themain.js
file. - Replaced homepage embedded form with a custom responsive form.
- HTML 5 & CSS 3 support on Internet Explorer 8 and older.
- Typo on main page navbar.
- Consolidated
vendor
javascript and css files intojs
andcss
directories respectively. - Added fontawesome icon support.
- Update site footer.
- Now uses icons in place of images
- Update footer contact link.
- Added subject line and body content for e-mail.
- Main page header to promote upcoming Students in Tech event.
- Registration link for the event!
- Semantic structure across multiple pages.
- Final update to the
students-in-tech
page. - Minor style changes.
- Navbar logo not correctly pointing to home page.
- Updated
students-in-tech.html
in preparation for this year's event. - General style update across the site.
- Updated homepage banner for upcoming Warriors in Tech event.
- Updated CSS to reduce inline style calls across the site.
- Removed extra bootstrap and popper js files.
- Removed images that have been replaced.
- Removed evo-calendar files.
- Navbar issue on
blog.html
.
- Renamed
blogs.html
to the singular. Reflected the changes across all site links. - Renamed temporary blog pages to the post title in preparation for publishing the live blog section of the site.
- Minor internal structure changes to increase site performance, with a focus on mobile.
- Minor sitewide pages changes to improve SEO and accessibility.
- Switched strictly to
bootstrap.bundle.min.js
in favor of loading poper and boostrap seperately.
- Template for blog posts.
- Favicon support for web, mobile, desktop--including ipad, ios, macos, android, windows 8 & 10.
- Navbar style change from dark to light.
- Homepage banner to include an upcoming event.
- Corrected asset links on all internal pages that are currently under development.
- Formatted and performed bug fiexes on all internal pages that are currently under development.
- Issue causing the mobile navigation menu to not display properly.
- Restored
bootstrap-4.4.1.css
to its original state. All modified css was added tomain.css
. - Minified vedor css and js files to increase performance.
- Current events on the main page.
events.html
to host an events page on the site. Pushed changes to the live site so visitors can gain the most benefit from this change.
- Renamed the
assets
directory tovendor
. - Moved
style
,image
, andscript
to root to increase performance on mobile devices.
- Relative links across the site's pages.
- Pushed the changes to be live on the server.
- Semantic html refactoring to the
blogs.html
file.
- Minor issues across all pages.
- Major semantic html refactoring to the
resources.html
file to make the page more responsive across mobile and desktop. - Removed
vendor
subdirectory to reduce chaining and increase site performance. Vendor related files are still stored in their respective subdirectories within theassets
directory.
- Issue in
main.css
addressing the wrong class. Should be adding to.jumbotron
and not.nav-brand
.
- Major semantic html refactoring to the
index.html
file to make the homepage more responsive across mobile and desktop.
- Issue within the html structure of the
resources.html
file causing performance bottlenecks.
- Moved the nav links to the right side of the nav bar for device wider than 992px.
- Navbar responsive logo across the live pages of the site. Depending on the device view width, you'll now see various versions of the CAHSI logo.
- Device width xs(<576px) displays only the colorful logo, no text.
- Device width sm(576px to 767px) displays the colorful logo with CAHSI text.
- Device width md(768px) and larger displays the full CAHSI logo, including the full name.
- Entire site support for boostrap 4.4.1 and jquery 3.4.1.
- Updated
resources.html
andblogs.html
relative links to work with new asset locations. - Updated the copyright section in the footer.
- Minor issues with the navbar not working correctly.
- Copyright section to
index.html
. Need style changes, but thats for a later.
- Renamed images to fit within reccommended standards, i.e. no spaces or underscores in the names.
- Updated
boostrap-4.4.1.css
andmain.css
relative url paths to point to the correct locatoins. - Updated
index.html
relative links to point to the correct locations. - Updated image alt text to be compliant with w3.org standards.
- Moved the snapwidget script to load last in the list. It requires jQuery to work properly and it's old location was easy to miss within the html.
- CAHSI logo as favicon to the site.
tests
directory for experimental features. This will keep the main website directory clean when adding new features or making other related changes.
- Moved the CAHSI logo from the root directory into
assets/images
. - Included vendor names within
assets/vendor
directory. - Extracted the student modified code within
bootstrap-4.4.1.css
and placed it intomain.css
file.- import order should be
boostrap-4.4.1.css
and thenmain.css
to reflect the neccesarry changes.
- import order should be
- Removed Mac OS resource fork files created when saving to networked, external, or shared drives.
- Removed Mac OS directory settings files.
- Mac OS filesytems (HFS) create two types of file information, a resource fork and a data fork. The data fork contains the data, i.e. the text in a word document, while the resource fork contains the meta-data, i.e. author of the file.
._
Files are contain the metadata..DS_Store
contains folder specific settings
- Added subdirectories for increased organization and maintainability.
/assets
includes site files and resources./assets/vendor
includes site dependancies.
- MIT License for flexible open source legal option.
- This CHANGELOG file to track changes made to site over time.
.gitattributes
and.gitignore
files for version control consistency accross multilple development environments.