Skip to content

Commit

Permalink
Merge pull request #7 from EZ-Robotics/dev
Browse files Browse the repository at this point in the history
Added contact info #6
  • Loading branch information
ssejrog authored Jun 25, 2024
2 parents 2d806b7 + faec995 commit 0c7b7ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 31 deletions.
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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',
},
],
},
{
Expand All @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion projects/dd-3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ DD-3 is a Star Wars inspired fully functional droid. Built with personality in m

<!--truncate-->

---

## DD-3 tldr;
Originally this was going to be a D-O inspired droid, this is about as far as I got with that.
![](d-o/head_linkage.png)

After finding an inspiring imaeg from [Steve Cormann](https://www.instagram.com/stevencormannvfx), I switched directions and started in this direction.
After finding an inspiring image from [Steve Cormann](https://www.instagram.com/stevencormannvfx), I switched directions and started in this direction.
![](opensauce2023/dd3_sketch.png)

The chassis is built around a 3D printed half circle, with aluminum angle coming up for everything non-wheel related to get mounted to.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
Expand Down
19 changes: 0 additions & 19 deletions src/pages/versions.md

This file was deleted.

0 comments on commit 0c7b7ab

Please sign in to comment.