Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zcraber committed Aug 24, 2023
1 parent af909ee commit 5530585
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A super-simple free web template to store and share your links like Linktree or
## Features
- 😊 No installation or fancy setup; just replace links/icons!
- 📸 Add links to Instagram posts similar to Later's link-in-bio!
- ⚡ Uses lightweight CSS framework [chota](https://github.com/jenil/chota); the entire size of the site is around 140kb!
- 🌙 Switch between dark and light modes; automatically chooses the mode based on your system preference!
- ⚡ Uses a modified version of the lightweight CSS framework [chota](https://github.com/jenil/chota); the entire size of the site is around 140kb!
- 🌙 Switch between dark and light modes; automatically choose the mode based on your system preference!
- 😍 Icons powered by [iconify](https://github.com/iconify/iconify); find tons of free icons for almost any purpose!
- 🔠 Categorize links; store your links under various categories!

Expand Down Expand Up @@ -65,7 +65,7 @@ If you'd like to completely remove the Insta link-in-bio, remove the entire `<se
</section>
```

Also, make sure to remove these CSS classes as well:
Also, make sure to remove these CSS classes from `style.css` as well:

```css
section,
Expand Down Expand Up @@ -134,13 +134,10 @@ Add/remove the `<span class="tag">`. Also, make sure to use/remove `<div class="
```html
<div class="row">
<div class="col link is-center">
<a class="button outline secondary" href="https://example.com/" target="_blank">
<span class="iconify-inline" data-icon="ri:radio-fill"></span>Example
</a>
<span class="tag is-small bd-success text-success">New</span>
<a class="button outline secondary" href="https://radio.digitalmalayali.in/" target="_blank"><span
class="iconify-inline" data-icon="ri:radio-fill"></span>24/7
Radio <span class="tag is-small bd-success text-success">New</span>
</a>
</div>
</div>
```

#### Changing text and link button colours
Refer [chota documentation](https://jenil.github.io/chota/#docs).
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h3>Digital Malayali<span class="iconify-inline badge" data-icon="ri:verified-ba

<!-- Social Media Links -->
<nav class="nav">
<a class="bd-primary is-rounded is-center" href="javascript:void(0)" id="theme-switch"
onclick="switchMode(this)" aria-label="Switch Theme">☀️</a>
<a class="bd-primary is-rounded is-center" href="#" id="theme-switch"
onclick="switchMode(this); return false;" aria-label="Switch Theme" role="button">☀️</a>
<div class="nav-center">
<a class="brand" href="https://www.instagram.com/digital.malayali/" target="_blank"
aria-label="Instagram">
Expand Down
8 changes: 5 additions & 3 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5530585

Please sign in to comment.