Commit Graph

59 Commits

Author SHA1 Message Date
Julian Prieber
9ad3d2d9f1 Update mastodon.svg 2022-11-10 13:48:29 +01:00
Julian Prieber
314701dfaf Fixed changes in merged pull request
1279d478e2

@MagicLike
2022-11-10 13:46:10 +01:00
Julian Prieber
be3d1db7ae Update brands.css 2022-11-08 16:18:32 +01:00
Julian Prieber
951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Julian Prieber
71ef51c7e6 Added back button ALL-INKL 2022-11-05 14:54:54 +01:00
Julian Prieber
5fc3c5d673 Update brands.css 2022-10-31 11:23:24 +01:00
Julian Prieber
738d5a7c0d Made buttons more visible
Made buttons more visible on the light mode.
2022-10-30 23:47:09 +01:00
Julian Prieber
3564ab0fe6 Removed button ALL-INKL 2022-10-28 14:39:56 +02:00
Julian Prieber
a76caa1b61 Updated Amazon button 2022-10-28 14:35:18 +02:00
MagicLike
89b018f02a
Delete web.svg
It's no longer used.
2022-10-27 22:46:02 +02:00
MagicLike
57675d1fb6 51 new buttons and more
- Added 50 new buttons (some of them were taken over from LittleLink)
- Activated Producthunt button
- Some file contents sorted and optimised
2022-10-27 22:30:00 +02:00
MagicLike
bda5196096
Updated Mastodon button 2022-10-20 19:56:24 +02:00
MagicLike
0a2fb957ea
White mastodon logo 2022-10-20 19:12:44 +02:00
MagicLike
e37aab6052
Updated Mastodon icon 2022-10-20 19:00:00 +02:00
Julian Prieber
604a0f631d Update share.button.js 2022-10-04 15:38:26 +02:00
Julian Prieber
c8fa537349 Update website.svg 2022-07-30 16:52:48 +02:00
Julian Prieber
12cf522c89
Revert "Update website.svg" 2022-07-30 16:32:09 +02:00
Doncellup
9d1a225845
Update website.svg 2022-07-29 15:23:51 +02:00
Doncellup
f764db01b2
Create trello.svg 2022-07-28 14:55:15 +02:00
Doncellup
82ea6fa388
Update youtube.svg 2022-07-28 14:54:52 +02:00
Doncellup
2bf98aff8c
Update youtube.svg 2022-07-28 14:54:41 +02:00
Doncellup
72ce5357ff
Update youtube.svg 2022-07-28 14:53:43 +02:00
Doncellup
a75d12b020
Add Trello / Improved Youtube button 2022-07-28 14:27:47 +02:00
Julian Prieber
564a9d160b Added phone number button 2022-07-15 17:46:26 +02:00
Julian Prieber
d5a697810a Create llc.svg 2022-06-09 13:00:58 +02:00
Julian Prieber
b445eb85ff Re-implemented footer hover animations 2022-05-30 23:10:08 +02:00
Julian Prieber
345db0f9cb Fixed some themes not displaying properly 2022-05-30 20:36:59 +02:00
Julian Prieber
39f322bd86 Added custom animation support to Themes 2022-05-30 17:29:14 +02:00
Julian Prieber
280d7544a9 Removed Animate.css dependency 2022-05-30 17:28:14 +02:00
Julian Prieber
e01885629e
Update share.button.css 2022-05-19 12:30:08 +02:00
Julian Prieber
592dde4b2a Added support for custom themes 2022-05-18 21:08:58 +02:00
Julian Prieber
4243f99283 Optimized home page logo
Optimized home page logo for mobile devices and scalable resolutions. Replaced "ll" SVG with custom font for better centering.
2022-05-14 16:03:33 +02:00
Julian Prieber
8321a91b4a Update skeleton-dark.css 2022-05-13 15:02:56 +02:00
Julian Prieber
d5418256a9 Added dark/light mode override to ll and home page 2022-05-13 14:06:12 +02:00
Julian Prieber
1eb92e56b2 Added dark mode toggle for Admin/User Panel
A simple toggle switch that sets an override cookie with JavaScript.

The cookie is still read with PHP/blade.
2022-05-13 13:03:10 +02:00
Julian Prieber
fa3de262cb General optimization of ll page
See: https://i.imgur.com/N6pNlou.png
2022-05-12 23:54:05 +02:00
Julian Prieber
c48bf69ec6 Made share button more mobile friendly 2022-05-12 22:03:29 +02:00
Julian Prieber
0e271a1ce2 Updated CSS
Updated CSS used for styling on virtually all pages.

 - Fixed dead link
 - Changed background color of dark mode to gradient
 - Added automatic dark mode with CSS (not implemented on any page yet)
2022-05-12 19:15:34 +02:00
Julian Prieber
10b902f108 Added share button to LittleLink pages
Added share button that is displayed on user's personal pages that if clicked either copies the profile URL or opens a share dialog window depending on the browser and operating system.

Read the blog post about this topic here: https://blog.littlelink-custom.com/share-button
2022-03-29 23:08:06 +02:00
Julian Prieber
8fdc1a7f74 Fixed spacing on custom links added by text editor
Fixed word spacing bug in texts added by the new page editor. This bug caused inserted links to have extended spacing between words.

This 'bug' was a previous feature added to display links further apart for easier readability. The feature didn't scale well with the newly added page editor which allowed users to add their own links to edited texts, causing the bug.

The extended spacing was achieved with the 'padding' CSS tag. I simply removed the tag from all an HTML tags and made it into its own class, 'spacing'. I added the class to every element on the site that previously depended on this tag.
2022-03-29 16:27:50 +02:00
Julian Prieber
a290e78000 Added footer / credit option
Added a footer and a credit options. Both can be turned off in the config.
2022-03-21 23:11:49 +01:00
Julian Prieber
bcc5050c35 Added Custom Website button
Added new Custom Website button which visually looks similar to the previously added Website button with an except of the icon of the new button being the favicon of the chose link. The text on the button is set with the button title, just like the Custom button.

The favicon request is performed via the Google API. The icon displays correctly in most cases, with some exceptions. I might add a function later on that displays a generic icon if no icon was found.
2022-03-18 14:59:45 +01:00
Julian Prieber
09bd0aed96 Added new buttons
Added new 'Buy me a Coffee' and 'generic Website' buttons
2022-03-17 21:19:30 +01:00
JulianPrieber
b14f26080d Added cashapp icon 2022-02-22 17:23:41 +01:00
JulianPrieber
61ab146fa2 Added new buttons
Added the following LittleLink buttons:
  -  Bandcamp
  -  Patreon
  -  Signal
  -  Venmo
  -  Cash App
  -  Gitlab
  -  Mastodon
  -  PayPal
  -  WhatsApp
  -  Xing
2022-02-22 17:01:07 +01:00
JulianPrieber
c29b9a03fd
Added custom scrollbar
Added custom scrollbar to all sites that use light mode

Credit to Stephen Paton @ https://codepen.io/stephenpaton-tech/full/JjRvGmY
2022-02-20 19:19:05 +01:00
JulianPrieber
77954d9e3d
Added custom scrollbar
Added custom scrollbar to all sites that use dark mode

Credit to Stephen Paton @ https://codepen.io/stephenpaton-tech/full/JjRvGmY
2022-02-20 19:18:15 +01:00
JulianPrieber
c22ca8f27b Revert "Revert "Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom""
This reverts commit f5ffdc18b1.
2022-02-20 15:24:27 +01:00
JulianPrieber
f5ffdc18b1 Revert "Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom"
This reverts commit 30ec6bea98, reversing
changes made to 69fc08668c.
2022-02-20 14:10:40 +01:00
JulianPrieber
a3013082f6
Added animation
Added animation for new logo and element fade in
2022-02-20 13:39:53 +01:00