header.html 821 B

1234567891011121314
  1. <header>
  2. <div class="row">
  3. <a href="/">
  4. <img class="logo" src="{{ ASSET_PATH }}images/radnets_logo.png" width="500" height="76" />
  5. </a>
  6. <h2>October 18-20, 2019<br/>Prime Produce, NYC</h2>
  7. <div class="social">
  8. <a href="https://www.twitter.com/radnetworks" target="_blank"><img src="{{ ASSET_PATH }}/images/twitter_logo.png" width="37" height="37" /></a>
  9. <a href="mailto:info@radicalnetworks.org"><img src="{{ ASSET_PATH }}/images/email.png" width="37" height="37" /></a>
  10. <a href="http://list.weise7.org/listinfo/radnets" target="_blank"><img src="{{ ASSET_PATH }}/images/mailing-list.png" alt="mailing list" width="37" height="37" /></a>
  11. <!-- <a class="press" href="{{ ASSET_PATH }}/pdf/radical_networks_2017_press_kit.pdf">2017 Press Kit</a> -->
  12. </div>
  13. </div>
  14. </header>