Skip to content

Instantly share code, notes, and snippets.

@devopsec
Created May 14, 2016 21:29
Show Gist options
  • Save devopsec/a4188b2ae9a0cea7e93930a35a9b3dfe to your computer and use it in GitHub Desktop.
Save devopsec/a4188b2ae9a0cea7e93930a35a9b3dfe to your computer and use it in GitHub Desktop.
Tribute Page
<html>
<!--Steve Jobs tribute page
Created By: DevOps-redteam-->
<head>
<div class="container-fluid">
<h1 class="text-center text-primary">Steve Jobs</h1>
<h2 class="text-center">technology entrepreneur 1955-2011</h2>
</head>
<body>
<img src="http://talentdevelop.com/WordPress/wp-content/uploads/2014/03/Steve-Jobs-Think-Different.jpg" class="img-responsive">
</div>
<div id="wiki">
<a href="https://en.wikipedia.org/wiki/Steve_Jobs" target="_blank"><p class="text-center"><span>About Steve Jobs</span></p></a>
</div>
<div id="documentary">
<a href="https://www.youtube.com/watch?v=pnoeSvHAJ9I" target="_blank"><p class="text-center">Documentary</p>
</div>
</body>
</html>
html {border: 10px solid black;
border-style: double;}
h1 {font-family: arial;}
h2 {font-size: medium;
margin-top: -5px;}
#wiki {color: blue;
margin-top: 10px;}
.img-responsive {
margin: 0 auto;}
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment