added menu and footer to the index

This commit is contained in:
2025-10-03 02:20:45 +10:00
parent 4fee116dd8
commit da613d3702

View File

@@ -8,8 +8,18 @@
</title> </title>
</head> </head>
<body> <body bgcolor="#F0F8FF">
<details>
<summary>Menu</summary>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./embeded_details.html">Embeded Details</a></li>
<li><a href="./opencv_details.html">OpenCV Details</a></li>
<li><a href="./photography_details.html">Photography Details</a></li>
<li><a href="./table.html">Table with filters (not working yet)</a></li>
<li><a href="./images/institute.png">Institute</a></li>
</ul>
</details>
<h2 align="center">OkunElya's Portfolio</h2> <h2 align="center">OkunElya's Portfolio</h2>
<p align="center"> <p align="center">
<b>Q:</b> What's this site for? <br> <b>Q:</b> What's this site for? <br>
@@ -51,7 +61,7 @@
<h3>Hobbies:</h3> <h3>Hobbies:</h3>
<ol> <ol>
<li> <li>
<p>Reading:<br> I love stephen king books , especially "<a href="./images/institute.png">Insitite</a>"</p> <p>Reading:<br> I love Stephen King's books , especially "<a href="./images/institute.png">Insitite</a>"</p>
</li> </li>
<li> <li>
<p><a href="./photography_details.html">Photography:</a><br> If I have some <i>free time</i> I may take some pictures and post them <a <p><a href="./photography_details.html">Photography:</a><br> If I have some <i>free time</i> I may take some pictures and post them <a
@@ -62,5 +72,6 @@
<h3><a href="./table.html"> Table!!!! With Filters!!! (not working yet)</a></h3> <h3><a href="./table.html"> Table!!!! With Filters!!! (not working yet)</a></h3>
</body> </body>
<p align="right">Author: Kulesh <br>
Group: Б9123-09.03.04</p>
</html> </html>