diff --git a/clipboard.js b/clipboard.js new file mode 100644 index 0000000..d0bd6fc --- /dev/null +++ b/clipboard.js @@ -0,0 +1 @@ +function copyText() {navigator.clipboard.writeText(``);} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..8878f5e --- /dev/null +++ b/index.html @@ -0,0 +1,76 @@ + + + + GitCSS - Landing page + + + + + + + +
+ +
+

GitCSS v1.0.0

+

+ by WillDev12 on + Github +

+
+
+ + +
+
+
+ (be sure to install jQuery before using) +
+
+
+ © 2023 WillDev12 + + + diff --git a/preview/pr.html b/preview/index.html similarity index 98% rename from preview/pr.html rename to preview/index.html index dc792ec..8828b3a 100644 --- a/preview/pr.html +++ b/preview/index.html @@ -118,6 +118,6 @@

GitCSS v1.0.0 - Elements

- + \ No newline at end of file diff --git a/readme.md b/readme.md deleted file mode 100644 index f29fc54..0000000 --- a/readme.md +++ /dev/null @@ -1,122 +0,0 @@ -
-

- - Logo - - -

GitCSS

- -

- A stylized Github stylesheet to help you make websites! -
-
- Explore the docs » -
-
- View Demo - . - Report Bug - . - Request Feature -

-

- -![Downloads](https://img.shields.io/github/downloads/WillDev12/Github-CSS/total) ![Contributors](https://img.shields.io/github/contributors/WillDev12/Github-CSS?color=dark-green) ![Stargazers](https://img.shields.io/github/stars/WillDev12/Github-CSS?style=social) ![Issues](https://img.shields.io/github/issues/WillDev12/Github-CSS) ![License](https://img.shields.io/github/license/WillDev12/Github-CSS) - -## Table Of Contents - -* [About the Project](#about-the-project) -* [Built With](#built-with) -* [Installation](#installation) -* [Usage](#usage) -* [Roadmap](#roadmap) -* [Contributing](#contributing) -* [License](#license) -* [Authors](#authors) -* [Acknowledgements](#acknowledgements) - -## About The Project - -The Github appeal is one that not many people can master. GitCSS provides a jQuery stylesheet that imports tons of css to make the development process of github-like sites easier. - -The stylesheet itself provides many preset structures that can be edited fast and easy for best results. - -## Built With - -This project is built with Javascript, Jquery, and CSS. - -### Installation - -Here are instructions on how to install: - -1. Open a new html editor -2. Add Jquery in header: - -``` html - - - - - -``` - -3. Add script in body: - -``` html - - - - - - - - -``` - -## Usage - -Here is an example of the program itself and most of its elements: [link](./preview/pr.html) - -_Furthermore, you can view a list of all elements [here](./preview/elements.md)._ - -## Roadmap - -See the [open issues](https://github.com/WillDev12/Github-CSS/issues) for a list of proposed features (and known issues). - -## Contributing - -Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. -* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/WillDev12/Github-CSS/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes. -* Please make sure you check your spelling and grammar. -* Create individual PR for each suggestion. - -### Creating A Pull Request - -1. Fork the Project -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) -3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) -4. Push to the Branch (`git push origin feature/AmazingFeature`) -5. Open a Pull Request - -## License - -Distributed under the MIT License. See [LICENSE](https://github.com/WillDev12/Github-CSS/blob/main/LICENSE.md) for more information. - -## Authors - -* **WillDevv12** - _Web dev in training_ - [WillDev12](https://github.com/WillDev12) - _Built GitCSS_ -* **Shaan Khan** - *Comp Sci Student* - [Shaan Khan](https://github.com/ShaanCoding/) - *Built ReadME Template* - -## Acknowledgements - -* [ShaanCoding](https://github.com/ShaanCoding/) (readme template) -* [Othneil Drew](https://github.com/othneildrew/Best-README-Template) (readme template) -* [ImgShields](https://shields.io/) (icons) - -# Like content like this? - -Check out my [Github](https://github.com/WillDev12) or share! (this means a lot to me) -``` -https://github.com/WillDev12 -https://WillDev12.github.io -``` \ No newline at end of file diff --git a/release/git.css-1.0.0.js b/release/git.css-1.0.0.js index 7e5165c..b9482c0 100644 --- a/release/git.css-1.0.0.js +++ b/release/git.css-1.0.0.js @@ -123,4 +123,4 @@ $(".gh-gray").css({"background-color": "#0D1117"}); $(".gh-black").css({"background-color": "#010409"}); $(".body").css({"height": "100%", "width": "100%", "margin": "none", "position": "absolute", "top": "0px"}); -document.head.innerHTML += ""; \ No newline at end of file +document.head.innerHTML += ""; \ No newline at end of file