Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sallymatson committed Oct 26, 2018
0 parents commit d2f11be
Show file tree
Hide file tree
Showing 84 changed files with 82,868 additions and 0 deletions.
21 changes: 21 additions & 0 deletions credits.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---------------------
Credits
---------------------

- Bootstrap 4.1 - http://getbootstrap.com/docs/4.1/getting-started/introduction/
- Masonry Grid - https://masonry.desandro.com/
- Font Awesome 4.7 - http://fontawesome.io/


---------------------
Images
---------------------

Demo mockups from https://www.pixeden.com/

---------------------
Fonts
---------------------

https://fonts.google.com/specimen/Roboto

39 changes: 39 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* your styles go here */

/* The sidebar menu */


.sidenav {
height: 100%; /* Full-height: remove this if you want "auto" height */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 20px;
}

@media (min-width: 576px) {
.sidebar {
position: absolute !important;
}
}

.experience {
margin-bottom: 2px!important;
}
.frame {
position: relative;
}
.logo-img {
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
Loading

0 comments on commit d2f11be

Please sign in to comment.