index.html 6.71 KB
Newer Older
1
<!doctype html>
Mark Otto's avatar
Mark Otto committed
2
3
4
<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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    <header>
      <div class="collapse bg-dark" id="navbarHeader">
        <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>
37
          </div>
Mark Otto's avatar
Mark Otto committed
38
39
        </div>
      </div>
40
41
42
43
44
45
46
      <div class="navbar navbar-dark bg-dark">
        <div class="container d-flex justify-content-between">
          <a href="#" class="navbar-brand">Album</a>
          <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>
        </div>
Mark Otto's avatar
Mark Otto committed
47
      </div>
48
    </header>
Mark Otto's avatar
Mark Otto committed
49

50
    <main role="main">
Mark Otto's avatar
Mark Otto committed
51

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

63
64
      <div class="album text-muted">
        <div class="container">
Mark Otto's avatar
Mark Otto committed
65

66
67
          <div class="row">
            <div class="card">
68
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
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">
72
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
73
74
75
              <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">
76
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
77
78
              <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>
Mark Otto's avatar
Mark Otto committed
79

80
            <div class="card">
81
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
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">
85
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
86
87
88
              <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">
89
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
90
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">
94
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
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">
98
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
99
100
101
              <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">
102
              <img data-src="holder.js/100px280?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail" alt="Card image cap">
103
104
              <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>
Mark Otto's avatar
Mark Otto committed
105
106
          </div>

107
        </div>
Mark Otto's avatar
Mark Otto committed
108
      </div>
109
110

    </main>
Mark Otto's avatar
Mark Otto committed
111
112
113

    <footer class="text-muted">
      <div class="container">
114
        <p class="float-right">
Mark Otto's avatar
Mark Otto committed
115
116
117
118
119
120
121
122
123
124
          <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
125
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
126
    <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
Johann-S's avatar
Johann-S committed
127
    <script src="../../../../assets/js/vendor/popper.min.js"></script>
128
    <script src="../../../../dist/js/bootstrap.min.js"></script>
Mark Otto's avatar
Mark Otto committed
129
    <script src="../../../../assets/js/vendor/holder.min.js"></script>
Mark Otto's avatar
Mark Otto committed
130
131
  </body>
</html>