Skip to content

Commit 4455e7b

Browse files
committed
Random test page
1 parent 650efab commit 4455e7b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

contact2.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: page
3+
title: Contact
4+
page-class: page--contact
5+
meta: "Contact Harry Roberts to arrange training for your team, to begin passing Core Web Vitals, or to speak at your event."
6+
permalink: /contact2/
7+
lux: "Contact"
8+
---
9+
10+
<link rel="preconnect" href="https://calendly.com">
11+
12+
**Consultancy projects, speaking engagements, or just to say hi.**
13+
14+
<a href="mailto:csswizardry@gmail.com" class="btn btn--full" id="section:details">harry@csswizardry.com</a>
15+
16+
Or book a free call:
17+
18+
<noscript><a href="https://calendly.com/csswizardry/30min" class="btn btn--full">Book a Free Call</a></noscript>
19+
20+
<div class="calendly-inline-widget" data-url="https://calendly.com/csswizardry/30min?background_color=f9f9f9&text_color=333333&primary_color=f43059" style="min-width:320px;height:700px;margin-bottom:1.5rem;"></div>
21+
<script src="https://assets.calendly.com/assets/external/widget.js" defer _fetchpriority="high"></script>
22+
23+
<script>
24+
function longTask(ms) {
25+
const start = Date.now();
26+
while (Date.now() - start <= ms) { true }
27+
console.log('[Main] INP Long task complete.')
28+
}
29+
30+
longTask(1000);
31+
</script>
32+
33+
<img src="https://calendly.com/media/googleLogo.svg" alt loading="lazy">
34+
35+
<iframe src="https://harry.is/" loading="lazy"></iframe>
36+
37+
- - -
38+
39+
## Frequently Asked Questions
40+
41+
It can be daunting sending an email off into the blue, so hopefully I can answer
42+
some of your questions up-front. If not, please do not hesitate to contact me
43+
with anything at all that you might need to know. I guarantee you’ll be
44+
pleasantly surprised.
45+
46+
{% include faq-consultancy.md %}
47+
48+
- - -
49+
50+
{% include faq-workshops.md %}

0 commit comments

Comments
 (0)