-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
139 lines (120 loc) · 6.1 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Site
repository: jqueral.github.io
favicon: imagenes/favicon.ico
# Content configuration version
version: 2
# Personal info
name: Juliano Queral
title:
email: julianoqueral@gmail.com
website: https://jqueral.github.io/
# Dark Mode (true/false/never)
darkmode: never
# Social links
twitter_username: julianoqueralt
github_username: jqueral
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: jqueral
linkedin_username: https://www.linkedin.com/in/juliano-queral-7b6653129/
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: globalmtb
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
additional_links:
# - title: itsgoingto.be
# icon: fas fa-globe
# url: https://www.itsgoingto.be
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
about_title: Sobre Mi
about_profile_image: imagenes/foto3.jpg
about_content: | # this will include new lines to allow paragraphs
¡Hola! Mi nombre es Juliano y soy un estudiante de la licenciatura en matematicas en la UNR. As well as administrating systems I also have experience making software and web apps. I have worked at a number of companies gaining teamwork and leadership skills.
I am most skilled in: <mark>Python</mark> and <mark>Markov Chains</mark>
content:
- title: Proyectos # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: top-middle
title: Super awesome project
link: github.com/sproogen
# link_text: Project Website
additional_links:
- title: sproogen/modern-resume-theme
icon: fab fa-github
url: github.com/sproogen/modern-resume-theme
# - title: Github page for project (eg. sproogen/modern-resume-theme)
# icon: fab fa-github
# url: Link to project (eg. sproogen.github.io/modern-resume-theme)
quote: >
This is probably one of the greatest apps ever created, if you don't agree you're probably wrong.
description: | # this will include new lines to allow paragraphs
I started this project as a way if learning <mark>React</mark> and it has since grown into a fully fledged app. I have learned many skills through this and been I'm very proud of having this in my portfolio. If you don't have a project as awesome as this I would advise you make one.
- title: Experiencia # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: The Boring Company
link: boringcompany.com
# link_text: boringcompany.com
sub_title: Senior Network System Administrator
caption: November 2017 - Present
quote: >
Solving 21st century problems by diging holes and making game changing products like the *not a flamethrower*
description: | # this will include new lines to allow paragraphs
Every company needs its networks properly administered and The Boring Compay is no exception. Digging holes is hard and I play my part making sure the whole company stays connected. I lead a team of 5 people and enjoy driving the company to try new technologies.
- title: Educación # Title for the section
layout: list # Type of content section (list/text)
content:
- layout: left
title: Universidad de Buenos Aires
caption: 2024 - 2027
sub_title: Licenciatura en Ciencias Matemáticas
quote: >
La Universidad de Buenos Aires es una institución académica de renombre internacional, reconocida por su excelencia educativa y su destacada posición en los rankings universitarios como el QS World University Rankings.
description: | # this will include new lines to allow paragraphs
During my time at Harvard I learnt most of my key skills that have I have taken through my career such as teamwork and working to tight deadlines. I thouroughly enjoyed my time as university and learnt a lot about a healthy work life balance.
I spent a lot of my free time as a committee member of the *Harvard Mountaineering Club* taking on roles such as *Trip Secretary* and *Vice-President*.
content:
- layout: left
title: Universidad del CEMA
caption: 2024 - 2024
sub_title: Programa Quant
quote: >
El CEMA, Centro de Estudios Macroeconómicos de Argentina, es una reconocida institución académica privada ubicada en Buenos Aires, Argentina. Fundada en 1978, se destaca por su enfoque en la enseñanza de la economía, los negocios y las ciencias sociales.
description: | # this will include new lines to allow paragraphs
During my time at Harvard I learnt most of my key skills that have I have taken through my career such as teamwork and working to tight deadlines. I thouroughly enjoyed my time as university and learnt a lot about a healthy work life balance.
I spent a lot of my free time as a committee member of the *Harvard Mountaineering Club* taking on roles such as *Trip Secretary*
- title: Un Poco Más Acerca de Mí
layout: text
content: | # this will include new lines to allow paragraphs
Junto a mis intereses en trading y la intersección entre la matemática/estadística con los mercados financieros, algunos de mis otros intereses y pasatiempos son
- Go
- Gaming
- Futbol
- Arte
- Los puzzles mensuales de Jane Street
Look at this cool image
![Trees](/modern-resume-theme/images/landscape-trees.jpg "Trees")
# Footer
footer_show_references: true
# references_title: References on request (Override references text)
# Build settings
remote_theme: sproogen/resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag