Compare commits
3 Commits
fd49b410c0
...
a2764c2815
| Author | SHA1 | Date | |
|---|---|---|---|
|
a2764c2815
|
|||
|
0821d41933
|
|||
|
1f1e12ce54
|
9
assets/css/main.min.css
vendored
9
assets/css/main.min.css
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
@@ -75,7 +76,7 @@
|
|||||||
--c-bg: #fdfdfd;
|
--c-bg: #fdfdfd;
|
||||||
--c-cta: #ebf2f9;
|
--c-cta: #ebf2f9;
|
||||||
--c-text: #203650;
|
--c-text: #203650;
|
||||||
--f-sans: "Americana", sans-serif;
|
--f-sans: sans-serif;
|
||||||
--f-serif: "Chevalier", serif;
|
--f-serif: "Chevalier", serif;
|
||||||
--f-script: "Belluccia", cursive;
|
--f-script: "Belluccia", cursive;
|
||||||
--f-family: var(--f-serif);
|
--f-family: var(--f-serif);
|
||||||
@@ -207,6 +208,9 @@ strong {
|
|||||||
padding-top: 0.35rem;
|
padding-top: 0.35rem;
|
||||||
padding-bottom: 0.35rem;
|
padding-bottom: 0.35rem;
|
||||||
}
|
}
|
||||||
|
[data-font="sans"] {
|
||||||
|
font-family: var(--f-sans);
|
||||||
|
}
|
||||||
[data-font="serif"] {
|
[data-font="serif"] {
|
||||||
font-family: var(--f-serif);
|
font-family: var(--f-serif);
|
||||||
}
|
}
|
||||||
@@ -344,8 +348,9 @@ hr {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022 \2022";
|
content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022";
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
letter-spacing: .5rem;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
11
index.html
11
index.html
@@ -37,7 +37,10 @@
|
|||||||
</section>
|
</section>
|
||||||
<main>
|
<main>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<p data-size="large" data-font="serif">are getting married!</p>
|
<p data-size="small" data-font="serif">
|
||||||
|
Invite you to join in the <br>
|
||||||
|
celebration of their marriage
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
@@ -51,15 +54,17 @@
|
|||||||
<p data-size="small">
|
<p data-size="small">
|
||||||
The Hall at The Robey Hotel<br>
|
The Hall at The Robey Hotel<br>
|
||||||
2022 W North Ave<br>
|
2022 W North Ave<br>
|
||||||
Chicago, Illinois
|
Chicago, Illinois<br>
|
||||||
|
<a data-style="cta" data-size="large" class="bi bi-map" href="https://maps.app.goo.gl/FqseDYG9Lf28pCWm9"></a>
|
||||||
</p>
|
</p>
|
||||||
<p>Cocktails and Reception to Follow</p>
|
<p>Cocktails and Reception to Follow</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
|
Please RSVP by March 13, 2024
|
||||||
<p data-size="small"><a data-style="cta" href="https://docs.google.com/forms/d/1f-oG7DJJHyeZLK6e5EsSb9hc5JajeyU9JJ9Alv7Mc0w/edit" target="_blank">RSVP</a></p>
|
<p data-size="small"><a data-style="cta" href="https://docs.google.com/forms/d/1f-oG7DJJHyeZLK6e5EsSb9hc5JajeyU9JJ9Alv7Mc0w/edit" target="_blank">RSVP</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="text"><a href="assets/event.ics">Add to Calendar</a></div>
|
<div class="text" data-font="sans"><a data-style="cta" class="bi bi-calendar" href="assets/event.ics"> Add to calendar</a></div>
|
||||||
<hr>
|
<hr>
|
||||||
<footer class="initials">
|
<footer class="initials">
|
||||||
<h1 data-size="large" data-font="script">T+M</h1>
|
<h1 data-size="large" data-font="script">T+M</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user