Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC>
- <!-- @NUCLEARVESSEL ON TUMBLR || PLEASE DON'T DELETE CREDIT -->
- <html>
- <head>
- <title>title</title> <!-- add page title here -->
- <link rel="shortcut icon" href="{Favicon}">
- <link href="https://fonts.googleapis.com/css?family=Bitter:400,400i,700|Overpass:400,400i,700,700i" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- ::-moz-selection{background: #c83454; color: #191919;}
- ::selection {background: #c83454; color: #191919;}
- ::-webkit-scrollbar-thumb {background: #8a2037;}
- ::-webkit-scrollbar {background: #191919; width: 5px;}
- * {margin:0; padding:0;}
- body {
- background: #191919; /* change background color */
- color: #f6f6f6; /* change text color */
- font-family: Overpass; /* change font */
- font-size: 13px; /* change font size */
- text-align: justify;
- }
- #container {
- background: #313131;
- border-radius: 5px;
- height: 400px;
- left: 50%;
- margin-bottom: 40px;
- padding: 20px;
- position: absolute;
- top: 50%;
- transform: translate(-50%,-50%);
- width: 800px;
- }
- #menu {
- background-color: #c83454; /* color of side banner */
- border-radius: 5px;
- float: left;
- height: 380px;
- padding-top: 20px;
- text-align: center;
- width: 200px;
- }
- #info {
- border: 1px solid #8a2037;
- color: #191919;
- border-radius: 5px;
- font-size: 13px;
- font-style: italic;
- margin: 10px;
- padding: 10px;
- text-align: justify;
- }
- #content {
- float: right;
- height: 305px;
- overflow: auto;
- margin-top: 10px;
- padding: 10px;
- width: 575px;
- }
- #credit {
- background-color: #c83454;
- color: #313131;
- border-radius: 10px;
- bottom: 0;
- display: inline;
- margin: 10px;
- padding: 10px;
- position: fixed;
- right: 0;
- }
- #credit:hover{
- background-color: #8a2037;
- -o-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -webkit-transition: all 0.4s ease;
- }
- .project {
- background-color: #191919; /* background color of projects */
- border-radius: 5px;
- float: left;
- height: 200px;
- margin: 5px;
- overflow: auto;
- padding: 10px;
- width: 160px;
- }
- .button {
- background-color: #313131; /* background color of button */
- color: #c83454; /* color of icon */
- border-radius: 5px;
- margin: 0px 20px 20px;
- padding: 20px;
- }
- .button:hover {
- background-color: #8a2037;
- color:#313131;
- -o-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -webkit-transition: all 0.4s ease;
- }
- h1 {
- border-bottom: 1px solid #8a2037;
- color: #c83454;
- float: right;
- font-family: Bitter;
- font-size: 20px;
- padding-bottom: 20px;
- padding-left: 10px;
- padding-right: 10px;
- text-align: center;
- width: 560px;
- }
- a {
- color: #9e9e9e; /* link color */
- text-decoration: none;
- }
- a:hover {
- color: #ffffff; /* link hover color */
- -o-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -webkit-transition: all 0.4s ease;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="menu">
- <a href="/">
- <div class="button">
- <i class="fa fa-home" style="font-size:15px"></i>
- </div>
- </a>
- <div id="info">
- Here you can write a short intro about your personal projects. Unfortunately, it cannot be longer than the size of the banner.
- <br><br>
- It looks best when the whole banner is filled with text, but you can play around with margins within the banner to balance it if you don't have enough text.
- <br><br>
- This is what <b>bold text</b> and <u>underlined text</u> look like. You can also add <a href="">a link</a> if you want to!
- </div>
- </div>
- <br>
- <h1>Bulletin</h1>
- <div id="content">
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right"></i>
- <b>TITLE OF PROJECT 1</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right" style="font-size:15px;"></i>
- <b>TITLE OF PROJECT 2</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star-o"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right" style="font-size:15px;"></i>
- <b>TITLE OF PROJECT 3</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right"></i>
- <b>TITLE OF PROJECT 4</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right" style="font-size:15px;"></i>
- <b>TITLE OF PROJECT 5</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- <!-- START PROJECT BLOCK -->
- <div class="project">
- <i class="fa fa-arrow-right" style="font-size:15px;"></i>
- <b>TITLE OF PROJECT 6</b>
- <br><br>
- <i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </i>
- <br><br>
- <b>PROGRESS | </b>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star"></i>
- <i class="fa fa-star-o"></i>
- <i class="fa fa-star-o"></i>
- <br><br>
- <b><a href="">LINK 1</a> // <a href="">LINK 2</a> // <a href="">LINK 3</a></b>
- </div>
- <!-- END PROJECT BLOCK -->
- </div>
- </div>
- <!-- don't edit beyond this point please! colors can be modified in <style> -->
- <a target="blank" href="https://nuclearvessel.tumblr.com/"><div id="credit"><i class="fa fa-star" style="font-size:15px"></i></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment