Repository: tssgTech.git
Date:
Brief Website Description:
Donna S. put together a quick web site for discussion and review.
Display includes existing graphics from years ago. Multipage design rather than singlepage that allows for scrolling through each group content.
Version Summary:
Used bootstrap 3.3.7
jquery 3.2.1
Brief Code Flow Description:
Header navbar, defined in default.htm, has tabs defined in header to click on and loads distinct page files for each group.
Directory Structure:
/tssgTechPoc
DataAnalytics.htm
Mobile.htm
/Images
/Styles/
styles.css
stylesRD.css
WeeklySchedule.htm
default.htm
Management.htm
SQA.htm
Web.htm
Code snippets:
Minimal javascript. Functions in default.htm. Does not appear to be called.
$(document).ready(function(){
$(window).scroll(function() {
The positive and negative observations
Pros:
- excellent as a conversation piece for future development and design;
- quick and simple to throw together;
- included bootstrap (used carousel, jumbotron, navbar features) to encourage responsiveness and quick development;
Cons:
- graphics not clickable and block responsive design;
- html files mixed with css and javascript;
- styles copied and included across all html files;
- no icons;
- needs text content/spelling cleanup;