Skip to content

pedantic error fixes + fix links #11

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions ctww.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<div class="row">
<div class="col-lg-3 fixed-top">
<div class="sticky">
<!--Anything put here cannot be seen on smaller screens (phones and tablets in potrait mode-->
<!--Anything put here cannot be seen on smaller screens (phones and tablets in portrait mode-->
<div class="imp-links">
<h4>Important Links:</h4>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCAyogehMGR6I9X0iXGRuenA">Pablo MK<span>7</span>'s YouTube Chanel</a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCAyogehMGR6I9X0iXGRuenA">Pablo MK<span>7</span>'s YouTube Channel</a></li>
<li><a target="_blank" href="https://twitter.com/Ctgp7">CTGP-7 Twitter Account</a></li>
<li><a target="_blank" href="https://gbatemp.net/threads/mario-kart-7-custom-track-grand-prix-7-CTGP-7.396936/">GBATemp Info Page</a></li>
<li><a target="_blank" href="https://gamebanana.com/gamefiles/7946">GameBanana Download Page</a></li>
Expand All @@ -61,7 +61,7 @@ <h4>Important Links:</h4>
<div class="imp-links">
<h4>Videos:</h4>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=10SUVIo89BY">CTGP-<span>7</span> Installation Tutorial</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=OV9ZmrHOy4c&t=0s">CTGP-<span>7</span> Installation Tutorial</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=ZC-BkLVS-xQ">Transfer Save Data From MK<span>7</span></a></li>

</ul>
Expand Down Expand Up @@ -129,4 +129,4 @@ <h3><a href="index.html">Back to Homepage</a></h3>
</div>
</div>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<h4>Important Links:</h4>
<ul>
<li><a href="ctww.html">CTWW Information</a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCAyogehMGR6I9X0iXGRuenA">Pablo MK<span>7</span>'s YouTube Chanel</a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCAyogehMGR6I9X0iXGRuenA">Pablo MK<span>7</span>'s YouTube Channel</a></li>
<li><a target="_blank" href="https://twitter.com/Ctgp7">CTGP-<span>7</span> Twitter Account</a></li>
<li><a target="_blank" href="https://gbatemp.net/threads/mario-kart-7-custom-track-grand-prix-7-ctgp-7.396936/">GBATemp Info Page</a></li>
<li><a target="_blank" href="https://gamebanana.com/gamefiles/7946">GameBanana Download Page</a></li>
Expand All @@ -61,7 +61,7 @@ <h4>Important Links:</h4>
<div class="imp-links">
<h4>Videos:</h4>
<ul>
<li><a target="_blank" href="https://www.youtube.com/watch?v=10SUVIo89BY">CTGP-<span>7</span> Installation Tutorial</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=OV9ZmrHOy4c&t=0s">CTGP-<span>7</span> Installation Tutorial</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=ZC-BkLVS-xQ">Transfer Save Data From MK<span>7</span></a></li>

</ul>
Expand All @@ -77,7 +77,7 @@ <h4>Videos:</h4>
<div class="questions">
<div class="faq">
<h3>What is CTGP-<span>7</span>?</h3>
<p>CTGP-<span>7</span> is a modpack for Mario Kart 7 which adds new things to the game, such as custom tracks and characters, extra features and more.<br><br><a target="_blank" href="https://gbatemp.net/threads/mario-kart-7-custom-track-grand-prix-7-ctgp-7.396936/">Check the full list of features here.</a></p>
<p>CTGP-<span>7</span> is a modpack for Mario Kart 7 which adds new things to the game, such as custom tracks and characters, extra features, and more.<br><br><a target="_blank" href="https://gbatemp.net/threads/mario-kart-7-custom-track-grand-prix-7-ctgp-7.396936/">Check the full list of features here.</a></p>
</div>
<div class="faq">
<h3>How do I install CTGP-<span>7</span>?</h3>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2>Credits</h2>
<div class="col-lg-3">

<!--Putting stuff here will have it on the right side of the display-->
<!--Anything put here cannot be seen on smaller screens (phones and tablets in potrait mode-->
<!--Anything put here cannot be seen on smaller screens (phones and tablets in portrait mode-->
</div>
</div>
</div>
Expand Down