textfiles-politics/docs/GitHub.html

64 lines
2.8 KiB
HTML
Raw Normal View History

2023-03-30 14:43:57 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Politics-Conspiracies-Project(GitHub)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="CSSstyle.css">
</head>
2023-03-30 15:16:34 -04:00
<body>
<button onclick="topFunction()" id="to-top" title="Go to top"><img alt="up arrow"
2023-03-30 14:43:57 -04:00
src="https://cdn.onlinewebfonts.com/svg/img_231938.png" width="30" /></button>
<script>
// Get the button
let mybutton = document.getElementById("to-top");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}</script>
<h1 id="title-index">Politics-Conspiracies (GitHub)</h1>
2023-04-26 15:34:33 -04:00
2023-03-30 14:43:57 -04:00
<nav id="menu">
<a href="index.html"><div class="button">Home</div></a>
<a href="fulltext.html"><div class="button">Fulltext</div></a>
<a href="analysis.html"><div class="button">Analysis</div></a>
<a href="gallery.html"><div class="button">Gallery</div></a>
2023-04-24 14:59:26 -04:00
<a href="methods.html"><div class="button">Methods</div></a>
2023-03-30 14:43:57 -04:00
<a href="about.html"><div class="button">About</div></a>
2023-03-30 15:16:34 -04:00
<a href="GitHub.html"><div class="button">GitHub <img
2023-03-30 14:43:57 -04:00
alt="github icon"
src="https://logos-download.com/wp-content/uploads/2016/09/GitHub_logo.png"
width="15" /></div></a>
2023-03-30 15:16:34 -04:00
2023-03-30 14:43:57 -04:00
</nav>
<h1 id="GitHub">Discover More</h1>
2023-04-26 15:34:33 -04:00
2023-03-30 14:43:57 -04:00
<nav id="github-links">
<h2>Our GitHub Repository</h2>
<pre>
</pre>
<a href="https://github.com/nhammer514/textfiles-politics"><h3>Repository page</h3></a><br/>
</nav>
2023-04-26 16:06:09 -04:00
<hr/>
2023-04-25 14:00:16 -04:00
<h2 id="copyright">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="GNU Public License e" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />
</h2>
2023-03-30 14:43:57 -04:00
</body>
</html>