WIP:bulma
authorKai Moritz <kai@juplo.de>
Tue, 16 Feb 2021 19:00:58 +0000 (20:00 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 16 Feb 2021 19:00:58 +0000 (20:00 +0100)
dist/templates/layout.html

index 94e1b5e..a5fe75f 100644 (file)
       <div class="container">
         <div class="columns">
           <div class="column is-8-desktop is-offset-2-desktop">
-            <div class="content">
-              <h1 class="title" th:include="${title}">Title</h1>
-              <div th:fragment="maincontent">
-                <p>
-                  <strong>Lorem ipsum</strong> dolor
-                  <a href="../potemkin/typo.html" th:href="@{/potemkin/typo.html}">sit amet</a>,
-                  consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
-                  labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
-                  <a href="../potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">exercitation</a>
-                  ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
-                  irure dolor in reprehenderit in voluptate velit esse cillum dolore
-                  eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-                  proident, sunt in culpa qui officia deserunt mollit anim id est
-                  laborum.
-                </p>
-                <h2 class="title">Duis aute irure dolor</h2>
-                <ul>
-                  <li>Operators and other mathematical stuff: -+/*</li>
-                  <li>
-                    Characters offten used in programming languages:
-                    {(&lt;&gt;)}@$?%*#;:&amp;/\!^&#034;&#039;`~
-                  </li>
-                  <li>Special german characters: ÄäÖöÜü</li>
-                  <li>Other special characters: @?¢§%°</li>
-                </ul>
-                <h2 class="title">Excepteur sint occaecat cupidatat</h2>
-                <p>
-                  Lorem ipsum dolor <em>sit amet</em>, consectetur adipisicing elit,
-                  sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-                  Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
-                  nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
-                  reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-                  pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-                  culpa qui officia deserunt mollit anim id est laborum.
-                </p>
-                <p>
-                  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-                  eiusmod tempor incididunt ut labore et dolore magna aliqua.
-                  <strong>Ut enim ad minim veniam, quis nostrud <em>exercitation
-                  ullamco</em> laboris nisi ut aliquip ex ea commodo consequat</strong>.
-                  Duis aute irure dolor in reprehenderit in voluptate velit esse
-                  cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
-                  cupidatat non proident, sunt in culpa qui officia deserunt mollit
-                  anim id est laborum.
-                </p>
-                <ul>
-                  <li>
-                    <code><a href="https://github.com/jgthms/bulma">bulma</a></code>
-                  </li>
-                  <li>
-                    <code><a href="https://github.com/sass/node-sass">node-sass</a></code> to compile your own Sass file
-                  </li>
-                  <li>
-                    <code><a href="https://github.com/postcss/postcss-cli">postcss-cli</a></code> and <code><a href="https://github.com/postcss/autoprefixer">autoprefixer</a></code> to add support for older browsers
-                  </li>
-                  <li>
-                    <code><a href="https://babeljs.io/docs/usage/cli/">babel-cli</a></code>,
-                    <code><a href="https://github.com/babel/babel-preset-env">babel-preset-env</a></code>
-                    and
-                    <code><a href="https://github.com/jmcriffey/babel-preset-es2015-ie">babel-preset-es2015-ie</a></code>
-                    for compiling ES6 JavaScript files
-                  </li>
-                </ul>
-                <p>
-                  Apart from <code>package.json</code>, the following files are included:
-                </p>
-                <ul>
-                  <li>
-                    <code>.babelrc</code> configuration file for <a href="https://babeljs.io/">Babel</a>
-                  </li>
-                  <li>
-                    <code>.gitignore</code> common <a href="https://git-scm.com/">Git</a> ignored files
-                  </li>
-                  <li>
-                    <code>index.html</code> this HTML5 file
-                  </li>
-                  <li>
-                    <code>_sass/main.scss</code> a basic SCSS file that <strong>imports Bulma</strong> and explains how to <strong>customize</strong> your styles, and compiles to <code>css/main.css</code>
-                  </li>
-                  <li>
-                    <code>_javascript/main.js</code> an ES6 JavaScript that compiles to <code>lib/main.js</code>
-                  </li>
-                </ul>
-                <h3>Try it out!</h3>
-                <p>
-                  To see if your setup works, follow these steps:
-                </p>
-                <ol>
-                  <li>
-                    <p>
-                      <strong>Move</strong> to this directory:
-                      <br>
-                      <pre><code>cd bulma-start</code></pre>
-                    </p>
-                  </li>
-                  <li>
-                    <p>
-                      <strong>Install</strong> all dependencies:
-                      <br>
-                      <pre><code>npm install</code></pre>
-                    </p>
-                  </li>
-                  <li>
-                    <p>
-                      <strong>Start</strong> the CSS and JS watchers:
-                      <br>
-                      <pre><code>npm start</code></pre>
-                    </p>
-                  </li>
-                  <li>
-                    <p>
-                      <strong>Edit</strong> <code>_sass/main.scss</code> by adding the following rule at the <strong>end</strong> of the file:
-                      <br>
-                      <pre><span style="color: #22863a;">html</span> {
-    <span style="color: #005cc5;"><span style="color: #005cc5;">background-color</span></span>: <span style="color: #24292e">$green</span>;
+            <h1 class="title" th:include="${title}">Title</h1>
+            <div class="content" th:fragment="maincontent">
+              <p>
+                <strong>Lorem ipsum</strong> dolor
+                <a href="../potemkin/typo.html" th:href="@{/potemkin/typo.html}">sit amet</a>,
+                consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+                labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+                <a href="../potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">exercitation</a>
+                ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
+                irure dolor in reprehenderit in voluptate velit esse cillum dolore
+                eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+                proident, sunt in culpa qui officia deserunt mollit anim id est
+                laborum.
+              </p>
+              <h2 class="title">Duis aute irure dolor</h2>
+              <ul>
+                <li>Operators and other mathematical stuff: -+/*</li>
+                <li>
+                  Characters offten used in programming languages:
+                  {(&lt;&gt;)}@$?%*#;:&amp;/\!^&#034;&#039;`~
+                </li>
+                <li>Special german characters: ÄäÖöÜü</li>
+                <li>Other special characters: @?¢§%°</li>
+              </ul>
+              <h2 class="title">Excepteur sint occaecat cupidatat</h2>
+              <p>
+                Lorem ipsum dolor <em>sit amet</em>, consectetur adipisicing elit,
+                sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+                Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+                nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
+                reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+                pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+                culpa qui officia deserunt mollit anim id est laborum.
+              </p>
+              <p>
+                Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+                eiusmod tempor incididunt ut labore et dolore magna aliqua.
+                <strong>Ut enim ad minim veniam, quis nostrud <em>exercitation
+                ullamco</em> laboris nisi ut aliquip ex ea commodo consequat</strong>.
+                Duis aute irure dolor in reprehenderit in voluptate velit esse
+                cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
+                cupidatat non proident, sunt in culpa qui officia deserunt mollit
+                anim id est laborum.
+              </p>
+              <ul>
+                <li>
+                  <code><a href="https://github.com/jgthms/bulma">bulma</a></code>
+                </li>
+                <li>
+                  <code><a href="https://github.com/sass/node-sass">node-sass</a></code> to compile your own Sass file
+                </li>
+                <li>
+                  <code><a href="https://github.com/postcss/postcss-cli">postcss-cli</a></code> and <code><a href="https://github.com/postcss/autoprefixer">autoprefixer</a></code> to add support for older browsers
+                </li>
+                <li>
+                  <code><a href="https://babeljs.io/docs/usage/cli/">babel-cli</a></code>,
+                  <code><a href="https://github.com/babel/babel-preset-env">babel-preset-env</a></code>
+                  and
+                  <code><a href="https://github.com/jmcriffey/babel-preset-es2015-ie">babel-preset-es2015-ie</a></code>
+                  for compiling ES6 JavaScript files
+                </li>
+              </ul>
+              <p>
+                Apart from <code>package.json</code>, the following files are included:
+              </p>
+              <ul>
+                <li>
+                  <code>.babelrc</code> configuration file for <a href="https://babeljs.io/">Babel</a>
+                </li>
+                <li>
+                  <code>.gitignore</code> common <a href="https://git-scm.com/">Git</a> ignored files
+                </li>
+                <li>
+                  <code>index.html</code> this HTML5 file
+                </li>
+                <li>
+                  <code>_sass/main.scss</code> a basic SCSS file that <strong>imports Bulma</strong> and explains how to <strong>customize</strong> your styles, and compiles to <code>css/main.css</code>
+                </li>
+                <li>
+                  <code>_javascript/main.js</code> an ES6 JavaScript that compiles to <code>lib/main.js</code>
+                </li>
+              </ul>
+              <h3>Try it out!</h3>
+              <p>
+                To see if your setup works, follow these steps:
+              </p>
+              <ol>
+                <li>
+                  <p>
+                    <strong>Move</strong> to this directory:
+                    <br>
+                    <pre><code>cd bulma-start</code></pre>
+                  </p>
+                </li>
+                <li>
+                  <p>
+                    <strong>Install</strong> all dependencies:
+                    <br>
+                    <pre><code>npm install</code></pre>
+                  </p>
+                </li>
+                <li>
+                  <p>
+                    <strong>Start</strong> the CSS and JS watchers:
+                    <br>
+                    <pre><code>npm start</code></pre>
+                  </p>
+                </li>
+                <li>
+                  <p>
+                    <strong>Edit</strong> <code>_sass/main.scss</code> by adding the following rule at the <strong>end</strong> of the file:
+                    <br>
+                    <pre><span style="color: #22863a;">html</span> {
+    <span styl"color: #005cc5;"><span style="color: #005cc5;">background-color</span></span>: <span style="color: #24292e">$green</span>;
   }</pre>
-                    </p>
-                  </li>
-                </ol>
-                <p>
-                  The page background should turn <strong class="has-text-success">green</strong>!
-                </p>
-                <h3>Get started</h3>
-                <p>
-                  You're <strong>ready</strong> to create your own designs with Bulma. Just edit or duplicate this page, or simply create a new one!
-                  <br>
-                  For example, this page is <strong>only</strong> built with the following <strong>Bulma elements</strong>:
-                </p>
-              </div>
+                  </p>
+                </li>
+              </ol>
+              <p>
+                The page background should turn <strong class="has-text-success">green</strong>!
+              </p>
+              <h3>Get started</h3>
+              <p>
+                You're <strong>ready</strong> to create your own designs with Bulma. Just edit or duplicate this page, or simply create a new one!
+                <br>
+                For example, this page is <strong>only</strong> built with the following <strong>Bulma elements</strong>:
+              </p>
             </div>
+            <!--/*-->
             <table class="table is-bordered is-fullwidth">
               <thead>
                 <tr>
                 </a>
               </p>
             </div>
+            <!--*/-->
           </div>
         </div>
       </div>
     </section>
-    <footer class="footer has-text-centered">
+    <footer class="footer">
       <div class="container">
-         <div class="columns">
+        <div class="columns">
           <div class="column is-8-desktop is-offset-2-desktop">
-            <p>
-              <strong class="has-text-weight-semibold">
-                <a href="https://www.npmjs.com/package/bulma-start">bulma-start@0.0.4</a>
-              </strong>
-            </p>
-            <p>
-              <small>
-                Source code licensed <a href="http://opensource.org/licenses/mit-license.php">MIT</a>
-              </small>
-            </p>
-            <p style="margin-top: 1rem;">
-              <a href="http://bulma.io">
-                <img src="made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
-              </a>
-            </p>
+            <div class="level">
+              <div class="level-left">
+                <span class="level-item">© <strong>mo</strong> 2021</span>
+              </div>
+              <div class="level-right" id="footerlinks" th:include="~{::#links}?:_">
+                <a class="level-item" href="../impressum.html" th:href="@{/impressum.html}">Impressum</a>
+                <a class="level-item" href="../datenschutz.html" th:href="@{/datenschutz.html}">Datenschutz</a>
+              </div>
+            </div>
           </div>
         </div>
       </div>
     </footer>
     <div id="page" class="cf">
-      <header id="header"><!-- TODO: Vereinfachung -> für uri == index.html a gegen strong ausstauschen -->
-        <hr class="h" />
-      </header>
-      <div id="breadcrumb">
-        <strong class="b title">You are here:</strong>
-        <ol class="b" th:include="~{::#crumbs}?:_">
-          <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-          <li class="b" th:each="crumb: ${crumbs}">
-            <a class="b" href="../projects.html" th:href="@{${crumb}}" th:text="${_titles.get(crumb)}">Projects</a>
-          </li>
-          <!--/*-->
-          <li class="b"><strong class="b" th:text="${title}">Fix SWF</strong></li>
-          <!--*/-->
-        </ol>
-        <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
-        <hr class="b" />
-      </div>
       <main class="content cf">
-        <article id="content" class="main" th:include="${maincontent}">
-          <header><h1 th:include="${title}">juplo - BASISTEMPLATE</h1></header>
-        </article>
         <div class="marginal">
           <nav id="nav"
               th:include="~{::#navigation}?:_"
           </aside>
         </div>
       </main>
-      <footer id="footer">
-        <hr class="f" />
-        <ul id="footerlinks" th:include="~{::#links}?:_">
-          <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
-          <li class="f"><a class="f" href="../impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
-          <li class="f"><a class="f" href="../datenschutz.html" th:href="@{/datenschutz.html}">Datenschutz</a></li>
-        </ul>
-      </footer>
     </div>
   </body>
 </html>