https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio
GypsyShards : Series of Free Bootstrap 5.3.3 Responsive Themes of Link in Bio Templates. You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️!
https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio
bootstrap bootstrap-template bootstrap-theme bootstrap5 css gypsyshards html html-css-javascript javascript link-in-bio link-in-bio-template linkinbio linkinbio-alternative linkinbio-template responsive-design responsive-template responsive-website template thenocturnaldevgypsy thenocturnaldevgypsy-io
Last synced: about 1 month ago
JSON representation
GypsyShards : Series of Free Bootstrap 5.3.3 Responsive Themes of Link in Bio Templates. You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️!
- Host: GitHub
- URL: https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio
- Owner: thenocturnaldevgypsy
- License: mit
- Created: 2024-10-20T04:06:12.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T16:20:30.000Z (about 2 months ago)
- Last Synced: 2025-04-03T17:29:07.489Z (about 2 months ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, css, gypsyshards, html, html-css-javascript, javascript, link-in-bio, link-in-bio-template, linkinbio, linkinbio-alternative, linkinbio-template, responsive-design, responsive-template, responsive-website, template, thenocturnaldevgypsy, thenocturnaldevgypsy-io
- Language: HTML
- Homepage: https://gypsyshards.vercel.app
- Size: 12.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
GypsyShards
Series of Free Bootstrap 5.3.3 Themes of Link in Bio Templates
You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️!
## 
`GypsyShards` is one of my active personal project for refreshing my skills with the latest Bootstrap's release (5.3.3), focusing with creating several Responsive (`mobile`, `tablet` and `desktop`) Themes of Link in Bio Templates.

- Via Vercel : https://gypsyshards.vercel.app/
## 
**IDE and OS**
```
Version: 1.93.1 (user setup)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045
```
**Web Server and Database**
```
MAMP by MAMP GmbH
Version: 5.0.6 (7029)
x64 binaries releasePHP version: 8.3.1
Database client version: libmysql - mysqlnd 8.3.1
phpMyAdmin Version information: 5.1.2
```
**Framework and Tools**
```
- CSS Framework: Bootstrap 5.3.3
- Icons: Bootstrap Icons 1.11.3 and Lineicons 4.0 (Basic, Free)
- Font: Ubuntu from Google Fonts
```## 
At the moment, the repository contains the following structure, where:
```
project-root/
├─ assets/ # assets folder for images, css, js and other libraries
│ ├─ img/ # main directory for storing image files
│ │ └─ favicons/ # favicons for the app
│ ├─ css/ # main directory for storing css files
│ ├─ js/ # main directory for storing js files
│ └─ vendor/ # main directory for the libraries used from vendors
├─ md_assets/ # assets folder for markdown files (documentation)
├─ .gitignore # files ignored by Git
├─ THEME-001.md # THEME 001 documentation
├─ THEME-002.md # THEME 002 documentation
├─ CONTRIBUTING.md # contribution protocol documentation
├─ CHANGELOG.md # project changelog documentation
├─ index.html # Main page to browse the templates with screenshots
├─ README.md # project documentation
└─ LICENSE # license file
```
Filename format for each themes:
| Details | Filename Format |
| ------------- | ------------- |
| theme page filename format | `theme-xxx(theme_number)-yyy(variant)-zzz(page_number).html` |
| theme page filename format | `theme-xxx(theme_number).md` |
| theme "base" page's screenshot filename format | `md_assets/theme-xxx(theme_number).jpg` |
| theme page's screenshot filename format | `assets/img/src-xxx(theme_number)-yyy(variant).jpg` |
| main CSS for the theme page filename format | `assets/css/style-xxx(theme_number)-yyy(variant).css` |
| main JS for the theme page filename format | `assets/js/core-xxx(theme_number)-yyy(variant).css` |## 
| Theme | # of Variants | Description |
| ------------- | ------------- | ------------- |
| [002](theme-002.md) | 005 | Body Background, Half-Image/Half-Solid Color Container Background, Circle Profile Picture, H1 Header, P Description and Footer, 4 Quick Social Media Links, 4 Link Buttons (1 Shakes every 6 seconds) with H2 Title, SPAN Description and Border Lines on Mouse Hover. |
| [001](theme-001.md) | 006 | Body Background, Container Background, Circle Profile Picture, H1 Header, P Description and Footer, 4 Quick Social Media Links, 4 Link Buttons (1 Shakes every 6 seconds). |
| index.html | 001 | Main Page/Home Page of the Project, allows users to browse the available templates. |## 
See the [open issues](https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio/issues) and [backlog](https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio/milestones) for the list of proposed features (and known issues).## 
Below is the latest updates, go to the [Changelog Listing](CHANGELOG.md) for the complete information.
| Version | Date | Commit/Issue/PR | Type | Description |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| 2.1.5 | 12.03.2025 | [I#7](https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio/issues/7), [PR#8](https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio/pull/8) | chore, docs. refactor | - Updated the labels and milestones in this repo, reassigned labels to previous and current issues and PRs
- Updated MD files dead/404 URLs |## 
Want to contribute? Great! Contributions welcome, but please read the [contribution guidelines](CONTRIBUTING.md) first on how to contribute to the project, including pull request guidelines and community contributions.## 
If you'd like to use this repo for your own project, I would like to ask a favor from you:
- Please do 🌟 and 👁️ this repo (or, maybe ❤️ by buying me a ☕ at **Ko-Fi** or sponsoring me here at **GitHub**? :smiling_face_with_tear:).
- Click `Fork` at the top of this page.
- Please be mindful of the [LICENSE](LICENSE.md) applicable## 
Distributed under the MIT License by [Abegail Torrendon / thenocturnaldevgypsy](https://github.com/thenocturnaldevgypsy).
- You can freely modify and reuse.
- The original [LICENSE](LICENSE.md) must be included with copies of this software.
- Please link back (if you can fork, the better) to this repo.## 
I'd love to hear your thoughts on the project and get your suggestions. Feel free to [create new issue](https://github.com/thenocturnaldevgypsy/gypsyshards-bootstrap-template-linkinbio/issues/new) on this repo or you can also contact me by [creating a new discussion](https://github.com/thenocturnaldevgypsy/thenocturnaldevgypsy/discussions/new?category=ask-me-anything-ama-and-q-a) at **💬 Ask Me Anything! (AMA and Q&A)** category under my GitHub Profile Repo's Discussions.