https://github.com/hackgt/challenge0001-submissions
CSS art :0
https://github.com/hackgt/challenge0001-submissions
Last synced: 11 months ago
JSON representation
CSS art :0
- Host: GitHub
- URL: https://github.com/hackgt/challenge0001-submissions
- Owner: HackGT
- Created: 2021-11-05T14:54:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T14:51:14.000Z (over 4 years ago)
- Last Synced: 2024-04-13T08:50:17.995Z (almost 2 years ago)
- Language: CSS
- Size: 6.24 MB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# challenge0001-submissions
CSS art :0
## Description
For our very first challenge, we want you to create art **using only CSS**. While you can use a scripting language to auto-generate CSS, no language other than CSS can be used to render your masterpiece. You are allowed to use CSS frameworks like [sass](https://sass-lang.com/).
Here are some resources to get you started:
- https://dev.to/poulamic/intro-to-creating-css-art-1ep5
- https://developer.mozilla.org/en-US/docs/Web/CSS
- [Sample submission](sample-css-dog)
**Do not submit source code from an existing CSS art piece. You will be disqualified.**
The winner will be determined by the HexLabs team. We will record a short-video showcasing the top 5 submissions.
## Deadline
11:59pm EST, November 11, 2021
## What to submit?
You have to submit the following files:
- Any source code you used/wrote to complete the challenge
- A README detailing who worked on the project (name and email) and how to build it
- A PNG of your art
## How to submit?
1. Fork this repository
2. Clone your fork
```
git clone https://github.com//challenge0001-submissions.git
cd challenge0001-submissions
```
3. Create a new directory with a unique name of your choosing
```
mkdir fancy-name-that-is-family-friendly
```
4. Copy your code into this directory and make a PR!
If you are unfamilar with forking or making pull requests, take a look at https://docs.github.com/en/pull-requests/collaborating-with-pull-requests