SKammerman (Talk | contribs) |
SKammerman (Talk | contribs) |
||
Line 6: | Line 6: | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
+ | <style> | ||
+ | body { | ||
+ | font: 20px Montserrat, sans-serif; | ||
+ | line-height: 1.8; | ||
+ | color: #f5f6f7; | ||
+ | } | ||
+ | p {font-size: 16px;} | ||
+ | .margin {margin-bottom: 45px;} | ||
+ | .bg-1 { | ||
+ | background-color: #1abc9c; /* Green */ | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .bg-2 { | ||
+ | background-color: #474e5d; /* Dark Blue */ | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .bg-3 { | ||
+ | background-color: #ffffff; /* White */ | ||
+ | color: #555555; | ||
+ | } | ||
+ | .bg-4 { | ||
+ | background-color: #2f2f2f; /* Black Gray */ | ||
+ | color: #fff; | ||
+ | } | ||
+ | .container-fluid { | ||
+ | padding-top: 70px; | ||
+ | padding-bottom: 70px; | ||
+ | } | ||
+ | .navbar { | ||
+ | padding-top: 15px; | ||
+ | padding-bottom: 15px; | ||
+ | border: 0; | ||
+ | border-radius: 0; | ||
+ | margin-bottom: 0; | ||
+ | font-size: 12px; | ||
+ | letter-spacing: 5px; | ||
+ | } | ||
+ | .navbar-nav li a:hover { | ||
+ | color: #1abc9c !important; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
− | |||
<body> | <body> | ||
− | <div class=" | + | <!-- Navbar --> |
− | < | + | <nav class="navbar navbar-default"> |
− | </div> | + | <div class="container"> |
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="#">Me</a> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="myNavbar"> | ||
+ | <ul class="nav navbar-nav navbar-right"> | ||
+ | <li><a href="#">WHO</a></li> | ||
+ | <li><a href="#">WHAT</a></li> | ||
+ | <li><a href="#">WHERE</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
− | + | <!-- First Container --> | |
− | + | <div class="container-fluid bg-1 text-center"> | |
− | + | <h3 class="margin">Stop Stalking our wiki please</h3> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/d/de/UF_Century_Tower.jpeg" alt="Century Tower" height="500" width="1000" style="background-color: | |
− | < | + | <h3>I'm an adventurer</h3> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class=" | + | |
− | + | ||
− | < | + | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | <div class=" | + | <!-- Second Container --> |
− | < | + | <div class="container-fluid bg-2 text-center"> |
− | + | <h3 class="margin">What Am I?</h3> | |
− | <p> | + | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p> |
− | < | + | <a href="#" class="btn btn-default btn-lg"> |
− | </ | + | <span class="glyphicon glyphicon-search"></span> Search |
+ | </a> | ||
</div> | </div> | ||
− | <div class=" | + | <!-- Third Container (Grid) --> |
− | < | + | <div class="container-fluid bg-3 text-center"> |
− | < | + | <h3 class="margin">Where To Find Me?</h3><br> |
− | + | <div class="row"> | |
− | </div> | + | <div class="col-sm-4"> |
− | + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> | |
− | + | <img src="birds1.jpg" class="img-responsive margin" style="width:100%" alt="Image"> | |
− | + | </div> | |
− | + | <div class="col-sm-4"> | |
− | <div class=" | + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> |
− | < | + | <img src="birds2.jpg" class="img-responsive margin" style="width:100%" alt="Image"> |
− | <p> | + | </div> |
− | < | + | <div class="col-sm-4"> |
− | + | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> | |
+ | <img src="birds3.jpg" class="img-responsive margin" style="width:100%" alt="Image"> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | <!-- Footer --> | |
− | < | + | <footer class="container-fluid bg-4 text-center"> |
− | + | <p>Bootstrap Theme Made By <a href="https://www.w3schools.com">www.w3schools.com</a></p> | |
− | + | </footer> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
− | |||
</html> | </html> |
Revision as of 20:15, 27 August 2017
UFlorida
Stop Stalking our wiki please
What Am I?
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
SearchWhere To Find Me?
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.