mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 01:28:54 -04:00
Deploying to gh-pages from @ n64decomp/mk64@da5c5b5624 🚀
This commit is contained in:
+4
-6
@@ -106,11 +106,9 @@ Essential skills and concepts to help you get started with mk64 decomp.
|
||||
}
|
||||
.pagelink:hover {
|
||||
box-shadow: 0 5px 15px 5px rgba(0,0,0,1);
|
||||
|
||||
}
|
||||
.pagelink:hover img {
|
||||
transform: scale3d(1.1,1.1,1.1);
|
||||
|
||||
}
|
||||
.pageimg {
|
||||
display: inline-block;
|
||||
@@ -189,9 +187,9 @@ p {
|
||||
<div class="pagelink">
|
||||
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
|
||||
<div class="content">
|
||||
<div class="pageheading">Control Flow</div>
|
||||
<div class="pageheading">Codebase Overview</div>
|
||||
<div class="pagedescription">
|
||||
<p>Introduction to mk64's operating states and threading. Acclimate to the codebase with this essential read.</p>
|
||||
<p>Introduction to mk64's functionality, operating states, and threading. Acclimate to the codebase with this essential read.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -209,7 +207,7 @@ p {
|
||||
<div class="content">
|
||||
<div class="pageheading">Basic Concepts</div>
|
||||
<div class="pagedescription">
|
||||
<p>Decomp, hexadecimal, cpu threads, addresses, and types to provide foundation knowledge.</p>
|
||||
<p>n64 addressing, alignment, and basic types.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -231,7 +229,7 @@ p {
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<p><a class="el" href="compiling.html">Installing mk64 Decomp</a> <a class="el" href="concepts.html">Basic Concepts</a> <a class="el" href="controlflow.html">Control Flow</a> <a class="el" href="terminology.html">Terminology</a> <a class="el" href="buildwindows.html">Compiling for Windows</a> </p>
|
||||
<p><a class="el" href="compiling.html">Installing mk64 Decomp</a> <a class="el" href="concepts.html">Basic Concepts</a> <a class="el" href="controlflow.html">Codebase Overview</a> <a class="el" href="terminology.html">Terminology</a> <a class="el" href="buildwindows.html">Compiling for Windows</a> </p>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
</div><!-- doc-content -->
|
||||
|
||||
Reference in New Issue
Block a user