Skip to content

Commit 5fae1f0

Browse files
authored
Update README.md
1 parent bc822e2 commit 5fae1f0

File tree

1 file changed

+119
-21
lines changed

1 file changed

+119
-21
lines changed

README.md

Lines changed: 119 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,119 @@
1-
\documentclass{article}
2-
\usepackage{hyperref}
3-
4-
\begin{document}
5-
6-
\section{\textbf{Personal Projects}}
7-
\resumeSubHeadingListStart
8-
\resumeProject
9-
{\href{https://your-project-link.com}{RHINOEYE (Quick scan osint Tool)}} %Project Name with link
10-
{Integrated open-source Api's and for quick scanning and information gathering} %Project Name, Location Name
11-
{} %Event Dates
12-
13-
\resumeItemListStart
14-
\item {v0.0.01 released with basic features (domain, IP, phone number, geolocation)}
15-
\item {Used in ctf challenges and also for knowing the exif data of a particular image}
16-
\item {Technology Used: Python, Open-source Api's}
17-
\resumeItemListEnd
18-
\vspace{-2mm}
19-
\resumeSubHeadingListEnd
20-
21-
\end{document}
1+
<div align = "center">
2+
3+
<div align="center">
4+
5+
# <p>TOOLKIT</p>
6+
7+
<i><p>An OpenSource Collection of all types of tools for a student</p></i>
8+
9+
</div>
10+
11+
<table align="center">
12+
<thead align="center">
13+
<tr border: 1px;>
14+
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Star.png" width="20" height="20"> Stars</b></td>
15+
<td><b>🍴 Forks</b></td>
16+
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Lady%20Beetle.png" width="20" height="20"> Issues</b></td>
17+
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Check%20Mark%20Button.png" width="20" height="20"> Open PRs</b></td>
18+
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Cross%20Mark.png" width="20" height="20"> Closed PRs</b></td>
19+
</tr>
20+
</thead>
21+
<tbody>
22+
<tr>
23+
<td><img alt="Stars" src="https://img.shields.io/github/stars/Anjaliavv51/Retro?style=flat&logo=github"/></td>
24+
<td><img alt="Forks" src="https://img.shields.io/github/forks/Anjaliavv51/Retro?style=flat&logo=github"/></td>
25+
<td><img alt="Issues" src="https://img.shields.io/github/issues/Anjaliavv51/Retro?style=flat&logo=github"/></td>
26+
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/Anjaliavv51/Retro?style=flat&logo=github"/></td>
27+
<td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/Anjaliavv51/Retro?style=flat&color=critical&logo=github"/></td>
28+
</tr>
29+
</tbody>
30+
</table>
31+
</div>
32+
<h3> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" alt="Rocket" width="40" height="40" />Featured In</h3>
33+
34+
<h3><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Writing%20Hand%20Light%20Skin%20Tone.png" alt="Rocket" width="40" height="40" />Project Overview</h3>
35+
<p style="font-family:var(--ff-philosopher);">
36+
It is an online platform which enables you to get information about your vintage collections and to place the orders.</p>
37+
38+
## <p style="font-family:var(--ff-philosopher);font-size:3rem;text-align:center;"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/High%20Voltage.png" alt="High Voltage" width="40" height="40" />Tech Stack</p>
39+
<center><a href="https://developer.mozilla.org/en-US/docs/Glossary/HTML5"><img src="https://img.shields.io/badge/HTML5-E34F26.svg?style=for-the-badge&logo=HTML5&logoColor=white"></a>
40+
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge&logo=JavaScript&logoColor=black"></a>
41+
<a href="https://getbootstrap.com/"><img src="https://img.shields.io/badge/Bootstrap-7952B3.svg?style=for-the-badge&logo=Bootstrap&logoColor=black"></a>
42+
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="https://img.shields.io/badge/CSS3-1572B6.svg?style=for-the-badge&logo=CSS3&logoColor=black"></a></center>
43+
44+
<br><br>
45+
46+
## <p style="font-size:3rem;"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" alt="Rocket" width="40" height="40" />Get Started</p>
47+
48+
### Setup and Installation
49+
50+
<p style="font-family:var(--ff-philosopher);">To contribute to the Retro repository, follow these steps:</p>
51+
52+
1. **Fork the Repository:**
53+
Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
54+
55+
2. **Clone the repository:**
56+
Clone the forked repository to your local machine using the following command in your terminal.
57+
```bash
58+
git clone https://github.com/<your-github-username>/Retro
59+
```
60+
3. **Add a remote upstream:**
61+
```bash
62+
git remote add upstream https://github.com/original-owner-username/Retro
63+
```
64+
4. **Create a new branch:**
65+
Create a new branch for your changes. Run the following command in your terminal.
66+
```bash
67+
git checkout -b <your-branch-name>
68+
```
69+
5. **Make the desired changes:**
70+
Make the desired changes to the source code.
71+
72+
6. **Add your changes:**
73+
Add your changes to the staging area. Run the following command in your terminal.
74+
```bash
75+
git add <File1 changed> <File2 changed> ...
76+
```
77+
7. **Commit your changes:**
78+
Commit your changes with a meaningful commit message. Run the following command in your terminal.
79+
```bash
80+
git commit -m "<your-commit-message>"
81+
```
82+
8. **Push your changes:**
83+
Push your changes to your forked repository. Run the following command in your terminal
84+
```bash
85+
git push origin <your-branch-name>
86+
```
87+
9. **Create a Pull Request:**
88+
Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.
89+
<br><br>
90+
91+
92+
93+
<p style="font-family:var(--ff-philosopher);font-size:3rem;text-align:center;"><b>Contributing
94+
95+
<p style="font-family:var(--ff-philosopher);font-size:2rem;">We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's.
96+
97+
To contribute to the Retro repository using GitHub Desktop, follow these steps:
98+
99+
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Lady%20Beetle.png" width="20" height="20"> Reporting a bug<br>
100+
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Man%20Technologist%20Light%20Skin%20Tone.png" width="20" height="20" >Discussing the current state of the code<br>
101+
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Axe.png" width="20" height="20" >Submitting a fix<br>
102+
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Rocket.png" width="20" height="20" >Proposing new features
103+
104+
<div align="center">
105+
<h2 style="font-size:3rem;">Our Contributors <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" alt="Red Heart" width="40" height="40" /></h2>
106+
<h3>Thank you for contributing to our repository</h3>
107+
108+
<a href="https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/graphs/contributors">
109+
<img src="https://contributors-img.web.app/image?repo=Anjaliavv51/Retro"/>
110+
111+
</a>
112+
113+
<p style="font-family:var(--ff-philosopher);font-size:3rem;"><b> Show some <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" alt="Red Heart" width="40" height="40" /> by starring this awesome repository!
114+
115+
</div>
116+
<center>
117+
<h3 style="font-size:2rem;">
118+
If you find this project helpful, please consider giving it a star! <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Star.png" width="30" height="30"></p>
119+
</center>

0 commit comments

Comments
 (0)