Skip to content

Commit

Permalink
updated project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain Majer authored and Iain Majer committed Jul 10, 2017
1 parent fed77e3 commit 764f552
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
Binary file modified .sass-cache/bfa1df8bfba26aeac0be1b3d5776e17e204042d1/main.scssc
Binary file not shown.
7 changes: 4 additions & 3 deletions public/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/images/background1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/background2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ nav{

#main {
flex: 1 0 auto;
width: 90%;
}

.container {
width: 90%;
.container, .parallax-container{
width:100%;
}

footer.page-footer {
Expand Down
5 changes: 5 additions & 0 deletions site.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "IainVM.tech",
"navi": [
{
"url": "/",
"icon": "home",
"label": "Home"
},
{
"url": "/about",
"icon": "info",
Expand Down
26 changes: 19 additions & 7 deletions views/project.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,29 @@ block style
link(rel="stylesheet", href="/css/project.css")

block content
div.parallax-container
div#index-banner.parallax-container
div.section
div.container
h1.header.center.ltext #{project.name}
div.row.center
h5.header.col.s12.light #{project.description}
div.parallax
img(src='/images/background1.jpg')
div.section.white
div.row.container
h2.header Parallax
p.grey-text.text-darken-3.lighten-3
| Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.
img(src="/images/background1.jpg")
div.container
div.section.lbacking
div.container
h2.header.dtext.center Project Stats
p.atext
| This area is going to break down the languages and tools used in the project
div.parallax-container
div.parallax
img(src='/images/background2.jpg')
div.container
div.section.lbacking
div.container
h2.header.dtext.center Project Blog
p.atext
| This area will show various posts I've made about this project, usually about problems I faced and how I solved them


block scripts
Expand Down

0 comments on commit 764f552

Please sign in to comment.