Skip to content

Commit

Permalink
adding new images and updated page content
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanNovak committed Apr 26, 2018
1 parent 80444ef commit 972e5ab
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 40 deletions.
55 changes: 29 additions & 26 deletions assets/css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,36 +63,18 @@

}

.inner-content{
margin: 0px 20px 0px 20px;
padding-bottom: 20px;
}
.image{
width: 200px;
height: 200px;
float: left;
margin: 10px 20px 20px 20px;

}

.footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
padding-top: 25px;
color: white;
text-align: center;
border-top: 10px;
border-style: solid;
border-color: #4aaaa5;
}

footer-border{
position: fixed;
bottom: 52px;
width: 100%;
height: 10px;
background-color: #4aaaa5;
}


input[type=text]{
width: 100%;
padding: 12px;
Expand All @@ -107,6 +89,7 @@
width: 150px;
background-color: #4CAF50;
color: white;
font-size: 18px;
padding: 14px;
margin: 8px 0;
border: none;
Expand Down Expand Up @@ -140,9 +123,29 @@

.gallery-image{

height: 200px;
width: 400px;
height: 300px;
width: 300px;
padding: 20px;
}


.footer{
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #666666;
padding-top: 25px;
color: white;
text-align: center;
border-top: 10px;
border-style: solid;
border-color: #4aaaa5;
}

footer-border{
position: fixed;
bottom: 52px;
width: 100%;
height: 10px;
background-color: #4aaaa5;
}
Binary file removed assets/images/2013-05-10 085658-90681.JPG
Binary file not shown.
Binary file removed assets/images/American Flag.JPG
Binary file not shown.
Binary file removed assets/images/IMG_0752.JPG
Binary file not shown.
Binary file removed assets/images/IMG_10091.JPG
Binary file not shown.
Binary file removed assets/images/RR Puppy.jpg
Binary file not shown.
Binary file removed assets/images/dancing man.jpg
Binary file not shown.
Binary file removed assets/images/download.jpg
Binary file not shown.
Binary file added assets/images/placeimg_350_350_arch (1).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 added assets/images/placeimg_350_350_arch.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 added assets/images/placeimg_350_350_nature (1).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 added assets/images/placeimg_350_350_nature (2).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 added assets/images/placeimg_350_350_nature.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 added assets/images/placeimg_350_350_tech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 12 additions & 11 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,20 @@
<span class="content-title">Contact</span>
<hr>
<br>

<form action="mailto:[email protected]" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="email" name="mail"><br>
Comment:<br>
<textarea type="text" name="comment" class="comment"></textarea>
<div class="inner-content">
<form action="mailto:[email protected]" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="email" name="mail"><br>
Comment:<br>
<textarea type="text" name="comment" class="comment"></textarea>

<br><br>
<input type="submit" value="Send"> <br>
<br><br>
<input type="submit" value="Submit"> <br>

</form>
</form>
</div>
</div>


Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@


<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>
<div class="inner-content">
<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>
Some of the things that I am passionate about is the ability to build and create things from scratch and the perpetual urge to learn<br>
new things, so Web Development seemed like a perfect fit! <br>
Expand All @@ -53,7 +53,8 @@



</p>
</p>
</div>
</div>


Expand Down

0 comments on commit 972e5ab

Please sign in to comment.