Skip to content

Commit

Permalink
Added the mail tag to the about.html file (#1453)
Browse files Browse the repository at this point in the history
* Added the email tag

* Added the email tag
  • Loading branch information
GauriBhandari authored Jul 22, 2023
1 parent 3cf8ba4 commit 07170eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h4 style="color: rgb(204, 204, 204);" class="address">Address</h4>
</div>
<div class="email">
<span class="fas fa-envelope" style="color: rgb(204, 204, 204);"></span>
<span class="text" style="color: rgb(204, 204, 204);">[email protected]</span>
<a href="mailto:[email protected]" class="text" style="color: rgb(204, 204, 204);">[email protected]</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h1>Your Books</h1>

<h1 class="search-heading">Read Books</h2>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.."

title="Type in a name">
<ul id="myUL">
<li><a href="./Notes/physicselectricitynotes.pdf" target="_blank">Current Electricity Problem book</a>
Expand Down

0 comments on commit 07170eb

Please sign in to comment.