mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
add retroachievements link
This commit is contained in:
31
index.html
31
index.html
@@ -1,11 +1,11 @@
|
||||
<!--
|
||||
|
||||
Version 2.5.0
|
||||
|
||||
<!--
|
||||
|
||||
Version 2.5.0
|
||||
|
||||
This is to help you track what version of LittleLink you forked.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
@@ -53,13 +53,13 @@
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
|
||||
<!--
|
||||
<!--
|
||||
|
||||
## Getting Started with LittleLink
|
||||
|
||||
This page has been built with every pre-designed button available in LittleLink by default. You can rearrange and delete as needed.
|
||||
|
||||
You can add your own brand or others brands you may need in the `css/brands.css` file.
|
||||
You can add your own brand or others brands you may need in the `css/brands.css` file.
|
||||
|
||||
You can add custom icons to `images/icons/...`. It is recommended to use a 24x24 .SVG.
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<!--
|
||||
|
||||
## Breaking down <a> attributes:
|
||||
|
||||
|
||||
1.) class="button button-default" | The first "button" here is telling this <a> tag that it should make this element a button and applies the default styling in `css/brands.css`.
|
||||
The second portion, button-default, is declaring the specific brand style you would like to apply. Here we're applying the "default" style and color.
|
||||
If you want to make this button to use the brand colors for Discord, just change "button-default" to "button-discord". Brands are found in `css/brands.css`. You can always edit & add your own there.
|
||||
@@ -98,13 +98,13 @@
|
||||
5.) role="button" | The button role identifies an element as a button to assistive technology such as screen readers.
|
||||
|
||||
## Breaking down the <img> attributes:
|
||||
|
||||
|
||||
1.) class="icon" | This class is telling the <img> tag that it should use the styling for icons found in `css/brands.css`.
|
||||
|
||||
2.) src="images/icons/[icon-name].svg" | This defines the icon you would like to display from the 'images/icons/' folder. For example, you can change this to src="images/icons/discord.svg" to use the Discord icon.
|
||||
Add your own 24x24 icons to the "icons" folder to reference them. We recommend providing a SVG.
|
||||
|
||||
3.) alt="" | Since the text at the end of the snippet, "..>[Button Text]</a><br>", explains what the button is, we use "alt=""" to nullify the icon annoucement from the accessibility tree.
|
||||
3.) alt="" | Since the text at the end of the snippet, "..>[Button Text]</a><br>", explains what the button is, we use "alt=""" to nullify the icon annoucement from the accessibility tree.
|
||||
This can improve the experience for assistive technology users by hiding what is essentially duplicated
|
||||
|
||||
-->
|
||||
@@ -152,7 +152,7 @@
|
||||
<br>
|
||||
|
||||
<!-- LiveLib -->
|
||||
<a class="button button-default" href="https://www.livelib.ru/reader/DanNC" target="_blank" rel="noopener" role="button">
|
||||
<a class="button button-bluesky" href="https://www.livelib.ru/reader/DanNC" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons-extended/livelib.svg" alt="">
|
||||
LiveLib
|
||||
</a>
|
||||
@@ -165,6 +165,13 @@
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- RetroAchievements -->
|
||||
<a class="button button-coffee" href="https://retroachievements.org/user/dannc" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons-custom/ra-logo-square.svg" alt="" />
|
||||
RetroAchievements.org
|
||||
</a>
|
||||
<br />
|
||||
|
||||
<!-- Instagram -->
|
||||
<a class="button button-instagram" href="https://instagram.com/dannecron?igshid=NGVhN2U2NjQ0Yg==" target="_blank" rel="noopener" role="button">
|
||||
<img class="icon" src="images/icons/instagram.svg" alt="">
|
||||
@@ -187,7 +194,7 @@
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<!--
|
||||
<!--
|
||||
Footer:
|
||||
This includes a link to privacy.html page which can be setup for your Privacy Policy.
|
||||
This also includes a link to the LittleLink repository to make forking LittleLink easier.
|
||||
|
||||
Reference in New Issue
Block a user