Skip to content
Snippets Groups Projects
Commit c45d970b authored by Praseetha-KR's avatar Praseetha-KR
Browse files

Added Bootstrap3.0 & diaspora logo + primitive header

parent 2b7779de
Branches
No related merge requests found
Landing page for poddery.com
# Landing page for poddery.com
===================================
http://savepoddery.com/poddery.com/
This diff is collapsed.
......@@ -93,7 +93,9 @@ textarea {
Author's custom styles
========================================================================== */
header{
background-color: #000000;
}
......
img/diaspora-logo-large.png

2.86 KiB

......@@ -13,6 +13,7 @@
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
......@@ -20,13 +21,23 @@
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<img src="img/diaspora-logo-large.png" alt="">
<h3>The community-run Distributed Social Network</h3>
</div>
</div>
</div>
</header>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment