Skip to content

Releases: jxmot/website_template-no_bootstrap

Updated

18 Apr 16:39
eb0c2cc
Compare
Choose a tag to compare

This repo was used to create a site. Changes, fixes, improvements that were made for that site were brought in to this repo. The nature of the changes were mostly cosmetic.

The documentation was also updated.

Deployed

13 Apr 18:35
df65f16
Compare
Choose a tag to compare
  • using a local jquery-3.6.0.min.js
  • added htaccess-minifier as a submodule
  • updated htaccess
  • made changes to splash

Update

06 Apr 10:47
d6b77a4
Compare
Choose a tag to compare
  • Added a utils folder. It contains instructions for installing and running "Autoprefixer"
  • Documentation updates
  • Minor CSS updates and fixes

Update

05 Apr 05:27
Compare
Choose a tag to compare
  • Added a timed "Welcome Splash"
  • CSS fixes and improvements
  • Documentation updates

Major Update

04 Apr 17:42
d16e2fe
Compare
Choose a tag to compare
  • Major rework of README, now separated into chapters.
  • Renamed many tag IDs. Using "_" instead of "-". Reduces confusion with CSS class names.
  • Cookies - added consent dialog, added use of cookies. Theme settings can now be saved in a cookie only if the consent was accepted.
  • Browser detection - improved
  • Added "adjustment" functions that slightly modify the CSS on a number of elements. These are called based on the results of browser detection.
  • Added content to #devdebug
  • Miscellaneous CSS changed and fixes
  • Miscellaneous other changes

Ready for general use.

Major Update

28 Mar 15:16
Compare
Choose a tag to compare

This release contains many updates and changes. The only exception is the README, it requires that issue #7 be resolved.

Major changes include:

  • Added browser & device detection
    • Automatic CSS adjustments made via JavaScript when a specific browser and device are used.
  • Using CSS grid for the gallery and contact form
    • The gallery image HTML with image URLs are created upon load.
  • Added a lightbox for gallery images
    • The lightbox image HTML with image URLs are created upon modal open
    • Disable page scrolling when the lightbox modal is visible
  • Changed many tags to <div> instead of <article>, etc
  • Miscellaneous CSS adjustments
  • Added a contact form using CSS Grid
  • Moved CSS colors into a "palette" and created "theme" CSS files. These can be changed at run-time using the radio buttons in the "Themes" section
  • Added the ability to dynamically load and apply:
    • CSS files
    • JavaScript files
  • Using query parameters to control page behavior:
    • In the navbar control whether or not an icon, text, or nothing is shown in the "brand" of the navbar
    • In the navbar, for a text "brand" the text can be placed in the query. This is for testing before committing to specific text
    • Enable a "development & debug" area on the page to contain data used in debugging

Added Functionality

18 Mar 06:37
44195d1
Compare
Choose a tag to compare

Color "theming" is now possible. Changing the colors is described in the README.

Added Functionality

17 Mar 20:31
c612b92
Compare
Choose a tag to compare
  • Via a query the "logo" component of the navigation bar can be changed:
    • no query - page loads with a plain navbar no logo
    • ?logo=icon - page loads with an icon in the navbar, it is clickable and load with the query automatically
    • ?logo=text - page loads with a text string and the default is "NOBS" (no bootstrap) it is clickable and load with the query automatically
      • ?logo=text&text=some%20text - the logo text is replaced

See the README

Update - fixed scrollTo() in nobs.js

16 Mar 16:26
Compare
Choose a tag to compare
v1.1.1

FIX, changed value in scroll animation to 450.

Added "to top" button & documentation

16 Mar 16:13
Compare
Choose a tag to compare