This commit is contained in:
Joey Kimsey
2024-12-11 02:08:30 -05:00
parent c1427d490b
commit 861d1f0734
8 changed files with 44 additions and 39 deletions

View File

@ -1,11 +1,16 @@
<div class="col-8 mx-auto">
<p>
AllTheBookmarks was built out of a need to manage my own bookmarks better. As a web developer, I would not only use urls for every aspect of my job, but i also needed to switch browsers, operating systems, or devices. For years I had a version of this tool that I used on my own local network. In 2025 I'm bringing it to anyone who wants it.
<div class="col-8 mx-auto p-4 rounded shadow-sm mb-5 context-main-bg">
<h2 class="text-center text-primary mb-4">Welcome to AllTheBookmarks</h2>
<p class="lead">
AllTheBookmarks was built out of a need to manage my own bookmarks better. As a web developer, I would not only use URLs for every aspect of my job, but I also needed to switch browsers, operating systems, or devices. For years, I had a version of this tool that I used on my own local network. In 2025, I'm bringing it to anyone who wants it.
</p>
<p class="text-muted">
Right now, this entire system was built and managed by myself. As stated, I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.
</p>
<p>
Right now this entire system was built and managed by myself. As stated, I have used my own version of this for years but translating it to publicly available is not a 1 to 1 job. There may be bugs or issues encountered while you use the produxct. I can't guarantee a fix for every need in every case immidiately, but I do actively keep track of bugs and work hard to ensure everyone has a great experiience usiing the app.
If you encounter any bugs, feel free to report them <a href="#" class="text-primary text-decoration-underline">here</a>. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
</p>
<p>
If you encounter any bugs, feel free to report it here. Likewise, there are forms for feedback, reviews, suggestions, and a general contact form. Thanks for taking the time to check out the product!
</p>
</div>
<div class="text-center mt-4 pb-4">
<a href="#" class="btn btn-primary btn-lg px-5">Report a Bug</a>
<a href="#" class="btn btn-outline-secondary btn-lg px-5 ms-3">Give Feedback</a>
</div>
</div>