Repository: tssgTechPoc.git
Date: early 2017
Brief Website Description:
Donna S. put together a quick web site for discussion and review. I believe the goal was to create a website that introduced TSSG and that would include responsive design and work well on multiple platforms.
Display includes existing graphics from years ago. Multipage design rather than singlepage that allows for scrolling through each group content.
Version Summary:
Within this repository there are no tags/versions. The code was 'finished' to a point and then stored in its own repository.
Using bootstrap 3.3.7 and 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 are found in default.htm. These function do 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
- includes bootstrap (using 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
- css styles copied and included across all html files
- no icons
- needs text content/spelling cleanup; just a POC