Skip to content

Commit

Permalink
Merge pull request #430 from ragini-gp/main
Browse files Browse the repository at this point in the history
solved issue #374
  • Loading branch information
suryanshsk authored Oct 24, 2024
2 parents abb2de6 + fcaf24a commit 5e18f30
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
Binary file added frontend/image/contact_us.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/image/features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/image/setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,17 @@
alt="Voice-Assistant-Ai"></a></div>
<ul>

<li><a href="#features">Features</a></li>
<li>
<img class="icon1" src="image/features.png" alt="">
<a href="#features">Features</a></li>

<li><a href="#setup">Setup</a></li>
<li>
<img class="icon1" src="image/setup.png" alt="">
<a href="#setup">Setup</a></li>

<li><a href="contact.html">Contact</a></li>
<li>
<img class="icon1" src="image/contact_us.jpg" alt="">
<a href="contact.html">Contact</a></li>

<img id="icon" src="image/light_mode_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg">
</ul>
Expand Down
6 changes: 6 additions & 0 deletions frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ body {
mix-blend-mode: multiply;
}

.icon1{
height: 40px;
width: 50px;
}

nav {
background-color: var(--color4);
display: flex;
Expand Down Expand Up @@ -89,6 +94,7 @@ nav ul {

nav ul li {
margin: 0 10px; /* Add margin for spacing */
display: flex;
}

nav ul li a {
Expand Down

0 comments on commit 5e18f30

Please sign in to comment.