Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronconway7/eden
😍🌿 The front-end framework for unique and beautiful Design.
https://github.com/aaronconway7/eden
css eden framework front-end html javascript
Last synced: about 2 months ago
JSON representation
😍🌿 The front-end framework for unique and beautiful Design.
- Host: GitHub
- URL: https://github.com/aaronconway7/eden
- Owner: aaronconway7
- License: mit
- Created: 2016-07-30T10:31:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T16:13:12.000Z (over 3 years ago)
- Last Synced: 2024-11-08T18:16:24.279Z (about 2 months ago)
- Topics: css, eden, framework, front-end, html, javascript
- Language: HTML
- Homepage: https://geteden.netlify.com
- Size: 187 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Eden](https://geteden.netlify.app)
![Eden Logo](https://github.com/aaronconway7/Eden/blob/website/assets/img/eden-with-name.png?raw=true)
[![Netlify Status](https://api.netlify.com/api/v1/badges/95300f50-b6e4-49f7-953f-63c9dafb76ec/deploy-status)](https://app.netlify.com/sites/geteden/deploys) [![npm](https://img.shields.io/npm/l/express.svg?style=flat-square)]()
> ⚠️ Eden was made as a 3rd year Univeristy project in 2017 and is now very much out-of-date! It is unlikely that further work will be will be made on it!
Eden is a front-end framework focused on beautiful and unique web development, started and created by
[Aaron Conway](https://aaronconway.co.uk) as a 3rd Year Project in Computer Science at The University
of Warwick.Check out https://geteden.netlify.app for more details and documentation! You can find code for the website in the `website` branch of this repo.
## Table of Contents
- [Get Started](#get-started)
- [Creator](#creator)
- [License](#license)## Get Started
There are a few ways to download Eden:
- Download the zip file
- Clone the repo `git clone https://github.com/aaronconway7/eden.git`
- Install with [Bower](https://bower.io/) `bower install eden`
- Install with [npm](https://www.npmjs.com/) `npm install @aaronconway7/eden`### What do you get?
The download folder includes the following structure, containing compiled and minifed versions of the CSS and JS files.
```
eden/
├── css/
│ ├── eden.css
│ └── eden.min.css
└── js/
├── eden.js
└── eden.min.js
```### Incuding it in your workflow
Copy and paste the following snippets at the bottom of your `` tag, and `` tag respectively.
```html```
## Creator
[Aaron Conway](https://www.aaronconway.co.uk)## License
Eden is 100% free to use under the open-source MIT license.