Modern website

Chris Angelico rosuav at gmail.com
Sun Oct 22 11:26:01 EDT 2017


On Mon, Oct 23, 2017 at 2:21 AM, Andrew Z <formisc at gmail.com> wrote:
> I realize the following has little todo with python per se. But i hope to
> get a guidance on how these types of tasks are done nowadays.
>
> The task:
> Ive been asked to create  an integration process. That is a few webpages
> with questioneer with the submission to a "mother" company using its API .
> Ideally this process will be used by a few 3rd party "child" companies -
> they would just point a link from their site to mine. Prospective users
> will fill out the pages and "mother company" will create accounts
> associated with the referal "child" company.
>
> The problem:
>   how do i create a modern , slick  website. I also see , that each of
> "child" would want to extend the look and feel of their site onto this
> process. So, my process should have at least a few templates i can offer ,
> that would match their site...
> Im not too excited to use weebly or squarespace - id rather host everything
> myself.

Design a single web site, then have the child sites customize the CSS
*only*. That way, you guarantee that all functionality is the same,
but you can change the look and feel as you need. Modern CSS can do
rather a lot in terms of redefining the layout of a page.

ChrisA



More information about the Python-list mailing list