Skip to content

Commit

Permalink
new single-page site at /test
Browse files Browse the repository at this point in the history
  • Loading branch information
benharri committed Jun 15, 2016
1 parent 73feb87 commit 974e12e
Show file tree
Hide file tree
Showing 49 changed files with 6,602 additions and 24 deletions.
60 changes: 60 additions & 0 deletions web/css/scrolling-nav.css
@@ -0,0 +1,60 @@
/*!
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

body {
width: 100%;
height: 100%;
}

html {
width: 100%;
height: 100%;
}

@media(min-width:767px) {
.navbar {
padding: 20px 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
padding: 0;
}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children
of those sections to manage the look and feel of the site. */

.intro-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}

.about-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}

.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #fff;
}

/*.contact-section {
height: 100%;
padding-top: 150px;
text-align: center;
background: #eee;
}*/
7 changes: 7 additions & 0 deletions web/font-awesome-4.6.3/HELP-US-OUT.txt
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy

0 comments on commit 974e12e

Please sign in to comment.