diff --git a/css/general.css b/css/general.css index 43d6842..c00e6ab 100644 --- a/css/general.css +++ b/css/general.css @@ -15,6 +15,10 @@ body { box-sizing: border-box; } +img { + pointer-events: none; +} + /* Nav */ .nav-wrapper { height: auto; @@ -235,6 +239,10 @@ header { padding: 30px 0; } +/* .splide__track { + visibility: hidden; +} */ + .splide__slide { padding: 0 10px 30px; } @@ -330,8 +338,8 @@ input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; - -webkit-text-fill-color: #fff !important; - caret-color: #fff; + -webkit-text-fill-color: rgb(0, 0, 0) !important; + caret-color: rgb(61, 61, 61); } .contact-form div label { color: black; diff --git a/img/1.jpg b/img/1.jpg new file mode 100644 index 0000000..2e32dde Binary files /dev/null and b/img/1.jpg differ diff --git a/img/10.jpg b/img/10.jpg new file mode 100644 index 0000000..2c41888 Binary files /dev/null and b/img/10.jpg differ diff --git a/img/11.jpg b/img/11.jpg new file mode 100644 index 0000000..250f20f Binary files /dev/null and b/img/11.jpg differ diff --git a/img/12.jpg b/img/12.jpg new file mode 100644 index 0000000..6054854 Binary files /dev/null and b/img/12.jpg differ diff --git a/img/13.jpg b/img/13.jpg new file mode 100644 index 0000000..8431085 Binary files /dev/null and b/img/13.jpg differ diff --git a/img/14.jpg b/img/14.jpg new file mode 100644 index 0000000..acefc96 Binary files /dev/null and b/img/14.jpg differ diff --git a/img/15.jpg b/img/15.jpg new file mode 100644 index 0000000..449a360 Binary files /dev/null and b/img/15.jpg differ diff --git a/img/16.jpg b/img/16.jpg new file mode 100644 index 0000000..fca8be7 Binary files /dev/null and b/img/16.jpg differ diff --git a/img/17.jpg b/img/17.jpg new file mode 100644 index 0000000..13b263a Binary files /dev/null and b/img/17.jpg differ diff --git a/img/18.jpg b/img/18.jpg new file mode 100644 index 0000000..55194e7 Binary files /dev/null and b/img/18.jpg differ diff --git a/img/19.jpg b/img/19.jpg new file mode 100644 index 0000000..281a4bf Binary files /dev/null and b/img/19.jpg differ diff --git a/img/2.jpg b/img/2.jpg new file mode 100644 index 0000000..29a1c27 Binary files /dev/null and b/img/2.jpg differ diff --git a/img/20.jpg b/img/20.jpg new file mode 100644 index 0000000..8a4f85c Binary files /dev/null and b/img/20.jpg differ diff --git a/img/21.jpg b/img/21.jpg new file mode 100644 index 0000000..bed36b0 Binary files /dev/null and b/img/21.jpg differ diff --git a/img/22.jpg b/img/22.jpg new file mode 100644 index 0000000..e408837 Binary files /dev/null and b/img/22.jpg differ diff --git a/img/23.jpg b/img/23.jpg new file mode 100644 index 0000000..7c3f56e Binary files /dev/null and b/img/23.jpg differ diff --git a/img/24.jpg b/img/24.jpg new file mode 100644 index 0000000..c1d46e8 Binary files /dev/null and b/img/24.jpg differ diff --git a/img/25.jpg b/img/25.jpg new file mode 100644 index 0000000..718ba92 Binary files /dev/null and b/img/25.jpg differ diff --git a/img/26.jpg b/img/26.jpg new file mode 100644 index 0000000..66dbb7b Binary files /dev/null and b/img/26.jpg differ diff --git a/img/27.jpg b/img/27.jpg new file mode 100644 index 0000000..d0a5a7e Binary files /dev/null and b/img/27.jpg differ diff --git a/img/28.jpg b/img/28.jpg new file mode 100644 index 0000000..89665f5 Binary files /dev/null and b/img/28.jpg differ diff --git a/img/29.jpg b/img/29.jpg new file mode 100644 index 0000000..c124ccf Binary files /dev/null and b/img/29.jpg differ diff --git a/img/3.jpg b/img/3.jpg new file mode 100644 index 0000000..241831b Binary files /dev/null and b/img/3.jpg differ diff --git a/img/30.jpg b/img/30.jpg new file mode 100644 index 0000000..fd6b0c3 Binary files /dev/null and b/img/30.jpg differ diff --git a/img/31.jpg b/img/31.jpg new file mode 100644 index 0000000..8b057ee Binary files /dev/null and b/img/31.jpg differ diff --git a/img/4.jpg b/img/4.jpg new file mode 100644 index 0000000..4f29fdb Binary files /dev/null and b/img/4.jpg differ diff --git a/img/5.jpg b/img/5.jpg new file mode 100644 index 0000000..ca609d8 Binary files /dev/null and b/img/5.jpg differ diff --git a/img/6.jpg b/img/6.jpg new file mode 100644 index 0000000..c987f74 Binary files /dev/null and b/img/6.jpg differ diff --git a/img/7.jpg b/img/7.jpg new file mode 100644 index 0000000..c50be7e Binary files /dev/null and b/img/7.jpg differ diff --git a/img/8.jpg b/img/8.jpg new file mode 100644 index 0000000..df9112e Binary files /dev/null and b/img/8.jpg differ diff --git a/img/9.jpg b/img/9.jpg new file mode 100644 index 0000000..9184997 Binary files /dev/null and b/img/9.jpg differ diff --git a/img/piece-1.jpg b/img/piece-1.jpg deleted file mode 100644 index 8fd489f..0000000 Binary files a/img/piece-1.jpg and /dev/null differ diff --git a/img/piece-2.jpg b/img/piece-2.jpg deleted file mode 100644 index 4a6e0d2..0000000 Binary files a/img/piece-2.jpg and /dev/null differ diff --git a/img/piece-3.jpg b/img/piece-3.jpg deleted file mode 100644 index faa51d9..0000000 Binary files a/img/piece-3.jpg and /dev/null differ diff --git a/index.html b/index.html index 0270217..b3cc8e4 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - + @@ -59,11 +59,39 @@
-
    -
  • Title
  • -
  • Title
  • -
  • Title
  • -
+
    +
  • “Anini Beach, Kauai” (12x16 Acrylic on canvas)
    $200
  • +
  • “Kilauea Lighthouse Point, Kauai” (11x14 Acrylic on canvas)
    $175
  • +
  • “Be United As One” (8x10 Mixed media canvas)
    $95
  • +
  • “Grand Wailea Gardens” (16x20 Acrylic on photo canvas mixed media)
    $250
  • +
  • “Kona Sunset, Hawaii” (11x14 metal print)
    $75
  • +
  • “Keauhou Beach, Hawaii” (11x14 Metal print)
    $75
  • +
  • “Kihei Innocence, Maui” (11x14 Metal print)
    $75
  • +
  • “Ohana Surf, Maui” (11x14 Metal print)
    $75
  • +
  • “Wailea Dreams, Maui” (11x14 Metal print)
    $75
  • +
  • “Paia1, Maui” (11x14 Metal print)
    $75
  • +
  • “Paia 2, Maui"
    *Custom prints available
  • +
  • “Paia 3, Maui"
    *Custom prints available
  • +
  • “Kona, Hawaii” (8x10 Framed Print)
    $45
  • +
  • “Kamaole 2 Beach, Maui” (8x10 Framed Print)
    $45
  • +
  • “Wailea Serenity, Maui” (8x10 Framed Print)
    $45
  • +
  • “Kamaole1 Beach, Maui” (8x10 Framed Print)
    $45
  • +
  • “Poipu Beach, Kauai” (8x10 Framed Print)
    $45
  • +
  • “Red Sky at Night, Maui” (8x10 Framed Print)
    $45
  • +
  • “Sailor's Delight, Maui” (8x10 Framed Print)
    $45
  • +
  • “Wailea Edge Picnic, Maui” (8x10 Framed Print)
    $45
  • +
  • “Grand Wailea Chapel, Maui” (8x10 Framed Print)
    $45
  • +
  • “Shipwrecked, Maui Style” (8x10 Framed Print)
    $55
  • +
  • “Alpinia Floral, Hawaii” (5x7 Framed Print)
    $35
  • +
  • “Hibiscus, Hawaii” (5x7 Framed Print)
    $35
  • +
  • “Bromeliad, Hawaii” (5x7 Framed Print)
    $35
  • +
  • “Gecko, Hawaii” (5x5 Framed Print)
    $35
  • +
  • “Kihei Crab, Maui” (5x5 Framed Print)
    $35
  • +
  • “Kula Rooster, Maui” (5x5 Framed Print)
    $35
  • +
  • “Po'olenalena Beach, Maui”
    *Custom Prints Available
  • +
  • Title
  • +
  • Title
  • +