Skip to content

Commit 42d916b

Browse files
Merge pull request #70 from Lalitya31/gitlink
Redirection links fixed
2 parents 175560b + e4cf588 commit 42d916b

2 files changed

Lines changed: 39 additions & 13 deletions

File tree

templates/index.html

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a href="#how-it-works" class="nav-link">How It Works</a>
2525
<a href="#features" class="nav-link">Features</a>
2626
<a href="#find-project" class="nav-link">Find Project</a>
27-
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-btn-outline">GitHub</a>
27+
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-btn-outline">GitHub</a>
2828
</div>
2929
<!-- Mobile hamburger toggle -->
3030
<button class="nav-mobile-toggle" id="nav-mobile-toggle" aria-label="Toggle navigation">
@@ -36,7 +36,7 @@
3636
<a href="#how-it-works" class="nav-mobile-link">How It Works</a>
3737
<a href="#features" class="nav-mobile-link">Features</a>
3838
<a href="#find-project" class="nav-mobile-link">Find Project</a>
39-
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-mobile-link">GitHub</a>
39+
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-mobile-link">GitHub</a>
4040
</div>
4141
</nav>
4242

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

524+
<!-- ============================================================
525+
Our Story / About Us
526+
============================================================ -->
527+
<section class="features-section" id="our-story">
528+
<div class="container">
529+
<div class="section-eyebrow">About Us</div>
530+
<h2 class="section-title">Our Story</h2>
531+
<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>
532+
533+
<div class="features-grid">
534+
<div class="feature-card">
535+
<h3>Why it exists</h3>
536+
<p>Too many project ideas stop at the title. DevPath focuses on the next steps that make starting and finishing feel manageable.</p>
537+
</div>
538+
<div class="feature-card">
539+
<h3>How it helps</h3>
540+
<p>Each recommendation includes a roadmap and starter code so users can spend time building instead of searching for structure.</p>
541+
</div>
542+
<div class="feature-card">
543+
<h3>What it leads to</h3>
544+
<p>A smoother path from curiosity to a finished project, with fewer dead ends and more confidence along the way.</p>
545+
</div>
546+
</div>
547+
</div>
548+
</section>
549+
524550
<!-- ============================================================
525551
Footer
526552
============================================================ -->
@@ -546,27 +572,27 @@ <h4 class="footer-col-title">Quick Links</h4>
546572
<h4 class="footer-col-title">Resources</h4>
547573
<ul class="footer-links-list">
548574
<li><a href="/project/1">Sample Project</a></li>
549-
<li><a href="https://github.com/komalharshita/devpath" target="_blank" rel="noopener noreferrer">GitHub</a></li>
550-
<li><a href="https://github.com/komalharshita/devpath/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing Guide</a></li>
551-
<li><a href="https://github.com/komalharshita/devpath/issues" target="_blank" rel="noopener noreferrer">Report an Issue</a></li>
575+
<li><a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">GitHub</a></li>
576+
<li><a href="https://github.com/komalharshita/DevPath/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing Guide</a></li>
577+
<li><a href="https://github.com/komalharshita/DevPath/issues" target="_blank" rel="noopener noreferrer">Report an Issue</a></li>
552578
</ul>
553579
</div>
554580

555581
<div class="footer-col">
556-
<h4 class="footer-col-title">About</h4>
582+
<h4 class="footer-col-title">About Us</h4>
557583
<ul class="footer-links-list">
558-
<li><a href="https://github.com/komalharshita/devpath/blob/main/README.md" target="_blank" rel="noopener noreferrer">Our Story</a></li>
559-
<li><a href="https://github.com/komalharshita/devpath" target="_blank" rel="noopener noreferrer">Open Source</a></li>
560-
<li><a href="https://github.com/komalharshita/devpath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a></li>
584+
<li><a href="#our-story">Our Story</a></li>
585+
<li><a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">Open Source</a></li>
586+
<li><a href="https://github.com/komalharshita/DevPath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">License</a></li>
561587
</ul>
562588
</div>
563589
</div>
564590

565591
<div class="footer-bottom">
566592
<p>DevPath is open source. Licensed under the MIT License.</p>
567593
<div class="footer-bottom-links">
568-
<a href="https://github.com/komalharshita/devpath/blob/main/SECURITY.md" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
569-
<a href="https://github.com/komalharshita/devpath/blob/main/CODE_OF_CONDUCT.md" target="_blank" rel="noopener noreferrer">Terms of Use</a>
594+
<a href="#our-story">About Us</a>
595+
<a href="https://github.com/komalharshita/DevPath/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Project License</a>
570596
</div>
571597
</div>
572598
</footer>

templates/project.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="/" class="nav-logo">DevPath</a>
1919
<div class="nav-links">
2020
<a href="/" class="nav-link">Back to Search</a>
21-
<a href="https://github.com" target="_blank" rel="noopener noreferrer" class="nav-link nav-link-gh">GitHub</a>
21+
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer" class="nav-link nav-link-gh">GitHub</a>
2222
</div>
2323
</div>
2424
</nav>
@@ -254,7 +254,7 @@ <h3 class="sidebar-card-title">
254254
</div>
255255
<div class="footer-links">
256256
<a href="/">Back to Search</a>
257-
<a href="https://github.com" target="_blank" rel="noopener noreferrer">GitHub</a>
257+
<a href="https://github.com/komalharshita/DevPath" target="_blank" rel="noopener noreferrer">GitHub</a>
258258
</div>
259259
</div>
260260
</footer>

0 commit comments

Comments
 (0)