-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
70 lines (65 loc) · 3.02 KB
/
contact.html
File metadata and controls
70 lines (65 loc) · 3.02 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Get Expert Coaching</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Im/favicon.webp" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<meta name="theme-color" content="#42593F">
</head>
<body style="background-color: #F6F6F6;">
<div class="navigation">
<div class="nav-title">Behavior Pathways</div>
<div class="nav-button-container">
<a href="index" class="nav-button">Home</a>
<a href="services" class="nav-button">Services</a>
<a href="about" class="nav-button">About</a>
<a href="blog-resources" class="nav-button">Blog & Resources</a>
<a href="contact" class="nav-contact" style="opacity: 1;">Contact</a>
</div>
</div>
<div class="navigation-2">
<div class="nav-button-container-2">
<a href="index" class="nav-button-2">Home</a>
<a href="services" class="nav-button-2">Services</a>
<a href="about" class="nav-button-2">About</a>
<a href="blog-resources" class="nav-button-2">Blog & Resources</a>
</div>
</div>
<div class="home-page"
style="background-image:none; height: fit-content; padding-bottom: 0px; align-items: center; text-align: center;">
<div class="subtitle" style="color: #1DA460;">Contact</div>
<div class="title" style="color: black;">
Lupe Castaneda
</div>
<iframe src="https://forms.gle/39hv3716kkXCtVGBA"
style="margin-top: 0; height: clamp(600px, 70vw, 800px); width: 100%; border-radius: 16px; margin-bottom: 5vh;"
frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<div class="contact-footer">
<div class="about-detail" style="font-weight: 600;">Contact</div>
<div class="contact-detail-container-row">
<div class="contact-details">
<div class="contact-detail-container-column">
<div class="contact-detail">Phone</div>
<div class="contact-detail-2">210-870-0907</div>
</div>
<div class="contact-detail-container-column">
<div class="contact-detail">Email</div>
<div class="contact-detail-2">lupe@learnwithaba.com</div>
</div>
</div>
<div class="contact-details" style="flex-direction: row;">
<a href="https://www.facebook.com/bcbalupe/">
<img src="Im/facebook.webp" class="icon">
</a>
<a href="https://www.linkedin.com/in/lupe-castaneda-78790a22/">
<img src="Im/linkedin.webp" class="icon">
</a>
<a href="https://www.youtube.com/@lupe5150">
<img src="Im/youtube.webp" class="icon">
</a>
</div>
</div>
</div>
</body>