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
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>Git Workshop</title>
<title>Git Workshop-</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
Expand All @@ -24,7 +24,7 @@
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-4"></div>
<div class="col-4 text-center">
<a class="blog-header-logo text-dark" href="#">Git Workshop</a>
<a class="blog-header-logo text-light font-italic bg-dark" href="#">Git Workshop</a>
</div>
<div class="col-4">
</div>
Expand All @@ -37,10 +37,12 @@
</nav>
</div>

<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-danger">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic">Title of a longer featured blog post</h1>
<p class="lead my-3">Multiple lines of text that form the lede, informing new readers quickly and efficiently about what's most interesting in this post's contents.</p>
<h1 class="display-4 font-italic">aaaaaaa

</h1>
<p class="lead my-3">aaa</p>
<p class="lead mb-0"><a href="#" class="text-white font-weight-bold">Continue reading...</a></p>
</div>
</div>
Expand All @@ -49,9 +51,9 @@ <h1 class="display-4 font-italic">Title of a longer featured blog post</h1>
<div class="col-md-6">
<div class="card flex-md-row mb-4 box-shadow h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">World</strong>
<strong class="d-inline-block mb-2 text-primary">aaaaaaaa</strong>
<h3 class="mb-0">
<a class="text-dark" href="#">Featured post</a>
<a class="text-dark" href="#">aaaaaa</a>
</h3>
<div class="mb-1 text-muted">Nov 12</div>
<p class="card-text mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
Expand Down Expand Up @@ -150,7 +152,7 @@ <h2 class="blog-post-title">New feature</h2>

</div><!-- /.blog-main -->

<aside class="col-md-4 blog-sidebar">
<aside class="col-md-4 blog-sidebar mt-8">
<div class="p-3 mb-3 bg-light rounded">
<h4 class="font-italic">About</h4>
<p class="mb-0">Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>
Expand Down