Skip to content

Commit

Permalink
Rebrand to "Cornell Digital Technology & Innovation" (#473)
Browse files Browse the repository at this point in the history
* rebranding

* prettier
  • Loading branch information
andrew032011 authored Aug 16, 2023
1 parent 7e3ccd9 commit 47632f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ All the common types used by the packages are defined [here](./common-types/inde

## DTI

We are a team within the **Cornell Design & Tech Initiative**. For more information, see
We are a team within **Cornell Digital Technology & Innovation**. For more information, see
[our website](https://cornelldti.org/).

[![Cornell DTI](https://raw.githubusercontent.com/cornell-dti/design/master/Branding/Wordmark/Dark%20Text/Transparent/Wordmark-Dark%20Text-Transparent%403x.png)](https://cornelldti.org/)
4 changes: 3 additions & 1 deletion dti-website-redesign/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ const Footer: React.FC = () => (
</a>
))}
</div>
<div className={styles.copyrightContainer}>Cornell Design & Tech Initiative &copy; 2022</div>
<div className={styles.copyrightContainer}>
Cornell Digital Technology & Innovation &copy; 2023
</div>
</div>
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions dti-website-redesign/src/pages/team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ const IndexPage = (): JSX.Element => (
className={styles.paragraph}
style={{ left: '-365px', top: '60px', width: '370px' }}
>
We are Cornell Design & Tech Initiative. But individually, we are a <b>talented</b>,{' '}
<b>diverse</b> group of students from different colleges and countries striving to
make a difference in our <b>community</b>.
We are Cornell Digital Technology and Innovation. But individually, we are a{' '}
<b>talented</b>, <b>diverse</b> group of students from different colleges and
countries striving to make a difference in our <b>community</b>.
</div>
</div>
<img className={styles.leftShapes} src={'/static/team/left_shapes.svg'} alt={'Shapes'} />
Expand Down

0 comments on commit 47632f6

Please sign in to comment.