Skip to content

Commit

Permalink
adding updated index, portfolio, and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanNovak committed Apr 26, 2018
1 parent 0cdb83b commit 80444ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion assets/css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@
padding-top: 25px;
color: white;
text-align: center;
border-top: 10px;
border-style: solid;
border-color: #4aaaa5;
}

.footer-border{
footer-border{
position: fixed;
bottom: 52px;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<br>


<img src="C:\Users\Nathan\Documents\Bootcamp\Basic-Portfolio\assets\images\Nathan Profile.jpg" class="image">
<img src="https://nathannovak.github.io/assets/images/Nathan Profile.jpg" class="image">

<p> HI! My Name is Nathan Novak. I am 39 years old and am currently embarking on a new journey into the world of Web Development.<br>
I guess someone would call me a little crazy by taking on such a challange at my age, but these are the people I like to call "dumb."<br>
Expand Down
14 changes: 7 additions & 7 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@

<div class="gallery">

<a target="blank" href="assets/images/Nathan Profile.jpg">
<img src="assets\images\Nathan Profile.jpg" class="gallery-image">
<a target="blank" href="https://nathannovak.github.io/assets/images/Nathan Profile.jpg">
<img src="https://nathannovak.github.io/assets/images/Nathan Profile.jpg" class="gallery-image">
</a>
<a target="blank" href="assets/images/RR Puppy.jpg">
<img src="assets\images\RR Puppy.jpg." class="gallery-image">
</a>
<img src="assets\images\IMG_0752.jpg" class="gallery-image">
<img src="assets\images\IMG_10091.jpg" class="gallery-image">
<img src="assets\images\Download.jpg" class="gallery-image">
<img src="assets\images\dancing man.jpg" class="gallery-image">
<img src="assets\images\American Flag.jpg" class="gallery-image">
<img src="https://nathannovak.github.io/assets/images/IMG_0752.jpg" class="gallery-image">
<img src="https://nathannovak.github.io/assets/images/IMG_10091.jpg" class="gallery-image">
<img src="https://nathannovak.github.io/assets/images/Download.jpg" class="gallery-image">
<img src="https://nathannovak.github.io/assets/images/dancing man.jpg" class="gallery-image">
<img src="https://nathannovak.github.io/assets/images/American Flag.jpg" class="gallery-image">

</div>

Expand Down

0 comments on commit 80444ef

Please sign in to comment.