diff --git a/public/images/AboutUs.svg b/public/images/AboutUs.svg new file mode 100644 index 00000000..6d13f82f --- /dev/null +++ b/public/images/AboutUs.svg @@ -0,0 +1,132 @@ + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + diff --git a/public/images/ContactUs.svg b/public/images/ContactUs.svg new file mode 100644 index 00000000..7bbe6868 --- /dev/null +++ b/public/images/ContactUs.svg @@ -0,0 +1,141 @@ + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + + + diff --git a/public/images/GetInvolved.svg b/public/images/GetInvolved.svg new file mode 100644 index 00000000..1685dd8d --- /dev/null +++ b/public/images/GetInvolved.svg @@ -0,0 +1,138 @@ + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + + + + + diff --git a/public/images/OnTap.svg b/public/images/OnTap.svg new file mode 100644 index 00000000..b729fc30 --- /dev/null +++ b/public/images/OnTap.svg @@ -0,0 +1,124 @@ + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + diff --git a/public/images/Teams.svg b/public/images/Teams.svg new file mode 100644 index 00000000..55fda2c5 --- /dev/null +++ b/public/images/Teams.svg @@ -0,0 +1,124 @@ + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + + + URY-Plain-WithSpace-White + + + + + + + + + + + diff --git a/public/images/bg-banner-1.jpg b/public/images/bg-banner-1.jpg index d2db02ae..851dc681 100644 Binary files a/public/images/bg-banner-1.jpg and b/public/images/bg-banner-1.jpg differ diff --git a/public/images/bg-banner-2.jpg b/public/images/bg-banner-2.jpg index d91a75d3..8937299e 100644 Binary files a/public/images/bg-banner-2.jpg and b/public/images/bg-banner-2.jpg differ diff --git a/public/images/drone-banner.jpg b/public/images/drone-banner.jpg index cd86c671..125775fe 100644 Binary files a/public/images/drone-banner.jpg and b/public/images/drone-banner.jpg differ diff --git a/sass/base/_variables.scss b/sass/base/_variables.scss index 6846a903..c33d4ecf 100644 --- a/sass/base/_variables.scss +++ b/sass/base/_variables.scss @@ -39,9 +39,9 @@ $mobile-font-size: 10px; $mobile-max-width: 770px; //Current and Next -$current-next-now-bg: #003367; -$current-next-next-bg: rgba(0, 51, 103, .85); -$current-next-txt-color: #ffffff; +$current-next-now-bg: #f3f3f3; +$current-next-next-bg: rgba(243, 243, 243, .85); +$current-next-txt-color: #002d5a; //Schedule block colours $blocks-sustainer-color: $secondary-color; $blocks-regular-color: $off-white-color; diff --git a/sass/main.scss b/sass/main.scss index e14f73ee..3e785fa6 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -396,4 +396,24 @@ body { .mainPageGrowingSpacer{ flex-grow: 1; background-color: $off-white-color; -} \ No newline at end of file +} + +.pageTitleImage{ + max-inline-size: 90%; + max-height: 15rem; +} + +.teams-banner { + background: url("/images/drone-banner.jpg") center center no-repeat; + background-size: cover; + color: $white; + + // Padding for mobile + padding: calc(5em + 60px) 0 5em; + + // Padding for desktop + @include media-breakpoint-up(md) { + // Remove the height of the nav bar roughly 60px + padding: calc(5em + 60px) 0 5em; + } +} diff --git a/views/about.tmpl b/views/about.tmpl index e7151404..a5f6af8a 100644 --- a/views/about.tmpl +++ b/views/about.tmpl @@ -15,13 +15,13 @@
-

On Air, Online, On Demand

-

Broadcasting since 1968

+ +

Broadcasting since 1968.

-
+

Welcome to URY!

@@ -52,7 +52,7 @@
-
+

How To Listen

There are many ways you can listen to URY, whether you’re a Uni of York student, friends and family of our presenters, or you’re just interested in what our student radio station has to offer.

@@ -90,7 +90,7 @@
-
+

Our History

{{/* Prevents bug where p would appear inline with h2 */}} @@ -104,7 +104,7 @@
-
+
diff --git a/views/contact.tmpl b/views/contact.tmpl index 1e06bea2..778ff9c3 100644 --- a/views/contact.tmpl +++ b/views/contact.tmpl @@ -17,8 +17,8 @@
-

Say hi to URY!

-

At URY, radio is a two-way medium.

+ +

At URY, radio is a two-way medium.

diff --git a/views/getinvolved.tmpl b/views/getinvolved.tmpl index 0f713985..59d0a1bd 100644 --- a/views/getinvolved.tmpl +++ b/views/getinvolved.tmpl @@ -17,8 +17,8 @@
-

Radio

-

By Students, For Students.

+ +

By Students, For Students.


Buy Membership
diff --git a/views/on_demand.tmpl b/views/on_demand.tmpl index 8728dcb6..2ea7b25c 100644 --- a/views/on_demand.tmpl +++ b/views/on_demand.tmpl @@ -17,7 +17,7 @@
-

{{.PageContext.ShortName}} {{.PageContext.ODName}}

+

Refreshing content when you need it the most.

diff --git a/views/team.tmpl b/views/team.tmpl index 0dfe9804..691d5eb8 100644 --- a/views/team.tmpl +++ b/views/team.tmpl @@ -30,7 +30,7 @@
-

Our Teams

+

The people who make URY happen!


Be part of one! diff --git a/views/teams.tmpl b/views/teams.tmpl index e67e8fa2..27cd4745 100644 --- a/views/teams.tmpl +++ b/views/teams.tmpl @@ -1,14 +1,14 @@ {{define "title"}}{{.PageContext.ShortName}} | Our Teams{{end}} {{define "content"}} {{with .PageData}} -
-
-
-
-

Our Teams

-

The people who make URY happen!

+
+
+
+
+ +

The people who make URY happen!


- Be part of one! + Join a Team!