forked from sproogen/modern-resume-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
176 lines (156 loc) · 6.41 KB
/
_config.yml
File metadata and controls
176 lines (156 loc) · 6.41 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Site
repository: Git repository where your resume will be hosted, only required if you are hosting on GitHub (eg. sproogen/modern-resume-theme)
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Content configuration version
version: 2
# Personal info
name: Joan Palacios
title: Web Developer
email: elso95[at]gmail.com
# email_title: Email (Email title override)
# phone: Your phone number (optional)
# phone_title: Phone (Phone title override)
# website: Your website (eg. https://google.com)(optional)
# website_title: Web (Website title override)
# Dark Mode (true/false/never)
darkmode: true
# Social links
# twitter_username: jekyllrb
github_username: nexxez
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: jekyll
linkedin_username: joan-palacios-grimalt-560660143
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: jekyll
# orcid_username: 0000-0000-0000-0000
# googlescholar_username: D847cGsAAAAJ
# Additional icon links
additional_links:
# - title: Link name
# icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
# url: Link url (eg. https://google.com)
# - title: another link
# icon: font awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&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-M42M9N62"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me (Use this to override about section title)
# about_profile_image: Directory of profile image (eg. images/profile.jpg)
about_content: | # this will include new lines to allow paragraphs
I am a web developer specializing in the Magento platform, with experience in adapting, improving, and optimizing online stores to meet the specific needs of clients.
Since completing my studies in web development, I have been working at Magestio, a leading consulting firm in the industry, where I have honed my technical skills and my ability to deliver customized and efficient solutions.
Some of my skills acquired during these years are:
- E-commerce
- Vue.js
- React.js
- SQL
- PHP
- Docker
- Ethical hacking
- Python
- Scripting
content:
# - title: Projects # Title for the section
# layout: list # Type of content section (list/text)
# content:
# - layout: left
# border: weak # Value of `weak` will display a weak border below this item. # Any
# # other value (or no value) means no border will be displayed
# title: Project name
# link: Link to project (eg. sproogen.github.io/modern-resume-theme)(optional)
# link_text: Link Text
# additional_links:
# - 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)(optional)
# - 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)(optional)
# quote: >
# Short overview of the project (optional)
# description: | # this will include new lines to allow paragraphs
# Description about the work on/with the project
- title: Experience
layout: list
content:
- layout: left
title: Dam-Sport
sub_title: Developer & IT
caption: September 2024 - present
link: https://www.dam-sport.net/
quote: >
A company with a Magento-based eCommerce platform. My role involves Python development, scripting, and working with React. I’m actively expanding my skills and knowledge in these technologies.
description: | # this will include new lines to allow paragraphs
Full-Stack Developer, Systems analyzer/manager, basically an AIO.
- layout: left
title: Magestio
sub_title: Developer
caption: April 2019 - September 2024
link: https://magestio.com
quote: >
E-commerce consulting company specialized in Magento.
description: | # this will include new lines to allow paragraphs
Full-Stack Developer, Systems analyzer/manager, basically an AIO.
- title: Education
layout: list
content:
- layout: left
title: IES Pere Maria Orts i Bosch
sub_title: Higher Degree, Web Application Development
caption: 2018 - 2019
# quote: >
# Short institution or course description (optional)
# description: | # this will include new lines to allow paragraphs
# Description of qualification
- layout: left
title: IES Nº1
sub_title: Higher Degree, Multiplatform Application Development
caption: 2015 - 2017
# quote: >
# Short institution or course description (optional)
# description: | # this will include new lines to allow paragraphs
# Description of qualification
- layout: left
title: IES Marcos Zaragoza
sub_title: Intermediate Degree, Microcomputer Systems and Networks
caption: 2013 - 2015
# quote: >
# Short institution or course description (optional)
# description: | # this will include new lines to allow paragraphs
# Description of qualification
# - title: A Little More About Me
# layout: text
# content: | # this will include new lines to allow paragraphs
# This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
# Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
# Footer
footer_show_references: false
# references_title: References on request (Override references text)
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
remote_theme: sproogen/modern-resume-theme
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]