75 lines
2.4 KiB
HTML
75 lines
2.4 KiB
HTML
<head>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
<style>
|
|
h1 {
|
|
text-align:center;
|
|
}
|
|
h3 {
|
|
text-align:center;
|
|
}
|
|
.vcenter {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
float: none;
|
|
}
|
|
a.btnn {
|
|
color:white;
|
|
}
|
|
.embed {
|
|
align:center;
|
|
}
|
|
.btnn {
|
|
align-self:center;
|
|
}
|
|
.boxy {
|
|
width:30%;
|
|
/* text-align: center; */
|
|
}
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<ul class="nav justify-content-center">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link active" href="./music.html">Music</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./twitch.html">Twitch</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./other.html">Other</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div style="height:3%"></div>
|
|
|
|
<div class="container">
|
|
<div class="d-flex justify-content-between">
|
|
<div class="p-1">
|
|
</div>
|
|
<div class="p-1">
|
|
|
|
<a href="https://www.youtube.com/channel/UCrHT3Lt0Mg90bspbMHJfTcA"><h1 class="display-4">Youtube</h1></a><br>
|
|
<a href="https://www.twitter.com/ewpratten"><h1 class="display-4">Twitter</h1></a><br>
|
|
<a href="https://www.github.com/ewpratten"><h1 class="display-4">GitHub</h1></a><br>
|
|
<a href="https://www.keybase.io/ewpratten"><h1 class="display-4">Keybase</h1></a><br>
|
|
|
|
</div>
|
|
<div class="p-1">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<!-- <div class="text-center">
|
|
<p class="lead"> Who Am I? </p>
|
|
<div style="width:30%;"><p>I, ewpratten, am a teenager who enjoys making stuff and sharing it with people. This website is where I have decided to share all my work.</p></div>
|
|
</div> -->
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
|
|
</body>
|