2021-02-01 16:23:55 +00:00
<!DOCTYPE html>
2021-01-24 23:25:57 +00:00
< html >
< head >
< title > Vicky & Rémi< / title >
< meta charset = "UTF-8" >
< meta name = "description" content = "Wedding website for Rémi Rampin and Vicky Steeves" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2021-02-01 16:23:55 +00:00
< link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon" >
2021-01-24 23:25:57 +00:00
< link rel = "stylesheet" href = "css/bootstrap.css" >
< style >
@font-face {
font-family: Lancelot;
src: url(webfonts/Lancelot-Regular.ttf);
}
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
body {
font-family: Lancelot;
}
< / style >
< / head >
< body >
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
<!-- Page Content -->
< section >
< div class = "container" >
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
< div class = "d-flex flex-row" >
2021-01-25 18:01:49 +00:00
< h1 class = "mt-3 display-5" > Vicky Steeves & Rémi Rampin are getting married! < a href = "#" class = "active ml-5" > EN< / a > | < a href = "fr/" > FR< / a > < / h1 >
2021-01-24 23:25:57 +00:00
< / div >
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
< div class = "d-flex flex-row align-items-end flex-row h-75 flex-wrap" >
2021-01-27 14:57:08 +00:00
< h3 > We are so happy to announce Vicky and Rémi's engagement. The couple will be married at Vicky's parents' home on January 30, 2021 at 2pm Eastern time. Because of COVID-19 limiting those who can be with us for the legal ceremony, we'll be livestreaming the wedding on this page! We'll also hold a celebration in the US and in France in the future, safety permitting. < span class = "counter" style = "display: none !important;" > < strong > Our wedding starts in< / strong > :< / span > < / h3 >
2021-01-24 23:25:57 +00:00
< / div >
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
< / div >
2021-01-25 17:49:03 +00:00
2021-01-24 23:25:57 +00:00
< / section >
2021-01-25 17:49:03 +00:00
< script src = "js/bootstrap.bundle.js" > < / script >
2021-02-01 16:23:55 +00:00
< / body >
2021-01-24 23:25:57 +00:00
< / html >