update README.md, index.html and style.css
Browse files- README.md +36 -1
- girl.svg +0 -0
- index.html +4 -3
- repo.gif +0 -0
- style.css +17 -2
README.md
CHANGED
@@ -6,5 +6,40 @@ colorTo: indigo
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
## Hi there π
|
10 |
|
11 |
+
# SopKit
|
12 |
+
|
13 |
+
SopKit is a collection of small and handy web developer tools aimed at simplifying various tasks such as code formatting, data conversion, and security validation.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
|
17 |
+
- **Code Tidy**: Format and prettify your HTML, CSS, JavaScript, and JSON code.
|
18 |
+
- **Data Format**: Convert data between various formats like JSON, XML, Base64, and more.
|
19 |
+
- **Random Data**: Generate random UUIDs, binary numbers, dates, passwords, and more.
|
20 |
+
- **Security Tools**: Calculate hashes, encode/decode URLs, validate credit card numbers, and more.
|
21 |
+
- **Utils**: Count characters, extract text from HTML, convert text case, and more.
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
|
25 |
+
To use SopKit, simply visit [https://sopkit.github.io](https://sopkit.github.io/) and select the tool you need from the list.
|
26 |
+
|
27 |
+
## Contributing
|
28 |
+
|
29 |
+
Contributions are welcome! If you have any ideas for new tools or improvements to existing ones, feel free to open an issue or submit a pull request.
|
30 |
+
|
31 |
+
## License
|
32 |
+
|
33 |
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
34 |
+
<!--
|
35 |
+
|
36 |
+
**Here are some ideas to get you started:**
|
37 |
+
|
38 |
+
πββοΈ A short introduction - what is your organization all about?
|
39 |
+
π Contribution guidelines - how can the community get involved?
|
40 |
+
π©βπ» Useful resources - where can the community find your docs? Is there anything else the community should know?
|
41 |
+
πΏ Fun facts - what does your team eat for breakfast?
|
42 |
+
π§ Remember, you can do mighty things with the power of [Markdown](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
|
43 |
+
-->
|
44 |
+
|
45 |
+
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2FSopKit%2F"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FSopKit%2F&countColor=%23ba68c8" /></a>
|
girl.svg
ADDED
|
index.html
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
<li><a href="#">Contact</a></li>
|
17 |
<li><a href="#">Page</a></li>
|
18 |
<li><a href="#">Files</a></li>
|
|
|
19 |
</ul>
|
20 |
</nav>
|
21 |
|
@@ -23,10 +24,10 @@
|
|
23 |
<section class="hero-section">
|
24 |
<div class="hero-container">
|
25 |
<h1>SopKit<span>.</span></h1>
|
26 |
-
|
27 |
-
</div>
|
28 |
<div class="hero-image">
|
29 |
-
|
30 |
</div>
|
31 |
</section>
|
32 |
</main>
|
|
|
16 |
<li><a href="#">Contact</a></li>
|
17 |
<li><a href="#">Page</a></li>
|
18 |
<li><a href="#">Files</a></li>
|
19 |
+
|
20 |
</ul>
|
21 |
</nav>
|
22 |
|
|
|
24 |
<section class="hero-section">
|
25 |
<div class="hero-container">
|
26 |
<h1>SopKit<span>.</span></h1>
|
27 |
+
<p>SopKit is a collection of small and handy web developer tools aimed at simplifying various tasks such as code formatting, data conversion, and security validation.
|
28 |
+
</p> </div>
|
29 |
<div class="hero-image">
|
30 |
+
<img src="girl.svg" alt="" srcset="">
|
31 |
</div>
|
32 |
</section>
|
33 |
</main>
|
repo.gif
ADDED
![]() |
style.css
CHANGED
@@ -73,6 +73,7 @@ nav ul li a:hover {
|
|
73 |
|
74 |
}
|
75 |
|
|
|
76 |
.container .hero-section h1 {
|
77 |
color: aliceblue;
|
78 |
font-size: 40px;
|
@@ -88,9 +89,23 @@ nav ul li a:hover {
|
|
88 |
/* background: red; */
|
89 |
width: 100%;
|
90 |
padding: 20px;
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
93 |
margin-left: 50px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
|
|
|
|
|
|
|
|
|
96 |
}
|
|
|
73 |
|
74 |
}
|
75 |
|
76 |
+
|
77 |
.container .hero-section h1 {
|
78 |
color: aliceblue;
|
79 |
font-size: 40px;
|
|
|
89 |
/* background: red; */
|
90 |
width: 100%;
|
91 |
padding: 20px;
|
92 |
+
display: flex;
|
93 |
+
}
|
94 |
+
|
95 |
+
.container .hero-section .hero-container {
|
96 |
+
margin-top: 200px;
|
97 |
margin-left: 50px;
|
98 |
+
max-width: 50%;
|
99 |
+
background: url(repo.gif);
|
100 |
+
background-repeat: no-repeat;
|
101 |
+
background-size: contain;
|
102 |
+
}
|
103 |
+
|
104 |
+
|
105 |
|
106 |
|
107 |
+
.container .hero-section .hero-image{
|
108 |
+
width: 50%;
|
109 |
+
margin: auto;
|
110 |
+
flex-grow: 3;
|
111 |
}
|