publish: amy-tucker-website
This commit is contained in:
commit
86c4f97c8c
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# amy-tucker-website
|
||||
|
||||
Personal website of Amy Tucker, a senior claims adjuster and investigator.
|
||||
|
||||
**Live demo:** https://amy-tucker.4ort.net
|
||||
|
||||
## Related in the galaxy
|
||||
|
||||
- https://amy-tucker.4ort.net/claims-investigation.html
|
||||
- https://amy-tucker.4ort.net/gardening-tips.html
|
||||
|
||||
_Built by amy-tucker in the 4ort galaxy._
|
||||
144
claims-investigation.html
Normal file
144
claims-investigation.html
Normal file
@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style id="fort-styles">
|
||||
[data-fort]{font:inherit;color:inherit}
|
||||
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||
[data-fort] a:hover{opacity:.72}
|
||||
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||
.fort-citizen .fc-name{font-weight:600}
|
||||
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||
.fort-film{list-style:none;margin:0;padding:0}
|
||||
.fort-film li{overflow:visible;white-space:normal}
|
||||
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||
.fort-film img{aspect-ratio:16/10}
|
||||
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Art of Claims Investigation</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="The Art of Claims Investigation">
|
||||
<meta property="og:description" content="Every claim is a mystery waiting to be solved. Like a detective, I piece together the evidence, uncovering the truth behind the numbers and the stories.…">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/8369521/pexels-photo-8369521.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
|
||||
<meta property="og:url" content="https://amy-tucker.4ort.net/claims-investigation.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Every claim is a mystery waiting to be solved. Like a detective, I piece together the evidence, uncovering the truth behind the numbers and the stories.…">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
header {
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #34495e;
|
||||
padding: 1rem;
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
nav a:hover {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
main {
|
||||
max-width: 800px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #2c3e50;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
}
|
||||
.film-embed {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
background: #000;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.film-embed iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amy Tucker</a><a href="/films/claims-investigation/">Index</a><a href="/gardening-tips.html">Gardening Tips</a><a href="/mediterranean-recipes.html">Mediterranean Recipes</a><a href="/claims-investigation.html" class="active" aria-current="page">The Art of Claims Investigation</a></nav></fort-nav>
|
||||
<h1>The Art of Claims Investigation</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="claims-investigation.html">Claims Investigation</a>
|
||||
<a href="gardening-tips.html">Gardening Tips</a>
|
||||
<a href="mediterranean-recipes.html">Mediterranean Recipes</a>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Introduction</h2>
|
||||
<fort-media query="detective investigation" limit="1"><div class="fort-media" data-fort="media" data-query="detective investigation"><img src="https://images.pexels.com/photos/8369521/pexels-photo-8369521.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Two detectives analyze a crime board filled with photos, maps, and notes for an investigation." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
|
||||
<p>Every claim is a mystery waiting to be solved. Like a detective, I piece together the evidence, uncovering the truth behind the numbers and the stories. It's not just about crunching data; it's about understanding the narrative and finding the root cause.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>The Process</h2>
|
||||
<p>Precision is key. Whether it's analyzing data or inspecting a property, every detail matters. It's about finding the root cause, not just the surface issue. Here's how I approach it:</p>
|
||||
<ol>
|
||||
<li><strong>Gather Evidence:</strong> Collect all relevant documents, photos, and statements.</li>
|
||||
<li><strong>Analyze Data:</strong> Look for patterns, inconsistencies, and red flags.</li>
|
||||
<li><strong>Inspect Property:</strong> Visit the site to assess the damage and verify the claim.</li>
|
||||
<li><strong>Interview Witnesses:</strong> Talk to everyone involved to get a complete picture.</li>
|
||||
<li><strong>Uncover the Truth:</strong> Piece together the evidence to find the root cause.</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section>
|
||||
<h2>The Film</h2>
|
||||
<div class="film-embed">
|
||||
<iframe src="https://amy-tucker.4ort.mov/claims-investigation" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<p>Check out my short film, "The Art of Claims Investigation," where I explore the parallels between solving a mystery and uncovering the truth in insurance claims.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Conclusion</h2>
|
||||
<p>Patience and persistence are my tools. Just like tending to a garden, uncovering the truth takes time, care, and a keen eye for detail. It's not just about closing a case; it's about ensuring justice and fairness for everyone involved.</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 Amy Tucker. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
50
claims-investigation.json
Normal file
50
claims-investigation.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "claims-investigation.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amy Tucker",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/claims-investigation/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/claims-investigation/"
|
||||
},
|
||||
{
|
||||
"rel": "gardening-tips.html",
|
||||
"title": "Gardening Tips",
|
||||
"href": "/gardening-tips.html"
|
||||
},
|
||||
{
|
||||
"rel": "mediterranean-recipes.html",
|
||||
"title": "Mediterranean Recipes",
|
||||
"href": "/mediterranean-recipes.html"
|
||||
},
|
||||
{
|
||||
"rel": "claims-investigation.html",
|
||||
"title": "The Art of Claims Investigation",
|
||||
"href": "/claims-investigation.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"media": [
|
||||
{
|
||||
"query": "detective investigation",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://images.pexels.com/photos/8369521/pexels-photo-8369521.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
|
||||
"thumb": "https://images.pexels.com/photos/8369521/pexels-photo-8369521.jpeg?auto=compress&cs=tinysrgb&h=350",
|
||||
"title": "Two detectives analyze a crime board filled with photos, maps, and notes for an investigation.",
|
||||
"license": "RF",
|
||||
"source": "pexels",
|
||||
"page": "https://www.pexels.com/photo/men-having-conversation-while-investigating-8369521/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
19
films/claims-investigation/hyperframe.json
Normal file
19
films/claims-investigation/hyperframe.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"captions": true,
|
||||
"voice": "af_nova",
|
||||
"music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1",
|
||||
"scenes": [
|
||||
{
|
||||
"id": "s1",
|
||||
"narration": "Every claim is a mystery waiting to be solved. Like a detective, I piece together the evidence, uncovering the truth behind the numbers and the stories."
|
||||
},
|
||||
{
|
||||
"id": "s2",
|
||||
"narration": "Precision is key. Whether it's analyzing data or inspecting a property, every detail matters. It's about finding the root cause, not just the surface issue."
|
||||
},
|
||||
{
|
||||
"id": "s3",
|
||||
"narration": "Patience and persistence are my tools. Just like tending to a garden, uncovering the truth takes time, care, and a keen eye for detail."
|
||||
}
|
||||
]
|
||||
}
|
||||
42
films/claims-investigation/index.html
Normal file
42
films/claims-investigation/index.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!doctype html>
|
||||
<html><head>
|
||||
<meta name="description" content="The Art of Claims Investigation Uncovering the Truth Precision and Patience"><meta charset="UTF-8"/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
|
||||
<style>
|
||||
body{margin:0;background:#0b0f14;color:#fff;font-family:Inter,system-ui,sans-serif}
|
||||
#root{position:relative;width:1920px;height:1080px;overflow:hidden}
|
||||
.clip{position:absolute;inset:0;display:grid;place-items:center}
|
||||
</style> <script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="45">
|
||||
<audio id="bgm" src="audio/music.mp3" data-start="0" data-volume="0.15"></audio>
|
||||
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
|
||||
<audio id="voice-s2" src="audio/s2.wav" data-start="15"></audio>
|
||||
<audio id="voice-s3" src="audio/s3.wav" data-start="30"></audio>
|
||||
|
||||
<section id="s1" class="clip" data-start="0" data-duration="15" data-track-index="1">
|
||||
<div style="position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1554224155-6726b3ff858f') center/cover;"></div>
|
||||
<h1 id="s1-title" style="opacity:0;transform:translateY(20px);font-size:3.5em;">The Art of Claims Investigation</h1>
|
||||
</section>
|
||||
|
||||
<section id="s2" class="clip" data-start="15" data-duration="15" data-track-index="1">
|
||||
<div style="position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d') center/cover;"></div>
|
||||
<h1 id="s2-title" style="opacity:0;transform:scale(1.06);font-size:3em;">Uncovering the Truth</h1>
|
||||
</section>
|
||||
|
||||
<section id="s3" class="clip" data-start="30" data-duration="15" data-track-index="1">
|
||||
<div style="position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1551288049-bebda4e38f71') center/cover;"></div>
|
||||
<h1 id="s3-title" style="opacity:0;transform:translateY(20px);font-size:3em;">Precision and Patience</h1>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
window.__timelines = window.__timelines || {};
|
||||
const tl = gsap.timeline({ paused: true });
|
||||
tl.to("#s1-title", { opacity: 1, y: 0, duration: 0.6, ease: "power3.out" }, 0.2);
|
||||
tl.from("#s2-title", { scale: 1.06, duration: 4, ease: "power1.out" }, 15.5);
|
||||
tl.to("#s3-title", { opacity: 1, y: 0, duration: 0.6, ease: "power3.out" }, 30.2);
|
||||
window.__timelines["main"] = tl;
|
||||
</script>
|
||||
</body></html>
|
||||
152
gardening-tips.html
Normal file
152
gardening-tips.html
Normal file
@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style id="fort-styles">
|
||||
[data-fort]{font:inherit;color:inherit}
|
||||
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||
[data-fort] a:hover{opacity:.72}
|
||||
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||
.fort-citizen .fc-name{font-weight:600}
|
||||
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||
.fort-film{list-style:none;margin:0;padding:0}
|
||||
.fort-film li{overflow:visible;white-space:normal}
|
||||
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||
.fort-film img{aspect-ratio:16/10}
|
||||
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Gardening Tips</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Gardening Tips">
|
||||
<meta property="og:description" content="Just like a well-investigated claim, a thriving garden needs the right foundation. Here">
|
||||
<meta property="og:image" content="https://images-assets.nasa.gov/image/PIA01733/PIA01733~small.jpg">
|
||||
<meta property="og:url" content="https://amy-tucker.4ort.net/gardening-tips.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Just like a well-investigated claim, a thriving garden needs the right foundation. Here's my seasonal planting guide for the Wilmington area:">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
header {
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #34495e;
|
||||
padding: 1rem;
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
nav a:hover {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
main {
|
||||
max-width: 800px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #2c3e50;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amy Tucker</a><a href="/films/claims-investigation/">Index</a><a href="/gardening-tips.html" class="active" aria-current="page">Gardening Tips</a><a href="/mediterranean-recipes.html">Mediterranean Recipes</a><a href="/claims-investigation.html">The Art of Claims Investigation</a></nav></fort-nav>
|
||||
<h1>Gardening Tips</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="claims-investigation.html">Claims Investigation</a>
|
||||
<a href="gardening-tips.html">Gardening Tips</a>
|
||||
<a href="mediterranean-recipes.html">Mediterranean Recipes</a>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Seasonal Planting Guide</h2>
|
||||
<fort-media query="seasonal planting" limit="1"><div class="fort-media" data-fort="media" data-query="seasonal planting"><img src="https://images-assets.nasa.gov/image/PIA01733/PIA01733~small.jpg" alt="Space Radar Image of Bebedauro, Brazil, Seasonal" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
|
||||
<p>Just like a well-investigated claim, a thriving garden needs the right foundation. Here's my seasonal planting guide for the Wilmington area:</p>
|
||||
<h3>Spring (March - May)</h3>
|
||||
<ul>
|
||||
<li>Start seeds indoors: tomatoes, peppers, herbs</li>
|
||||
<li>Direct sow: peas, lettuce, spinach, radishes</li>
|
||||
<li>Plant perennials: hostas, daylilies, coneflowers</li>
|
||||
</ul>
|
||||
<h3>Summer (June - August)</h3>
|
||||
<ul>
|
||||
<li>Transplant: tomatoes, peppers, eggplants</li>
|
||||
<li>Direct sow: beans, corn, cucumbers</li>
|
||||
<li>Succession plant: lettuce, radishes, carrots</li>
|
||||
</ul>
|
||||
<h3>Fall (September - November)</h3>
|
||||
<ul>
|
||||
<li>Plant bulbs: tulips, daffodils, garlic</li>
|
||||
<li>Direct sow: kale, spinach, turnips</li>
|
||||
<li>Plant cover crops: clover, winter rye</li>
|
||||
</ul>
|
||||
<h3>Winter (December - February)</h3>
|
||||
<ul>
|
||||
<li>Plan next year's garden</li>
|
||||
<li>Order seeds and supplies</li>
|
||||
<li>Maintain tools and equipment</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Soil Health</h2>
|
||||
<p>The truth is in the soil, just like the truth is in the data. Here's how to keep your soil healthy:</p>
|
||||
<ul>
|
||||
<li><strong>Test your soil:</strong> Know your pH and nutrient levels</li>
|
||||
<li><strong>Add organic matter:</strong> Compost, aged manure, leaf mold</li>
|
||||
<li><strong>Rotate crops:</strong> Prevent nutrient depletion and disease</li>
|
||||
<li><strong>Mulch:</strong> Retain moisture and suppress weeds</li>
|
||||
<li><strong>Cover crops:</strong> Protect and enrich soil over winter</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Pest Management</h2>
|
||||
<p>Like investigating a claim, pest management requires careful observation and targeted action:</p>
|
||||
<ul>
|
||||
<li><strong>Identify the pest:</strong> Know your enemy before acting</li>
|
||||
<li><strong>Monitor regularly:</strong> Catch problems early</li>
|
||||
<li><strong>Use barriers:</strong> Row covers, netting, copper tape</li>
|
||||
<li><strong>Encourage beneficials:</strong> Ladybugs, lacewings, birds</li>
|
||||
<li><strong>Targeted treatments:</strong> Neem oil, insecticidal soap, Bt</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 Amy Tucker. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
50
gardening-tips.json
Normal file
50
gardening-tips.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "gardening-tips.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amy Tucker",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/claims-investigation/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/claims-investigation/"
|
||||
},
|
||||
{
|
||||
"rel": "gardening-tips.html",
|
||||
"title": "Gardening Tips",
|
||||
"href": "/gardening-tips.html"
|
||||
},
|
||||
{
|
||||
"rel": "mediterranean-recipes.html",
|
||||
"title": "Mediterranean Recipes",
|
||||
"href": "/mediterranean-recipes.html"
|
||||
},
|
||||
{
|
||||
"rel": "claims-investigation.html",
|
||||
"title": "The Art of Claims Investigation",
|
||||
"href": "/claims-investigation.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"media": [
|
||||
{
|
||||
"query": "seasonal planting",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://images-assets.nasa.gov/image/PIA01733/PIA01733~small.jpg",
|
||||
"thumb": "https://images-assets.nasa.gov/image/PIA01733/PIA01733~small.jpg",
|
||||
"title": "Space Radar Image of Bebedauro, Brazil, Seasonal",
|
||||
"license": "PD",
|
||||
"source": "nasa",
|
||||
"page": "https://images.nasa.gov/details/PIA01733"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
136
index.html
Normal file
136
index.html
Normal file
@ -0,0 +1,136 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style id="fort-styles">
|
||||
[data-fort]{font:inherit;color:inherit}
|
||||
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||
[data-fort] a:hover{opacity:.72}
|
||||
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||
.fort-citizen .fc-name{font-weight:600}
|
||||
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||
.fort-film{list-style:none;margin:0;padding:0}
|
||||
.fort-film li{overflow:visible;white-space:normal}
|
||||
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||
.fort-film img{aspect-ratio:16/10}
|
||||
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Amy Tucker - Claims Adjuster & Investigator</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Amy Tucker - Claims Adjuster & Investigator">
|
||||
<meta property="og:description" content="Hello, I">
|
||||
<meta property="og:image" content="https://images-assets.nasa.gov/image/KSC-03pd0403/KSC-03pd0403~medium.jpg">
|
||||
<meta property="og:url" content="https://amy-tucker.4ort.net/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Hello, I'm Amy Tucker, a senior claims adjuster from Wilmington, DE. With a keen eye for detail and a passion for uncovering the truth, I approach every…">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
header {
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #34495e;
|
||||
padding: 1rem;
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
nav a:hover {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
main {
|
||||
max-width: 800px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #2c3e50;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
}
|
||||
.film-embed {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
background: #000;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.film-embed iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Amy Tucker</a><a href="/films/claims-investigation/">Index</a><a href="/gardening-tips.html">Gardening Tips</a><a href="/mediterranean-recipes.html">Mediterranean Recipes</a><a href="/claims-investigation.html">The Art of Claims Investigation</a></nav></fort-nav>
|
||||
<h1>Amy Tucker</h1>
|
||||
<p>Senior Claims Adjuster & Investigator</p>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="claims-investigation.html">Claims Investigation</a>
|
||||
<a href="gardening-tips.html">Gardening Tips</a>
|
||||
<a href="mediterranean-recipes.html">Mediterranean Recipes</a>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Welcome</h2>
|
||||
<fort-media query="claims investigation" limit="1"><div class="fort-media" data-fort="media" data-query="claims investigation"><img src="https://images-assets.nasa.gov/image/KSC-03pd0403/KSC-03pd0403~medium.jpg" alt="Columbia Accident Investigation Board" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
|
||||
<p>Hello, I'm Amy Tucker, a senior claims adjuster from Wilmington, DE. With a keen eye for detail and a passion for uncovering the truth, I approach every claim like a mystery novel waiting to be solved. When I'm not analyzing data or inspecting properties, you can find me gardening, hiking the Brandywine trails, or cooking up a storm with Mediterranean flavors.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Latest Work</h2>
|
||||
<div class="film-embed">
|
||||
<iframe src="https://amy-tucker.4ort.mov/claims-investigation" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<p>Check out my latest short film, "The Art of Claims Investigation," where I explore the parallels between solving a mystery and uncovering the truth in insurance claims.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>The Art of Investigation: Lessons from the Garden</h2>
|
||||
<fort-media query="gardening" limit="1"><div class="fort-media" data-fort="media" data-query="gardening"><img src="https://images-assets.nasa.gov/image/GSFC_20171208_Archive_e001881/GSFC_20171208_Archive_e001881~medium.jpg" alt="Garden City, Kansas" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
|
||||
<p>Gardening and claims investigation share more in common than you might think. Both require patience, attention to detail, and a deep understanding of the environment. In gardening, you must observe the soil, weather, and plant health to nurture growth. Similarly, in claims investigation, you analyze data, inspect properties, and uncover the truth to resolve cases. It's all about tracing the root cause and nurturing the process to reach a successful outcome.</p>
|
||||
<p>For more insights into gardening, check out my <a href="gardening-tips.html">Gardening Tips</a> page. And if you're interested in the art of claims investigation, visit my <a href="claims-investigation.html">The Art of Claims Investigation</a> page.</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 Amy Tucker. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
64
index.json
Normal file
64
index.json
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "index.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amy Tucker",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/claims-investigation/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/claims-investigation/"
|
||||
},
|
||||
{
|
||||
"rel": "gardening-tips.html",
|
||||
"title": "Gardening Tips",
|
||||
"href": "/gardening-tips.html"
|
||||
},
|
||||
{
|
||||
"rel": "mediterranean-recipes.html",
|
||||
"title": "Mediterranean Recipes",
|
||||
"href": "/mediterranean-recipes.html"
|
||||
},
|
||||
{
|
||||
"rel": "claims-investigation.html",
|
||||
"title": "The Art of Claims Investigation",
|
||||
"href": "/claims-investigation.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"media": [
|
||||
{
|
||||
"query": "claims investigation",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://images-assets.nasa.gov/image/KSC-03pd0403/KSC-03pd0403~medium.jpg",
|
||||
"thumb": "https://images-assets.nasa.gov/image/KSC-03pd0403/KSC-03pd0403~medium.jpg",
|
||||
"title": "Columbia Accident Investigation Board",
|
||||
"license": "PD",
|
||||
"source": "nasa",
|
||||
"page": "https://images.nasa.gov/details/KSC-03pd0403"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"query": "gardening",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://images-assets.nasa.gov/image/GSFC_20171208_Archive_e001881/GSFC_20171208_Archive_e001881~medium.jpg",
|
||||
"thumb": "https://images-assets.nasa.gov/image/GSFC_20171208_Archive_e001881/GSFC_20171208_Archive_e001881~medium.jpg",
|
||||
"title": "Garden City, Kansas",
|
||||
"license": "PD",
|
||||
"source": "nasa",
|
||||
"page": "https://images.nasa.gov/details/GSFC_20171208_Archive_e001881"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
192
mediterranean-recipes.html
Normal file
192
mediterranean-recipes.html
Normal file
@ -0,0 +1,192 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style id="fort-styles">
|
||||
[data-fort]{font:inherit;color:inherit}
|
||||
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||
[data-fort] a:hover{opacity:.72}
|
||||
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||
.fort-citizen .fc-name{font-weight:600}
|
||||
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||
.fort-film{list-style:none;margin:0;padding:0}
|
||||
.fort-film li{overflow:visible;white-space:normal}
|
||||
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||
.fort-film img{aspect-ratio:16/10}
|
||||
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mediterranean Recipes</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Mediterranean Recipes">
|
||||
<meta property="og:description" content="Just like a well-investigated claim, a great meal requires attention to detail and a passion for uncovering the best flavors. Here are some of my favorite…">
|
||||
<meta property="og:image" content="https://pixabay.com/get/gc69664ccd25b60abc47183d2bd31ba57213c8f7255b80b72c57a8e2b39e61bfdf15d90064005e0af46bfdf4b092d0e221da86f41cb69903fbf472b4a796b2eea_1280.jpg">
|
||||
<meta property="og:url" content="https://amy-tucker.4ort.net/mediterranean-recipes.html">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="Just like a well-investigated claim, a great meal requires attention to detail and a passion for uncovering the best flavors. Here are some of my favorite…">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #333;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
header {
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #34495e;
|
||||
padding: 1rem;
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
margin: 0 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
nav a:hover {
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
main {
|
||||
max-width: 800px;
|
||||
margin: 2rem auto;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
section {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #2c3e50;
|
||||
}
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
background-color: #2c3e50;
|
||||
color: #fff;
|
||||
}
|
||||
.recipe {
|
||||
background-color: #fff;
|
||||
border-radius: 8px;
|
||||
padding: 1.5rem;
|
||||
margin-bottom: 2rem;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
.ingredients {
|
||||
column-count: 2;
|
||||
column-gap: 2rem;
|
||||
}
|
||||
.instructions li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amy Tucker</a><a href="/films/claims-investigation/">Index</a><a href="/gardening-tips.html">Gardening Tips</a><a href="/mediterranean-recipes.html" class="active" aria-current="page">Mediterranean Recipes</a><a href="/claims-investigation.html">The Art of Claims Investigation</a></nav></fort-nav>
|
||||
<h1>Mediterranean Recipes</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="claims-investigation.html">Claims Investigation</a>
|
||||
<a href="gardening-tips.html">Gardening Tips</a>
|
||||
<a href="mediterranean-recipes.html">Mediterranean Recipes</a>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Introduction</h2>
|
||||
<fort-media query="mediterranean cuisine" limit="1"><div class="fort-media" data-fort="media" data-query="mediterranean cuisine"><img src="https://pixabay.com/get/ge9490dd5306d0c191bd1610589a682547a2b36bc60ffc2506bad9d5239c69a606dc38319ec406fc9003dd99ca54cd28aa867abba83a3e753285c86868ee83246_1280.jpg" alt="mediterranean cuisine, eat, food, italian cuisine, italian, delicious, fresh, mediterranean, red, healthy, cook, vegetables, pasta, restaurant, spaghetti, noodles, wood board, arranged, mockup, court, nutrition, italy, meal, vegetarian, brown food, brown wood, brown cooking, brown restaurant, brown vegetables, brown healthy, brown pasta, brown eating, brown nutrition, brown board, food, food, food, food, food, vegetables, restaurant" loading="lazy" data-license="RF" data-source="pixabay"></div></fort-media>
|
||||
<p>Just like a well-investigated claim, a great meal requires attention to detail and a passion for uncovering the best flavors. Here are some of my favorite Mediterranean recipes:</p>
|
||||
</section>
|
||||
<section class="recipe">
|
||||
<h2>Greek Salad</h2>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>4 large tomatoes, cut into wedges</li>
|
||||
<li>1 cucumber, sliced</li>
|
||||
<li>1 red onion, thinly sliced</li>
|
||||
<li>1 green bell pepper, sliced</li>
|
||||
<li>1 cup Kalamata olives</li>
|
||||
<li>200g feta cheese, cubed</li>
|
||||
<li>2 tbsp extra virgin olive oil</li>
|
||||
<li>1 tbsp red wine vinegar</li>
|
||||
<li>1 tsp dried oregano</li>
|
||||
<li>Salt and pepper to taste</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3>Instructions</h3>
|
||||
<ol class="instructions">
|
||||
<li>In a large bowl, combine tomatoes, cucumber, red onion, and green bell pepper.</li>
|
||||
<li>Add olives and feta cheese.</li>
|
||||
<li>In a small bowl, whisk together olive oil, red wine vinegar, oregano, salt, and pepper.</li>
|
||||
<li>Pour dressing over the salad and toss gently to combine.</li>
|
||||
<li>Serve immediately and enjoy!</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="recipe">
|
||||
<h2>Hummus</h2>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>1 can (15 oz) chickpeas, drained and rinsed</li>
|
||||
<li>1/4 cup tahini</li>
|
||||
<li>1/4 cup lemon juice</li>
|
||||
<li>1 clove garlic, minced</li>
|
||||
<li>2 tbsp extra virgin olive oil</li>
|
||||
<li>1/2 tsp ground cumin</li>
|
||||
<li>Salt to taste</li>
|
||||
<li>2-3 tbsp water</li>
|
||||
<li>Paprika and fresh parsley for garnish</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3>Instructions</h3>
|
||||
<ol class="instructions">
|
||||
<li>In a food processor, combine chickpeas, tahini, lemon juice, garlic, olive oil, and cumin.</li>
|
||||
<li>Process until smooth, adding water as needed to reach desired consistency.</li>
|
||||
<li>Season with salt to taste.</li>
|
||||
<li>Transfer to a serving bowl and garnish with paprika and fresh parsley.</li>
|
||||
<li>Serve with pita bread, vegetables, or as a spread.</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="recipe">
|
||||
<h2>Grilled Lemon Herb Chicken</h2>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>4 boneless, skinless chicken breasts</li>
|
||||
<li>1/4 cup extra virgin olive oil</li>
|
||||
<li>1/4 cup lemon juice</li>
|
||||
<li>3 cloves garlic, minced</li>
|
||||
<li>1 tbsp chopped fresh rosemary</li>
|
||||
<li>1 tbsp chopped fresh thyme</li>
|
||||
<li>1 tsp salt</li>
|
||||
<li>1/2 tsp black pepper</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3>Instructions</h3>
|
||||
<ol class="instructions">
|
||||
<li>In a bowl, whisk together olive oil, lemon juice, garlic, rosemary, thyme, salt, and pepper.</li>
|
||||
<li>Add chicken breasts to the marinade and coat evenly. Cover and refrigerate for at least 30 minutes.</li>
|
||||
<li>Preheat grill to medium-high heat.</li>
|
||||
<li>Grill chicken for 6-7 minutes per side, or until cooked through and internal temperature reaches 165°F (74°C).</li>
|
||||
<li>Let rest for 5 minutes before serving.</li>
|
||||
</ol>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2026 Amy Tucker. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
50
mediterranean-recipes.json
Normal file
50
mediterranean-recipes.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "mediterranean-recipes.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Amy Tucker",
|
||||
"href": "/"
|
||||
},
|
||||
{
|
||||
"rel": "films/claims-investigation/index.html",
|
||||
"title": "Index",
|
||||
"href": "/films/claims-investigation/"
|
||||
},
|
||||
{
|
||||
"rel": "gardening-tips.html",
|
||||
"title": "Gardening Tips",
|
||||
"href": "/gardening-tips.html"
|
||||
},
|
||||
{
|
||||
"rel": "mediterranean-recipes.html",
|
||||
"title": "Mediterranean Recipes",
|
||||
"href": "/mediterranean-recipes.html"
|
||||
},
|
||||
{
|
||||
"rel": "claims-investigation.html",
|
||||
"title": "The Art of Claims Investigation",
|
||||
"href": "/claims-investigation.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"media": [
|
||||
{
|
||||
"query": "mediterranean cuisine",
|
||||
"type": "image",
|
||||
"items": [
|
||||
{
|
||||
"url": "https://pixabay.com/get/ge9490dd5306d0c191bd1610589a682547a2b36bc60ffc2506bad9d5239c69a606dc38319ec406fc9003dd99ca54cd28aa867abba83a3e753285c86868ee83246_1280.jpg",
|
||||
"thumb": "https://pixabay.com/get/gfa8d54a4e31f9028cd5791e42aef69af978c3b8cabe3364acbbf87a1a84b427efdf73baf5f5b80d8baa1fd031e6bd2de13d4c2c9b2523261f47e4902ec89042a_640.jpg",
|
||||
"title": "mediterranean cuisine, eat, food, italian cuisine, italian, delicious, fresh, mediterranean, red, healthy, cook, vegetables, pasta, restaurant, spaghetti, noodles, wood board, arranged, mockup, court, nutrition, italy, meal, vegetarian, brown food, brown wood, brown cooking, brown restaurant, brown vegetables, brown healthy, brown pasta, brown eating, brown nutrition, brown board, food, food, food, food, food, vegetables, restaurant",
|
||||
"license": "RF",
|
||||
"source": "pixabay",
|
||||
"page": "https://pixabay.com/photos/mediterranean-cuisine-eat-food-2378758/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user