Skip to content

Commit

Permalink
Updated boostrap starter
Browse files Browse the repository at this point in the history
  • Loading branch information
toiyabe committed Oct 29, 2024
1 parent 23fa99c commit d641e5c
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/Layouts/bs5-strt/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,33 +103,31 @@

<div class="col-lg-8 mx-auto p-3 py-md-5">
<main>
<h1>Get started with Bootstrap</h1>
<p class="fs-5 col-md-8">Quickly and easily get started with Bootstrap's compiled, production-ready files with
this barebones example featuring some basic HTML and helpful links. Download all our examples to get started.
</p>

<div class="mb-5">
<a href="/docs/5.3/examples/" class="btn btn-primary btn-lg px-4">Download examples</a>
<div class="col-md-8" contenteditable="true">
<h1>Get started with Bootstrap</h1>
<p class="fs-5">Quickly and easily get started with Bootstrap's compiled, production-ready files with
this barebones example featuring some basic HTML and helpful links. Download all our examples to get started.
</p>
<a href="/docs/5.3/examples/">Download examples</a>
</div>

<hr class="col-3 col-md-2 mb-5">

<div class="row g-5">
<div class="col-md-6">
<div class="col-md-6" contenteditable="true">
<h2>Starter projects</h2>
<p>Ready to beyond the starter template? Check out these open source projects that you can quickly duplicate
to a new GitHub repository.</p>
<ul class="icon-list ps-0">
<ul>
<li class="d-flex align-items-start mb-1"><a href="https://github.com/twbs/bootstrap-npm-starter"
rel="noopener" target="_blank">Bootstrap npm starter</a></li>
<li class="text-muted d-flex align-items-start mb-1">Bootstrap Parcel starter (coming soon!)</li>
</ul>
</div>

<div class="col-md-6">
<div class="col-md-6" contenteditable="true">
<h2>Guides</h2>
<p>Read more detailed instructions and documentation on using or contributing to Bootstrap.</p>
<ul class="icon-list ps-0">
<ul>
<li class="d-flex align-items-start mb-1"><a href="/docs/5.3/getting-started/introduction/">Bootstrap quick
start guide</a></li>
<li class="d-flex align-items-start mb-1"><a href="/docs/5.3/getting-started/webpack/">Bootstrap Webpack
Expand Down
Loading

0 comments on commit d641e5c

Please sign in to comment.