-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3ce63d
commit bcc292c
Showing
2 changed files
with
87 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Greta Thunberg quotes</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>Greta Thunberg quotes</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" /> | ||
<link href="https://fonts.googleapis.com/css?family=Special+Elite&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="container" class="container"> | ||
<header> | ||
</header> | ||
<main> | ||
<div id="quote-box"> | ||
<div class="quotable-square"> | ||
<div class="content"> | ||
<div id="text"> | ||
</div> | ||
<div id="author" class="author"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="actions"> | ||
<button id="new-quote" class="new-quote" >Get New Quote</button> | ||
<button class="tweet-quote"> | ||
<a id="tweet-quote" href="twitter.com/intent/tweet" target="_blank" ><i class="fab fa-twitter"></i>Tweet Quote</a> | ||
</button> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
<footer> | ||
<ul class="footer-options"> | ||
<li class="footer-link"><a href="https://www.morsewall.com/support/" class="footer-linktext">Support me</a></li> | ||
<li class="footer-link"><a href="https://www.morsewall.com/legal/" class="footer-linktext">Legal</a></li> | ||
<li class="footer-link"><a href="https://www.morsewall.com/contact/" class="footer-linktext">Contact</a></li> | ||
</ul> | ||
<span>© 2019 Developed by Pat Eskinasy. All Rights Reserved.</span> | ||
</footer> | ||
<div id="container" class="container"> | ||
<header> | ||
</header> | ||
<main> | ||
<div id="quote-box"> | ||
<div class="quotable-square"> | ||
<div class="content"> | ||
<div id="text"> | ||
</div> | ||
<div id="author" class="author"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="actions"> | ||
<button id="new-quote" class="new-quote">Get New Quote</button> | ||
<button class="tweet-quote"> | ||
<a id="tweet-quote" href="twitter.com/intent/tweet" target="_blank"><i | ||
class="fab fa-twitter"></i>Tweet Quote</a> | ||
</button> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
<footer> | ||
<ul class="footer-options"> | ||
<li class="footer-link"><a href="https://www.morsewall.com/support/" class="footer-linktext">Support me</a> | ||
</li> | ||
<li class="footer-link"><a href="https://www.morsewall.com/legal/" class="footer-linktext">Legal</a></li> | ||
<li class="footer-link"><a href="https://www.morsewall.com/contact/" class="footer-linktext">Contact</a> | ||
</li> | ||
</ul> | ||
<span>© 2019 Developed by Pat Eskinasy. All Rights Reserved.</span> | ||
</footer> | ||
<script src="js/script.js"></script> | ||
<!-- The below JS is for the widget by makerwidget --> | ||
<script src="js/makerwidget.js"></script> | ||
</body> | ||
</html> | ||
|
||
</html> |