File tree Expand file tree Collapse file tree 9 files changed +19
-1098
lines changed Expand file tree Collapse file tree 9 files changed +19
-1098
lines changed Original file line number Diff line number Diff 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
2424image-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
4444days :
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
Original file line number Diff line number Diff line change 99}
1010
1111#conferenceInfo {
12- background-color : $primary ;
12+ background-color : $princeton-orange ;
1313
1414 h1 {
1515 background-color : fade-out ($primary-light , .35 );
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments