-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
38 lines (38 loc) · 1.14 KB
/
config.js
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
module.exports = {
siteTitle: 'Equivenca C.A.', // <title>
manifestName: 'equivenca',
manifestShortName: 'equivenca', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#16A2EF',
manifestThemeColor: '#16A2EF',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/equivenca/`, // This path is subpath of your hosting https://domain/portfolio
firstName: 'Equivenca C.A.',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
},
{
icon: 'fa-linkedin-in',
name: 'Linkedin',
url: 'https://linkedin.com/in/theanubhav/',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/onlyanubhav',
},
{
icon: 'fa-facebook-f',
name: 'Facebook',
url: 'https://facebook.com/theanubhav',
},
],
email: 'gerencia@equivenca.com',
phone: '(+58) 0241-8389595 / (+58) 0241-8320756 / (+58) 0424-4909199',
address: 'Zona Industrial, 8va. Transversal, Centro Industrial Mauni, Galpón #34. Valencia - Edo. Carabobo, Venezuela',
};