added menu and footer to the index
This commit is contained in:
19
index.html
19
index.html
@@ -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>
|
||||||
Reference in New Issue
Block a user