diff --git a/dist/img/silhouettes/female--blue.png b/dist/img/silhouettes/female--blue.png new file mode 100644 index 0000000..7f82498 Binary files /dev/null and b/dist/img/silhouettes/female--blue.png differ diff --git a/dist/img/silhouettes/female--green.png b/dist/img/silhouettes/female--green.png new file mode 100644 index 0000000..5b101e8 Binary files /dev/null and b/dist/img/silhouettes/female--green.png differ diff --git a/dist/img/silhouettes/female--orange.png b/dist/img/silhouettes/female--orange.png new file mode 100644 index 0000000..ef0cb0f Binary files /dev/null and b/dist/img/silhouettes/female--orange.png differ diff --git a/dist/img/silhouettes/female--red.png b/dist/img/silhouettes/female--red.png new file mode 100644 index 0000000..bcc86e6 Binary files /dev/null and b/dist/img/silhouettes/female--red.png differ diff --git a/dist/img/silhouettes/female--yellow.png b/dist/img/silhouettes/female--yellow.png new file mode 100644 index 0000000..0ffca70 Binary files /dev/null and b/dist/img/silhouettes/female--yellow.png differ diff --git a/dist/img/silhouettes/male--blue.png b/dist/img/silhouettes/male--blue.png new file mode 100644 index 0000000..0c64e5c Binary files /dev/null and b/dist/img/silhouettes/male--blue.png differ diff --git a/dist/img/silhouettes/male--green.png b/dist/img/silhouettes/male--green.png new file mode 100644 index 0000000..642fa63 Binary files /dev/null and b/dist/img/silhouettes/male--green.png differ diff --git a/dist/img/silhouettes/male--orange.png b/dist/img/silhouettes/male--orange.png new file mode 100644 index 0000000..115d16c Binary files /dev/null and b/dist/img/silhouettes/male--orange.png differ diff --git a/dist/img/silhouettes/male--red.png b/dist/img/silhouettes/male--red.png new file mode 100644 index 0000000..6054938 Binary files /dev/null and b/dist/img/silhouettes/male--red.png differ diff --git a/dist/img/silhouettes/male--yellow.png b/dist/img/silhouettes/male--yellow.png new file mode 100644 index 0000000..3338efe Binary files /dev/null and b/dist/img/silhouettes/male--yellow.png differ diff --git a/single-about-us.php b/single-about-us.php deleted file mode 100644 index e69de29..0000000 diff --git a/single-aboutus.php b/single-aboutus.php new file mode 100644 index 0000000..0fe812a --- /dev/null +++ b/single-aboutus.php @@ -0,0 +1,30 @@ +post_name; + +if ( $post->post_name == 'our-team' ) { + $query = array( + 'post_type' => 'instructor', + 'orderby' => 'title', + 'order' => 'ASC' + ); + query_posts($query); + $context['instructors'] = Timber::get_posts(); + Timber::render( array( 'single-our-team.twig' ), $context ); +} else { + Timber::render( array( 'single-' . $post->ID . '.twig', 'single-' . $post->post_type . '.twig', 'single.twig' ), $context ); +} diff --git a/templates/footer.twig b/templates/footer.twig index dff809f..9e0d4c9 100755 --- a/templates/footer.twig +++ b/templates/footer.twig @@ -13,7 +13,7 @@
- Application Process + APPLY NOW