-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
home is index; links open new tab; cleaned up index mobile view css; …
…general css clean up; added line on current page
- Loading branch information
1 parent
13e3dbb
commit e70eabf
Showing
15 changed files
with
109 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
require_once 'includes/Definitions.php'; | ||
|
||
?> | ||
|
||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>MBes Contact</title> | ||
<link rel="icon" href="/img/ico.png" type="image/png" /> | ||
<link rel="stylesheet" type="text/css" href="css/normalize.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/contact.min.css"> | ||
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script> | ||
</head> | ||
<body> | ||
<?php require_once(HEADER); ?> | ||
<h1>Contact</h1> | ||
<p>You can reach me at [email protected]</p> | ||
<?php require_once(FOOTER); ?> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
</div> | ||
<footer class="footer" role="contentinfo"> | ||
<div class="footer-links"> | ||
<a href='https://www.facebook.com/matthew.bessette.1'><i class='fa fa-facebook-official fa-2x'></i></a> | ||
<a href='https://www.linkedin.com/in/mattbessette94'><i class='fa fa-linkedin-square fa-2x'></i></a> | ||
<a href='https://github.com/Matt-Bessette'><i class='fa fa-github-square fa-2x'></i></a> | ||
<a href='https://www.linkedin.com/in/mattbessette94' target="_blank"><i class='fa fa-linkedin-square fa-2x'></i></a> | ||
<a href='https://github.com/Matt-Bessette' target="_blank"><i class='fa fa-github-square fa-2x'></i></a> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import '../external/bourbon/bourbon'; | ||
@import '../external/base/base'; | ||
@import '../external/neat/neat'; | ||
|
||
@import '../general/header'; | ||
|
||
@import '../general/core'; | ||
|
||
@import '../general/footer'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters