ErwinKomen / RU-istanbul

0 stars 0 forks source link

Start page: adaptations #4

Open ErwinKomen opened 1 week ago

ErwinKomen commented 1 week ago
  1. Add a button "To the database" (similar to stalla)
  2. Add a button "Contact" (similar to stalla)
  3. Add an introductory text, the content of which is still to be delivered
ErwinKomen commented 6 days ago

To the database

  1. Added site.css in installations/static/installations/content
  2. Moving the image to the above location, changing its name to istanbul_logo.jpg
  3. Adding istanbul.js in installations/static/installations/scripts
  4. Added a loading of that CSS in istanbul/utilities/templates base.html
  5. Adapting home.html like the Stalla version, to show the image as a background image and the button on top of it
ErwinKomen commented 5 days ago

Contact

  1. Added html page contact.html in installations/templates/installations
  2. Added view contact() in installations app's views.py
  3. Added the URL in installations's urls.py
  4. Extended the navbar.html to include a reference to Contact

Works

ErwinKomen commented 1 hour ago

Introductory text

T.b.d.