-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathhomepage.yml
executable file
·127 lines (101 loc) · 2.7 KB
/
homepage.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
## Looking for strings? Check the i18n folder.
# showcase
showcase:
enable: true
image:
x: "images/showcase/showcase.png"
_2x: "images/showcase/showcase@2x.png"
imageMobile:
x: "images/showcase/showcase-mobile.jpg"
button:
icon: "icon-email"
URL: "https://www.adrianmoreno.info/"
socialLinks:
- icon: "linkedin"
URL: "https://www.linkedin.com/in/adrianmoreno/"
- icon: "square-github"
URL: "https://github.com/zetxek"
- icon: "x-twitter"
URL: "https://twitter.com/zetxek"
- icon: "dribbble"
URL: "#"
- icon: "behance"
URL: "#"
- icon: "youtube"
URL: "#"
- icon: "instagram"
URL: "https://www.instagram.com/zetxek/"
- icon: "square-facebook"
URL: "https://www.facebook.com/zetxek/"
- icon: "codepen"
URL: "#"
- icon: "yelp"
URL: "https://www.yelp.com/"
- icon: "bluesky"
URL: "https://www.bluesky.com/"
- icon: "threads"
URL: "https://www.threads.net/"
- icon: "face-smile"
URL: "https://www.adrianmoreno.info/"
- icon: "user"
URL: "https://www.adrianmoreno.info/"
- icon: "quote-left"
URL: "https://www.adrianmoreno.info/"
- icon: "cloud-arrow-down"
URL: "https://www.adrianmoreno.info/"
- icon: "square-xing"
URL: "https://www.adrianmoreno.info/"
# about
about:
enable: true
button:
icon: "icon-user"
URL: "https://www.linkedin.com/in/adrianmoreno/"
image:
x: "images/about/user-picture.png"
_2x: "images/about/user-picture@2x.png"
# education
education:
enable: true
items:
- university: "University of Life"
year: "2012-2017"
degree: "Bachelor of Applied Science (BASc), Electrical Engineering"
- university: "High School of Hard Knocks"
year: "2009-2012"
degree: "High School Diploma, Sciences, Math, Computer & Business Studies"
# experience
## to hiden a button, set the icon to an empty string
experience:
enable: true
button:
enable: true
icon: "icon-linkedin"
## the url and text are localized, fill them in the i18n file
## keys: experience_button, experience_button_url
button2:
enable: true
icon: "icon-file-pdf"
## the url and text are localized, fill them in the i18n file
## keys: experience_button2, experience_button_url2
button3:
enable: true
icon: "icon-cloud-arrow-down"
## the url and text are localized, fill them in the i18n file
## keys: experience_button2, experience_button_url2
# Client & Work
client_and_work:
enable: true
# testimonial
testimonial:
enable: true
# contact
contact:
enable: true
form:
action: "#"
button:
icon: "icon-email"
# newsletter
newsletter:
enable: true