KwickerHub / WebCraftifyAI

The repository for the ACES software aid frontend. Making it easier to develop and build content on the internet.
https://roynek.com/kwickerhub/WebCraftifyAI/
MIT License
91 stars 395 forks source link

overlapblock Creator - Web design #28 #437

Open NtemKenyor opened 9 months ago

NtemKenyor commented 9 months ago

https://images01.nicepagecdn.com/page/42/59/html-template-42590.jpg Design a overlapblock like the above image

Create a file "overlapblock_NUMby(YourName).html" in the modules/overlapblock folder.

Use simple HTML and CSS and JAVASCRIPT to create the overlapblock animation. You can use the interface development https://kwickerhub.com/ (This project) or you can write the lines of code yourself.

Step by Step Guide.

Fork this project(Use the 'fork' button in the top right corner) and Clone your Fork. git clone https://github.com/YOUR_USERNAME/frontend

Open your code Editor and Create a file "overlapblock_NUM_YOURNAME.html" in the "modules/overlapblock" folder of this project you just cloned. No need to create head, title and body tags, Just Add a div tag with some embedded style(i.e use the style tag) and the script tag where necessary.

If you want to add an image resource, please add it in the folder •• "modules/overlapblock/images_and_icons" We recommend you use an svg for your image/icon.

Push your Code: You need to push your recent changes back to the cloud. Use the command below in the main directory of this Repository

git push origin dev

or use a GUI tool to avoid mistakes or complexity. LOL.

Then make you Pull Request...

Below is a example of the code structure we need:

'''

'''

For more examples: modules->buttons modules->cards for examples of contributions or Pull request accepted in to the project.

And please do not wait for this issue to be assigned to you as we have limited hands but have a lot to do/cover. Please send in your PR.

Good-luck.

madhavashok commented 8 months ago

Hey , I would want to work on this issue.

NtemKenyor commented 8 months ago

no problem 👍. Go right ahead and work on it ..

On Tue, Nov 21, 2023, 03:17 madhavashok @.***> wrote:

Hey , I would want to work on this issue.

— Reply to this email directly, view it on GitHub https://github.com/KwickerHub/frontend/issues/437#issuecomment-1820106291, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKWIBNPU3XTQJBWJD37EYTYFQFLJAVCNFSM6AAAAAA5SWUPH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRQGEYDMMRZGE . You are receiving this because you authored the thread.Message ID: @.***>

madhavashok commented 7 months ago

866 , Created a PR request , please review it