Compare commits
No commits in common. "c319ac0e4e222c431533315ffcf21c421bb4f7a0" and "fde9b5724d272fc60852d334eb111f6819f53a81" have entirely different histories.
c319ac0e4e
...
fde9b5724d
7 changed files with 28 additions and 62 deletions
|
@ -5,17 +5,13 @@ draft = false
|
|||
tags = ["Intro"]
|
||||
+++
|
||||
|
||||
![freebsd daemon holding a trans flag instead of their usual
|
||||
trident](/freebsdTrans.png)
|
||||
## Bonjour !
|
||||
|
||||
Je m'appelle violette. Je suis étudiante (pour encore quelques mois seulement!)
|
||||
à l'université de Sherbrooke, Québec ainsi que Polytech Annecy Chambéry, France.
|
||||
J'y étudis l'informatique.
|
||||
à l'université de Sherbrooke ainsi que Polytech Annecy Chambéry. J'y étudis
|
||||
l'informatique.
|
||||
|
||||
Ce "blog" me permettera de partager mes horribles fautes d'ortaugraffe, et de
|
||||
ventiller mes point de vue sur certaines technologies, ou avanacement que je
|
||||
pourrais faire.
|
||||
Ce "blog" me permettera de partager mes horribles fautes d'ortaugraffe
|
||||
|
||||
Je suis très interessée par l'informatique de bas niveau. J'aime aller regarder
|
||||
comment fonctionne un ordinateur au plus bas niveaux. Pour ce faire, j'aime
|
||||
|
@ -24,29 +20,12 @@ principalement) ainsi que Linux.
|
|||
|
||||
Pendant mon temps libre, on peut me trouver faire des sons horribles à la
|
||||
guitare, me plaindre que j'arrive jamais à prendre de photo nettes ou bien
|
||||
essayer de patcher ce tabar@#0! de [dwl](https://codeberg.org/dwl/dwl).
|
||||
|
||||
## Notes sur le site
|
||||
Je n'aime pas vraiment toucher au "front end", car pour moi c'est juste une
|
||||
façon de décorer. J'aime quand quelque chose est esthétiquement simple, et
|
||||
je déteste particulièrement le JavaScript dans un contexte Web. C'est une
|
||||
autoroute qui mène trop souvent à charger des miriades de libriaries inutiles,
|
||||
et ralenti voir polu le Web. Pour cette raison, ce site n'en utilise pas.
|
||||
|
||||
### Thème sombre
|
||||
Comme je m'interdit le JS, je ne peux pas stocker de variable, et ainsi
|
||||
le site ne peux pas se rappeller du thème préfèré de l'utilisateur.ice, et donc
|
||||
celui-ci est réinitialisé (selon les préférences du système / navigateur) à
|
||||
chaque changement de page.
|
||||
|
||||
### Langues
|
||||
J'essairais de traduire les postes important en anglais (ou français, selon le
|
||||
sens), mais je garderais les postes technologiques en anglais seulement.
|
||||
essayer de patcher ce tabar@#0! de dwl.
|
||||
|
||||
## Contacts
|
||||
Voici les moyens que je propose pour me contacter:
|
||||
* mail: `vi@violette.town`
|
||||
* matrix (\~personnel) : `@violette:bigblase.xyz`
|
||||
* matrix (personnel uniquement) : `@violette:bigblase.xyz`
|
||||
* FediVerse (personnel uniquement) : `@violets@tech.lgbt`
|
||||
|
||||
## "Professionnel"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
|
@ -39,19 +39,15 @@
|
|||
}
|
||||
|
||||
.color-scheme-wrapper {
|
||||
min-height: 100vh;
|
||||
background-color: var(--bg);
|
||||
min-height:100vh;
|
||||
background:var(--bg);
|
||||
transition: 1s all;
|
||||
color:var(--text);
|
||||
}
|
||||
|
||||
.margin {
|
||||
min-height: 100vh;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#color-mode {
|
||||
|
@ -62,9 +58,6 @@ body {
|
|||
font-family: sans-serif;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -102,36 +95,34 @@ h3 {
|
|||
|
||||
footer {
|
||||
border-top: 1px solid #222;
|
||||
margin-top: auto;
|
||||
margin-bottom: 5pt;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
width: 100%;
|
||||
min-height: 42pt;
|
||||
display: flex;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
color: var(--text);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
display: flex;
|
||||
list-style-type: none;
|
||||
margin: 5pt;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nav-right {
|
||||
display: flex;
|
||||
align-items:flex-end;
|
||||
justify-content: flex-end;
|
||||
list-style-type: none;
|
||||
width: 100%;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
li {
|
||||
|
@ -141,7 +132,6 @@ li {
|
|||
|
||||
ul {
|
||||
padding-right: 5pt;
|
||||
padding-left: 5pt;
|
||||
margin-left: 5pt;
|
||||
}
|
||||
|
||||
|
@ -161,13 +151,3 @@ a, label {
|
|||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* resize image that are in main, and center them */
|
||||
main img {
|
||||
max-width: 512pt;;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
|
||||
display:flex;
|
||||
float:none;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
1
themes/violette/assets/js/main.js
Normal file
1
themes/violette/assets/js/main.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log('This site was generated by Hugo.');
|
|
@ -7,7 +7,7 @@
|
|||
{{ end }}
|
||||
</head>
|
||||
|
||||
<body class="preload">
|
||||
<body>
|
||||
<input id="color-mode" class="theme-box" type="checkbox">
|
||||
<div class="color-scheme-wrapper">
|
||||
<div class="margin">
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
{{ with resources.Get "css/main.css" }}
|
||||
<style> {{ .Content | safeCSS }} </style>
|
||||
{{ end }}
|
||||
{{- with resources.Get "css/main.css" }}
|
||||
{{- if eq hugo.Environment "development" }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||
{{- else }}
|
||||
{{- with . | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue