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

v2

parent f8320430
No related branches found
No related tags found
No related merge requests found
Pipeline #748 passed
<html>
<head>
<style>
body {
background-color: #1b1b1b !important;
}
@import url('https://fonts.googleapis.com/css?family=Oxygen');
.oxygen {
font-family: 'Oxygen', sans-serif;
color: white;
font-size:100px;
}
<!doctype html>
<html lang="en">
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
</style>
<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="skaol services.">
<title>lordjbs</title>
<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>
<body>
<p class="oxygen center">what are you doing in my swamp</p>
<main role="main" class="container">
<div class="_body">
<h1 class="oxygenfont bigtxt">lordjbs</h1>
<p style="font-family: 'Dancing Script', cursive; font-size:40px;
">still chasing dreams in this world</p>
<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">Developed by lordjbs with &#9829; | 2019</span>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</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:40px;
}
.bigtxt {
font-size:150px;
}
.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