diff --git a/app/(pages)/software-work/page.jsx b/app/(pages)/software-work/page.jsx new file mode 100644 index 0000000..b934b4c --- /dev/null +++ b/app/(pages)/software-work/page.jsx @@ -0,0 +1,74 @@ +"use client"; +// import { useState } from "react"; +import Link from "next/link"; +import Image from "next/image" +import styles from "./software-work.module.scss"; +// import styles from "./mixins.scss" + +// import .scss file (use styles) + +export default function SoftwareWork() { + // js code outside of return + + return ( + // put html stuff inside div +
+ Our Software team focuses mainly on the embedded software and + writing our custom operating system on the orbital platform called + IntelliSat. IntelliSat is written fully in C, has bare metal + drivers, and uses FreeRTOS to schedule mission tasks. Work in + Software involves using STM32CubeIDE, looking at datasheets, + documentation, looking at schematics, and embedded C +
+ +