113 lines
4.6 KiB
HTML
113 lines
4.6 KiB
HTML
<!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>Arthur Ibay - Agricultural Engineer</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Arthur Ibay - Agricultural Engineer">
|
|
<meta property="og:description" content="Agricultural Engineer & Agribusiness Strategist">
|
|
<meta property="og:url" content="https://arthur-ibay.4ort.net/">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="description" content="Agricultural Engineer & Agribusiness Strategist">
|
|
<style>
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
background-color: #f9f9f9;
|
|
}
|
|
header {
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
h1 {
|
|
color: #2c5f2d;
|
|
}
|
|
nav {
|
|
margin: 20px 0;
|
|
padding: 10px;
|
|
background-color: #e9e9e9;
|
|
border-radius: 5px;
|
|
}
|
|
nav a {
|
|
margin-right: 15px;
|
|
color: #2c5f2d;
|
|
text-decoration: none;
|
|
}
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
section {
|
|
margin-bottom: 30px;
|
|
}
|
|
h2 {
|
|
color: #2c5f2d;
|
|
}
|
|
footer {
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
border-top: 1px solid #ddd;
|
|
margin-top: 30px;
|
|
}
|
|
a {
|
|
color: #2c5f2d;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Arthur Ibay</a><a href="/sustainable-irrigation.html">Sustainable Irrigation Practices</a></nav></fort-nav>
|
|
<header>
|
|
<h1>Arthur Ibay</h1>
|
|
<p>Agricultural Engineer & Agribusiness Strategist</p>
|
|
</header>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="sustainable-irrigation.html">Sustainable Irrigation</a>
|
|
</nav>
|
|
<section>
|
|
<h2>About Me</h2>
|
|
<p>Hello! I'm Arthur Ibay, an agricultural engineer based in Salt Lake City. My work focuses on designing precision irrigation networks that merge sustainability with visual appeal. I believe that every system, whether it's an irrigation network or a community garden, should blend function with beauty.</p>
|
|
</section>
|
|
<section>
|
|
<h2>My Work</h2>
|
|
<p>I specialize in creating irrigation systems that are not only efficient but also aesthetically pleasing. My approach combines traditional agricultural practices with modern technology to create sustainable solutions for today's challenges.</p>
|
|
<p>Check out my latest work on <a href="sustainable-irrigation.html">Sustainable Irrigation Practices</a>.</p>
|
|
</section>
|
|
<section>
|
|
<h2>Connect With Me</h2>
|
|
<p>Follow me on the fediverse for updates and discussions on sustainable agriculture and precision irrigation.</p>
|
|
<p><a href="https://4ort.net/@arthur_ibay">@arthur_ibay on the fediverse</a></p>
|
|
</section>
|
|
<footer>
|
|
<p>© 2026 Arthur Ibay. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |