54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<title> Interests page </title>
|
||
|
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||
|
<link rel = "stylesheet" href = "interests.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<p>
|
||
|
My Interests include:
|
||
|
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Automobiles</li>
|
||
|
<li>Watches</li>
|
||
|
<li>Reading</li>
|
||
|
<li>Learning new technologies</li>
|
||
|
<li> Understanding space and nature</li>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
<div id = "buttons">
|
||
|
|
||
|
<a href="main.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">HomePage</a>
|
||
|
|
||
|
<a href="hobbies.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Hobbies</a>
|
||
|
|
||
|
<a href="philosophy.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Philosophy</a>
|
||
|
|
||
|
<a href="experiences.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Experiences</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</html>
|