mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 06:11:30 +00:00
Merge branch 'master' of gitlab.com:tcarrondo/hugo-ansol.org
This commit is contained in:
commit
44d9ab9253
@ -112,11 +112,11 @@ address = {street = "Rua Mouzinho Silveira, 234", city = "Porto", region = "Port
|
|||||||
# Contact links
|
# Contact links
|
||||||
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
|
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
|
||||||
contact_links = [
|
contact_links = [
|
||||||
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/ansol"},
|
{icon = "twitter", icon_pack = "fab", name = "Twitter", link = "https://twitter.com/ansol"},
|
||||||
# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
|
# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
|
||||||
# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
|
# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
|
||||||
# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
|
# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
|
||||||
{icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@ansolgeral"},
|
{icon = "telegram", icon_pack = "fab", name = "Telegram", link = "https://t.me/ansolgeral"},
|
||||||
]
|
]
|
||||||
|
|
||||||
############################
|
############################
|
||||||
|
@ -17,28 +17,32 @@ date_format = "01/02/2006"
|
|||||||
# Required fields are `title`, `company`, and `date_start`.
|
# Required fields are `title`, `company`, and `date_start`.
|
||||||
# Leave `date_end` empty if it's your current employer.
|
# Leave `date_end` empty if it's your current employer.
|
||||||
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||||
|
[[experience]]
|
||||||
|
title = "NahamCon"
|
||||||
|
company = "Naham Sec"
|
||||||
|
company_url = "https://twitch.tv/NahamSec"
|
||||||
|
location = "Twitch"
|
||||||
|
date_start = "2020-06-13"
|
||||||
|
date_end = "2020-06-14"
|
||||||
|
description = """
|
||||||
|
NahamCon is a two day virtual hacking conference organized by @_JohnHammond, @NahamSec, @STOKFredrik, and @TheCyberMentor. Saturday consists of 7 hours of talks and Sunday is dedicated to 3 different workshops. Check out the schedule for both days down below!\n
|
||||||
|
NahamCon will take place Saturday, June 13 & 14, 2020 on twitch.tv/NahamSec
|
||||||
|
"""
|
||||||
|
|
||||||
[[experience]]
|
[[experience]]
|
||||||
title = "Encontro Ubuntu-pt @ Jitsi Meet"
|
title = "Encontro Ubuntu-pt @ Jitsi Meet"
|
||||||
company = "Ubuntu-pt"
|
company = "Ubuntu-pt"
|
||||||
company_url = "https://ubuntu-pt.org"
|
company_url = "https://ubuntu-pt.org"
|
||||||
location = "Jitsi"
|
location = "Jitsi"
|
||||||
date_start = "2020-06-25"
|
date_start = "2020-06-25"
|
||||||
|
date_end = "2020-06-25"
|
||||||
description = """
|
description = """
|
||||||
Todos os meses, numa quinta-feira, a comunidade Ubuntu Portugal reúne-se no S̶a̶l̶o̶o̶n̶,̶ ̶e̶m̶ ̶S̶i̶n̶t̶r̶a̶.
|
Todos os meses, numa quinta-feira, a comunidade Ubuntu Portugal reúne-se no S̶a̶l̶o̶o̶n̶,̶ ̶e̶m̶ ̶S̶i̶n̶t̶r̶a̶.\n
|
||||||
Atendendo à situação actual de saúde pública em que o nosso país ainda se encontra, este mês voltamos a encontrar-nos em linha e desta vez vamos aproveitar para fazer uma sessão de de tradução conjunta. Consulta a lista dos pacotes que precisam os teu amor no link em abaixo, e aparece:
|
Atendendo à situação actual de saúde pública em que o nosso país ainda se encontra, este mês voltamos a encontrar-nos em linha e desta vez vamos aproveitar para fazer uma sessão de de tradução conjunta. Consulta a lista dos pacotes que precisam os teu amor no link em abaixo, e aparece:\n
|
||||||
https://translations.launchpad.net/ubuntu/focal/+lang/pt
|
https://translations.launchpad.net/ubuntu/focal/+lang/pt\n
|
||||||
Vem, traz um amigo ou um familiar e vem conviver e partilhar experiências com o resto da comunidade portuguesa..
|
Vem, traz um amigo ou um familiar e vem conviver e partilhar experiências com o resto da comunidade portuguesa..\n
|
||||||
O ponto de encontro volta a ser o Jitsi (só precisam de um browser/navegador para web) no endereço:
|
O ponto de encontro volta a ser o Jitsi (só precisam de um browser/navegador para web) no endereço:\n
|
||||||
https://meet.ubcasts.org/junho2020
|
https://meet.ubcasts.org/junho2020
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[experience]]
|
|
||||||
title = "Professor"
|
|
||||||
company = "University X"
|
|
||||||
company_url = ""
|
|
||||||
location = "California"
|
|
||||||
date_start = "2016-01-01"
|
|
||||||
date_end = "2016-12-31"
|
|
||||||
description = """Taught electronic engineering and researched semiconductor physics."""
|
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user