Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gradienceteam/gradienceteam.github.io

GradienceTeam Website
https://github.com/gradienceteam/gradienceteam.github.io

css gradience html website

Last synced: 16 days ago
JSON representation

GradienceTeam Website

Awesome Lists containing this project

README

        

# 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](https://github.com/GradienceTeam/GradienceTeam.github.io/issues/new).

The website is live at [gradienceteam.github.io](https://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
```