What To Buy

Good Quality Jacket Brands:

Bear in mind, Ithaca can reach -20C on our coldest days! So, definitely prioritize function over fashion.

  • Patagonia - thin but super warm. Expensive but they have official secondhand ones at Worn Wear online. Patagonia has an ironclad guarantee where you can send the products back for repair/replacement
  • Uniqlo down jackets, relatively affordable
  • Columbia
  • The North Face
  • Canada Goose, but quite overpriced

Good Quality Boots Brands:

  • All of the above
  • Timberland
  • Dr. Martens

Winter gears are expensive, so here's something that might help:

taken from NGSO '23


The Style macro allows the use of CSS to style content. CSS describes how HTML elements should be displayed. https://www.adaptavist.com/doco/display/CFP/Style+Sheet
.home-banner {
                    background: #0052cc;
                    color: #fff;
                    font-size: 20px;
                    padding: 20px;
                    }
                    .home-banner h2 {
                    color: #fff;
                    }
                    .title-box {
                    border: 1px solid #0052cc;
                    padding: 10px;
                    }
                    .title-box > h2 {
                    background: #0052cc;
                    bottom: 10px;
                    color: #fff;
                    margin-left: -10px;
                    margin-right: -10px;
                    padding: 2px 10px;
                    position: relative;
                    }