Skip to content

Commit

Permalink
Rename program
Browse files Browse the repository at this point in the history
  • Loading branch information
domingusj committed Apr 28, 2024
1 parent cb52e73 commit 3201df5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "Back-End Engineering Curriculum - Turing School of Software and Design"
description: "Open source curriculum for the Turing School of Software and Design's back end engineering program."
title: "Turing Curriculum - Turing School of Software and Design"
description: "Open source curriculum for the Turing School of Software and Design's software engineering program."
url: "https://curriculum.turing.edu/"

baseurl: ''
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: main
title: Back-End Curriculum
title: Turing Curriculum
---

<section class="splash">
<div class="splash-text">
<h1>Back-End Curriculum</h1>
<h1>Turing Curriculum</h1>
<p>Your guide to OOP, Ruby, Rails, databases, and more.</p>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "front-end-curriculum",
"name": "turing-curriculum",
"version": "1.0.0",
"description": "Open source curriculum for Turing School's back-end engineering program.",
"description": "Open source curriculum for Turing School's software engineering program.",
"main": "index.html",
"dependencies": {
"eslint": "^6.7.2",
Expand Down

0 comments on commit 3201df5

Please sign in to comment.