mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 08:55:03 +01:00
lesson 2 and fixes
This commit is contained in:
parent
6eb3332c34
commit
a6a7cbf6fa
5 changed files with 229 additions and 20 deletions
17
index.html
17
index.html
|
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<main class="main">
|
||||
<div class="content">
|
||||
<h1>Learn C++ Symbol Itanium Mangling</h1>
|
||||
<h1>Learn C++ Itanium Symbol Mangling</h1>
|
||||
<noscript>
|
||||
<p>
|
||||
Warning: You have JavaScript disabled While the content is still
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
</p>
|
||||
</noscript>
|
||||
<p>
|
||||
This website will teach you C++ Itanium Name Mangling. Itanium-style
|
||||
This website will teach you C++ Itanium Symbol Name Mangling. Itanium-style
|
||||
mangling is used on a lot of platforms, including Linux.
|
||||
</p>
|
||||
<p>
|
||||
|
|
@ -32,11 +32,14 @@
|
|||
</p>
|
||||
<div class="center">
|
||||
<ol class="lessons-list">
|
||||
<li class="lesson-list-item">
|
||||
<a href="lesson-0.html">C names</a>
|
||||
<li>
|
||||
<a href="lesson-0.html" class="action-button">Lesson 0: C names</a>
|
||||
</li>
|
||||
<li class="lesson-list-item">
|
||||
<a href="lesson-1.html">Basics</a>
|
||||
<li>
|
||||
<a href="lesson-1.html" class="action-button">Lesson 1: Basics</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="lesson-2.html" class="action-button">Lesson 2: Arguments</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
@ -45,7 +48,7 @@
|
|||
<button
|
||||
onclick="localStorage.removeItem('lessons') ; alert('deleted data')"
|
||||
>
|
||||
reset
|
||||
reset data
|
||||
</button>
|
||||
</footer>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue