1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/content/pages/about.html

18 lines
629 B
HTML
Raw Normal View History

2016-05-20 08:51:27 +01:00
<head>
2016-05-22 18:32:08 +01:00
<meta name="slug" content="about" />
<meta name="title" content="About Page" />
2016-05-20 08:51:27 +01:00
</head>
<body>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">About</h2>
<hr class="light">
<p>Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
</div>
</div>
</div>
</section>
</body>