Browse Source

Skeleton

master
Julio Biason 5 years ago
commit
c9659154ae
  1. 51
      index.html
  2. BIN
      sorry.gif

51
index.html

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to JulioBiason.Me</title>
<style type="text/css" media="all">
body {
background-color: #22222b;
color: #ccc;
padding: 20px 10px;
max-width: 50rem;
margin: 0 auto;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}
.hero {
margin: 0 auto;
}
.tabs a {
color: #ff9800;
border-bottom: 1px solid #ff2e88;
text-decoration: none;
}
.tabs .active {
background-color: #ff2e88;
}
</style>
</head>
<body>
<div class="hero">
<img src="sorry.gif" alt="">
</div>
<h1>
This is not the real landing page, this is just a tribute.
</h1>
<h3>
This page is intentionally badly designed, 'cause the real content resides on the subdomains.
</h3>
<div class="tabs">
<!-- <a href="#blog">Blog</a> -->
<a href="https://git.juliobiason.me">Git</a>
</div>
</body>
</html>

BIN
sorry.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Loading…
Cancel
Save