-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
![CodeQL](https://github.com/YuraVolk/practice-landings/actions/workflows/github-code-scanning/codeql/badge.svg) | ||
![Code Scanning](https://github.com/YuraVolk/practice-landings/actions/workflows/main.yml/badge.svg) | ||
![Deploy](https://github.com/YuraVolk/practice-landings/actions/workflows/deploy.yml/badge.svg) | ||
|
||
# Practice Landings | ||
|
||
This is a catalog of practice landings showcasing HTML & (S)CSS techniques, currently featuring 10 practice landings with varying difficulty of implementation. | ||
All of the landings are responsible on dimensions from 320px to 1800px, and are as maximally accessible as possible in accordance with the original design. | ||
The catalog is meant to showcase clean SCSS code practices even for over-complicated designs as well as complex designs that is still done in a clean and a readable, understandable way. | ||
|
||
All of the projects are available in this [catalog](https://practice-landings-catalog.surge.sh). | ||
|
||
## List of Landings | ||
|
||
| Website Name | Flow Layout | Regions Layout | Float Layout | Advanced Floats | Flexbox Layout | Advanced Flexbox | Grid Layout | Advanced Grids | Tables | CSS Tables | position layout | transform layout | Specificity management | Loops | | ||
|----------------------------------|-------------|----------------|--------------|-----------------|----------------|------------------|-------------|----------------|--------|------------|-----------------|------------------|------------------------|-------| | ||
| [Restaurant Food](https://practice-landings-restaurant-food.surge.sh) | | | | | ✅ | | ✅ | | | | | | | | | ||
| [Legal Adviser](https://practice-landings-legal-adviser.surge.sh) | | | | | ✅ | ✅ | ✅ | | | | ✅ | | | | | ||
| [Neumorphism Charts](https://practice-landings-neumorphism-charts.surge.sh) | ✅ | | | | | ✅ | | ✅ | ✅ | | | ✅ | | | | ||
| [Business UI Template](https://practice-landings-ui-business-template.surge.sh) | ✅ | | | | ✅ | | | | | | ✅ | | | | | ||
| [Technology Integration Template](https://practice-landings-technology-integration-template.surge.sh) | | | | | | ✅ | | | | | | | | | | ||
| [Nature Trips Template](https://practice-landings-nature-trips-template.surge.sh) | | | | | ✅ | | ✅ | | | | ✅ | | | | | ||
| [Medicine Integration Template](https://practice-landings-medicine-integration-template.surge.sh) | | | | | ✅ | | ✅ | | | | ✅ | | | | | ||
| [Headphones Template](https://practice-landings-headphones.surge.sh) | | | | | ✅ | | | | | | ✅ | | | | | ||
| [Betting Template](https://practice-landings-betting-template.surge.sh) | | | | | ✅ | | | | | | | | | | | ||
| [Surrealist](https://practice-landings-surrealist.surge.sh) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | | ||
|
||
## Contributing Guidelines | ||
|
||
[CONTRIBUTING.md](CONTRIBUTING.md) |