-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_content.json
executable file
·47 lines (47 loc) · 1.34 KB
/
page_content.json
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
{
"navbar":{
"title":{
"es":"Portfolio",
"en":"Portfolio"
},
"social_links":[
{
"name":"Github",
"icon":"<i class='fab fa-github fa-2x' aria-hidden='true'></i>",
"link":"https://github.com/alvarongg"
},
{
"name":"LinkedIn",
"icon":"",
"link":""
},
{
"name":"Instagram",
"icon":"",
"link":""
},
{
"name":"Youtube",
"icon":"",
"link":""
},
{
"name":"WhatsApp",
"icon":"",
"link":""
}
]
},
"personal_information":{
"full_name":"Alvaro Garcia",
"email":"[email protected]",
"phone_number":"+5491161111611",
"location":"Argentina"
},
"main_section":[
{
"es":"<p class='lead text-muted'><svg style='width:24px;height:24px' viewBox='0 0 24 24'><path fill='currentColor' d='M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z'></path></svg>Estudiante Avanz.<b>Ingeniería en Mecatrónica</b>-<a href='https://ingenieria.uncuyo.edu.ar/' target='_blank'>UNCuyo</a></p>",
"en":"<p class='lead text-muted'><svg style='width:24px;height:24px' viewBox='0 0 24 24'><path fill='currentColor' d='M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z'></path></svg>Advance Student of <b>Mechatronics Engineering</b>-<a href='https://ingenieria.uncuyo.edu.ar/' target='_blank'>UNCuyo</a></p>"
}
]
}