Skip to content

Kens TNW site #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
31 changes: 30 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
/* You can include your custom styling here */
.background {
background-color: gray;

}
.navbar-default {
text-align: center;

}
.navbar-header {
text-align: right;
display: inline-block;
}
.navbar-brand {
border-left:;
position: absolute;

}
.navbar-default {
text-align: left;
display: inline-block;
}
::before {

}
::after {

}
#headerbar {

}
Binary file modified images/.DS_Store
Binary file not shown.
Binary file added images/favicon/.DS_Store
Binary file not shown.
Binary file added images/logo/.DS_Store
Binary file not shown.
Binary file added images/main/.DS_Store
Binary file not shown.
Binary file added images/screenshots/.DS_Store
Binary file not shown.
Binary file added images/sidebar/.DS_Store
Binary file not shown.
48 changes: 38 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@
<meta name="author" content="">
<link rel="icon" href="images/favicon/favicon.ico">

<title>The Next Web</title>
<title>Ken's The Next Web</title>

<link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">

<link href="http://getbootstrap.com/examples/dashboard/dashboard.css" rel="stylesheet">

<script src="js/ie-emulation-modes-warning.js"></script><style type="text/css"></style>

<link href="css/custom.css" rel="stylesheet">
</head>

<body>

<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
Expand All @@ -48,10 +44,9 @@
</div>
</div>
</nav>

<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<div class="col-sm-3 col-md-2 sidebar visible-lg">
<ul class="nav nav-sidebar">
<li class="active"><a href="#">Overview <span class="sr-only">(current)</span></a></li>
<li><a href="#">Reports</a></li>
Expand All @@ -71,12 +66,45 @@
<li><a href="">Another nav item</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h1>News Content</h1>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-2 main">
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<img src="images/main/Square-Reader-520x245.jpg" width="100%">
<div class="caption">
<cite> "By "
<a href="#" class="text-uppercase">Ben Woods</a>
" - 20 Nov'14"
</cite>
<h1>"Square officially launches its Register software platform worldwide"</h1>
<p>"Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop. Kielbasa turducken turkey cow shoulder pig prosciutto hamburger corned beef short loin, meatloaf tri-tip drumstick. Shankle sirloin ground round fatback..."
<a href="#">Keep reading</a>
</p>
</div>
</div>


<div class="col-lg-4 col-md-4 col-sm-4">
<img src="images/main/well-dressed-man-in-coat-520x245.jpg" width="100%" alt="impressions">
<div class="caption">
<cite>"20 Nov'14 - By "
<a href="#" class="text-uppercase">Jory Mackay</a>
</cite>
<h3>The weird science of first impressions</h3>
</div>
<img src="images/main/FireShot-Screen-Capture-357-adidas-Originals-I-mi-ZX-FLUX-Photo-Print-App-www_adidas_co_uk_mizxflux-520x245.png" width="100%" alt="Adidas">
<div class="caption">
<cite>"20 Nov'14 - By "
<a href="#" class="text-uppercase">Paul Sawers</a>
</cite>
<h3>Adidas now lets Americans print photos on their sneakers too</h3>
</div>
</div>
</div>
</div>
</div>
</div>

</body>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
Expand Down
Binary file added js/.DS_Store
Binary file not shown.