We store our static assets in this repository, GitHub Pages publishes it and jsDelivr CDN fetch it.
For example, our logo is available at :
With jsDelivr CDN, you can choose a specific release or a specific git commit hash:
With Statically CDN, you can choose a specific branch, tag or git commit hash:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lumibib</title>
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/favicon/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Montserrat:wght@500;700&display=swap" rel="stylesheet" >
<link href="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/css/theme.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/css/vendor.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.1/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Content -->
<script src="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/js/vendor.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/js/theme.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lumibib/assets@latest/js/theme-initialization.min.js"></script>
</body>
Color
|
White
|
Square
|
Square grey
|
Square blue
|
Square yellow
|
Square red
|
Favicon logo
|
Illustrations, graphics and icons are created from theses providers.
#ebebeb |
#ff4f73 |
#ffd009 |
#1274ed |
#002c73 |
#0d1821 |
Thanks to dummyimmage for the square generation.
We use two solutions to generate avatar or profile images. Gravatar uses an md5 hash of an email address or a username. ui-avatars requires a full name.
Optimize and resize images effortlessly with Statically.
https://cdn.statically.io/img/:domain/h=:pixel,q=:percentage/:image
We’re really happy to accept contributions from the community, that’s the main reason why we open-sourced it! There are many ways to contribute, even if you’re not a technical person.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)The trademarks, logos and other static assets (“Marks”) displayed on this repository are the property of Lumibib. You are not permitted to use these Marks without the prior written consent of Lumibib. Our logo is based on Owl by ester barbato from The Noun Project, licensed under CC BY 3.0.