mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
added html code for eee cheatsheet
This commit is contained in:
@@ -79,7 +79,16 @@
|
|||||||
<button class="listing" onclick="window.open('./python_cheatsheets/2_operators_cheatsheet.pdf', '_blank').focus();" type="button">Operators</button><br><br>
|
<button class="listing" onclick="window.open('./python_cheatsheets/2_operators_cheatsheet.pdf', '_blank').focus();" type="button">Operators</button><br><br>
|
||||||
<button class="listing" onclick="window.open('./python_cheatsheets/3_indexing_and_control_cheatsheet.pdf', '_blank').focus();" type="button">Indexing and Control</button><br><br>
|
<button class="listing" onclick="window.open('./python_cheatsheets/3_indexing_and_control_cheatsheet.pdf', '_blank').focus();" type="button">Indexing and Control</button><br><br>
|
||||||
</center>
|
</center>
|
||||||
|
</div><br><br>
|
||||||
|
<!--
|
||||||
|
<button class="collapsible">EEE Cheatsheets</button>
|
||||||
|
<div class="content">
|
||||||
|
<br><br>
|
||||||
|
<center>
|
||||||
|
<button class="listing" onclick="window.open('./eee_wires_cheatsheet.pdf', '_blank').focus();" type="button">Wires</button><br><br>
|
||||||
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</main>
|
</main>
|
||||||
<p>
|
<p>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user