Skip to content

Commit

Permalink
feat: reamde & start page
Browse files Browse the repository at this point in the history
  • Loading branch information
kah3vich committed Aug 27, 2023
1 parent 8978c01 commit 5620f9b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Refs</title>
<title>Gulp-RS Refs</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<h1>Refs</h1>
<a href="https://kah3vich.github.io/Gulp-RS/index.html">Link</a>
<h1>Gulp-RS Refs</h1>
<a href="https://kah3vich.github.io/Gulp-RS/index.html">Demo</a>
</body>
</html>
25 changes: 24 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# Refs
<div align="center">
<a href="https://github.com/kah3vich/Gulp-RS">
<br />
<img src="https://raw.githubusercontent.com/kah3vich/Gulp-RS/master/assets/svg/logo.svg" alt="logo" width="256">
<br />
<br />
<img src="https://svg-readme.vercel.app/readme/svg?type=title&content=GulpRS||Refs" width="100%" height="50" alt="title" />
<br />
</a>
</div>

<br />

> # [Demo](https://kah3vich.github.io/Gulp-RS/index.html)
<br />

<img src="https://svg-readme.vercel.app/readme/svg?type=custom&content=🔥||Description:&size=25&align=left" alt="script" width="100%" height="30" />

A ready-made set of various examples and presets for convenient work: Checkbox, slider, datapicker...

And complex template components for reuse and refinement in work.

Also custom animation using native solution and GSAP.
5 changes: 5 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

0 comments on commit 5620f9b

Please sign in to comment.