wip
This commit is contained in:
parent
979c50b61a
commit
4362118535
13 changed files with 233 additions and 233 deletions
26
venues.html
26
venues.html
|
@ -7,13 +7,13 @@
|
|||
<meta name="HandheldFriendly" content="true" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="shortcut icon" href="core/misc/favicon.ico" type="image/vnd.microsoft.icon" />
|
||||
<link rel="canonical" href="venues.html" />
|
||||
<link rel="shortlink" href="node/11.html" />
|
||||
<link rel="revision" href="venues.html" />
|
||||
<link rel="canonical" href="venues" />
|
||||
<link rel="shortlink" href="node/11" />
|
||||
<link rel="revision" href="venues" />
|
||||
|
||||
<title>Location information | DrupalCamp Bristol 2017</title>
|
||||
<link rel="stylesheet" href="sites/default/files/css/css_Sr-zrzbdX7e1D5RQ_QtqOK_J8ztT5TgNbD9A14dx0Pw.css%3Fosicsv.css" media="all" />
|
||||
<link rel="stylesheet" href="sites/default/files/css/css_Vn8-2iqzJuEPqXgw0OVLQPx82pcc6QVkRoP0hW2MEWs.css%3Fosicsv.css" media="all" />
|
||||
<link rel="stylesheet" href="sites/default/files/css/css_Sr-zrzbdX7e1D5RQ_QtqOK_J8ztT5TgNbD9A14dx0Pw.css" media="all" />
|
||||
<link rel="stylesheet" href="sites/default/files/css/css_Vn8-2iqzJuEPqXgw0OVLQPx82pcc6QVkRoP0hW2MEWs.css" media="all" />
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Poppins:400,600,700" media="all" />
|
||||
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
<div id="block-dcb2017-branding" class="block block-system block-system-branding-block">
|
||||
|
||||
|
||||
<a href="index.html" title="Home" rel="home" class="site-logo">
|
||||
<a href="index" title="Home" rel="home" class="site-logo">
|
||||
<img src="themes/dcb2017/logo.svg" alt="Home" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -46,16 +46,16 @@
|
|||
|
||||
<ul class="menu">
|
||||
<li class="menu-item">
|
||||
<a href="schedule-cxo.html" title="CXO day schedule." data-drupal-link-system-path="schedule-cxo">CXO Schedule</a>
|
||||
<a href="schedule-cxo" title="CXO day schedule." data-drupal-link-system-path="schedule-cxo">CXO Schedule</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="schedule-dev.html" title="Schedule for the developer day." data-drupal-link-system-path="schedule-dev">Dev schedule</a>
|
||||
<a href="schedule-dev" title="Schedule for the developer day." data-drupal-link-system-path="schedule-dev">Dev schedule</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="speakers.html" title="Speaker listing" data-drupal-link-system-path="speakers">Speakers</a>
|
||||
<a href="speakers" title="Speaker listing" data-drupal-link-system-path="speakers">Speakers</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="sponsors.html" title="Our awesome sponsors" data-drupal-link-system-path="node/5">Sponsors</a>
|
||||
<a href="sponsors" title="Our awesome sponsors" data-drupal-link-system-path="node/5">Sponsors</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -213,13 +213,13 @@ BS1 5BJ</p>
|
|||
|
||||
<ul class="menu">
|
||||
<li class="menu-item">
|
||||
<a href="code-of-conduct.html" title="Code of conduct" data-drupal-link-system-path="node/2">Code of Conduct</a>
|
||||
<a href="code-of-conduct" title="Code of conduct" data-drupal-link-system-path="node/2">Code of Conduct</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="contact.html" data-drupal-link-system-path="contact">Contact</a>
|
||||
<a href="contact" data-drupal-link-system-path="contact">Contact</a>
|
||||
</li>
|
||||
<li class="menu-item menu-item--active-trail">
|
||||
<a href="venues.html" title="Venue and location information." data-drupal-link-system-path="node/11" class="is-active">Getting here</a>
|
||||
<a href="venues" title="Venue and location information." data-drupal-link-system-path="node/11" class="is-active">Getting here</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="https://twitter.com/DrupalCampBris" title="Follow us on Twitter!">Twitter</a>
|
||||
|
|
Reference in a new issue