Skip to content

Commit

Permalink
Rebranch DTI as 'Digital Tech & Innovation' (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-kent authored Aug 27, 2023
1 parent 3fa0e19 commit 967b515
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Access CoursePlan at [courseplan.io](https://courseplan.io)!

CoursePlan is a four-year academic planner for Cornell undergraduates developed by the Design & Tech Initiative. CoursePlan helps undergraduates track their courses and their requirements automatically depending on their college, major, and minor. It aims to allow students view the big picture of their time at Cornell.
CoursePlan is a four-year academic planner for Cornell undergraduates developed by the Digital Tech & Innovation. CoursePlan helps undergraduates track their courses and their requirements automatically depending on their college, major, and minor. It aims to allow students view the big picture of their time at Cornell.

View documentation in our [wiki](https://github.com/cornell-dti/course-plan/wiki).

Expand Down
6 changes: 5 additions & 1 deletion src/components/Semester/SemesterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<img class="semesterView-heart" src="@/assets/images/redHeart.svg" alt="heart" />
by
<a target="_blank" href="https://www.cornelldti.org/projects/courseplan/">
Cornell Design &amp; Tech Initiative
Cornell Digital Tech &amp; Innovation
</a>
</div>
</div>
Expand Down Expand Up @@ -211,6 +211,7 @@ export default defineComponent({
margin-bottom: 1rem;
min-height: 2.25rem;
align-items: center;
&--two {
justify-content: space-between;
}
Expand Down Expand Up @@ -280,6 +281,7 @@ export default defineComponent({
a {
color: $medGray;
&:hover {
text-decoration: underline $medGray;
}
Expand Down Expand Up @@ -308,9 +310,11 @@ export default defineComponent({
margin-top: 5.5rem;
margin-left: 2.5rem;
margin-right: 1rem;
&-switch {
padding-right: 0.75rem;
}
&-content {
width: 100%;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="content">
<h2>Privacy Policy</h2>
<p>
Your privacy is important to us. It is Cornell Design Tech Initiative&#39;s policy to
Your privacy is important to us. It is Cornell Digital Tech & Innovation&#39;s policy to
respect your privacy and comply with any applicable law and regulation regarding any
personal information we may collect about you, including across our website,
<a href="https://courseplan.io/">https://courseplan.io/</a>, and other sites we own and
Expand Down

0 comments on commit 967b515

Please sign in to comment.