-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
22 lines (21 loc) · 1.18 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: page
---
<div class="page-title-contain">
<h1 class="page-title">Eyes wide open</h1>
</div>
<div class="page-intro-post"></div>
<div class="contact-container">
<h2 class="titleh2" >How to connect</h2>
<p class="about-paragraph">Please feel free to send me any feedback, suggestions or love</p>
<a href="mailto:joweber123@gmail.com"><h3 class="link contact-link">joweber123@gmail.com</h3></a>
<div class="secondary-contact-container">
<h2 class="titleh2">The web of James</h2>
<p class="about-paragraph">I wear many masks so click away to find out all the flavors that James comes in.</p>
<div class="contact-icons-flex-container">
<a target="_blank" href="https://github.com/joweber123/"><img class="contact-icons" src="assets/img/github.png" alt="github-icon"></a>
<a target="_blank" href="https://www.linkedin.com/in/james-weber-19a107145/"><img class="contact-icons" src="assets/img/linkedin.png" alt="linked-in-icon"></a>
<a target="_blank" href="https://www.youtube.com/channel/UCFqfFEZpo5xoMVfw6tey1hQ/videos?shelf_id=0&sort=dd&view=0"><img class="contact-icons" src="assets/img/youtube.png" alt="youtube-icon"></a>
</div>
</div>
</div>