generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 2.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: Home
background: sunrise
index: true
referrer: no-referrer
pinned: true
thumbnail:
url: /img/raster/background/sunrise-400.jpg
description: "Steakhouse & Motel in Lake Isabella California. Paradise Cove serves choice angus beef and quality seafood. Renovated motel rooms all have view of the lake."
preload:
- href: "/img/raster/background/sunrise-1280.jpg"
as: image
type: image/jpeg
referrerPolicy: no-referrer
media: "(min-width: 1281px)"
importance: high
- href: "/img/raster/background/sunrise-800.jpg"
as: image
type: image/jpeg
referrerPolicy: no-referrer
media: "((min-width: 401px) and (max-width: 800px))"
importance: high
- href: "/img/raster/background/sunrise-400.jpg"
as: image
type: image/jpeg
referrerPolicy: no-referrer
media: "(max-width: 400px)"
importance: high
tags:
- Paradise Cove
- Paradise Cove Lodge
- lake isabella
- kern valley
- kern river valley
- dining
- lodging
- steak
- steakhouse
- lobster
- motel
- hotel
---
<section id="cards" class="grid">
<a href="/rooms/" class="section-link card shadow color-default center content-visibility-auto">
<img class="card-img fit-cover block" alt="Rooms image" src="/img/raster/rooms/large.jpg" decoding="async" loading="lazy" width="350" height="233" />
<h2 class="card-label center">Rooms & Rates</h2>
<p class="card-desc">Come visit us and check out our newly remodeled rooms. Every room has views of the lake. Call to reserve a room.</p>
</a>
<a href="/menu/" class="section-link card shadow color-default center content-visibility-auto">
<img class="card-img fit-cover block" alt="Restaurant image" src="/img/raster/background/restaurant-350.jpg" decoding="async" loading="lazy" width="350" height="263" />
<h2 class="card-label center">Restaurant</h2>
<p class="card-desc">Enjoy Prime Rib, Steaks, and Seafood from our dining room overlooking the Lake.</p>
</a>
<a href="/about/#location" class="section-link card shadow color-default center content-visibility-auto">
<img class="card-img fit-cover block" alt="View of the location" class="float-left" src="/img/raster/background/location-350.jpg" width="288" height="188" alt="Paradise Cove Street View" decoding="async" loading="lazy" crossorigin="annonymous" />
<h2 class="card-label center">Location</h2>
<p class="card-desc">On Highway 178 with great views of Lake Isabella, 3 miles past the Dam on the south side of the lake.</p>
</a>
</section>