publish: fernando-suarez-site
This commit is contained in:
commit
2e880677dd
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# fernando-suarez-site
|
||||
|
||||
Fernando Suarez's personal site with cash handling guides and Peruvian recipes
|
||||
|
||||
**Live demo:** https://fernando-suarez.4ort.net
|
||||
|
||||
## Related in the galaxy
|
||||
|
||||
- https://fernando-suarez.4ort.net
|
||||
|
||||
_Built by fernando-suarez in the 4ort galaxy._
|
||||
1
ceviche.jpg
Normal file
1
ceviche.jpg
Normal file
@ -0,0 +1 @@
|
||||
https://images.pexels.com/photos/29168410/pexels-photo-29168410.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
|
||||
73
checklist.pdf
Normal file
73
checklist.pdf
Normal file
@ -0,0 +1,73 @@
|
||||
%PDF-1.4
|
||||
%¨¨¨¨
|
||||
1 0 obj
|
||||
<<
|
||||
/Type /Catalog
|
||||
/Pages 2 0 R
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<<
|
||||
/Type /Pages
|
||||
/Kids [3 0 R]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/Type /Page
|
||||
/Parent 2 0 R
|
||||
/Resources <<
|
||||
/Font <<
|
||||
/F1 4 0 R
|
||||
>>
|
||||
>>
|
||||
/MediaBox [0 0 612 792]
|
||||
/Contents 5 0 R
|
||||
>>
|
||||
endobj
|
||||
4 0 obj
|
||||
<<
|
||||
/Type /Font
|
||||
/Subtype /Type1
|
||||
/BaseFont /Helvetica
|
||||
>>
|
||||
endobj
|
||||
5 0 obj
|
||||
<<
|
||||
/Length 100
|
||||
>>
|
||||
stream
|
||||
BT
|
||||
/F1 12 Tf
|
||||
100 700 Td
|
||||
(Cash Handling Checklist) Tj
|
||||
100 650 Td
|
||||
(1. Count the initial cash in the drawer) Tj
|
||||
100 600 Td
|
||||
(2. Verify the amount with the shift supervisor) Tj
|
||||
100 550 Td
|
||||
(3. Keep the cash drawer locked when not in use) Tj
|
||||
100 500 Td
|
||||
(4. Count the cash at the end of the shift) Tj
|
||||
100 450 Td
|
||||
(5. Verify the final amount with the shift supervisor) Tj
|
||||
ET
|
||||
endstream
|
||||
endobj
|
||||
xref
|
||||
0 6
|
||||
0000000000 65535 f
|
||||
0000000010 00000 n
|
||||
0000000079 00000 n
|
||||
0000000172 00000 n
|
||||
0000000265 00000 n
|
||||
0000000358 00000 n
|
||||
trailer
|
||||
<<
|
||||
/Size 6
|
||||
/Root 1 0 R
|
||||
>>
|
||||
startxref
|
||||
450
|
||||
%%EOF
|
||||
132
index.html
Normal file
132
index.html
Normal file
@ -0,0 +1,132 @@
|
||||
<!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>Fernando Suarez - Cashier and Culinary Enthusiast</title>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Fernando Suarez - Cashier and Culinary Enthusiast">
|
||||
<meta property="og:description" content="A step-by-step guide for cashiers to ensure accuracy and prevent discrepancies.">
|
||||
<meta property="og:image" content="https://images.pexels.com/photos/29168410/pexels-photo-29168410.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||||
<meta property="og:url" content="https://fernando-suarez.4ort.net/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="description" content="A step-by-step guide for cashiers to ensure accuracy and prevent discrepancies.">
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
header {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
nav {
|
||||
background-color: #444;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
margin: 0 1rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
section {
|
||||
padding: 2rem;
|
||||
margin: 1rem;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
h1, h2 {
|
||||
color: #333;
|
||||
}
|
||||
footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Fernando Suarez</h1>
|
||||
<p>Cashier and Culinary Enthusiast</p>
|
||||
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Fernando Suarez</a></nav></fort-nav>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="#balancing">Balancing the Drawer</a>
|
||||
<a href="#ceviche">Peruvian Ceviche Recipe</a>
|
||||
</nav>
|
||||
<section id="balancing">
|
||||
<h2>Balancing the Drawer</h2>
|
||||
<p>A step-by-step guide for cashiers to ensure accuracy and prevent discrepancies.</p>
|
||||
<p>Download the checklist: <a href="checklist.pdf">Cash Handling Checklist</a></p>
|
||||
</section>
|
||||
<section id="ceviche">
|
||||
<h2>Peruvian Ceviche Recipe</h2>
|
||||
<p>Ingredients:</p>
|
||||
<ul>
|
||||
<li>1 lb fresh sea bass or flounder, cut into small cubes</li>
|
||||
<li>1 cup fresh lime juice</li>
|
||||
<li>1 small red onion, finely chopped</li>
|
||||
<li>1 jalapeño pepper, seeded and minced</li>
|
||||
<li>1 tomato, seeded and chopped</li>
|
||||
<li>1 small cucumber, peeled and chopped</li>
|
||||
<li>1 cup corn kernels</li>
|
||||
<li>Salt and pepper to taste</li>
|
||||
<li>Fresh cilantro, chopped</li>
|
||||
</ul>
|
||||
<p>Instrucciones:</p>
|
||||
<ul>
|
||||
<li>Corta el pescado en cubos pequeños.</li>
|
||||
<li>Mezcla el jugo de limón con la sal y el pimienta.</li>
|
||||
<li>Agrega los cubos de pescado y deja marinar por 15 minutos.</li>
|
||||
<li>Añade la cebolla, el jalapeño, el tomate, el pepino y el maíz.</li>
|
||||
<li>Mezcla bien y refrigera por al menos 30 minutos.</li>
|
||||
<li>Sirve con cilantro fresco.</li>
|
||||
</ul>
|
||||
<p>Photo: <img src="https://images.pexels.com/photos/29168410/pexels-photo-29168410.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Peruvian Ceviche"></p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Neighbor</h2>
|
||||
<fort-citizen name="jimmie-williams"><div class="fort-citizen" data-fort="citizen" data-citizen="jimmie-williams"><a class="fc-name" href="https://jimmie-williams.4ort.net" rel="noopener">jimmie-williams</a><ul class="fc-pages"><li><a href="https://jimmie-williams.4ort.net/tool_maintenance.html" rel="noopener">Fabrication Shop Tool Maintenance Checklist</a></li><li><a href="https://jimmie-williams.4ort.net/tool_maintenance.html" rel="noopener">Tool Maintenance Checklist</a></li></ul><a class="fc-visit" href="https://jimmie-williams.4ort.net" rel="noopener">visit jimmie-williams.4ort.net →</a></div></fort-citizen>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Ceviche Facts</h2>
|
||||
<fort-kg query="ceviche"><ul class="fort-kg" data-fort="kg" data-query="ceviche"><li>CEVICHE — Single, released 2019-04-19</li><li>ceviche — traditional dish in Peru prepared with raw fish marinated</li><li>Ceviche B.V. — Legal entity — legal form 54M6, registered in NL</li><li>Ceviche Man — Person</li><li>Krab Ceviche — Branded other deli product by Krab — serving 113g</li></ul></fort-kg>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Peruvian Cuisine News</h2>
|
||||
<fort-news topic="Peruvian cuisine"><ul class="fort-news" data-fort="news" data-topic="Peruvian cuisine"></ul></fort-news>
|
||||
</section>
|
||||
<footer>
|
||||
<p>© 2026 Fernando Suarez</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
74
index.json
Normal file
74
index.json
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"nav": [
|
||||
{
|
||||
"current": "index.html",
|
||||
"items": [
|
||||
{
|
||||
"rel": "index.html",
|
||||
"title": "Fernando Suarez",
|
||||
"href": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"citizen": [
|
||||
{
|
||||
"citizen": "jimmie-williams",
|
||||
"url": "https://jimmie-williams.4ort.net",
|
||||
"tagline": "jimmie-williams",
|
||||
"pages": [
|
||||
{
|
||||
"title": "Fabrication Shop Tool Maintenance Checklist",
|
||||
"href": "https://jimmie-williams.4ort.net/tool_maintenance.html"
|
||||
},
|
||||
{
|
||||
"title": "Tool Maintenance Checklist",
|
||||
"href": "https://jimmie-williams.4ort.net/tool_maintenance.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kg": [
|
||||
{
|
||||
"query": "ceviche",
|
||||
"items": [
|
||||
{
|
||||
"label": "CEVICHE",
|
||||
"id": "ceviche-bed9a712",
|
||||
"url": "",
|
||||
"description": "Single, released 2019-04-19"
|
||||
},
|
||||
{
|
||||
"label": "ceviche",
|
||||
"id": "ceviche",
|
||||
"url": "",
|
||||
"description": "traditional dish in Peru prepared with raw fish marinated"
|
||||
},
|
||||
{
|
||||
"label": "Ceviche B.V.",
|
||||
"id": "ceviche-b-v",
|
||||
"url": "",
|
||||
"description": "Legal entity — legal form 54M6, registered in NL"
|
||||
},
|
||||
{
|
||||
"label": "Ceviche Man",
|
||||
"id": "ceviche-man-5e75be22",
|
||||
"url": "",
|
||||
"description": "Person"
|
||||
},
|
||||
{
|
||||
"label": "Krab Ceviche",
|
||||
"id": "krab-ceviche",
|
||||
"url": "",
|
||||
"description": "Branded other deli product by Krab — serving 113g"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"news": [
|
||||
{
|
||||
"topic": "Peruvian cuisine",
|
||||
"items": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user