-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaplelabs.config.js
32 lines (26 loc) · 1.48 KB
/
maplelabs.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
module.exports = {
title: 'OpenSource @ Maplelabs',
tagline: 'At MapleLabs we contribute back.',
favicon: '/images/favicon.png',
navbarLogo: {
alt: 'Maple Labs Logo',
src: '/images/maplelabs_dark.svg',
},
//description goes to meta-tag
description: 'OpenSource @ MapleLabs: Get involved in open source communities, discover projects and learn about MapleLabs opensource program.',
organizationName: 'MapleLabs',
//organization name as per github
orgsName: 'maplelabs',
textInintroSection1: 'Embracing Collabration.',
textInintroSection2: 'Embracing Open Source.',
introSectionDescription: 'We at MapleLabs believe open source solves real-world problems. We are a passionate, open-minded and focused group of software enthusiasts pushing boundaries with an aim to create unparalleled software experience.',
githubUrl: 'https://github.com/maplelabs',
//blogs
// footerWebsiteUrl: 'https://www.maplelabs.com',
// footerDiscordUrl: 'https://www.maplelabs.com',
footerLinkedinUrl: 'https://in.linkedin.com/company/maplelabs-cloud-solutions',
footerInstagramUrl: 'https://www.instagram.com/maplelabs',
officeAddress1 : '152, Siddhi Vinayak Towers, Sarjapur - Marathahalli Road, Jakkasandra, 1st Block, Koramangala, Bangalore – 560034',
officeAddress2: '1248 Reamwood Ave, Sunnyvale, CA 94089',
services: ['Performance Engineering', 'Dev Ops', 'Site Reliability Engineering', 'Implementation Services']
}