-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from EZ-Robotics/dev
Added contact info #6
- Loading branch information
Showing
4 changed files
with
14 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ const config = { | |
navbar: { | ||
title: 'robotics is ez', | ||
items: [ | ||
{ to: '/about', label: 'About', position: 'right' }, | ||
{ to: '/about', label: 'About Me', position: 'right' }, | ||
{ to: '/projects', label: 'Projects', position: 'left' }, | ||
{ to: 'https://ez-robotics.github.io/EZ-Template/', label: 'EZ-Template Docs', position: 'left' }, | ||
// { to: 'https://ez-robotics.github.io/EZ-GUI/', label: 'EZ-GUI Docs', position: 'left' }, | ||
|
@@ -110,18 +110,18 @@ const config = { | |
{ | ||
title: 'Community', | ||
items: [ | ||
/*{ | ||
label: 'Discord', | ||
href: 'https://discordapp.com/invite/docusaurus', | ||
},*/ | ||
{ | ||
label: 'Instagram', | ||
href: 'https://www.instagram.com/roboticsisez', | ||
}, | ||
/*{ | ||
label: 'Help', | ||
href: '/support', | ||
},*/ | ||
{ | ||
label: 'YouTube', | ||
href: 'https://www.youtube.com/@roboticsisez', | ||
}, | ||
{ | ||
label: 'EZ-Template Discord', | ||
href: 'https://discord.gg/EHjXBcK2Gy', | ||
}, | ||
], | ||
}, | ||
{ | ||
|
@@ -138,7 +138,7 @@ const config = { | |
], | ||
}, | ||
], | ||
copyright: `Copyright © ${new Date().getFullYear()} robotics is ez - built with docusaurus`, | ||
copyright: `[email protected] - (818) 568 0184 - Copyright © ${new Date().getFullYear()} robotics is ez - built with docusaurus`, | ||
}, | ||
prism: { | ||
theme: lightCode, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ function HomepageFeatures() { | |
dangerouslySetInnerHTML={{ | ||
__html: translate({ | ||
message: | ||
`<br>My name is Jess, I am currently a VEX robotics coach for Supernova Robotics at the Science Academy Stem Magnet in North Hollywood. I'm passionate about the synergy that comes from the integration of software and hardware. Apart from my involvement with Supernova, I undertake various projects, such as constructing droids and making tools. <br> <br>Check out my projects page if you're interested in the many other things I do!<br>`, | ||
`<br>My name is Jess, I am currently a VEX robotics coach for Supernova Robotics at the Science Academy Stem Magnet in North Hollywood. I'm passionate about the synergy that comes from the integration of software and hardware. Apart from my involvement with Supernova, I undertake various projects, such as constructing droids and making tools. <br> <br>Check out my projects page if you're interested in the many other things I do!<br> <br>email: [email protected]<br><br>#: 818 568 0184<br>`, | ||
description: | ||
'Home page hero title, can contain simple html tags', | ||
}), | ||
|
This file was deleted.
Oops, something went wrong.