wip
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!-- AllTheBookmarks - In one place -->
|
||||
<div class="px-4 pt-5 my-5 text-center border-bottom">
|
||||
<div class="px-4 pt-5 my-5 text-center border-bottom border-white">
|
||||
<h1 class="display-4 fw-bold">AllTheBookmarks - In one place</h1>
|
||||
<div class="col-lg-6 mx-auto">
|
||||
<p class="lead mb-4">Quickly add and manage an internet worth of bookmarks with AllTheBookmarks, my personal favorite app for keeping track of dead memes long after they outlive their hilarity.</p>
|
||||
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<div class="overflow-hidden" style="max-height: 30vh;">
|
||||
<div class="container px-5">
|
||||
<img src="{ROOT_URL}images/manage.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="700" height="500" loading="lazy">
|
||||
<img src="{ROOT_URL}images/manage.png" class="img-fluid border border-white rounded-3 shadow-lg mb-4" alt="Example image" width="700" height="500" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
<!-- All the stuff you need -->
|
||||
<div class="container px-4 py-5" id="features">
|
||||
<h2 class="pb-2 border-bottom atb-green">All the stuff you need, none of the stuff you don't!</h2>
|
||||
<h2 class="pb-2 border-bottom atb-green border-white">All the stuff you need, none of the stuff you don't!</h2>
|
||||
<div class="row row-cols-1 row-cols-md-2 align-items-md-center g-5 py-5">
|
||||
<div class="d-flex flex-column align-items-start gap-2">
|
||||
<h3 class="fw-bold">I just wanted something cross-browser for storing bookmarks.</h3>
|
||||
@ -104,7 +104,7 @@
|
||||
|
||||
<!-- Never Browse without it -->
|
||||
<div class="container px-4 py-5" id="extension">
|
||||
<h2 class="pb-2 border-bottom atb-green">Never Browse without it</h2>
|
||||
<h2 class="pb-2 border-bottom border-white atb-green">Never Browse without it</h2>
|
||||
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
|
||||
<div class="col d-flex align-items-start">
|
||||
<div class="icon-square text-bg-light d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
|
||||
@ -164,7 +164,7 @@
|
||||
|
||||
<!-- Clean, Simple, Direct -->
|
||||
<div class="container my-5">
|
||||
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg context-main-bg">
|
||||
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border border-white shadow-lg context-main-bg">
|
||||
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
|
||||
<h1 class="display-4 fw-bold lh-1 atb-green">Clean, Simple, Direct</h1>
|
||||
<p class="lead">An intuitive app with a sleep, modern design is the goal. There is no need for hundreds of bells in whistles, no bluetooth, no AII to tell you what your best bookmark is, just a simple app to make life easier.</p>
|
||||
@ -187,7 +187,7 @@
|
||||
|
||||
<!-- Built to.... work -->
|
||||
<div class="container px-4 py-5" id="featured-3">
|
||||
<h2 class="pb-2 border-bottom">Built to.... work</h2>
|
||||
<h2 class="pb-2 border-bottom border-white">Built to.... work</h2>
|
||||
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
|
||||
<div class="feature col">
|
||||
<div class="feature-icon d-inline-flex align-items-center justify-content-center atb-green-bg fs-2 mb-3">
|
||||
@ -218,7 +218,7 @@
|
||||
<!-- Compare plans -->
|
||||
<div class="table-responsive pricing-container container pb-4" id="compare">
|
||||
<h1 class="display-6 text-center my-4">Compare plans</h1>
|
||||
<table class="table text-center context-main">
|
||||
<table class="table text-center context-main border-white">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 34%;"></th>
|
||||
|
Reference in New Issue
Block a user