Repository: tssgTech.git

Date: Enter the "when", like early 2017

Brief Website Description:

Enter a description, like 

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: 

Enter the tools with the version that were used, like


Used bootstrap 3.3.7

jquery 3.2.1

Brief Code Flow Description:

Enter a brief description of the code flow, like

Header navbar, defined in default.htm, has tabs defined in header to click on and loads distinct page files for each group.

Directory Structure:

Enter the directory structure, like

/tssgTechPoc

  DataAnalytics.htm 

  Mobile.htm 

  /Images

  /Styles/ 

    styles.css 

    stylesRD.css

  WeeklySchedule.htm

  default.htm       

  Management.htm 

  SQA.htm    

  Web.htm

Code snippets:

Enter a brief description of the code flow, like

Minimal javascript. Functions in default.htm. Does not appear to be called.

$(document).ready(function(){

$(window).scroll(function() {


The positive and negative observations

Enter your observations, like

Pros:

  1. excellent as a conversation piece for future development and design;
  2. quick and simple to throw together;
  3. included bootstrap (used carousel, jumbotron, navbar features) to encourage responsiveness and quick development;

Cons:

  1. graphics not clickable and block responsive design;
  2. html files mixed with css and javascript;
  3. styles copied and included across all html files;
  4. no icons;
  5. needs text content/spelling cleanup;