Giter Club home page Giter Club logo

fake-doors-bootstrap's Introduction

Fake-Doors-Bootsrap

Website created using a Bootstrap template for my Web Applications class.

Here's what the crappy website looked like: https://dcalligy.github.io/Fake-Doors-Bootstrap/

Added the carousel below:

<div id = "myCarousel" class="carousel slide" data-ride="carousel">
  <!-- Indicators-->
  <ol class="carousel-indicators">
    <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
    <li data-target="#myCarousel" data-slide-to="1"></li>
    <li data-target="#myCarousel" data-slide-to="2"></li>
  </ol>

    <!-- Wrapper for slides-->
    <div class ="carousel-inner">
      <div class="item active">
        <img src="images/fakedoors.jpg" alt="Fake Doors 0" style="width:100%;">
      </div>

      <div class="item">
        <img src="images/fakedoors1.jpg" alt="Fake Doors 1" style="width:100%;">
      </div>

      <div class="item">
        <img src="images/fakedoors7.jpg" alt="Fake Doors 7"style="width:100%;">
      </div>

      <!-- Left and right controls-->
      <a class="left carousel-control" href="#myCarousel" data-slide="prev">
        <span class="glyphicon glyphicon-chevron-left"></span>
        <span class="sr-only">Previous</span>
      </a>
      <a class="right carousel-control" href="#myCarousel" data-slide="next">
        <span class="glyphicon glyphicon-chevron-right"></span>
        <span class="sr-only">Next</span>
      </a>
    </div>
</div>

I also added a popover on the Login button:

<ul class="nav navbar-nav navbar-right">
  <li><a href="#" title="Username" data-toggle="popover" data-placement="bottom" 
         data-content="Login Currently Unavailble"><span class="glyphicon glyphicon-log-in"></span>Login</a></li>
  <script>
    $(document).ready(function(){
      $('[data-toggle="popover"]').popover();
    });
  </script>
</ul>

fake-doors-bootstrap's People

Contributors

slipperystairs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.