Skip to content

Commit ff7fa5e

Browse files
committed
Adding Princeton hero image and some basic colors
1 parent cbb6264 commit ff7fa5e

File tree

9 files changed

+19
-1098
lines changed

9 files changed

+19
-1098
lines changed

_data/conf.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ catchline: Coming Soon
1616
# Hero
1717
###########################
1818
# Place hero image in /assets/img/theme-images/. Includes optional webp format.
19-
hero-image-filename: ''
20-
hero-image-source: ''
21-
hero-image-filename-webp: ''
22-
hero-image-alt: ''
19+
hero-image-filename: 'princeton.jpg'
20+
hero-image-source: 'https://unsplash.com/photos/JYqLCa-rv7o'
21+
hero-image-filename-webp: 'princeton.webp'
22+
hero-image-alt: 'Princeton University campus'
2323

2424
image-attributions:
2525
- attribution:
26-
creator: ''
27-
image-title: ''
28-
image-url: ''
29-
license-name: ''
30-
license-url: ''
26+
creator: 'Tim Alex (@thelondoner)'
27+
image-title: 'Nassau Hall, Princeton University'
28+
image-url: 'https://unsplash.com/photos/JYqLCa-rv7o'
29+
license-name: 'Unsplash License'
30+
license-url: 'https://unsplash.com/license'
3131

3232
########################
3333
# Program & Schedule
@@ -42,19 +42,19 @@ have-schedule: false
4242

4343
# day 0 = preconf day
4444
days:
45-
- weekday: Monday
46-
date: March 13th
47-
# date in a form that JS Date() constructor understands
48-
date-data: 2023-03-13T23:59
4945
- weekday: Tuesday
50-
date: March 15th
46+
date: March 14th
47+
# date in a form that JS Date() constructor understands
5148
date-data: 2023-03-14T23:59
5249
- weekday: Wednesday
53-
date: March 16th
50+
date: March 15th
5451
date-data: 2023-03-15T23:59
5552
- weekday: Thursday
56-
date: March 17th
53+
date: March 16th
5754
date-data: 2023-03-16T23:59
55+
- weekday: Friday
56+
date: March 17th
57+
date-data: 2023-03-17T23:59
5858

5959
####################
6060
# Venue Information

assets/_scss/_homepage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
#conferenceInfo {
12-
background-color: $primary;
12+
background-color: $princeton-orange;
1313

1414
h1 {
1515
background-color: fade-out($primary-light, .35);

assets/_scss/_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $transparent: transparent !important;
77

88
//== Colors
99

10+
$princeton-orange: #e77500;
1011
$cultured-white: #F5F5F5;
1112
$white: #fff !default;
1213
$gray-100: #f8f9fa !default;
@@ -39,7 +40,7 @@ $gray-lighter: $gray-200 !default; // #eee
3940

4041
//End of gray setting
4142

42-
$primary: #002673;
43+
$primary: #050505;
4344
$primary-dark: darken($primary, 10%) !default;
4445
$primary-light: lighten($primary, 10%) !default;
4546

-2.16 MB
Binary file not shown.
-377 KB
Binary file not shown.
-326 KB
Binary file not shown.

assets/img/theme-images/flag_of_buffalo_ny.svg

Lines changed: 0 additions & 1080 deletions
This file was deleted.
899 KB
Loading
521 KB
Loading

0 commit comments

Comments
 (0)