Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 37 additions & 11 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="#how-it-works" class="nav-link">How It Works</a>
<a href="#features" class="nav-link">Features</a>
<a href="#find-project" class="nav-link">Find Project</a>
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-btn-outline">GitHub</a>
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-btn-outline">GitHub</a>
</div>
<!-- Mobile hamburger toggle -->
<button class="nav-mobile-toggle" id="nav-mobile-toggle" aria-label="Toggle navigation">
Expand All @@ -36,7 +36,7 @@
<a href="#how-it-works" class="nav-mobile-link">How It Works</a>
<a href="#features" class="nav-mobile-link">Features</a>
<a href="#find-project" class="nav-mobile-link">Find Project</a>
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-mobile-link">GitHub</a>
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-mobile-link">GitHub</a>
</div>
</nav>

Expand Down Expand Up @@ -521,6 +521,32 @@ <h2>Start Building.<br><span class="cta-accent">A New Skill</span> Awaits.</h2>
</div>
</section>

<!-- ============================================================
Our Story / About Us
============================================================ -->
<section class="features-section" id="our-story">
<div class="container">
<div class="section-eyebrow">About Us</div>
<h2 class="section-title">Our Story</h2>
<p class="section-sub">DevPath was built to help learners move from scattered tutorials to projects with a clear path, practical code, and meaningful momentum.</p>

<div class="features-grid">
<div class="feature-card">
<h3>Why it exists</h3>
<p>Too many project ideas stop at the title. DevPath focuses on the next steps that make starting and finishing feel manageable.</p>
</div>
<div class="feature-card">
<h3>How it helps</h3>
<p>Each recommendation includes a roadmap and starter code so users can spend time building instead of searching for structure.</p>
</div>
<div class="feature-card">
<h3>What it leads to</h3>
<p>A smoother path from curiosity to a finished project, with fewer dead ends and more confidence along the way.</p>
</div>
</div>
</div>
</section>

<!-- ============================================================
Footer
============================================================ -->
Expand All @@ -546,27 +572,27 @@ <h4 class="footer-col-title">Quick Links</h4>
<h4 class="footer-col-title">Resources</h4>
<ul class="footer-links-list">
<li><a href="/project/1">Sample Project</a></li>
<li><a href="https://github.com/komalharshita/devpath" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://github.com/komalharshita/devpath/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing Guide</a></li>
<li><a href="https://github.com/komalharshita/devpath/issues" target="_blank" rel="noopener noreferrer">Report an Issue</a></li>
<li><a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://github.com/komalharshita/DevPath/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing Guide</a></li>
<li><a href="https://github.com/komalharshita/DevPath/issues" target="_blank" rel="noopener noreferrer">Report an Issue</a></li>
</ul>
</div>

<div class="footer-col">
<h4 class="footer-col-title">About</h4>
<h4 class="footer-col-title">About Us</h4>
<ul class="footer-links-list">
<li><a href="https://github.com/komalharshita/devpath/blob/main/README.md" target="_blank" rel="noopener noreferrer">Our Story</a></li>
<li><a href="https://github.com/komalharshita/devpath" target="_blank" rel="noopener noreferrer">Open Source</a></li>
<li><a href="https://github.com/komalharshita/devpath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a></li>
<li><a href="#our-story">Our Story</a></li>
<li><a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">Open Source</a></li>
<li><a href="https://github.com/komalharshita/DevPath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a></li>
</ul>
</div>
</div>

<div class="footer-bottom">
<p>DevPath is open source. Licensed under the MIT License.</p>
<div class="footer-bottom-links">
<a href="https://github.com/komalharshita/devpath/blob/main/SECURITY.md" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
<a href="https://github.com/komalharshita/devpath/blob/main/CODE_OF_CONDUCT.md" target="_blank" rel="noopener noreferrer">Terms of Use</a>
<a href="#our-story">About Us</a>
<a href="https://github.com/komalharshita/DevPath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Project License</a>
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a href="/" class="nav-logo">DevPath</a>
<div class="nav-links">
<a href="/" class="nav-link">Back to Search</a>
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-link nav-link-gh">GitHub</a>
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-link nav-link-gh">GitHub</a>
Comment thread
Lalitya31 marked this conversation as resolved.
</div>
</div>
</nav>
Expand Down Expand Up @@ -254,7 +254,7 @@ <h3 class="sidebar-card-title">
</div>
<div class="footer-links">
<a href="/">Back to Search</a>
<a href="https://github.com" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</div>
</footer>
Expand Down
Loading