index.html 6.29 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
5
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Mark Otto's avatar
Mark Otto committed
6
7
    <meta name="description" content="">
    <meta name="author" content="">
8
    <link rel="icon" href="../../../../favicon.ico">
Mark Otto's avatar
Mark Otto committed
9
10
11
12

    <title>Album example for Bootstrap</title>

    <!-- Bootstrap core CSS -->
Mark Otto's avatar
Mark Otto committed
13
    <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
Mark Otto's avatar
Mark Otto committed
14
15
16
17
18
19
20

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

  <body>

21
    <div class="collapse bg-dark" id="navbarHeader">
22
23
24
25
26
27
28
29
30
31
32
33
34
35
      <div class="container">
        <div class="row">
          <div class="col-sm-8 py-4">
            <h4 class="text-white">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="col-sm-4 py-4">
            <h4 class="text-white">Contact</h4>
            <ul class="list-unstyled">
              <li><a href="#" class="text-white">Follow on Twitter</a></li>
              <li><a href="#" class="text-white">Like on Facebook</a></li>
              <li><a href="#" class="text-white">Email me</a></li>
            </ul>
          </div>
Mark Otto's avatar
Mark Otto committed
36
37
38
        </div>
      </div>
    </div>
39
    <div class="navbar navbar-dark bg-dark">
40
      <div class="container d-flex justify-content-between">
Mark Otto's avatar
Mark Otto committed
41
        <a href="#" class="navbar-brand">Album</a>
Mark Otto's avatar
Mark Otto committed
42
43
44
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
Mark Otto's avatar
Mark Otto committed
45
46
47
      </div>
    </div>

48
    <section class="jumbotron text-center">
Mark Otto's avatar
Mark Otto committed
49
50
      <div class="container">
        <h1 class="jumbotron-heading">Album example</h1>
Chris Rebert's avatar
Chris Rebert committed
51
        <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
52
53
54
55
56
57
58
        <p>
          <a href="#" class="btn btn-primary">Main call to action</a>
          <a href="#" class="btn btn-secondary">Secondary action</a>
        </p>
      </div>
    </section>

59
    <div class="album text-muted">
Mark Otto's avatar
Mark Otto committed
60
61
62
63
      <div class="container">

        <div class="row">
          <div class="card">
XhmikosR's avatar
XhmikosR committed
64
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
65
66
67
            <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
68
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
69
70
71
            <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
72
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
73
74
75
76
            <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
77
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
78
79
80
            <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
81
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
82
83
84
            <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
85
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
86
87
88
89
            <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
90
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
91
92
93
            <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
94
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
95
96
97
            <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
98
            <img data-src="holder.js/100px280/thumb" alt="Card image cap">
Mark Otto's avatar
Mark Otto committed
99
100
101
102
103
            <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>
104
    </div>
Mark Otto's avatar
Mark Otto committed
105
106
107

    <footer class="text-muted">
      <div class="container">
108
        <p class="float-right">
Mark Otto's avatar
Mark Otto committed
109
110
111
112
113
114
115
116
117
118
          <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 -->
Mark Otto's avatar
Mark Otto committed
119
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
Mark Otto's avatar
Mark Otto committed
120
    <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script>
Johann-S's avatar
Johann-S committed
121
    <script src="../../../../assets/js/vendor/popper.min.js"></script>
Mark Otto's avatar
Mark Otto committed
122
    <script src="../../../../assets/js/vendor/holder.min.js"></script>
Mark Otto's avatar
Mark Otto committed
123
124
125
126
127
    <script>
      $(function () {
        Holder.addTheme("thumb", { background: "#55595c", foreground: "#eceeef", text: "Thumbnail" });
      });
    </script>
Mark Otto's avatar
Mark Otto committed
128
    <script src="../../../../dist/js/bootstrap.min.js"></script>
Mark Otto's avatar
Mark Otto committed
129
130
  </body>
</html>