{{ .Title }}
+-
+ {{ range .Params.images }}
+ {{ $img := $.Page.Resources.GetMatch . }}
+
-
+
+ ++
+ {{ end }}
+
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..05cd2b9 --- /dev/null +++ b/config.toml @@ -0,0 +1,9 @@ +baseURL = "http://example.org/" +languageCode = "fr-fr" +title = "Anna Uetwiller - Architecte" +theme = "anna" + +[[menu.main]] + name = "Accueil" + url = "/" + weight = 10 diff --git a/content/CV.md b/content/CV.md new file mode 100644 index 0000000..53f85cc --- /dev/null +++ b/content/CV.md @@ -0,0 +1,8 @@ +--- +title: "CV" +date: 2020-07-04T15:09:49+02:00 +menu: + main: + weight: 50 +--- + diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e63a8fe --- /dev/null +++ b/content/_index.md @@ -0,0 +1,6 @@ +--- +title: "Accueil" +date: 2020-07-04T15:40:03+02:00 +--- + +# Hello there diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..b352343 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,12 @@ +--- +title: "Contact" +date: 2020-07-04T16:17:52+02:00 +menu: + main: + weight: 40 +--- +# Contact + +Adresse: 16, rue du Ziegelfeld, 67100 STRASBOURG +Téléphone: [0678825821](tel:0678825821) +email: anna.tsoi.fr@gmail.com diff --git a/content/modelisation/index.md b/content/modelisation/index.md new file mode 100644 index 0000000..1835440 --- /dev/null +++ b/content/modelisation/index.md @@ -0,0 +1,19 @@ +--- +title: "Modelisation 3D" +date: 2020-07-04T15:09:42+02:00 +menu: + main: + weight: 30 +--- +# Modélisation 3D de l'intérieur +{{< gallery >}} + {{< img "maison1.jpg" "Image 1" "portfolio/osenbach" >}} + {{< img "maison1.jpg" "Image 1" "portfolio/osenbach" >}} +{{< /gallery >}} + +# Modélisation 3D de l'extérieur +{{< gallery >}} + {{< img "maison1.jpg" "Image 1" "portfolio/osenbach" >}} + {{< img "maison1.jpg" "Image 1" "portfolio/osenbach" >}} + {{< img "maison1.jpg" "Image 1" "portfolio/osenbach" >}} +{{< /gallery >}} diff --git a/content/modelisation/maison1.jpg b/content/modelisation/maison1.jpg new file mode 100644 index 0000000..61bd9f1 Binary files /dev/null and b/content/modelisation/maison1.jpg differ diff --git a/content/portfolio/osenbach/image1.jpg b/content/portfolio/osenbach/image1.jpg new file mode 100644 index 0000000..61bd9f1 Binary files /dev/null and b/content/portfolio/osenbach/image1.jpg differ diff --git a/content/portfolio/osenbach/image2.jpg b/content/portfolio/osenbach/image2.jpg new file mode 100644 index 0000000..678338b Binary files /dev/null and b/content/portfolio/osenbach/image2.jpg differ diff --git a/content/portfolio/osenbach/index.md b/content/portfolio/osenbach/index.md new file mode 100644 index 0000000..822f53b --- /dev/null +++ b/content/portfolio/osenbach/index.md @@ -0,0 +1,14 @@ +--- +title: "Maison à Osenbach" +date: 2020-08-15T17:14:42+02:00 +images: + - image1.jpg + - image2.jpg + - image1.jpg + - image1.jpg + - image1.jpg + - image2.jpg + - image2.jpg + - image2.jpg +--- +Contenu à écrire diff --git a/content/realisation.md b/content/realisation.md new file mode 100644 index 0000000..37398a7 --- /dev/null +++ b/content/realisation.md @@ -0,0 +1,8 @@ +--- +title: "Realisation de plans 2D" +date: 2020-07-04T15:09:37+02:00 +menu: + main: + weight: 20 +--- + diff --git a/themes/anna/LICENSE b/themes/anna/LICENSE new file mode 100644 index 0000000..faff36e --- /dev/null +++ b/themes/anna/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2020 YOUR_NAME_HERE + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/themes/anna/archetypes/default.md b/themes/anna/archetypes/default.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/themes/anna/archetypes/default.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/themes/anna/assets/sass/main.scss b/themes/anna/assets/sass/main.scss new file mode 100644 index 0000000..253e139 --- /dev/null +++ b/themes/anna/assets/sass/main.scss @@ -0,0 +1,158 @@ +@import 'reset'; + +$base-color: rgb(1, 79, 102); +$background-color: #e6e6e6; +$content-background-color: #f6f1ea; + +body { + background-color: $background-color; + margin: 0; + display: grid; + color: $base-color; +} + +@media (min-width: 1025px) { + body { + grid-template-columns: 250px; + grid-template-areas: 'menu title' 'menu content'; + } + + #navbar { + height: 100vh; + position: fixed; + padding: 1rem; + margin-right: 1rem; + } +} + +@media (max-width: 1024px) { + body { + grid-template-areas: 'title' 'menu' 'content'; + } + + #navbar { + width: 100%; + margin-bottom: 1rem; + } +} + +#title { + grid-area: title; + display: flex; + flex-direction: column; + align-items: center; + margin-top: 1rem; + margin-bottom: 2rem; + text-transform: uppercase; + + h1 { + margin: 0; + font-size: xx-large; + font-weight: bold; + } + + h2 { + margin: 0; + font-size: x-large; + } +} + +#navbar { + display: flex; + flex-direction: column; + align-items: center; + background-color: $base-color; + list-style: none; + grid-area: menu; + + li { + &:not(:first-child) { + margin-top: 1rem; + } + + &:last-child { + margin-bottom: 1rem; + } + + a { + color: white; + } + } +} + +#logo { + width: 150px; +} + +#content { + grid-area: content; + display: flex; + flex-direction: column; + align-items: flex-start; + background-color: $content-background-color; + margin-right: 2rem; + margin-left: 2rem; + padding: 1rem; + font-size: large; + + h1 { + font-size: x-large; + font-weight: bold; + } + + p { + margin: 1rem; + } + + ul { + list-style: disc; + margin: 1rem; + padding-left: 1rem; + } +} + +.gallery { + display: flex; + flex-wrap: wrap; + width: 100%; + + a { + margin: 0.5rem; + width: 20%; + img { + max-width:100%; + max-height:100%; + } + } +} + +.portfolio { + h1 { + text-align: center; + margin-top: 1rem; + margin-bottom: 3rem; + } + ul { + margin-left: 1rem; + margin-right: 1rem; + display: flex; + flex-wrap: wrap; + li { + img { + max-width: 100%; + } + &:first-child { + width: 100%; + } + &:nth-child(3n) { + margin-left: 1rem; + margin-right: 1rem; + } + &:not(:first-child) { + width: 33.333333%; + flex: 0 1 calc(33.333333% - 0.666666rem); + margin-top: 1rem; + } + } + } +} diff --git a/themes/anna/assets/sass/reset.css b/themes/anna/assets/sass/reset.css new file mode 100644 index 0000000..e29c0f5 --- /dev/null +++ b/themes/anna/assets/sass/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/themes/anna/layouts/404.html b/themes/anna/layouts/404.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/anna/layouts/_default/baseof.html b/themes/anna/layouts/_default/baseof.html new file mode 100644 index 0000000..abd1ee2 --- /dev/null +++ b/themes/anna/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} +
+ {{- partial "header.html" . -}} +