Releases: jxmot/website_template-no_bootstrap
Releases · jxmot/website_template-no_bootstrap
Updated
Deployed
Update
Update
Major Update
- 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
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
Color "theming" is now possible. Changing the colors is described in the README.
Added Functionality
- 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
v1.1.1 FIX, changed value in scroll animation to 450.
Added "to top" button & documentation
v1.1.0 comment update