Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand to "Cornell Digital Technology & Innovation" #473

Merged
merged 2 commits into from
Aug 16, 2023
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
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
Loading