Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----------------------
- ABOUT PAGE #6 by JAKEHELPS
- #1: Do not redistribute & claim as your own.
- #2: Do not remove the credit.
- ---------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript">
- $("#slideshow > div:gt(0)").hide();
- setInterval(function() {
- $('#slideshow > div:first')
- .fadeOut(1000)
- .next()
- .fadeIn(1000)
- .end()
- .appendTo('#slideshow');
- }, 2000);
- </script>
- </head>
- <style type="text/css">
- body {
- padding: 0;
- margin: 0;
- list-style: none;
- background-color: #FEFEFE;
- background-attachment: fixed;
- background-image:url('http://25.media.tumblr.com/tumblr_lsdjv9k5E21r2gm7fo4_250.jpg');
- }
- a {
- text-decoration: none;
- color: black;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:10px;
- background-color: #303030; }
- ::-webkit-scrollbar-thumb:horizontal {
- height:30px;
- background-color: #303030; }
- ::-webkit-scrollbar {
- height: 10px;
- width: 4px;
- background-color: #505050; }
- #slideshow {
- position: fixed;
- width: 900px;
- height: 769px;
- background-color: #202020;
- }
- #slideshow img {
- width: 900px;
- height: 769px;
- }
- #slideshow > div {
- position: absolute;
- }
- #navigation {
- position: absolute;
- width: 200px;
- height: auto;
- background-color: #303030;
- opacity: 0.7;
- margin-top: 190px;
- }
- #navigation:hover {
- opacity: 1;
- }
- .logo {
- width: 180px;
- height: 80px;
- background-color: #FFFFFF;
- font-family: fjalla one;
- font-size: 36px;
- color: #0195ab;
- text-align: center;
- padding: 10px;
- padding-top: 50px;
- padding-bottom: 60px;
- text-transform: uppercase;
- position: absolute;
- }
- #navigation a {
- display: block;
- padding: 10px;
- font-family: Quicksand;
- font-size: 14px;
- color: #FFFFFF;
- background-color: transparent;
- text-transform: uppercase;
- border-bottom: 1px groove #AAAAAA;
- }
- #navigation a:hover {
- opacity: 1;
- background-color: #FFFFFF;
- color: #0195ab;
- border-bottom: 1px groove #303030;
- }
- #infobox {
- width: 400px;
- height: 270px;
- background-color: #202020;
- position: fixed;
- right: 0;
- padding: 33px;
- background-image:url('http://i93.photobucket.com/albums/l78/andrew_jason12/black_lozenge.png');
- }
- .section {
- font-family: quicksand;
- font-size: 30px;
- color: #0195ab;
- text-transform: uppercase;
- }
- .brief {
- font-family: quicksand;
- font-size: 18px;
- color: #DDDDDD;
- padding-left: 10px;
- padding-top: 10px;
- }
- .infolink {
- width: 320px;
- height: auto;
- margin-top: 15px;
- }
- .infolink a {
- display: block;
- background-color: #0195ab;
- color: #FFFFFF;
- font-family: quicksand;
- font-size: 16px;
- padding: 5px;
- padding-left: 15px;
- border: 1px solid #0195FF;
- border-radius: 1px;
- }
- #information {
- width: 400px;
- height: 310px;
- background-color: #FFFFFF;
- position: fixed;
- right: 0;
- padding: 33px;
- margin-top: 330px;
- background-image:url('http://24.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png');
- }
- .about {
- width: 100%;
- display: block;
- margin-bottom: 4px;
- }
- .label {
- display: inline-block;
- background-color: #0195ab;
- color: #FFFFFF;
- font-family: quicksand;
- font-size: 16px;
- padding: 5px;
- border: 1px solid #0195FF;
- border-radius: 1px;
- }
- .value {
- display: inline-block;
- background-color: transparent;
- color: #0195ab;
- font-family: quicksand;
- font-size: 16px;
- padding: 5px;
- border-radius: 1px;
- }
- #slogan {
- position: absolute;
- bottom: 0;
- margin-bottom: 40px;
- font-family: quicksand;
- font-size: 28px;
- color: #FFFFFF;
- margin-left: 20px;
- width: 400px;
- text-transform: uppercase;
- text-shadow: 0.1em 0.1em 0.2em #333;
- }
- </style>
- <body>
- <!--------- REPLACE IMAGE URLS FOR SLIDESHOW ----------->
- <div id="slideshow">
- <div>
- <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/francisco-lachowski-shirtless.png~original">
- </div>
- <div>
- <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/francisco-lachowski-odda-03.png~original">
- </div>
- <div>
- <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/suiteblanco-fall-2012-01.png~original">
- </div>
- <div>
- <img src="http://i93.photobucket.com/albums/l78/andrew_jason12/tumblr_mmchc8mEyY1rinkz1o1_1280.png~original">
- </div>
- </div>
- <!---------- 2 LINER SLOGAN --------->
- <div id="slogan">One of the hottest male models in the world!</div>
- <!----------- 2 LINER TITLE ---------->
- <div class="logo">Francisco Lachowski</div>
- <div id="navigation">
- <a href="#">Link 1</a>
- <a href="#">Link 2</a>
- <a href="#">Link 3</a>
- <a href="#">Link 4</a>
- <a href="#">Link 5</a>
- <a href="#">Link 6</a>
- <a href="http://jakehelps.tumblr.com" style="border-bottom: 0px">credit</a>
- </div>
- <div id="infobox">
- <div class="section">Francisco's Portfolio</div>
- <div class="brief">
- <!----------- brief 6 to 7 liner description ----------->
- Born on May 1991 in the beautiful country of Brazil, Cisco is a Brazilian model of Portugese, Polish, and German descent. Starting in 2009, he has worked his way up to become one of the Top 50 Male Models in the world. (6-7 lined description)
- </div>
- <div class="infolink"><a href="#">More on Francisco<div style="float: right; padding-right: 10px">></div></a></div>
- </div>
- <div id="information">
- <div class="about"><div class="label">Name:</div> <div class="value">Francisco Lachowski</div></div>
- <div class="about"><div class="label">Age:</div> <div class="value">22 years old</div></div>
- <div class="about"><div class="label">Date of BIrth:</div> <div class="value">May 15, 1991</div></div>
- <div class="about"><div class="label">Origin:</div> <div class="value">Curitiba, Brazil</div></div>
- <div class="about"><div class="label">Occupation:</div> <div class="value">Full time Model</div></div>
- <div class="about"><div class="label">Brands Modeled For:</div> <div class="value">Versace, Dolce & Gabanna, dsquared2, Gucci, Armani, Thierry Mugler, Roberto Cavalli, & more.</div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment