Skip to content

Commit

Permalink
who knows
Browse files Browse the repository at this point in the history
doing random shit while i figure this out
  • Loading branch information
OutdoorCoder committed Dec 13, 2017
1 parent 0d23ed5 commit 859535a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 19 additions & 2 deletions public/css/fancy_home_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,27 @@ Site containers
position: relative;
}

.content-wrapper-two {
.content-wrapper-two{
width: 100%;
height: 500px;
background-color: #0A0225;
background: linear-gradient(113deg, #0A0225 0%, #1e066e 46.5%, #170555 46.5%);
font-family: "GT Walsheim",sans-serif;
font-size: 2.5em;
line-height: 1.3em;
font-weight: 600;
letter-spacing: .03em;
padding: 10px 10px 10px;
color: #00FFC6;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.content-wrapper-three {
width: 100%;
height: 1000px;
background-image: url('http://localhost:3000/images/Grey_Triangles.png');
background-image: url('http://localhost:3000/images/DSC_0064.jpg');
background-repeat: no-repeat;
background-size: cover;
position: relative;
Expand Down
Binary file added public/images/DSC_0064.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions views/fancy_home_page.pug
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ block content
h1 Welcome
a(href="fancy_resume", class="btn btn-lg btn-default") Learn more
.content-wrapper-two
p I am Cameron Massey


.content-wrapper-three

0 comments on commit 859535a

Please sign in to comment.