-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
57 lines (48 loc) · 2.07 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
---
<style>
body {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/spot-bg.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.social-button {
width: 75px;
height: 75px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 45%;
color: white;
margin-right: 25px;
margin-bottom: 15px;
text-decoration: none;
}
.social-button:hover {
background-color: rgb(43, 43, 43);
}
</style>
<div class="row header">
<div class="col-xl-8">
<h3>Contact me online</h3>
<p>You can reach me through social media, email, or by calling my office:</p>
<div class="d-flex">
<a href="https://www.linkedin.com/in/fronchat/" target="_blank" class="social-button"><i class="fab fa-linkedin-in fa-2x"></i></a>
<a href="tel:2255784732" target="_blank" class="social-button"><i class="fa-solid fa-square-phone fa-2x"></i></a>
<a href="mailto:ffronchetti@lsu.edu" target="_blank" class="social-button"><i class="fa-solid fa-envelope fa-2x"></i></a>
</div>
<h3>Catch me in person</h3>
<p>You can find me in my office on workdays at Patrick F. Taylor Hall, Room 3272X:</p>
<div class="map ratio ratio-16x9">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13763.999080642123!2d-91.1794054!3d30.4077484!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8626a7189ec5caa3%3A0x5f7b9456401223a9!2sPatrick%20F.%20Taylor%20Hall!5e0!3m2!1sen!2sus!4v1730586128068!5m2!1sen!2sus" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<div class="row learn-more">
<a href="{{ site.url }}/index"><h3><i>Return to homepage <i class="fa-solid fa-angles-right"></i></i></h3></a>
</div>