Hi,
being quite new toe nikola, I need to convert an existing website.
Each page consists of several sections and is two-column, the design is based on https://html5up.net/paradigm-shift:
In HTML it looks like this:
<section id="first"> <header> <h2>Headline</h2> <p>Some lead text</p> <p>Possibly another lead text</p> <a href="#second"><Link to next section on page</a> </header> <div class="content"> <p>Lorem ipsum</p> <p>Lorem ipsum</p> images, galleries </div> </section> <section id="second">...</section> <section>...</section>
The text is written in reSt (can still be change id required) and
will be maintained by a non-technical person. Thus any solution
should be as simple as possible.
Some more background:
Thanks in advance for any ideas
-- Regards Hartmut Goebel | Hartmut Goebel | h.go...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |