Skip to content

lumibib/assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub repo size GitHub release (latest by date) GitHub all releases

at-article logo

Assets and branding for Lumibib
This repository contains our static assets and serves them to our Endpoints.
Built with ❤︎ by Lumibib and contributors

Table of Contents

Assets

Endpoints

We store our static assets in this repository, GitHub Pages publishes it and jsDelivr CDN fetch it.

Usage

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/[email protected]/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>

Logo

color logo
Color
white logo
White
square logo
Square
square logo
Square grey
square blue logo
Square blue
square yellowlogo
Square yellow
square red logo
Square red

Favicon

color logo
Favicon logo

Images

Illustrations, graphics and icons are created from theses providers.

Colors

#ebebeb
#ff4f73
#ffd009
#1274ed
#002c73
#0d1821

Thanks to dummyimmage for the square generation.

Avatar

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.

Images optimization

Optimize and resize images effortlessly with Statically.

Contributing

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.

  1. Fork it (https://github.com/lumibib/assets/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

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.