Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gradienceteam/gradienceteam.github.io
- Owner: GradienceTeam
- Created: 2022-08-16T00:41:04.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-19T14:36:41.000Z (10 months ago)
- Last Synced: 2024-03-02T09:34:52.998Z (10 months ago)
- Topics: css, gradience, html, website
- Language: CSS
- Homepage: https://gradienceteam.github.io/
- Size: 633 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```