-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nav Bar and Footer Implementation #422
Comments
Hello @NishantRana07 - I'm not sure I understand what you are proposing. Can you give me more details? Thank you, |
@aaronchantrill i can work on this issue if it's still open, please assign ot to me under hacktoberfest |
@Prithwi32 It is not open. I don't understand what is even being proposed exactly. If you would like to work on an issue, I would suggest #347 - there are about a dozen plugins that still need to be moved from the main Naomi to their own repositories. For each plugin to the moved, you can get a pull request for adding the plugin to the new repository (which I can create for you), another for removing it from the main Naomi repository, another for generating a readme.md file for the repository, and a fourth for adding the new repository to the plugins.csv file in the naomi-plugins repository. I'm happy to guide you through the process. It's a good way to learn about Naomi, as well as helping to resolve this issue. |
Okay let me know issues.... I'm ready to solve with ur guidance 🙌.. |
@Prithwi32 sorry it's taken so long for me to get back to you. If you install Naomi, you will see a bunch of error messages when it starts running that have to do with plugins that are currently included with the base install, but the base install does not install the packages that they rely on:
You could choose to move any of these into its own repository, but if you don't have a preference, I would like you to move the adapt_tti plugin. I have created a new repository at https://github.com/NaomiProject/naomi-plugin-adapt-tti.git. The first thing I would like you to do would be to copy all the files from https://github.com/NaomiProject/Naomi/tree/naomi-dev/plugins/tti/adapt_tti to that repository and make a pull request, and then make a second pull request against the basic Naomi repository removing all those files from the repository. Once those are done and accepted, I will want you to use the NPE Generator at https://npeeditor.projectnaomi.com to generate a readme.md file for the new repository and also add a python_requirements.txt file with the only package being "adapt-parser". You can use the content at https://projectnaomi.com/plugins/ttis/Adapt/ to help write the readme contents. Finally, I would like you to enter a pull request at https://github.com/NaomiProject/naomi-plugins adding the new repository as a plugin that can be downloaded directly from Naomi using the You don't have to make all four pull requests, but please let me know if you are finished so I can either finish up or have someone else do it. I'm very interested in hearing about your experience installing and running Naomi. I have made a few videos on the process of installing. They are pretty boring and not well done. I'm hoping eventually someone will help me with that. Here is the latest one: Thank you, |
##Problem -
Ui of current Navbar is Not that impressive and can be optimised
##Feature -
Footer can be added with Social links and animations
Please assign it to me under hacktoberfest and devfest and I will start working asap
The text was updated successfully, but these errors were encountered: