added c cheatsheets

This commit is contained in:
SilicoFlare
2023-03-16 13:39:42 +05:30
committed by GitHub
parent cbf23a1a14
commit 8be95899f7
3 changed files with 9 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -82,6 +82,15 @@
</center>
</div><br><br>
<button class="collapsible">C Cheatsheets</button>
<div class="content">
<br><br>
<center>
<button class="listing" onclick="window.open('./c_cheatsheets/c_install_guide.pdf', '_blank').focus();" type="button">Installation</button><br><br>
<button class="listing" onclick="window.open('./c_cheatsheets/c_intro_cheatsheet.pdf', '_blank').focus();" type="button">Introduction</button><br><br>
</center>
</div><br><br>
<button class="collapsible">EEE Cheatsheets</button>
<div class="content">
<br><br>