Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<style type="text/css">
body {
<style>

body {
font-family: 'Droid Sans', sans-serif;
background-color: #FDF2DE;
padding-top: 70px;

}
.header-title {
font-family: 'Droid Serif', serif;
Expand Down Expand Up @@ -43,16 +46,14 @@
padding: 1em;
font-size: 1.2em;
}


</style>
</head>
<body>

<div class="container">
<div class="row">

<nav class="navbar navbar-default" role="navigation">
<nav class="navbar navbar-default mp-navbar navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
Expand Down Expand Up @@ -82,11 +83,11 @@
<span class="c2">
<div class="text-center">
<div class="header-title">
Montana Pets on the Net
<h1> Montana Pets on the Net </h1>
</div>
<i>"One by one until there are none..."</i>
</div>
<h2>About This Website</h2><br><br>
<h2><b>About This Website</b></h2><br><br>
</span>
<p>Dedicated in loving memory of my brother, Larry, who shared our vision
of creating something to help as many shelter animals to find loving homes
Expand Down Expand Up @@ -204,11 +205,13 @@ <h3><b>About the webmasters</b></h3>
</div>
<br><br><br><br><br><br><br><br>
<hr />
<div class="footer" >
<div class="all-notice text-center">All Montana humane societies and shelters are welcome to
list their animals on this site. Click <a class="c1" href=
"criteria.htm">HERE</a> to see the criteria for participation in Montana
Pets on the Net.
</div>
</div>
<hr />
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
Expand Down