Skip to content

Commit

Permalink
Some changes to sight layout (#15)
Browse files Browse the repository at this point in the history
* workshop should be done (#11) (#1)

* sync'ing up (#2)

* workshop should be done (#11)

* workshop should be done (#11) (#1) (#12)

* changing heading block to match crunchy

* Change link color in header

* Add homepage placeholders

* Increase homepage height

* Move to a course based approach

* Move Replication to course

* Re-arranging and dropping some of the content

* Fixed unmatched ]
  • Loading branch information
thesteve0 authored Apr 30, 2019
1 parent 6510bd5 commit ecd343f
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 3 deletions.
6 changes: 4 additions & 2 deletions homepage-pathway.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"private": true,
"courses": [
{
"external_link": "https://crunchydata.katacoda.com/basic-postgres-for-dbas/",

"external_link": "https://crunchydata.katacoda.com/comingsoon/",
"title": "Basic PostgreSQL for DBAs",
"action": "Start Course"
},
Expand All @@ -18,6 +19,7 @@
"action": "Coming Soon"
},
{

"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "Advanced Concepts",
"action": "Coming Soon"
Expand All @@ -28,7 +30,7 @@
"action": "Coming Soon"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"external_link": "https://crunchydata.katacoda.com/workshops/",
"title": "Workshops",
"action": "Coming Soon"
}
Expand Down
36 changes: 36 additions & 0 deletions homepage-pathway.json.orig
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"title": "CrunchyData Learning Portal",
"private": true,
"courses": [
{
"external_link": "https://crunchydata.katacoda.com/basic-postgres-for-dbas/",
"title": "Basic PostgreSQL for DBAs",
"action": "Start Course"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "Basic PostgreSQL for Developers",
"action": "Coming Soon"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "PostGIS",
"action": "Coming Soon"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "Advanced Concepts",
"action": "Coming Soon"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "PostgreSQL for Kubernetes/OpenShift",
"action": "Coming Soon"
},
{
"external_link": "https://crunchydata.katacoda.com/comingsoon",
"title": "Workshops",
"action": "Coming Soon"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion training/foundations-pathway.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pathway_id": "crunchydata",
"id": "appdev-wkshp",
"course_id": "appdev-wkshp",
"title": "Features in PostgreSQL for Application Development"
"title": "PostgreSQL for Application Development"
}
]
}
18 changes: 18 additions & 0 deletions workshops.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": "CrunchyData Learning Portal",
"private": true,
"courses": [
{
"external_link": "https://crunchydata.katacoda.com/workshops/replication/",
"title": "PostgreSQL Replication"
},
{
"external_link": "https://crunchydata.katacoda.com/workshops/pitr/",
"title": "PostgreSQL Point in Time Backup and Recovery"
},
{
"external_link": "https://crunchydata.katacoda.com/workshops/appdev-wkshp/",
"title": "PostgreSQL for Application Developers"
}
]
}

0 comments on commit ecd343f

Please sign in to comment.