Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# PersonalWebsite
The code for my personal website. Includes PHP contact form and the site is utilized for mobile. This website was made with no frameworks and was built from the ground up.


Contains the following features:
- a way to contact me.
- some of my projects.
- some of my artwork.
1 change: 1 addition & 0 deletions contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<a href="https://github.com/mesternefeld"><img src="pictures/icons/iconmonstr-github-1-72.png" id="social"></a><a href="https://www.linkedin.com/in/mesternefeld"><img src="pictures/icons/iconmonstr-linkedin-4-72.png" id="social"></a><a href="mailto:marianna@sternefeld.com"><img src="pictures/icons/iconmonstr-email-10-72.png" id="social"></a><a href="https://www.facebook.com/profile.php?id=1818846390"><img src="pictures/icons/iconmonstr-facebook-4-72.png" id="social"></a>
<br /><br /><br />
<?php
// Nice language choice!!!
$name = $_POST['name'];
$email = $_POST['email'];
$message = $_POST['message'];
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html, body {
padding:0;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 15px;
background-color: #333333;
background-color: #0000ff;
background-image: url(pictures/dark_embroidery.png);
min-width: 500px;

Expand Down Expand Up @@ -324,4 +324,4 @@ input[type=text], input[type=url], input[type=email], textarea[type=text] {
}
input[type=submit]{
width: 100%; height: 40px;
}
}