<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>CHIPS One</title>

<style>

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#f3e4c8;
background-image:url(‘https://www.transparenttextures.com/patterns/wood-pattern.png’);
color:#2c1b10;
}

/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 70px;
}

.logo{
width:180px;
height:180px;
border:8px solid #48642d;
border-radius:50%;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
background:rgba(255,255,255,.5);
font-weight:900;
font-size:52px;
line-height:0.9;
color:#2f1b0e;
position:relative;
}

.logo:before{
content:””;
position:absolute;
top:-14px;
left:50%;
width:28px;
height:28px;
border-top:8px solid #48642d;
border-right:8px solid #48642d;
transform:translateX(-50%) rotate(45deg);
}

.logo span{
color:#48642d;
font-style:italic;
font-size:40px;
}

nav a{
margin-left:30px;
text-decoration:none;
color:#2f1b0e;
font-weight:bold;
font-size:18px;
}

.login-btn{
background:#48642d;
color:white;
padding:12px 24px;
border-radius:8px;
}

/* HERO */

.hero{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
padding:40px 70px;
}

.hero h1{
font-size:72px;
line-height:0.95;
text-transform:uppercase;
margin-bottom:30px;
font-weight:900;
}

.hero h1 .green{
color:#48642d;
}

.hero p{
font-size:24px;
line-height:1.5;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:20px;
}

.btn{
padding:16px 28px;
border-radius:8px;
text-decoration:none;
font-weight:bold;
font-size:18px;
}

.btn-primary{
background:#48642d;
color:white;
}

.btn-secondary{
color:#48642d;
border-bottom:3px solid #48642d;
}

/* CIRCLE IMAGE */

.hero-circle{
width:550px;
height:550px;
border-radius:50%;
border:14px solid #48642d;
overflow:hidden;
margin:auto;
position:relative;
box-shadow:0 15px 30px rgba(0,0,0,.25);
}

.hero-circle img{
width:100%;
height:100%;
object-fit:cover;
}

/* INFO SECTION */

.info{
max-width:1250px;
margin:40px auto;
background:#314c22;
color:white;
border-radius:25px;
padding:50px;
}

.info h2{
font-size:42px;
margin-bottom:20px;
}

.info p{
font-size:22px;
line-height:1.6;
}

.features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:40px;
}

.feature{
border-left:2px solid rgba(255,255,255,.2);
padding-left:20px;
}

.feature h3{
margin-bottom:10px;
}

/* RESOURCES */

.resources{
max-width:1300px;
margin:60px auto;
padding:0 40px;
}

.resources h2{
text-align:center;
font-size:42px;
margin-bottom:40px;
color:#48642d;
}

.resource-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:22px;
}

.card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.15);
transition:.3s;
}

.card:hover{
transform:translateY(-6px);
}

.card img{
width:100%;
height:220px;
object-fit:cover;
}

.card-content{
padding:22px;
}

.card h3{
font-size:28px;
margin-bottom:15px;
color:#2f1b0e;
}

.card p{
font-size:17px;
line-height:1.5;
margin-bottom:20px;
}

.card a{
display:inline-block;
background:#48642d;
color:white;
text-decoration:none;
padding:12px 22px;
border-radius:8px;
font-weight:bold;
}

/* FOOTER */

footer{
background:#2f1b0e;
color:white;
text-align:center;
padding:28px;
margin-top:60px;
font-size:18px;
letter-spacing:1px;
}

/* MOBILE */

@media(max-width:1000px){

.hero{
grid-template-columns:1fr;
}

.resource-grid{
grid-template-columns:1fr 1fr;
}

.features{
grid-template-columns:1fr 1fr;
}

.hero-circle{
width:100%;
height:450px;
}

}

@media(max-width:700px){

header{
flex-direction:column;
gap:25px;
}

nav{
text-align:center;
}

nav a{
display:inline-block;
margin:10px;
}

.hero h1{
font-size:48px;
}

.resource-grid{
grid-template-columns:1fr;
}

.features{
grid-template-columns:1fr;
}

}

</style>
</head>

<body>

<header>

<div class=”logo”>
CHIPS
<span>One</span>
</div>

<nav>
<a href=”#”>Resources</a>
<a href=”#”>About</a>
<a href=”#”>Pricing</a>
<a href=”#”>Contact</a>
<a href=”#” class=”login-btn”>Login</a>
</nav>

</header>

<section class=”hero”>

<div>

<h1>
One Platform.<br>
<span class=”green”>Every Resource.</span><br>
More Uptime.<br>
More Business.
</h1>

<p>
CHIPS One is the leading resource platform for firewood producers and arborists.
Increase uptime, market your services, troubleshoot equipment, order parts,
connect with OEM hotlines, and manage maintenance and warranty — all in one place.
</p>

<div class=”hero-buttons”>
<a href=”#” class=”btn btn-primary”>Get Started</a>
<a href=”#” class=”btn btn-secondary”>See How It Works</a>
</div>

</div>

<div class=”hero-circle”>
<img src=”https://images.unsplash.com/photo-1518709268805-4e9042af2176?q=80&w=1200&auto=format&fit=crop” alt=””>
</div>

</section>

<section class=”info”>

<h2>CHIPS One is your all-in-one advantage.</h2>

<p>
Built for the people who keep wood moving, CHIPS One connects producers,
arborists, suppliers, and OEMs through one powerful platform designed to
reduce downtime, grow revenue, and keep operations running strong.
</p>

<div class=”features”>

<div class=”feature”>
<h3>Increase Uptime</h3>
<p>Keep your equipment running with expert support and troubleshooting.</p>
</div>

<div class=”feature”>
<h3>Find More Work</h3>
<p>Connect with buyers and customers actively searching for services.</p>
</div>

<div class=”feature”>
<h3>OEM Support</h3>
<p>Direct access to OEM hotlines, parts, and warranty information.</p>
</div>

<div class=”feature”>
<h3>Grow Revenue</h3>
<p>Reduce downtime and unlock more business opportunities.</p>
</div>

</div>

</section>

<section class=”resources”>

<h2>YOUR CHIPS ONE RESOURCES</h2>

<div class=”resource-grid”>

<div class=”card”>
<img src=”https://images.unsplash.com/photo-1509395176047-4a66953fd231?q=80&w=1200&auto=format&fit=crop”>
<div class=”card-content”>
<h3>CHIPS Uptime</h3>
<p>Keep your equipment running with maintenance guides, troubleshooting, and expert support.</p>
<a href=”#”>Learn More</a>
</div>
</div>

<div class=”card”>
<img src=”https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=1200&auto=format&fit=crop”>
<div class=”card-content”>
<h3>Firewood Finder</h3>
<p>Connect with buyers and grow your firewood business.</p>
<a href=”#”>Find Buyers</a>
</div>
</div>

<div class=”card”>
<img src=”https://images.unsplash.com/photo-1578926375605-eaf7559b1458?q=80&w=1200&auto=format&fit=crop”>
<div class=”card-content”>
<h3>Arborist Finder</h3>
<p>Find trusted arborists and market your services.</p>
<a href=”#”>Find Services</a>
</div>
</div>

<div class=”card”>
<img src=”https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200&auto=format&fit=crop”>
<div class=”card-content”>
<h3>OEM Hotline</h3>
<p>Get direct access to OEM support, parts, and expert help.</p>
<a href=”#”>Get Support</a>
</div>
</div>

<div class=”card”>
<img src=”https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=1200&auto=format&fit=crop”>
<div class=”card-content”>
<h3>Log Suppliers</h3>
<p>Find reliable log suppliers to keep your operation stocked and moving.</p>
<a href=”#”>Find Suppliers</a>
</div>
</div>

</div>

</section>

<footer>
Trusted Resources • Built for Pros • Save Time & Money • Grow Your Business
</footer>

</body>
</html>

This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.