Skip to content

Instantly share code, notes, and snippets.

@fogonthedowns
Created December 2, 2016 00:36
Show Gist options
  • Select an option

  • Save fogonthedowns/0d382b07d447606ce6ab995757caa029 to your computer and use it in GitHub Desktop.

Select an option

Save fogonthedowns/0d382b07d447606ce6ab995757caa029 to your computer and use it in GitHub Desktop.
<html>
<title>Data Science</title>
<head>
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<style>
.home {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
font-family: 'Poiret One', cursive;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
background-color: #fc7279;
background-image: -webkit-linear-gradient(bottom left, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
background-image: linear-gradient(to top right,#fc7279 10%, #ff7b9c 65%, #ffc019 125%);
min-height: 100vh;
}
.color{
color:white;
line-height:1;
}
a:visited{
color:white;
}
</style>
</head>
<body class="home">
<div class="home color">
<center>
<h1>JustB.io</h1>
<h2>Welcome to the Data Science Intranet</h2>
<br>
<a href="http://ds.justb.io/garden/">Garden</a>
</home>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment