-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
70 lines (59 loc) · 2.4 KB
/
contact.html
File metadata and controls
70 lines (59 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J13940R079">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J13940R079');
</script>
</script>
</head>
<body>
<div class="glass">
<div id="header">
<a href="https://alchemicode.com" id="header_link">
<h1 id="header_text"><img src="images/logos/alchemi.png" id="header_logo" height="80px" width="80px"></h1>
</a>
<div id="nav_links">
<a href="index.html">Home</a>
<a href="products.html">Portfolio</a>
<a href="pricing.html">Pricing</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
<div class="page-block bg-red">
<div>
<h2 class="content-header fade-in-from-left bottom-left-shadow">alchemicode</h2>
</div>
<!-- This needs to be one line otherwise it renders a space between them I wanna end something-->
<h1 class="giant-text bottom-left-shadow fade-in delay-animation" style="padding-right:0.25em;">&<p class="in-out-fade" style="display:inline-block;">_</p>
</h1>
</div>
<div class="page-section bg-purple" style="justify-content: center;">
<div style="text-align: center; padding: 1em;">
<h2 class="content-header bottom-left-shadow">We'd love to work with you!</h2>
</div>
</div>
<div class="page-section" style="justify-content: center;">
<h3 class="subcontent-header bottom-left-shadow fade-in delay-animation" style="font-size: 24px">
Reach out if there's anything we can do for you.
</h3>
</div>
<div class="page-section" style="justify-content: center;">
<h4 style="justify-content: center;">
<a href="mailto:contact@alchemicode.com" class="fade-in delay-animation email-link" style="font-size:36px;">contact@alchemicode.com</a>
</h4>
</div>
<div id="copyright">
Copyright (c) 2024, alchemicode. All Rights Reserved.
</div>
</body>
</html>