diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html index 2f442d9..3bee970 100644 --- a/docs/index.html +++ b/docs/index.html @@ -50,6 +50,19 @@ <h2>Recent Posts</h2> <ul> + <li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li> + <ul> + <li>With CSS you can disable any interactions with an element and directly control the underlying element</li> + <li>Published On: 2024-02-26 11:57</li> + <li>Tags: + + <a href='/tags/HTML.html'>HTML</a>, + + <a href='/tags/CSS.html'>CSS</a> + + </ul> + + <li><a href="/3D-Designs/2024-02-17-Can-Holder-Mountain-Bike.html">Bike Soda Can Holder</a></li> <ul> <li>Carry your favourite soda (or beer) can with you while you ride</li> @@ -108,25 +121,6 @@ </ul> - <li><a href="/posts/2023-10-04-bomb-lab.html">Bomb Lab</a></li> - <ul> - <li>Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2</li> - <li>Published On: 2023-10-04 13:12</li> - <li>Tags: - - <a href='/tags/gdb.html'>gdb</a>, - - <a href='/tags/Reverse-Engineering.html'>Reverse-Engineering</a>, - - <a href='/tags/C++.html'>C++</a>, - - <a href='/tags/CSCI2400.html'>CSCI2400</a>, - - <a href='/tags/Assembly.html'>Assembly</a> - - </ul> - - </ul> <b>For all posts go to <a href="/posts">Posts</a></b> |