Skip to content

Commit eb9b81e

Browse files
committed
Finished rocksat
1 parent c5b98a6 commit eb9b81e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+353
-92
lines changed

templerobotics.github.io/app/globals.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ body {
9595
letter-spacing: 1px;
9696
line-height: 1;
9797
}
98+
99+
.section-header-text {
100+
font-family: 'Arca', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
101+
font-weight: 200;
102+
font-size: 100px;
103+
letter-spacing: 1px;
104+
}
105+
106+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import Page from '@components/home/HomePage'
1+
import HomePage from '@components/home/HomePage'
22
import React from 'react'
33

44
export default function Home (): React.ReactElement {
5-
return (<Page/>)
5+
return (<HomePage/>)
66
}
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1+
import RocksatPage from '@components/rocksat/RocksatPage'
12
import React from 'react'
23

34
export default function Robotics (): React.ReactElement {
4-
return (
5-
<div>
6-
Rocksat page
7-
</div>
8-
)
5+
return (<RocksatPage/>)
96
}
224 KB
Loading
5.28 MB
Loading
227 KB
Loading
2.08 MB
Loading
5.28 MB
Loading
5.91 MB
Loading
2.19 MB
Loading

0 commit comments

Comments
 (0)