67 lines
2.5 KiB
HTML
67 lines
2.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<title>My Philosophy</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">
|
||
|
|
||
|
<style>
|
||
|
.row > div{
|
||
|
|
||
|
margin-top: 100px;
|
||
|
padding: 20px;
|
||
|
background-color: lemonchiffon;
|
||
|
border: 2px solid black;
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
}
|
||
|
h1{
|
||
|
text-align:center;
|
||
|
margin-top: 100px;
|
||
|
}
|
||
|
#buttons{
|
||
|
|
||
|
margin-top: 100px;
|
||
|
text-align: center;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<h1> My Philosophy</h1>
|
||
|
<body>
|
||
|
<div class="row">
|
||
|
<div class="col-6 col-md-4">
|
||
|
|
||
|
I believe in the orderly nature of things and the dominance of human beings as the intelligent species who needs to keep pushing boundaries to go furuther and reach new places.
|
||
|
</div>
|
||
|
<div class="col-6 col-md-4">
|
||
|
The Will to go forward and achieve things gets me going everyday to work and reach new goals.This way of being motivated to want more and more of knowledge and venture into new territories that are waiting to be conquered wakes me up in the morning.
|
||
|
|
||
|
</div>
|
||
|
<div class="col-6 col-md-4">
|
||
|
Hardwork is always worth it. I tend to move deeper and work harder as obstacles come to move to show my willingness to be a master at my trade and keep pushing boundaries to make them seem simpler once I look back at them and realise I couldn't have done it all if I quit.
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id = "buttons">
|
||
|
|
||
|
<a href="main.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">HomePage</a>
|
||
|
|
||
|
<a href="interests.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Interests</a>
|
||
|
|
||
|
<a href="hobbies.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Hobbies</a>
|
||
|
|
||
|
<a href="experiences.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Experiences</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|