PhishBuster icon indicating copy to clipboard operation
PhishBuster copied to clipboard

Favicon and Hover Effect on Nav Bar Links

Open 2024-SANDHYA opened this issue 3 years ago • 6 comments

  1. Adding Favicon to the webpage
  2. Adding CSS hover effects on the navbar links.

2024-SANDHYA avatar Oct 16 '21 11:10 2024-SANDHYA

@VFXGamer is it resolved? Or can you assign it to me? In addition, I would also like to slightly improve the button design

mananuppadhyay avatar Oct 24 '21 10:10 mananuppadhyay

@VFXGamer is it resolved? Or can you assign it to me? In addition, I would also like to slightly improve the button design

Not resolved yet. I can assign you in parallel. Go ahead 😄

VFXGamer avatar Oct 24 '21 10:10 VFXGamer

thanks :)

mananuppadhyay avatar Oct 24 '21 10:10 mananuppadhyay

hey @VFXGamer could you please tell how do we run the code on a local server?

mananuppadhyay avatar Oct 26 '21 09:10 mananuppadhyay

If you know how to use docker it will get setup in no time.

Otherwise you will have to run the following commands:

  • pip3 install -r requirements.txt
  • Use the phishbuster.sql file and setup mysql database locally on your system.
  • Enter the database details in app.py
  • python3 app.py

VFXGamer avatar Oct 26 '21 09:10 VFXGamer

okay thanks

mananuppadhyay avatar Oct 26 '21 10:10 mananuppadhyay