Skip to content

Commit

Permalink
Updating MDE Things (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Meadows <[email protected]>
  • Loading branch information
TobyMeadows2024 and Meadows authored Jan 26, 2024
1 parent 92eda39 commit d6da416
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
Binary file modified docs/mde_docs/Lab Training Guide Rev 2.docx
Binary file not shown.
49 changes: 31 additions & 18 deletions src/pages/docs/swipe-access.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,49 @@ export default function Page() {
return (
<Container>
<div class="App-pageHelper">
<Typography variant="h4">Documents for Students using the ECE Design Studio</Typography>
<Alert severity="info">
Below are doucments you will need to read and sign before you can use the ECE Design Studio.
Note that these documents are universal to both the MDE and AMP lab sides of the lab, but
they do NOT grant you access to both sides of the lab. You will need to be apart of the
AMP lab to use their side.
<Typography variant="h4">
Documents for Students using the ECE Design Studio
</Typography>
<Alert sx={{marginBottom : "10px"}} severity="info">
The documents on this page are utilized to obtain swipe access to AMP
Lab (Whittemore 264), MDE Lab (Whittemore 264) and/or Robotics Lab
(Durham 373). To obtain swipe access to these labs, download and
adhere to requirements outlined in the Lab Training Guide. ECE Lab Policy and ECE Lab Waiver are support
documents called out in the Lab Training Guide.
</Alert>
<Alert sx={{marginBottom : "10px"}} severity="info">
Note: These documents
are universal to both the MDE and AMP lab sides of the lab, but they
do NOT grant you access to both sides of the lab. You will need to be
apart of the AMP lab to use their side
</Alert>
<Stack>
<SingleDoc
title="ECE Design Studio Policy"
description="This contains the policy for the ECE Design Studio."
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/ECE%20Design%20Studio%20Policy.docx`}
last_updated="1/5/2024"
title="Lab Training Guide"
description="This contains the Lab Training Guide"
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/Lab%20Training%20Guide%20Rev%202.docx`}
last_updated="1/16/2024"
/>
<SingleDoc
title="ECE Integrated Design Studio Waiver"
description="This contains the waiver for the ECE Integrated Design Studio."
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/ECE%20Integrated%20Design%20Studio%20Waiver.docx`}
title="ECE Lab Policy"
description="This contains the policy for the ECE Lab Policy."
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/ECE%20Design%20Studio%20Policy.docx`}
last_updated="1/5/2024"
/>
<SingleDoc
title="Lab Training Guide Rev 2"
title="ECE Lab Waiver"
description={
<Box>
<Alert severity = "warning">This is the document you will submit for swipe access</Alert>
<Typography>This contains the Lab Training Guide</Typography>
<Alert severity="warning">
This is the document you will submit for swipe access
</Alert>
<Typography>
This contains the waiver for the ECE Lab
</Typography>
</Box>
}
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/Lab%20Training%20Guide%20Rev%202.docx`}
last_updated="1/16/2024"
link={`https://github.com/Amp-Lab-at-VT/website/raw/${branchName}/docs/mde_docs/ECE%20Integrated%20Design%20Studio%20Waiver.docx`}
last_updated="1/5/2024"
/>
</Stack>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
typewriter
.changeDelay(50)
.pauseFor(250)
.typeString("The AMP Lab at Virginia Tech")
.typeString("The AMP Lab Virginia Tech")
.pauseFor(500)
.callFunction(() => {
setShowButton(true);
Expand Down

0 comments on commit d6da416

Please sign in to comment.