Skip to content

GradienceTeam/GradienceTeam.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradience Website

This is a repository for official Gradience website.

Warning This is a temporary website branch! The current design will change over time. Wait for the incoming redesign PRs or suggest a new design in the issue tracker.

The website is live at gradienceteam.github.io

Codebase structure:

.
├── assets
│   ├── favicons
│   │   ├── logo-blue-symbolic.svg
│   │   └── logo-purple-symbolic.svg
│   ├── fonts
│   │   ├── Cantarell-Bold.woff2
│   │   └── Cantarell-Regular.woff2
│   ├── icons
│   │   ├── hicolor
│   │   │   ├── logo-devel.svg
│   │   │   └── logo-regular.svg
│   │   └── symbolic
│   │       ├── stopthemingmyapp-symbolic.svg
│   │       └── warning-symbolic.svg
│   ├── images
│   │   ├── blobs-d.svg
│   │   └── pattern.svg
│   └── styles
│       ├── hack.css
│       └── index.css
├── hack.html
├── index.html
└── README.md