added album.css to list of needed css files
This commit is contained in:
parent
5fc780f3da
commit
fd8f987de4
20
rekai.html
20
rekai.html
@ -5,18 +5,16 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="description" content="">
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||||
<meta name="author" content="">
|
<meta name="description" content="Photography">
|
||||||
<link rel="icon" href="../../favicon.ico">
|
<meta name="author" content="Rekai Musuka, Harrison Deng">
|
||||||
|
<link rel="icon" href="Dependencies/icons/favicon.png">
|
||||||
<title>Album example for Bootstrap</title>
|
<title>Rekai's Portfolio</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="Dependencies/CSS/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="album.css" rel="stylesheet">
|
<link href="Dependencies/CSS/album.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -48,7 +46,7 @@
|
|||||||
<section class="jumbotron text-xs-center">
|
<section class="jumbotron text-xs-center">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="jumbotron-heading">Album example</h1>
|
<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 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>
|
<p>
|
||||||
<a href="#" class="btn btn-primary">Main call to action</a>
|
<a href="#" class="btn btn-primary">Main call to action</a>
|
||||||
<a href="#" class="btn btn-secondary">Secondary action</a>
|
<a href="#" class="btn btn-secondary">Secondary action</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user