@@ -129,9 +129,92 @@ <h1 class="select-none">Automata Simulation</h1>
129129 </ div >
130130 </ div >
131131
132- < div class ="container mx-auto my-10 ">
133- < h2 class ="text-xl "> How work?</ h2 >
134- </ div >
132+ < main class ="leading-7 ">
133+ < div class ="container mx-auto my-10 ">
134+ < h2 class ="text-2xl font-bold mb-2 "> About</ h2 >
135+
136+ < p >
137+ This open-source software provides users with the ability to create,
138+ modify, and simulate automata efficiently and effectively. Through an
139+ intuitive interface, users can define states, transitions, and
140+ conditions, allowing them to visualize how an automaton responds to
141+ different inputs or scenarios.
142+ </ p >
143+
144+ < p class ="font-bold underline ">
145+ At the moment, it only works with DFA (Deterministic Finite Automata).
146+ </ p >
147+ </ div >
148+
149+ < div class ="container mx-auto my-10 ">
150+ < h2 class ="text-2xl font-bold mb-2 "> Collaborate</ h2 >
151+
152+ < p class ="mb-4 ">
153+ Thank you for considering contributing to our project! We welcome
154+ contributions from the community, whether it's for fixing existing
155+ issues, adding new features, or improving the documentation. Here's
156+ how you can contribute:
157+ </ p >
158+
159+ < p class ="mb-4 ">
160+ If you find an issue or have a feature request, please first check our
161+ "Issues" section to make sure it hasn't been reported before. If it's
162+ a new issue, you can open a new issue and provide a detailed
163+ description.
164+ </ p >
165+
166+ < p class ="mb-4 ">
167+ If you want to contribute with code, follow these steps:
168+ </ p >
169+
170+ < ol class ="list-decimal ml-6 mb-4 ">
171+ < li >
172+ Fork this repository and clone your copy to your local machine.
173+ </ li >
174+ < li >
175+ Create a new branch for your contribution: git branch branch-name.
176+ </ li >
177+ < li > Make the necessary changes to the code.</ li >
178+ < li > Ensure your changes follow our code style guidelines.</ li >
179+ < li >
180+ Commit your changes: git commit -m 'Description of the changes'.
181+ </ li >
182+ < li >
183+ Push your changes to your remote repository: git push origin
184+ branch-name.
185+ </ li >
186+ < li >
187+ Open a pull request on our main repository, describing the changes
188+ made and providing any additional context.
189+ </ li >
190+ </ ol >
191+
192+ < p >
193+ If you have any questions or need further information, feel free to
194+ contact us via
195+ < a
196+ class ="underline text-blue-500 "
197+ href ="https://twitter.com/byandrev "
198+ target ="_blank "
199+ > twitter</ a
200+ > .
201+ </ p >
202+ </ div >
203+ </ main >
204+
205+ < footer class ="container mx-auto flex justify-between border-t-2 py-8 ">
206+ < p > Automata Simulation</ p >
207+
208+ < p >
209+ Development by
210+ < a
211+ target ="_blank "
212+ class ="text-blue-500 underline "
213+ href ="https://byandrev-blog.vercel.app "
214+ > Andres Parra</ a
215+ >
216+ </ p >
217+ </ footer >
135218
136219 < div
137220 class ="modal micromodal-slide "
0 commit comments