diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/config.toml b/config.toml deleted file mode 100644 index 05cd2b9..0000000 --- a/config.toml +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 53f85cc..0000000 --- a/content/CV.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "CV" -date: 2020-07-04T15:09:49+02:00 -menu: - main: - weight: 50 ---- - diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index e63a8fe..0000000 --- a/content/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Accueil" -date: 2020-07-04T15:40:03+02:00 ---- - -# Hello there diff --git a/content/contact.md b/content/contact.md deleted file mode 100644 index b352343..0000000 --- a/content/contact.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -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 deleted file mode 100644 index 1835440..0000000 --- a/content/modelisation/index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -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 deleted file mode 100644 index 61bd9f1..0000000 Binary files a/content/modelisation/maison1.jpg and /dev/null differ diff --git a/content/portfolio/osenbach/image1.jpg b/content/portfolio/osenbach/image1.jpg deleted file mode 100644 index 61bd9f1..0000000 Binary files a/content/portfolio/osenbach/image1.jpg and /dev/null differ diff --git a/content/portfolio/osenbach/image2.jpg b/content/portfolio/osenbach/image2.jpg deleted file mode 100644 index 678338b..0000000 Binary files a/content/portfolio/osenbach/image2.jpg and /dev/null differ diff --git a/content/portfolio/osenbach/index.md b/content/portfolio/osenbach/index.md deleted file mode 100644 index 822f53b..0000000 --- a/content/portfolio/osenbach/index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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 deleted file mode 100644 index 37398a7..0000000 --- a/content/realisation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -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 deleted file mode 100644 index faff36e..0000000 --- a/themes/anna/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -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 deleted file mode 100644 index ac36e06..0000000 --- a/themes/anna/archetypes/default.md +++ /dev/null @@ -1,2 +0,0 @@ -+++ -+++ diff --git a/themes/anna/assets/sass/main.scss b/themes/anna/assets/sass/main.scss deleted file mode 100644 index 253e139..0000000 --- a/themes/anna/assets/sass/main.scss +++ /dev/null @@ -1,158 +0,0 @@ -@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 deleted file mode 100644 index e29c0f5..0000000 --- a/themes/anna/assets/sass/reset.css +++ /dev/null @@ -1,48 +0,0 @@ -/* 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 deleted file mode 100644 index e69de29..0000000 diff --git a/themes/anna/layouts/_default/baseof.html b/themes/anna/layouts/_default/baseof.html deleted file mode 100644 index abd1ee2..0000000 --- a/themes/anna/layouts/_default/baseof.html +++ /dev/null @@ -1,11 +0,0 @@ - - - {{- partial "head.html" . -}} - - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - diff --git a/themes/anna/layouts/_default/list.html b/themes/anna/layouts/_default/list.html deleted file mode 100644 index 68970fa..0000000 --- a/themes/anna/layouts/_default/list.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ define "main" }} -
-
-
-

{{ .Title }}

- {{ .Content }} - {{ range .Pages }} - {{ .Title }} - {{ end }} -
-
-
-{{ end }} diff --git a/themes/anna/layouts/_default/single.html b/themes/anna/layouts/_default/single.html deleted file mode 100644 index 9983b08..0000000 --- a/themes/anna/layouts/_default/single.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ .Content }} -{{ end }} diff --git a/themes/anna/layouts/index.html b/themes/anna/layouts/index.html deleted file mode 100644 index 9983b08..0000000 --- a/themes/anna/layouts/index.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} -{{ .Content }} -{{ end }} diff --git a/themes/anna/layouts/partials/footer.html b/themes/anna/layouts/partials/footer.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/anna/layouts/partials/head.html b/themes/anna/layouts/partials/head.html deleted file mode 100644 index 70eaf6f..0000000 --- a/themes/anna/layouts/partials/head.html +++ /dev/null @@ -1,11 +0,0 @@ - - {{ .Site.Title }} - - - - - {{ $styles := resources.Get "sass/main.scss" | toCSS }} - - - - diff --git a/themes/anna/layouts/partials/header.html b/themes/anna/layouts/partials/header.html deleted file mode 100644 index d42afe6..0000000 --- a/themes/anna/layouts/partials/header.html +++ /dev/null @@ -1,16 +0,0 @@ - -
-

Anna Uetwiller

-

Architecte - Dessinatrice

-
diff --git a/themes/anna/layouts/portfolio/single.html b/themes/anna/layouts/portfolio/single.html deleted file mode 100644 index 96e5d32..0000000 --- a/themes/anna/layouts/portfolio/single.html +++ /dev/null @@ -1,20 +0,0 @@ -{{ define "main" }} -
-
-
-

{{ .Title }}

-
    - {{ range .Params.images }} - {{ $img := $.Page.Resources.GetMatch . }} -
  • -
    - -
    -
  • - {{ end }} -
- {{ .Content }} -
-
-
-{{ end }} diff --git a/themes/anna/layouts/shortcodes/gallery.html b/themes/anna/layouts/shortcodes/gallery.html deleted file mode 100644 index a794342..0000000 --- a/themes/anna/layouts/shortcodes/gallery.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/themes/anna/layouts/shortcodes/img.html b/themes/anna/layouts/shortcodes/img.html deleted file mode 100644 index 315dbbc..0000000 --- a/themes/anna/layouts/shortcodes/img.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ $img := $.Page.Resources.GetMatch (.Get 0) }} -{{ $res_img := $img.Fill "600x400" }} - - {{ .Get 1 }} - diff --git a/themes/anna/static/logo.svg b/themes/anna/static/logo.svg deleted file mode 100644 index c996cfa..0000000 --- a/themes/anna/static/logo.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/anna/theme.toml b/themes/anna/theme.toml deleted file mode 100644 index cd446a7..0000000 --- a/themes/anna/theme.toml +++ /dev/null @@ -1,21 +0,0 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - -name = "Anna" -license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" -homepage = "http://example.com/" -tags = [] -features = [] -min_version = "0.41" - -[author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = ""