diff --git a/content/conference.md b/content/conference.md new file mode 100644 index 0000000..dbddf2d --- /dev/null +++ b/content/conference.md @@ -0,0 +1,107 @@ +--- +title: Project Launch Event +--- + +

Connecting Threads:
+Fashioning Madras in India and the Caribbean

+ + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
10:00-10:30
    +
  • Coffee & Registration

  • +
10:30 – 12:30
12:30 – 13:30
    +
  • Lunch

  • +
13:30 – 16:00
    +
  • Object Session: V&A Madras Handkerchiefs and +Bristol Museum Grenada Dolls

  • + +
+
    +
  • Demonstrations of Lungi and Headwrap +tying

  • +
16:00 – 16:20
    +
  • Coffee break

  • +
16:20 – 18:00 +
18:00 – 19:00
    +
  • Drinks Reception

  • +
diff --git a/static/css/custom.css b/static/css/custom.css index 26ace19..48aa028 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,48 +1,58 @@ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap'); +aside { + padding: 1rem; + border: 1px solid #333; + margin-bottom: 1rem; +} + .active { - border-bottom: 2px solid #000; + border-bottom: 2px solid #000; } .navbar { - font-family: 'Montserrat', sans-serif; - font-weight: 500; - margin-top: 3em; - border: none; + font-family: 'Montserrat', sans-serif; + font-weight: 500; + margin-top: 3em; + border: none; } -.navbar-default .navbar-collapse, .navbar-default .navbar-form { - background-color: white; - color: black; +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + background-color: white; + color: black; } .navbar-default { - .navbar-brand, - .navbar-nav>li>a { + + .navbar-brand, + .navbar-nav>li>a { color: black; - } - .navbar-brand { - font-weight: 700; - font-size: 1.25em; - letter-spacing: 3px; - } + } + + .navbar-brand { + font-weight: 700; + font-size: 1.25em; + letter-spacing: 3px; + } } .container-fluid { - background-color: #fff; + background-color: #fff; } .navbar-toggle { - border: none; + border: none; } -.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { - background-color: #fff; +.navbar-default .navbar-toggle:focus, +.navbar-default .navbar-toggle:hover { + background-color: #fff; } .navbar-default .navbar-toggle .icon-bar { - background-color: black; + background-color: black; } #carouselIndicators {