-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
34 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,41 @@ | ||
<header class="resume-header pt-4 pt-md-0"> | ||
<div class="media flex-column flex-md-row"> | ||
<img | ||
class="mr-3 img-fluid picture mx-auto" | ||
src="assets/images/profile.jpg" | ||
alt="Mike Hall" | ||
/> | ||
<div | ||
class="media-body p-4 d-flex flex-column flex-md-row mx-auto mx-lg-0" | ||
> | ||
<img class="mr-3 img-fluid picture mx-auto" src="assets/images/profile.jpg" alt="Mike Hall" /> | ||
<div class="media-body p-4 d-flex flex-column flex-md-row mx-auto mx-lg-0"> | ||
<div class="primary-info"> | ||
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase"> | ||
Mike Hall | ||
</h1> | ||
<div class="title mb-3">Full Stack Developer</div> | ||
<ul class="list-unstyled"> | ||
<li class="mb-2"> | ||
<a href="#" | ||
><i | ||
class="far fa-envelope fa-fw mr-2" | ||
data-fa-transform="grow-3" | ||
></i | ||
>[email protected]</a | ||
> | ||
</li> | ||
<li> | ||
<a href="#" | ||
><i | ||
class="fas fa-mobile-alt fa-fw mr-2" | ||
data-fa-transform="grow-6" | ||
></i | ||
>+1 (847) 877-3825</a | ||
> | ||
</li> | ||
</ul> | ||
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase"> Mike Hall </h1> | ||
<div class="title mb-3">Full Stack Developer</div> | ||
<ul class="list-unstyled"> | ||
<li class="mb-2"> | ||
<a href="#"><i class="far fa-envelope fa-fw mr-2" data-fa-transform="grow-3"></i>[email protected]</a> | ||
</li> | ||
<li> | ||
<a href="#"><i class="fas fa-mobile-alt fa-fw mr-2" data-fa-transform="grow-6"></i>+1 (847) 877-3825</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="secondary-info ml-md-auto mt-2"> | ||
<ul class="resume-social list-unstyled"> | ||
<li class="mb-3"> | ||
<a href="https://www.linkedin.com/in/just3ws/" target="_blank"> | ||
<span class="fa-container text-center mr-2"> | ||
<i class="fab fa-linkedin-in fa-fw"></i> | ||
</span>linkedin.com/in/just3ws</a> | ||
</li> | ||
<li class="mb-3"> | ||
<a href="https://github.com/just3ws" target="_blank"> | ||
<span class="fa-container text-center mr-2"> | ||
<i class="fab fa-github-alt fa-fw"></i> | ||
</span>github.com/just3ws</a> | ||
</li> | ||
<li> | ||
<a href="http://www.just3ws.com"> | ||
<span class="fa-container text-center mr-2"> | ||
<i class="fas fa-globe"></i> | ||
</span>just3ws.com</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="secondary-info ml-md-auto mt-2"> | ||
<ul class="resume-social list-unstyled"> | ||
<li class="mb-3"> | ||
<a href="https://www.linkedin.com/in/just3ws/" target="_blank" | ||
><span class="fa-container text-center mr-2" | ||
><i class="fab fa-linkedin-in fa-fw"></i></span | ||
>linkedin.com/in/just3ws</a | ||
> | ||
</li> | ||
<li class="mb-3"> | ||
<a href="https://github.com/just3ws" target="_blank" | ||
><span class="fa-container text-center mr-2" | ||
><i class="fab fa-github-alt fa-fw"></i></span | ||
>github.com/just3ws</a | ||
> | ||
</li> | ||
<li class="mb-3"> | ||
<a | ||
href="http://whoistechcmty.com" target="_blank" | ||
><span class="fa-container text-center mr-2" | ||
><i class="fab fa-microphone fa-fw"></i></span | ||
>whoistechcmty.com</a | ||
> | ||
</li> | ||
<li> | ||
<a href="http://www.just3ws.com" | ||
><span class="fa-container text-center mr-2" | ||
><i class="fas fa-globe"></i></span | ||
>just3ws.com</a | ||
> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |