Compare commits
No commits in common. "7fc014d6aac2cbee9fdb0679484f420623f77bd9" and "e1073ab21fee65c918ddfc972a4b5e9bad1b34ac" have entirely different histories.
7fc014d6aa
...
e1073ab21f
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
baseURL = "http://example.org/"
|
|
||||||
languageCode = "fr-fr"
|
|
||||||
title = "Anna Uetwiller - Architecte"
|
|
||||||
theme = "anna"
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Accueil"
|
|
||||||
url = "/"
|
|
||||||
weight = 10
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
title: "CV"
|
|
||||||
date: 2020-07-04T15:09:49+02:00
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 50
|
|
||||||
---
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Accueil"
|
|
||||||
date: 2020-07-04T15:40:03+02:00
|
|
||||||
---
|
|
||||||
|
|
||||||
# Hello there
|
|
@ -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
|
|
@ -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 >}}
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 117 KiB |
@ -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
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Realisation de plans 2D"
|
|
||||||
date: 2020-07-04T15:09:37+02:00
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 20
|
|
||||||
---
|
|
||||||
|
|
@ -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.
|
|
@ -1,2 +0,0 @@
|
|||||||
+++
|
|
||||||
+++
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -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;
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="{{ .Site.LanguageCode }}">
|
|
||||||
{{- partial "head.html" . -}}
|
|
||||||
<body>
|
|
||||||
{{- partial "header.html" . -}}
|
|
||||||
<div id="content">
|
|
||||||
{{- block "main" . }}{{- end }}
|
|
||||||
</div>
|
|
||||||
{{- partial "footer.html" . -}}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,13 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
<div class="container">
|
|
||||||
<div class="section">
|
|
||||||
<div class="content">
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
{{ .Content }}
|
|
||||||
{{ range .Pages }}
|
|
||||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
@ -1,3 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
{{ .Content }}
|
|
||||||
{{ end }}
|
|
@ -1,3 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
{{ .Content }}
|
|
||||||
{{ end }}
|
|
@ -1,11 +0,0 @@
|
|||||||
<head>
|
|
||||||
<title>{{ .Site.Title }}</title>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<meta name="description" content="{{ .Description }}">
|
|
||||||
<base href="{{ .Site.BaseURL }}">
|
|
||||||
{{ $styles := resources.Get "sass/main.scss" | toCSS }}
|
|
||||||
<link rel="stylesheet" href="{{ $styles.Permalink }}">
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
|
||||||
</head>
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
<ul id="navbar">
|
|
||||||
<li><img id="logo" src="{{ relURL "logo.svg" }}"></li>
|
|
||||||
{{ range .Site.Menus.main }}
|
|
||||||
{{ if .HasChildren }}
|
|
||||||
{{ range .Children }}
|
|
||||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
|
||||||
{{ end }}
|
|
||||||
{{ else }}
|
|
||||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
</ul>
|
|
||||||
<div id="title">
|
|
||||||
<h1>Anna Uetwiller</h1>
|
|
||||||
<h2>Architecte - Dessinatrice</h2>
|
|
||||||
</div>
|
|
@ -1,20 +0,0 @@
|
|||||||
{{ define "main" }}
|
|
||||||
<section class="section">
|
|
||||||
<article>
|
|
||||||
<div class="content portfolio">
|
|
||||||
<h1>{{ .Title }}</h1>
|
|
||||||
<ul>
|
|
||||||
{{ range .Params.images }}
|
|
||||||
{{ $img := $.Page.Resources.GetMatch . }}
|
|
||||||
<li>
|
|
||||||
<figure>
|
|
||||||
<img src="{{ $img.RelPermalink }}" alt="">
|
|
||||||
</figure>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
</ul>
|
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
</section>
|
|
||||||
{{ end }}
|
|
@ -1,3 +0,0 @@
|
|||||||
<div class="gallery">
|
|
||||||
{{.Inner}}
|
|
||||||
</div>
|
|
@ -1,5 +0,0 @@
|
|||||||
{{ $img := $.Page.Resources.GetMatch (.Get 0) }}
|
|
||||||
{{ $res_img := $img.Fill "600x400" }}
|
|
||||||
<a href="{{ .Get 2 | ref . }}">
|
|
||||||
<img src="{{ $res_img.RelPermalink }}" alt="{{ .Get 1 }}" />
|
|
||||||
</a>
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 130 KiB |
@ -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 = ""
|
|
Loading…
Reference in New Issue
Block a user