Skip to content

timfurnish/CodeLouisville_FEWD2018_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIBNA REBUILD

This is a prototype rebuild of a website for http://jibna.com utilizing the Bootstrap framework. As built on bootstrap, the site is mobile first and fully responsive to a variety of screen dimensions. Currently just 3 pages are built out: home (index.html), Newsletter (newsletter.html) and Agents (agents.html). The home page constains a modal form for login. The newsletter page is a table of contents populated using a custom script (toc.js) which pulls data from a json file (.articles.json) and formats it into html.

Installing

As the toc.js utilizes a jquery: $.getJSON('./data/articles.json', function (data) { ... the contents of the repository need to be running at the root on a web server to function correctly.

Review site on

https://timfurnish.github.io/CodeLouisville_FEWD2018_Project/index.html - Home page

https://timfurnish.github.io/CodeLouisville_FEWD2018_Project/newsletter.html - to see toc.js in action

https://timfurnish.github.io/CodeLouisville_FEWD2018_Project/agents.html - another 2 column page

Built With

Authors

  • Tim Furnish - Initial work -

License

This project is not licensed under any license.

Acknowledgments

  • Thanks to the help of the staff and mentors of CodeLouisville

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published