Skip to content

Commit

Permalink
Add favicon and footer to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmaa committed Jan 15, 2024
1 parent b0709a3 commit 1bc37a7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 20 deletions.
Binary file added examples/demo/src/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/demo/src/assets/img01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/demo/src/assets/love.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 31 additions & 20 deletions examples/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html>

<head>
<link rel="icon" type="image/png" href="assets/favicon.png">
<link href="./assets/rainboot.min.css" rel="stylesheet" />
<script src="./assets/bootstrap.bundle.min.js"></script>
<title>rainboot.css</title>
</head>

<body>

<div class="py-5 text-light" style="background-color: black;">
<div class="container">
<div class="row">
Expand All @@ -21,9 +21,10 @@ <h3 class="mt-3">Bootstrap with the look of Cloudscape</h3>
fit while still having a consistent look across your applications.
</p>
<div class="mt-5">
<a class="btn btn-primary me-2" href="#get-started">Get started</a>
<a class="btn btn-primary" href="https://github.com/jasmaa/rainboot.css/tree/main/examples">See
examples</a>
<a class="btn btn-primary my-2 me-2" href="#get-started">Get started</a>
<a class="btn btn-primary my-2" href="https://github.com/jasmaa/rainboot.css/tree/main/examples">
See examples
</a>
</div>
</div>
</div>
Expand All @@ -32,11 +33,11 @@ <h3 class="mt-3">Bootstrap with the look of Cloudscape</h3>
<div>
<div class="container py-5">
<div class="row my-5">
<div class="col text-center">
<img src="assets/img01.png" class="rounded" style="height: 20rem;" />
<div class="col-md-6 order-1 d-flex justify-content-center">
<img src="assets/img01.png" class="rounded w-50" />
</div>
<div class="col d-flex flex-column justify-content-center">
<h1>Driven by Cloudscape</h1>
<div class="col-md-6 order-2 d-flex flex-column justify-content-center">
<h1 class="my-3">Driven by Cloudscape</h1>
<p>
rainboot.css emulates the look of Cloudscape by generating directly
from Cloudscape's <a href="https://cloudscape.design/foundation/visual-foundation/design-tokens">design
Expand All @@ -47,25 +48,25 @@ <h1>Driven by Cloudscape</h1>
</div>
</div>
<div class="row my-5">
<div class="col d-flex flex-column justify-content-center">
<h1>Still just Bootstrap</h1>
<div class="col-md-6 order-1 order-md-2 d-flex justify-content-center">
<img src="assets/img02.png" class="rounded w-100" />
</div>
<div class="col-md-6 order-2 order-md-1 d-flex flex-column justify-content-center">
<h1 class="my-3">Still just Bootstrap</h1>
<p>
rainboot.css is still the Bootstrap you know and love. Fed up with
complicated build systems? Hate always having to learn 20XX's next
popular JS framework™? Then don't! Drop rainboot.css into your HTML
and pretend like React was never invented.
</p>
</div>
<div class="col text-center">
<img src="assets/img02.png" class="rounded" style="height: 20rem;" />
</div>
</div>
<div class="row my-5">
<div class="col text-center">
<img src="assets/img03.png" class="rounded" style="height: 20rem;" />
<div class="col-md-6 order-1 d-flex justify-content-center">
<img src="assets/img03.png" class="rounded w-50" />
</div>
<div class="col d-flex flex-column justify-content-center">
<h1>Open-source</h1>
<div class="col-md-6 order-2 d-flex flex-column justify-content-center">
<h1 class="my-3">Open-source</h1>
<p>
rainboot.css is open source. Found a bug? Want a feature? File an
issue or make a contribution and then yell at me until I figure out
Expand All @@ -75,13 +76,23 @@ <h1>Open-source</h1>
</div>
</div>
</div>
<div id="get-started" class="py-5 text-light w-100 d-flex flex-column
align-items-center" style="background-color: black;">

<div id="get-started" class="py-5 w-100 d-flex flex-column align-items-center text-light"
style="background-color: black;">
<h1 class="display-5 fw-bold">Get started!</h1>
<div class="mt-3">
<a class="btn btn-primary" href="https://github.com/jasmaa/rainboot.css/releases">Download here</a>
<a class="btn btn-primary" href="https://github.com/jasmaa/rainboot.css/releases">
Download here
</a>
</div>
</div>

<footer class="mt-5 w-100">
<hr />
<div class="container-fluid">
<p>Made with <img src="assets/love.gif" /></p>
</div>
</footer>
</body>

</html>

0 comments on commit 1bc37a7

Please sign in to comment.