Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/components/FAQSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Collapse } from "antd";
import { JSX } from "react";

interface FAQItem {
key: string;
Expand Down
2 changes: 1 addition & 1 deletion app/components/ImageBreaks.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { CSSProperties, ReactPropTypes } from "react";
import React, { CSSProperties } from "react";
import Image from "next/image";

type ImageBreaksProps = {
Expand Down
18 changes: 11 additions & 7 deletions app/team/ic/software/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ import DashboardImage from "@/public/assets/team/ICPages/Software/Dashboard.png"
import SkillsImage from "@/public/assets/team/ICPages/Software/Skills.png"
import SoftwareInfrastructureImage from "@/public/assets/team/ICPages/Software/Infrastructure.png"
import DFRWheelImage from "@/public/dfr-logo-tyre.png"

import william from "@/public/assets/team/Fall2025Officers/william.png"
import joshua from "@/public/assets/team/Fall2025Officers/Joshua.png"
import Farah from "@/public/assets/team/Fall2025Officers/Farah.png"
import Reid from "@/public/assets/team/Fall2025Officers/Reid.png"
import arjun from "@/public/assets/team/Fall2025Officers/arjun.png"
const OFFICERS = {
leadership: [
{
bigTitle: "Software",
timings: "Fridays @ 6:00 pm",
image: "/dfr-logo-tyre.png",
timings: "Fridays @ 6:00 pm",
image: arjun,
name: "Arjun Nayak",
role: "Software Lead",
quote:
Expand All @@ -32,14 +36,14 @@ const OFFICERS = {
"The Web Dashboard is a new platform for analyzing and visualizing data from our racing sessions. It will connect to our Postgres database and provide tools for quadrant analysis, driver comparisons, and live dashboards. Members can view and analyze entire sessions, helping drivers and engineers make data-driven decisions to improve performance. This project will be started from scratch, using modern web development technologies to ensure a responsive and user-friendly experience.",
},
{
image: DFRWheelImage,
image: joshua,
name: "Joshua John",
role: "CI/CD & Infrastructure",
quote:
"Implementing CI/CD pipelines for 4 different dashboards. The primary objective of these projects is to automate, deploy, and observe all our software. We use Infrastructure As Code products such as Terraform to provision and manage infrastructure. Using tools like Datadog and Sentry, we can observe the status of our software and enable quicker responses to failures. This ensures maximum scalability and reliability for engineers to see all their needs and data to assist with not only the development of the car, but also the management of the finances.",
},
{
image: DFRWheelImage,
image: Reid,
name: "Ried Minton",
role: "Cloud Infrastructure",
quote:
Expand All @@ -53,14 +57,14 @@ const OFFICERS = {
"A telemetry pipeline designed to run on a vehicle-mounted embedded system (Raspberry Pi). Its primary objective is to continuously read CAN bus data from the car's sensors and deliver it to our cloud infrastructure. The architecture ensures zero data loss through connectivity interruptions.",
},
{
image: DFRWheelImage,
image: Farah,
name: "Farah Munavary",
role: "Finance Dashboard",
quote:
"The Finance Dashboard is designed to help SAE treasurers and admin team manage DFR finances in a more efficient manner. Features include centralized views of budget breakdowns and incoming donations, as well as data visualization on subteam spending activity. By streamlining these elements into a single interface, the dashboard allows treasurers to monitor financial performance and allocate funds effectively. This platform is built using a Next.js framework, with shadcn UI components for an organized, responsive frontend, and a PostgreSQL database to securely store financial records.",
},
{
image: DFRWheelImage,
image: william,
name: "William Davis",
role: "Software Ops",
quote:
Expand Down
8 changes: 4 additions & 4 deletions data/OfficerData.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"year": "Sophomore",
"major": "Computer Information Systems & Technologys",
"yearsOnTeam": "1",
"image": "/dfr-logo-tyre.png",
"image": "/assets/team/Fall2025Officers/Arav.png",
"email": "axn230073@utdallas.edu",
"linkedin": "https://www.linkedin.com/in/arav-neroth/"
},
Expand Down Expand Up @@ -241,7 +241,7 @@
"major": "Mechanical Engineering",
"year": "Junior",
"yearsOnTeam": "1",
"image": "/dfr-logo-tyre.png",
"image": "/assets/team/Fall2025Officers/Sri.png",
"email": "Sri.Arvapalli@utdallas.edu",
"linkedin": "https://www.linkedin.com/in/sri-anirudh-arvapalli-1b5395259/"
},
Expand All @@ -263,7 +263,7 @@
"year": "Junior",
"major": "Computer Engineering",
"yearsOnTeam": "1.5",
"image": "/dfr-logo-tyre.png",
"image": "/assets/team/Fall2025Officers/michael.png",
"email": "Michael.Dahl@utdallas.edu",
"linkedin": "https://www.linkedin.com/in/michael-k-dahl/"
},
Expand Down Expand Up @@ -307,7 +307,7 @@
"year": "Sophomore",
"major": "Computer Science",
"yearsOnTeam": "1",
"image": "/dfr-logo-tyre.png",
"image": "/assets/team/Fall2025Officers/arjun.png",
"email": "arjun.nayak@utdallas.edu",
"linkedin": "https://www.linkedin.com/in/arjun-s-nayak/"
},
Expand Down
17 changes: 15 additions & 2 deletions data/SponsorData.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,16 @@
"logo": "/assets/sponsors/EVSponsors/PROEV.png",
"link": "https://proelectricvehicle.com/"
},

{
"name": "Quanser",
"logo": "/assets/sponsors/quanser.png",
"link": "https://www.quanser.com/"
},
{
"name": "Rapid Harness",
"logo": "/assets/sponsors/RapidHarness.png",
"link": "https://rapidharness.com/"
},
{
"name": "RedBull",
"logo": "/assets/sponsors/redbull.webp",
Expand Down Expand Up @@ -236,12 +245,16 @@
"logo": "/assets/sponsors/EVSponsors/TTE.png",
"link": "https://www.ttelectronics.com/"
},

{
"name": "UTD",
"logo": "/assets/sponsors/utd.svg",
"link": "https://www.utdallas.edu/"
},
{
"name": "Velvet Taco",
"logo": "/assets/sponsors/Velvet_Taco.png",
"link": "https://www.VelvetTaco.com"
},
{
"name": "WelshAdvisors",
"logo": "/assets/sponsors/welshadvisors.webp",
Expand Down
Loading