index.html 6.4 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
5
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Mark Otto's avatar
Mark Otto committed
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" href="../../favicon.ico">

    <title>Album example for Bootstrap</title>

    <!-- Bootstrap core CSS -->
    <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="album.css" rel="stylesheet">
  </head>

  <body>

    <div class="navbar-collapse collapse inverse" id="navbar-header">
      <div class="container-fluid">
        <div class="about">
          <h4>About</h4>
          <p class="text-muted">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>
        </div>
        <div class="social">
          <h4>Contact</h4>
          <ul class="list-unstyled">
            <li><a href="#">Follow on Twitter</a></li>
            <li><a href="#">Like on Facebook</a></li>
            <li><a href="#">Email me</a></li>
          </ul>
        </div>
      </div>
    </div>
Maurice Wahba's avatar
Maurice Wahba committed
38
    <div class="navbar navbar-static-top navbar-dark bg-inverse">
Mark Otto's avatar
Mark Otto committed
39
      <div class="container-fluid">
40
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-header" aria-controls="navbar-header" aria-expanded="false" aria-label="Toggle navigation"></button>
Mark Otto's avatar
Mark Otto committed
41
42
43
44
        <a href="#" class="navbar-brand">Album</a>
      </div>
    </div>

45
    <section class="jumbotron text-xs-center">
Mark Otto's avatar
Mark Otto committed
46
47
      <div class="container">
        <h1 class="jumbotron-heading">Album example</h1>
Chris Rebert's avatar
Chris Rebert committed
48
        <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.</p>
Mark Otto's avatar
Mark Otto committed
49
50
51
52
53
54
55
        <p>
          <a href="#" class="btn btn-primary">Main call to action</a>
          <a href="#" class="btn btn-secondary">Secondary action</a>
        </p>
      </div>
    </section>

56
    <div class="album text-muted">
Mark Otto's avatar
Mark Otto committed
57
58
59
60
      <div class="container">

        <div class="row">
          <div class="card">
XhmikosR's avatar
XhmikosR committed
61
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
62
63
64
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
65
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
66
67
68
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
69
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
70
71
72
73
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>

          <div class="card">
XhmikosR's avatar
XhmikosR committed
74
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
75
76
77
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
78
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
79
80
81
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
82
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
83
84
85
86
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>

          <div class="card">
XhmikosR's avatar
XhmikosR committed
87
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
88
89
90
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
91
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
92
93
94
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
          <div class="card">
XhmikosR's avatar
XhmikosR committed
95
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
96
97
98
99
100
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
          </div>
        </div>

      </div>
101
    </div>
Mark Otto's avatar
Mark Otto committed
102
103
104

    <footer class="text-muted">
      <div class="container">
105
        <p class="pull-xs-right">
Mark Otto's avatar
Mark Otto committed
106
107
108
109
110
111
112
113
114
115
          <a href="#">Back to top</a>
        </p>
        <p>Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>
        <p>New to Bootstrap? <a href="../../">Visit the homepage</a> or read our <a href="../../getting-started/">getting started guide</a>.</p>
      </div>
    </footer>

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
116
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
117
    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
118
    <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
119
    <script src="../../assets/js/vendor/holder.min.js"></script>
Mark Otto's avatar
Mark Otto committed
120
121
122
123
124
125
    <script>
      $(function () {
        Holder.addTheme("thumb", { background: "#55595c", foreground: "#eceeef", text: "Thumbnail" });
      });
    </script>
    <script src="../../dist/js/bootstrap.min.js"></script>
126
127
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
Mark Otto's avatar
Mark Otto committed
128
129
  </body>
</html>