Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Quote generator Update index.html #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="description" content="Random Quote Generator">
<meta name="keywords" content="HTML,CSS,JavaScript, Quotes, API">
<meta name="author" content="Neha Soni">
<meta name="author" content="Biswajit Swain">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--End of META information-->

Expand All @@ -27,7 +27,7 @@ <h1>

<hr/>
<div class="buttons">
<a class="twitter" id="tweet" data-size="large" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
<a class="linkdin" id="linkdin" data-size="large" target="_blank" rel="noopener noreferrer"><i class="fab linkdin"></i></a>

<!--add an onclick event on 'next quote' button-->
<button class="next" onclick="getNewQuote()">Next quote</button>
Expand All @@ -37,4 +37,4 @@ <h1>
<!--LINK CUSTOM JS FILE-->
<script src="script.js"></script>
</body>
</html>
</html>