Skip to content

Commit

Permalink
Updated Links and redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsbuddy committed Apr 30, 2022
1 parent ab6a9b0 commit 8c3ec9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
<nav id="navbar" class="navbar">
<ul>
<li><a class="active " href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a class="active " href="{{ route('index') }}">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="https://devsbuddy.com/blog">Blog</a></li>
<li><a href="https://devsbuddy.com/contact-us">Contact Us</a></li>
<li>
<a href="https://github.com/thedevsbuddy/adminr" target="_blank">
<svg fill="currentColor" style="width: 24px; height: 24px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28">
Expand Down Expand Up @@ -103,7 +103,7 @@ class="text-white text-decoration-underline">much
more</a>
</p>
<p data-aos="fade-right" data-aos-delay="200" data-aos-offset="-500">
<a href="#" class="btn btn-outline-white">Get Started</a>
<a href="#features" class="btn btn-outline-white">Know More</a>
</p>
</div>
<div class="col-lg-5 iphone-wrap text-right">
Expand Down Expand Up @@ -168,7 +168,7 @@ class="d-block mx-auto my-5 my-md-auto"
</div>
</section>
<section class="section">
<section class="section" id="features">
<div class="container">
<div class="row justify-content-center text-center mb-5">
Expand Down

0 comments on commit 8c3ec9b

Please sign in to comment.