Compare commits

...

20 Commits

Author SHA1 Message Date
ac74efff26 add info on parking 2024-04-13 09:01:52 -05:00
e921313ea4 add photo of the robey 2024-01-18 16:12:39 -06:00
ff123d6fd1 Update ical event 2024-01-18 16:11:54 -06:00
2fb36a902d add formal attire 2024-01-18 16:08:42 -06:00
ffd61ce11a add registry link 2024-01-18 15:55:09 -06:00
e63547fb2d opengraph preview 2024-01-02 20:46:31 -06:00
c8410e5827 bg color 2024-01-02 20:46:21 -06:00
a2764c2815 Wording changes, add icons 2024-01-02 20:23:29 -06:00
0821d41933 change sans font 2024-01-02 20:23:08 -06:00
1f1e12ce54 more space between dots in divider 2024-01-02 20:22:46 -06:00
fd49b410c0 first edit 2024-01-02 11:35:51 -06:00
185eb04273 horizontal rule 2024-01-02 11:35:43 -06:00
f56ecd621e ignore vscode 2024-01-02 11:35:32 -06:00
599f0abc11 add calendar invite 2024-01-02 11:35:16 -06:00
025ca311b3 horizontal rule 2024-01-02 11:35:08 -06:00
a7ba2d6aa5 intro css 2024-01-02 11:34:54 -06:00
cd7c71cdf0 page title 2024-01-02 11:34:41 -06:00
931857e350 style intro changes 2024-01-02 11:07:28 -06:00
c985b3335b fix data-font 2024-01-02 11:07:04 -06:00
62806cf395 add fonts to css 2024-01-02 11:06:28 -06:00
6 changed files with 136 additions and 44 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vscode

View File

@@ -1,3 +1,4 @@
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
*, *,
*::before, *::before,
*::after { *::after {
@@ -53,13 +54,32 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face {
font-family: "Chevalier";
src: url("fonts/Chevalier-Becker-Stripes.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Americana";
src: url("fonts/Americana-Font-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Belluccia";
src: url("fonts/Belluccia.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
:root { :root {
--c-bg: #fdfdfd; --c-bg: rgb(255,254,247);
--c-cta: #ebf2f9; --c-cta: #ebf2f9;
--c-text: #203650; --c-text: #203650;
--f-sans: "DM Sans", sans-serif; --f-sans: sans-serif;
--f-serif: "Lora", serif; --f-serif: "Chevalier", serif;
--f-family: var(--f-sans); --f-script: "Belluccia", cursive;
--f-family: var(--f-serif);
--f-size: 18px; --f-size: 18px;
--f-height: 32px; --f-height: 32px;
--f-weight: 400; --f-weight: 400;
@@ -105,7 +125,7 @@ main {
} }
.intro { .intro {
width: 100%; width: 100%;
height: 70vh; height: 30vh;
display: -webkit-box; display: -webkit-box;
display: flex; display: flex;
-webkit-box-pack: center; -webkit-box-pack: center;
@@ -113,6 +133,15 @@ main {
-webkit-box-align: center; -webkit-box-align: center;
align-items: center; align-items: center;
} }
.intro {
font-family: var(--f-script);
text-align: center;
transform: rotate(-10deg);
}
.intro h1 {
font-size: 60px;
line-height: 30px;
}
.intro-letter { .intro-letter {
display: inline-block; display: inline-block;
height: 35vh; height: 35vh;
@@ -179,8 +208,14 @@ 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: lora; font-family: var(--f-serif);
}
[data-font="script"] {
font-family: var(--f-script);
} }
[data-font="custom"] { [data-font="custom"] {
font-family: var(--f-custom); font-family: var(--f-custom);
@@ -190,7 +225,7 @@ strong {
line-height: 1.3rem; line-height: 1.3rem;
padding-bottom: 0.35rem; padding-bottom: 0.35rem;
padding-top: 0.35rem; padding-top: 0.35rem;
font-style: italic;
} }
.divider { .divider {
display: block; display: block;
@@ -306,3 +341,16 @@ strong {
.caption * { .caption * {
font-size: inherit; font-size: inherit;
} }
hr {
margin: 24px 0;
border: 0;
text-align: center;
&:before {
content: "\2022 \2022 \2022 \2022 \2022 \2022 \2022";
font-size: 12px;
letter-spacing: .5rem;
color: black;
}
}

35
assets/event.ics Normal file
View File

@@ -0,0 +1,35 @@
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ical.marudot.com//iCal Event Maker
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:America/Chicago
LAST-MODIFIED:20231222T233358Z
TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Chicago
X-LIC-LOCATION:America/Chicago
BEGIN:DAYLIGHT
TZNAME:CDT
TZOFFSETFROM:-0600
TZOFFSETTO:-0500
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZNAME:CST
TZOFFSETFROM:-0500
TZOFFSETTO:-0600
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20240118T220149Z
UID:1705615291976-58522@ical.marudot.com
DTSTART;TZID=America/Chicago:20240413T163000
DTEND;TZID=America/Chicago:20240413T235500
SUMMARY:🧔🏻‍♂️👩🏻‍🦱🎉 Tony and Melanie's Wedding
URL:https://wedding.correa.co
DESCRIPTION:Anthony Correa and Melanie Harmon invite you to join in the celebration of their marriage.
LOCATION:2022 W North Ave\, Chicago\, Illinois
END:VEVENT
END:VCALENDAR

BIN
assets/images/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

@@ -5,7 +5,8 @@
<!-- Meta --> <!-- Meta -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta property="og:title" content="Anthony and Melanie's Wedding" />
<meta property="og:image" content="/assets/images/preview.png" />
<!-- Favicons and other styls --> <!-- Favicons and other styls -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
@@ -23,58 +24,65 @@
<link href="assets/css/main.min.css" rel="stylesheet"> <link href="assets/css/main.min.css" rel="stylesheet">
<!-- Site Title --> <!-- Site Title -->
<title>Wedding Template</title> <title>Tony and Melanie</title>
</head> </head>
<body> <body>
<section class="intro"> <section class="intro">
<div class="intro-letters"> <div>
<img class="intro-letter" loading="lazy" src="assets/images/letters/A.png"> <h1 data-size="large">Anthony Correa</h1>
<img class="intro-letter" loading="lazy" src="assets/images/letters/F.png"> and
</figure> <h1 data-size="large">Melanie Harmon</h1>
</div>
</section> </section>
<main> <main>
<div class="text"> <div class="text">
<p data-size="large" data-font="serif">You're getting married!</p> <p data-size="small" data-font="serif">
<p data-size="small">First of all, congratulations! It's always nice to learn that couples are moving forwards in their lives together.</p> Invite you to join in the <br>
<p data-size="small">Second, thank you for considering using a website to let people know about your wedding. A simple website is an enviromentally friendly way to promote your wedding.</p> celebration of their marriage
<p data-size="small">Our goal with this template was to design a site that was elegant and quick to browse and didn't make heavy use of pictures.</p> </p>
<p data-size="small"><a data-style="cta" href="https://gum.co/621-wedding" target="_blank" data-gumroad-single-product="true">Buy the template</a></p>
</div> </div>
<div class="divider" data-style="4a" data-size="small"></div> <hr>
<div class="text"> <div class="text">
<p data-size="large">September 2nd, 2019</p> <p data-size="large">
April 13, 2024 <br>
4:30 PM <br>
</p>
</div> </div>
<div class="divider" data-style="4b" data-size="small"></div> <hr>
<div class="text"> <div class="text">
<p data-size="large">The template</p> <img class="photo" src="assets/images/the-robey-hotel-chicago-corner-milwaukee-damen-north-avenue.jpg">
<p data-size="small">This is a static HTML template. Doesn't use a backend and doesn't use JS. It's just HTML and CSS and you can easily customize it by hand. Just to make it extra clear: this is <strong>NOT</strong> a WordPress theme.</p> <p data-size="small">
<p data-size="small">We tried our best to make it as easier as possible for you to customize it but we're happy to assist you via email if you need help.</p> The Hall at The Robey Hotel<br>
<p data-size="small">The template includes:</p> 2022 W North Ave<br>
<ul> Chicago, Illinois<br>
<li>18 Illustrations</li> <a data-style="cta" data-size="large" class="bi bi-map" href="https://maps.app.goo.gl/FqseDYG9Lf28pCWm9"></a>
<li>Illustrated Initials</li> </p>
<li>Two Typefaces</li> <p data-font="sans">
<li>Call To Action Button</li> <b>Parking</b><br>
<li>Basic Text styling</li> <span data-font="sans">
</ul> <span>Valet: pull up to the main entrance at 2018 W North Avenue, and the bellman will come out to park your car. Valet parking costs $50 for 0-24 hours.</span>
<span>Paid Street Parking: North Avenue, Damen Avenue</span>
<span>Free Street parking: North Avenue past Leavitt Street & Hoyne</span>
</>
</p>
<p>Formal Attire<br>Cocktails and Reception to Follow</p>
</div> </div>
<div class="divider" data-style="1" data-size="small"></div> <hr>
<figure class="album">
<img class="photo" src="assets/images/wedding.jpg">
<figcaption class="caption">Image by <a href="https://unsplash.com/@jeremywongweddings" target="_blank">@jeremywongweddings</a></figcaption>
</figure>
<div class="divider" data-style="2" data-size="small"></div>
<div class="text"> <div class="text">
<p data-size="large">Documentation and Instructions</p> Please RSVP by March 13, 2024
<p data-size="small">Since we all know that documentation sucks, we included instructions on how to edit the template directly into the code.</p> <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">You'll find detailed instructions on how to change every component of the template. And if something is not clear or you're after something custom get in touch via email and I'm sure we'll find a solution.</p>
<p data-size="small"><a data-style="cta" href="https://gum.co/621-wedding" target="_blank" data-gumroad-single-product="true">Buy the template</a></p>
</div> </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>
<div class="text">
Your presence is more than enough, but if you're looking for gift ideas, we are registered here:
<a data-style="cta" href="https://www.myregistry.com/wedding-registry/melanie-harmon-and-tony-correa-chicago-il/4081939">myregistry.com</a>
</div>
<hr>
<footer class="initials"> <footer class="initials">
<img class="initial" src="assets/images/letters/F.png"> <h1 data-size="large" data-font="script">T+M</h1>
<img class="initial" src="assets/images/letters/A.png">
</footer> </footer>
</main> </main>