<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nancy G Consulting | Government & Commercial Consulting</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body{
font-family: "Segoe UI", sans-serif;
}
.hero{
background: linear-gradient(rgba(0,42,74,.85),rgba(0,42,74,.85)),
url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
color:white;
padding:120px 0;
}
.section-title{
color:#003366;
font-weight:bold;
margin-bottom:30px;
}
.icon-box{
padding:30px;
border-radius:10px;
border:1px solid #ddd;
height:100%;
transition:.3s;
}
.icon-box:hover{
box-shadow:0 10px 25px rgba(0,0,0,.1);
transform:translateY(-5px);
}
.gov-card{
background:#f8f9fa;
border-left:5px solid #003366;
padding:25px;
}
footer{
background:#00203f;
color:white;
}
.btn-primary{
background:#003366;
border:none;
}
.btn-primary:hover{
background:#0a58ca;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand fw-bold" href="#">
Nancy G Consulting
</a>
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Capabilities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#government">Government</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#performance">Past Performance</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero text-center">
<div class="container">
<h1 class="display-3 fw-bold">
Strategic Consulting for Government & Commercial Clients
</h1>
<p class="lead mt-4">
Nancy G Consulting delivers expert advisory services in political consulting,
mining, real estate, and tourism with a commitment to professionalism,
strategic planning, and measurable outcomes.
</p>
<a href="#government" class="btn btn-light btn-lg mt-3">
View Capabilities
</a>
</div>
</section>
<section id="about" class="py-5">
<div class="container">
<h2 class="section-title text-center">
About Nancy G Consulting
</h2>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="lead">
Nancy G Consulting is a multidisciplinary consulting firm providing strategic
advisory services to public agencies, private organizations, investors,
and development partners. We assist clients with policy development,
resource sector advisory, real estate consulting, tourism development,
stakeholder engagement, and project strategy.
</p>
<p>
Our mission is to provide practical, data-driven consulting solutions that
help organizations achieve sustainable growth while delivering measurable
results.
</p>
</div>
</div>
</div>
</section>
<section id="services" class="py-5 bg-light">
<div class="container">
<h2 class="section-title text-center">
Core Capabilities
</h2>
<div class="row g-4">
<div class="col-md-6 col-lg-3">
<div class="icon-box">
<h4>Political Consulting</h4>
<p>
Campaign strategy, policy advisory,
stakeholder engagement,
government relations,
public affairs,
strategic communications.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="icon-box">
<h4>Mining Consulting</h4>
<p>
Mining project advisory,
regulatory guidance,
investment support,
community engagement,
resource development strategy.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="icon-box">
<h4>Real Estate Consulting</h4>
<p>
Property investment analysis,
development consulting,
market research,
portfolio strategy,
project planning.
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="icon-box">
<h4>Tourism Consulting</h4>
<p>
Destination development,
tourism investment,
hospitality advisory,
strategic planning,
market expansion.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="government" class="py-5">
<div class="container">
<h2 class="section-title text-center">
Government Contracting Capability Statement
</h2>
<div class="row g-4">
<div class="col-lg-6">
<div class="gov-card">
<h4>Corporate Information</h4>
<table class="table">
<tr>
<th>Legal Business Name</th>
<td>Nancy G Consulting</td>
</tr>
<tr>
<th>UEI</th>
<td>Pending</td>
</tr>
<tr>
<th>CAGE Code</th>
<td>Pending</td>
</tr>
<tr>
<th>Business Type</th>
<td>Small Business</td>
</tr>
<tr>
<th>NAICS Codes</th>
<td>To Be Added</td>
</tr>
<tr>
<th>SAM Registration</th>
<td>Pending</td>
</tr>
</table>
</div>
</div>
<div class="col-lg-6">
<div class="gov-card">
<h4>Differentiators</h4>
<ul>
<li>Multidisciplinary consulting expertise</li>
<li>Strategic advisory for public and private sectors</li>
<li>Experience supporting complex projects</li>
<li>Client-focused and results-driven approach</li>
<li>Professional research and policy analysis</li>
<li>Tailored consulting solutions</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="performance" class="py-5 bg-light">
<div class="container">
<h2 class="section-title text-center">
Past Performance
</h2>
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="alert alert-secondary">
<strong>Past Performance:</strong>
This section should include completed projects,
government contracts,
commercial engagements,
key personnel experience,
or relevant consulting assignments.
As new projects are completed,
this section should be updated regularly.
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="py-5">
<div class="container">
<h2 class="section-title text-center">
Contact Information
</h2>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="card shadow">
<div class="card-body">
<p><strong>Company:</strong> Nancy G Consulting</p>
<p><strong>Primary Contact:</strong> Nancy G</p>
<p><strong>Email:</strong> info@nancygconsulting.com</p>
<p><strong>Phone:</strong> (XXX) XXX-XXXX</p>
<p><strong>Website:</strong> www.nancygconsulting.com</p>
<p><strong>Location:</strong> United States</p>
<a href="#" class="btn btn-primary">
Download Capability Statement (PDF)
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="py-4">
<div class="container text-center">
<p class="mb-1">
© 2026 Nancy G Consulting. All Rights Reserved.
</p>
<p class="small mb-0">
Government Contracting • Political Consulting • Mining • Real Estate • Tourism
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>