diff --git a/site/images/almanac/F0001.jpg b/site/images/almanac/F0001.jpg new file mode 100755 index 0000000..19620a4 Binary files /dev/null and b/site/images/almanac/F0001.jpg differ diff --git a/site/images/almanac/F0002.png b/site/images/almanac/F0002.png new file mode 100644 index 0000000..eb7f093 Binary files /dev/null and b/site/images/almanac/F0002.png differ diff --git a/site/images/almanac/F0023.png b/site/images/almanac/F0023.png new file mode 100755 index 0000000..9f1b363 Binary files /dev/null and b/site/images/almanac/F0023.png differ diff --git a/site/images/almanac/F0041.png b/site/images/almanac/F0041.png new file mode 100644 index 0000000..d6ae660 Binary files /dev/null and b/site/images/almanac/F0041.png differ diff --git a/site/images/almanac/I0300.png b/site/images/almanac/I0300.png new file mode 100644 index 0000000..bf1d0d8 Binary files /dev/null and b/site/images/almanac/I0300.png differ diff --git a/site/images/almanac/I0350.png b/site/images/almanac/I0350.png new file mode 100644 index 0000000..a5ebe0f Binary files /dev/null and b/site/images/almanac/I0350.png differ diff --git a/site/images/static/border2.png b/site/images/static/border2.png new file mode 100644 index 0000000..4d31e64 Binary files /dev/null and b/site/images/static/border2.png differ diff --git a/site/images/static/border3.png b/site/images/static/border3.png new file mode 100644 index 0000000..99f2502 Binary files /dev/null and b/site/images/static/border3.png differ diff --git a/site/images/static/candle1.webp b/site/images/static/candle1.webp new file mode 100644 index 0000000..f522933 Binary files /dev/null and b/site/images/static/candle1.webp differ diff --git a/site/images/static/candle2.gif b/site/images/static/candle2.gif new file mode 100644 index 0000000..4d92108 Binary files /dev/null and b/site/images/static/candle2.gif differ diff --git a/site/images/static/candle3.gif b/site/images/static/candle3.gif new file mode 100644 index 0000000..830031f Binary files /dev/null and b/site/images/static/candle3.gif differ diff --git a/site/images/static/frame-top-left.png b/site/images/static/frame-top-left.png new file mode 100644 index 0000000..552389c Binary files /dev/null and b/site/images/static/frame-top-left.png differ diff --git a/site/images/static/frame-top.png b/site/images/static/frame-top.png new file mode 100644 index 0000000..33ce2c4 Binary files /dev/null and b/site/images/static/frame-top.png differ diff --git a/site/images/static/frame.png b/site/images/static/frame.png new file mode 100644 index 0000000..668e680 Binary files /dev/null and b/site/images/static/frame.png differ diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..ef71d4c --- /dev/null +++ b/site/index.html @@ -0,0 +1,30 @@ + + + + Azcona-Becker Family - Dia de los Muertos 2023 + + + +
+ +
+
 
+ +
+ +
 
+
+ +
+
 
+ + + + +
 
+
+ +
+
Feliz Dia de los Muertos 2023
+ + \ No newline at end of file diff --git a/site/style/main.css b/site/style/main.css new file mode 100644 index 0000000..17be88d --- /dev/null +++ b/site/style/main.css @@ -0,0 +1,26 @@ +body +{ + background-color: #000000; + display: flex; + + flex-direction: column; +} +div.candle2 +{ + display: inline-block; + background-size: cover; + background-image: url('../images/static/candle2.gif'); + width: 300px; + height: 200px; +} +.ofrenda-frame +{ + border: 30px solid; + border-image: url('../images/static/border2.png') 20 20 stretch; + margin: 16px; + box-shadow: 10px -20px 20px #000000; +} +.ofrenda-frame.border3 +{ + border-image: url('../images/static/border3.png') 20 20 stretch; +} \ No newline at end of file