Added to website page

This commit is contained in:
NinjaCheetah 2020-06-04 09:30:00 -04:00
parent a592cc2db7
commit bd3d1d0bc8
3 changed files with 28 additions and 1 deletions

View File

@ -153,4 +153,26 @@
color: blue;
text-decoration: none;
display: block;
}
.tech_projects a {
color: blue;
text-decoration: none;
display: block;
text-align: center;
font-size: 18px;
}
.tech_projects a:visited {
color:blue;
text-decoration: none;
display: block;
text-align: center;
}
.tech_projects h1 {
font-family: 'Baloo Paaji 2', cursive;
font-size: 24px;
text-align: center;
}
.tech_projects p {
font-size: 16px;
color: black;
}

View File

@ -23,6 +23,7 @@
</head>
<body>
<div class="series_links">
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
<ul>
<li><a href="websitewebpage.html">This Website</a></li>
<li><a href="automod.html">AutoMod</a></li>

View File

@ -22,6 +22,10 @@
</div>
</head>
<body>
<div class="tech_projects">
<h1>The NinjaCheetah Gaming Website</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah.github.io">GitHub Page</a>
<p>I created this website as a place for me to put information about my channel, as well as a place for me to share stuff I made for people to download and use. Enjoy :)</p>
</div>
</body>
</html>