Skip to content
Snippets Groups Projects
Commit db343361 authored by jbs's avatar jbs
Browse files

v5

parent 22381a63
No related branches found
No related tags found
No related merge requests found
Pipeline #768 passed
<!doctype html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
<meta charset="utf-8">
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#343a40">
<meta name="description" content="jbs">
<html>
<!--
I made this site as light as possible. Use the source if you want.
~jbs (https://twitter.com/jbs)
-->
<head>
<title>jbs</title>
<style>
body {
background-color:#121212;
color:white;
}
.text {
position: absolute;
top: 39%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="style.css" rel="stylesheet">
</head>
.name {
font-family: Tahoma, Geneva, sans-serif;
font-size:70px;
}
.normal {
font-family: Tahoma, Geneva, sans-serif;
font-size:25px;
}
<body>
<main role="main" class="container">
<div class="_body">
<h1 class="oxygenfont bigtxt">jbs</h1>
<p style="font-family: 'Dancing Script', cursive; font-size:40px;
">cheers mate</p>
.l {
color: #0077aa;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<p class="oxygenfont links"><a href="https://github.com/lordjbs" class="oxygenfont">GitHub</a> | <a href="https://twitter.com/lordjbs" class="oxygenfont">Twitter</a> | <a href="https://reddit.com/u/lordjbs" class="oxygenfont">Reddit</a></p>
</div>
</main>
<footer class="footer">
<div class="container">
<span class="oxygenfont">Designed & developed by jbs with &#9829; | 2019</span>
</div>
</footer>
</body>
<body>
<p class="text name">jbs<br> <a class="normal">i do some sh*t on the internet. <a class="normal l" href="https://github.com/lordjbs">github</a><a class="normal"> | </a><a class="normal l " href="https://owo.codes/jbs">owo.codes</a><a class="normal"> | </a><a class="normal l " href="https://keybase.io/">keybase</a></a></p>
</body>
</html>
\ No newline at end of file
{
"short_name": "jbs",
"name": "lordjbs",
"start_url": "/",
"background_color": "#2b2f33",
"display": "standalone",
"theme_color": "#343a40"
}
\ No newline at end of file
@import url('https://fonts.googleapis.com/css?family=Oxygen');
html {
position: relative;
min-height: 100%;
}
.oxygenfont {
font-family: 'Oxygen', sans-serif !important;
color:#fff;
}
body {
padding-top: 5rem;
background-color: #2b2f33;
margin-bottom: 60px;
}
._body {
padding: 3rem 1.5rem;
text-align: center;
color: #ffffff;
}
.links {
color: white;
font-size:35px;
}
.bigtxt {
font-size:120px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #343a40;
color:white;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment