-
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.
- Loading branch information
Matthew Marquise
authored
Jan 14, 2021
1 parent
95e5aa3
commit c1d18dd
Showing
6 changed files
with
97 additions
and
40 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 |
---|---|---|
|
@@ -26,6 +26,12 @@ | |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> | ||
|
||
</head> | ||
<style> | ||
body{ | ||
background-color: black; | ||
color: white; | ||
} | ||
</style> | ||
<header class="header"> | ||
|
||
<a href="index.html" style="text-decoration: none; color: black" class="logo"><img src="/img/mattsmac.png" width="50" height="54" class="d-inline-block align-top" alt="hi">Matthew Marquise</a> | ||
|
@@ -71,6 +77,7 @@ <h5 class="card-title"><i class="fa fa-github"></i> <a href="https://github.com/ | |
<h5 class="card-title"><i class="fa fa-linkedin-square"></i> <a href="https://www.linkedin.com/in/matthew-m-4a688019a/" style="text-decoration: none;">@Matthew M.</a></h5> | ||
<p class="card-text">Connect with me on LinkedIn to view my previous work experience and certifications!</p> | ||
</div> | ||
<br> | ||
</div> | ||
<div class="card border-0" style="background-color: transparent;"> | ||
<div id="boxlift"> | ||
|
@@ -85,8 +92,10 @@ <h5 class="card-title"><img width="30" height="30" src="https://d2fltix0v2e0sb.c | |
<li>📬 Send Me A Note: <a href="mailto:[email protected]" style="text-decoration: none;">[email protected]</a></li> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
|
||
<br><br><br><br><br><br><br> | ||
|
||
<!--FOOTER--> | ||
<footer class="bg-light text-center text-lg-start"> | ||
|
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