adding public previews, and updating to personnal website
This commit is contained in:
parent
046a52feff
commit
2e2f756e64
7 changed files with 20 additions and 23 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,4 +4,5 @@
|
||||||
*private*
|
*private*
|
||||||
personnal.yaml
|
personnal.yaml
|
||||||
personnal_fr.yaml
|
personnal_fr.yaml
|
||||||
*.pdf
|
main.pdf
|
||||||
|
main_fr.pdf
|
||||||
|
|
|
@ -2,9 +2,9 @@ contacts:
|
||||||
name: Violette Paulin
|
name: Violette Paulin
|
||||||
title: Software Engineer
|
title: Software Engineer
|
||||||
email: "paum1202@usherbrooke.ca"
|
email: "paum1202@usherbrooke.ca"
|
||||||
website: "bigblase.xyz"
|
website: "violette.town"
|
||||||
nationality: French
|
nationality: French
|
||||||
github: "https://github.com/thebigblase/"
|
git: "https://git.violette.town/violette"
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
- name: Programming Languages
|
- name: Programming Languages
|
||||||
|
|
|
@ -2,9 +2,9 @@ contacts:
|
||||||
name: Violette Paulin
|
name: Violette Paulin
|
||||||
title: Developpeuse
|
title: Developpeuse
|
||||||
email: "paum1202@usherbrooke.ca"
|
email: "paum1202@usherbrooke.ca"
|
||||||
website: "bigblase.xyz"
|
website: "violette.town"
|
||||||
nationality: French
|
nationality: French
|
||||||
github: "https://github.com/thebigblase/"
|
git: "https://git.violette.town/violette"
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
- name: Langages de programmation
|
- name: Langages de programmation
|
||||||
|
|
16
main.typ
16
main.typ
|
@ -21,19 +21,17 @@
|
||||||
font: settings.font.minor_highlight,
|
font: settings.font.minor_highlight,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
Email: #link("mailto:" + config.contacts.email)\
|
Email: #link("mailto:" + config.contacts.email)\
|
||||||
#if (settings.public) {
|
|
||||||
|
#if (not settings.public) {
|
||||||
[Phone: #link("tel:" + personnal.contacts.phone)\ ]
|
[Phone: #link("tel:" + personnal.contacts.phone)\ ]
|
||||||
}
|
}
|
||||||
#if (config.contacts.at("linkedin", default:false)) {
|
|
||||||
[LinkedIn: #link(config.contacts.linkedin)[mikhail-liamets]\ ]
|
|
||||||
}
|
|
||||||
GitHub: #link(config.contacts.github)[thebigblase] \
|
|
||||||
Website: #link(config.contacts.website)[bigblase.xyz] \
|
|
||||||
|
|
||||||
|
|
||||||
#if (settings.public) {
|
Git: #link(config.contacts.git) \
|
||||||
|
|
||||||
|
Website: #link(config.contacts.website) \
|
||||||
|
|
||||||
|
#if (not settings.public) {
|
||||||
personnal.contacts.address
|
personnal.contacts.address
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
16
main_fr.typ
16
main_fr.typ
|
@ -21,19 +21,17 @@
|
||||||
font: settings.font.minor_highlight,
|
font: settings.font.minor_highlight,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
Couriel : #link("mailto:" + config.contacts.email)\
|
Couriel : #link("mailto:" + config.contacts.email)\
|
||||||
#if (settings.public) {
|
|
||||||
|
#if (not settings.public) {
|
||||||
[Cellulaire : #link("tel:" + personnal.contacts.phone)\ ]
|
[Cellulaire : #link("tel:" + personnal.contacts.phone)\ ]
|
||||||
}
|
}
|
||||||
#if (config.contacts.at("linkedin", default:false)) {
|
|
||||||
[LinkedIn : #link(config.contacts.linkedin)[mikhail-liamets]\ ]
|
|
||||||
}
|
|
||||||
GitHub : #link(config.contacts.github)[thebigblase] \
|
|
||||||
Website : #link(config.contacts.website)[bigblase.xyz] \
|
|
||||||
|
|
||||||
|
|
||||||
#if (settings.public) {
|
Git : #link(config.contacts.git) \
|
||||||
|
|
||||||
|
Website : #link(config.contacts.website) \
|
||||||
|
|
||||||
|
#if (not settings.public) {
|
||||||
personnal.contacts.address
|
personnal.contacts.address
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
BIN
main_public.pdf
Normal file
BIN
main_public.pdf
Normal file
Binary file not shown.
BIN
main_public_fr.pdf
Normal file
BIN
main_public_fr.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue