gbowne1 / spmssite

The code for my old business website.
GNU General Public License v3.0
8 stars 31 forks source link

Footer #30

Closed gbowne1 closed 2 years ago

gbowne1 commented 2 years ago

Prerequisites

Current Behavior

Current Render of Footer

Screenshot 2022-08-17 at 16-03-11 Seattle Precision Machine Shop .

Expected Behavior

Something like this example from MDBootstrap:

footerexample

Perhaps add Google Maps w/Pin {a random location that end user can edit}

Steps to Reproduce

Load current render

Darrkzero commented 2 years ago

I will like to help do you have the necessary information to fill those part

gbowne1 commented 2 years ago

Yeah, I do.

This is a website tempate so contact details can be random left for the end user to fill in.

gbowne1 commented 2 years ago

It would be also great if the Footer was a reuseable component appearing in most of the pages.

pranavmadhu01 commented 2 years ago

It would be also great if the Footer was a reuseable component appearing in most of the pages.

then it would be better if we do the website in reactjs

gbowne1 commented 2 years ago

PHP would do it too. just add a /components folder/directory and use a PHP include linked to each component.

Related: https://www.php.net/manual/en/function.include.php

You would have something like header.php or footer.php in the /components folder/dir and just link it. Thats how the TAOT site works right now.

I don't know if JS, jQuery or Ajax would statically do that. May require building out the index.js or a seperate server.js the index file would pick up and help route things and components. Not hard to make a http server.

I thought about adding serviceWorker.js, a manifest.json and some stuff the browser(s) would pick up

gbowne1 commented 2 years ago

At some point we could releast the template as a React project, .NET/IIS and a Wordpress template... that would increase useablitliy across multiple genres. Not every business wants or uses the same technologies.