Default conference images
This commit is contained in:
		
							parent
							
								
									e46bdfe82a
								
							
						
					
					
						commit
						bbee04dce5
					
				
							
								
								
									
										
											BIN
										
									
								
								app/assets/images/default_cover.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/assets/images/default_cover.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 476 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/assets/images/default_poster.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app/assets/images/default_poster.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 493 KiB | 
| @ -761,6 +761,17 @@ $header-tilt: 8deg; | |||||||
| 		.colour-5 { fill: $colour-5; } | 		.colour-5 { fill: $colour-5; } | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  | 	.cover { | ||||||
|  | 		position: absolute; | ||||||
|  | 		top: 0; | ||||||
|  | 		right: 0; | ||||||
|  | 		bottom: 0; | ||||||
|  | 		left: 0; | ||||||
|  | 		z-index: $zindex-base; | ||||||
|  | 		background-size: inherit; | ||||||
|  | 		background-position: inherit; | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
| 	@if capable_of(css-mixblendmode) { | 	@if capable_of(css-mixblendmode) { | ||||||
| 		position: relative; | 		position: relative; | ||||||
| 
 | 
 | ||||||
| @ -778,14 +789,6 @@ $header-tilt: 8deg; | |||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		.cover { | 		.cover { | ||||||
| 			position: absolute; |  | ||||||
| 			top: 0; |  | ||||||
| 			right: 0; |  | ||||||
| 			bottom: 0; |  | ||||||
| 			left: 0; |  | ||||||
| 			z-index: $zindex-base; |  | ||||||
| 			background-size: inherit; |  | ||||||
| 			background-position: inherit; |  | ||||||
| 			-webkit-filter: saturate(25%); | 			-webkit-filter: saturate(25%); | ||||||
| 			filter: saturate(25%); | 			filter: saturate(25%); | ||||||
| 			@include _(mix-blend-mode, multiply); | 			@include _(mix-blend-mode, multiply); | ||||||
| @ -1052,6 +1055,7 @@ $header-tilt: 8deg; | |||||||
| 
 | 
 | ||||||
| 	#banner { | 	#banner { | ||||||
| 		figure { | 		figure { | ||||||
|  | 			min-height: 40em; | ||||||
| 			margin: rems(-20) auto rems(2); | 			margin: rems(-20) auto rems(2); | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  | |||||||
| @ -7,7 +7,7 @@ | |||||||
|       <rect x="<%= (100/5)*3 %>%" y="0" width="<%= (100/5) %>%" height="100%" class="colour-3"/> |       <rect x="<%= (100/5)*3 %>%" y="0" width="<%= (100/5) %>%" height="100%" class="colour-3"/> | ||||||
|       <rect x="<%= (100/5)*4 %>%" y="0" width="<%= (100/5) %>%" height="100%" class="colour-1"/> |       <rect x="<%= (100/5)*4 %>%" y="0" width="<%= (100/5) %>%" height="100%" class="colour-1"/> | ||||||
|     </g> |     </g> | ||||||
|     <image x="0" y="0" width="100%" height="100%" xlink:href="<%= @conference.cover_url %>" id="banner-image" preserveAspectRatio="xMidYMid slice"/> |     <image x="0" y="0" width="100%" height="100%" xlink:href="<%= @conference.cover_url || image_path('default_poster.jpg') %>" id="banner-image" preserveAspectRatio="xMidYMid slice"/> | ||||||
|    |    | ||||||
|     <filter id="f1" x="0" y="0" width="1" height="1"> |     <filter id="f1" x="0" y="0" width="1" height="1"> | ||||||
|       <feImage xlink:href="#rainbow" result="rainbow"/> |       <feImage xlink:href="#rainbow" result="rainbow"/> | ||||||
|  | |||||||
| Before Width: | Height: | Size: 1019 B After Width: | Height: | Size: 1.0 KiB | 
| @ -3,11 +3,11 @@ | |||||||
| 	- cover = nil | 	- cover = nil | ||||||
| 	- figure = nil | 	- figure = nil | ||||||
| 	- if capable_of(:css_mixblendmode) || ENV['RAILS_ENV'] == 'test' | 	- if capable_of(:css_mixblendmode) || ENV['RAILS_ENV'] == 'test' | ||||||
| 		- cover = "<div class=\"cover\" style=\"background-image: url(#{@conference.cover_url})\"></div>" | 		- cover = "<div class=\"cover\" style=\"background-image: url(#{@conference.cover_url || image_path('default_cover.jpg')})\"></div>" | ||||||
| 	- elsif capable_of(:svg) | 	- elsif capable_of(:svg) | ||||||
| 		- banner_image = 'conferences/banner_image.svg' | 		- banner_image = 'conferences/banner_image.svg' | ||||||
| 	- else | 	- else | ||||||
| 		- style = "background-image: url(#{@conference.cover_url})" | 		- style = "background-image: url(#{@conference.cover_url || image_path('default_cover.jpg')})" | ||||||
| 	#header-title{style: style} | 	#header-title{style: style} | ||||||
| 		= render banner_image if banner_image | 		= render banner_image if banner_image | ||||||
| 		= cover.html_safe if cover | 		= cover.html_safe if cover | ||||||
| @ -18,4 +18,4 @@ | |||||||
| 				.secondary | 				.secondary | ||||||
| 					= date_span(@conference.start_date.to_date, @conference.end_date.to_date) | 					= date_span(@conference.start_date.to_date, @conference.end_date.to_date) | ||||||
| 	%figure | 	%figure | ||||||
| 		%img{src: @conference.poster.full.url} | 		%img{src: @conference.poster.full.url || image_path('default_poster.jpg')} | ||||||
|  | |||||||
| @ -1,145 +0,0 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head> |  | ||||||
| <meta charset="utf-8"> |  | ||||||
| <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |  | ||||||
| <title>Bike!Bike!</title> |  | ||||||
| <meta content="Bike!Bike! A conference for bike collectives, co-ops, non-profit DIY bike shops" name="description"> |  | ||||||
| 
 |  | ||||||
| <link href="/assets/application/safari-7.css" rel="stylesheet" media="all" type="text/css"><link href="/assets/web-fonts/safari-7.css" rel="stylesheet" media="all" type="text/css"> |  | ||||||
| <link href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> |  | ||||||
| <link href="/assets/favicon.ico" rel="icon" type="image/x-icon"> |  | ||||||
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> |  | ||||||
| <link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |  | ||||||
| <link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |  | ||||||
| <link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |  | ||||||
| 
 |  | ||||||
| </head> |  | ||||||
| <body class="home"> |  | ||||||
| <nav> |  | ||||||
| <div id="main-nav"> |  | ||||||
| <div class="inner-nav"> |  | ||||||
| <a class="logo" href="/"><img src="/assets/bb-icon-logo.png" class="sprite icons bb-icon-logo"> |  | ||||||
| <img src="/assets/bb-icon-logo-text.png" class="sprite icons bb-icon-logo-text"> |  | ||||||
| </a><div class="nav"> |  | ||||||
| <a class="current" href="/"><span>My Bike!Bike!</span></a> |  | ||||||
| <a href="/about/"><span><span class="translated-content" data-i18n-key="page_titles.About_BikeBike" data-i18n-needs-translation="0">About Bike!Bike!</span></span></a> |  | ||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> |  | ||||||
| </div> |  | ||||||
| <div class="actions"> |  | ||||||
| <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> |  | ||||||
| </a><form class="logout" action="/logout/" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"> |  | ||||||
| <input type="hidden" name="url" id="url" value="/"> |  | ||||||
| <span class="translated-content" data-i18n-key="forms.actions.generic.Log_out" data-i18n-needs-translation="0"><button name="button" type="submit">Sign out</button></span> |  | ||||||
| </form> |  | ||||||
| 
 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </nav> |  | ||||||
| 
 |  | ||||||
| <main id="main"> |  | ||||||
| <header id="banner"> |  | ||||||
| <div id="header-title"> |  | ||||||
| 
 |  | ||||||
| <div class="cover" style="background-image: url()"></div> |  | ||||||
| <div class="title"> |  | ||||||
| <h2 class="background">2015!</h2> |  | ||||||
| <div class="details"> |  | ||||||
| <h3 class="primary">San Marcos, Texas</h3> |  | ||||||
| <div class="secondary"> |  | ||||||
| August 13 – 17, 2015 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| <figure> |  | ||||||
| <img> |  | ||||||
| </figure> |  | ||||||
| 
 |  | ||||||
| </header> |  | ||||||
| <div id="content"> |  | ||||||
| <article> |  | ||||||
| <h2>My Bike!Bike!</h2> |  | ||||||
| Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. |  | ||||||
| <h3><span class="translated-content" data-i18n-key="acticles.conferences.headings.Proposed_Workshops" data-i18n-needs-translation="1">Proposed Workshops</span></h3> |  | ||||||
| <p><span class="translated-content" data-i18n-key="acticles.conferences.paragraphs.Proposed_Workshops" data-i18n-needs-translation="1">Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process.</span></p> |  | ||||||
| <ul class="workshop-list"> |  | ||||||
| </ul> |  | ||||||
| </article> |  | ||||||
| </div> |  | ||||||
| </main> |  | ||||||
| 
 |  | ||||||
| <div id="footer"> |  | ||||||
| <footer><div class="github"> |  | ||||||
| <img src="/assets/bb-icon-github.png" class="sprite icons bb-icon-github"> |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/issues" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.File_an_Issue" data-i18n-needs-translation="0">File an issue</span> |  | ||||||
| </a> |  | ||||||
| | |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/contributing.md" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.Help_contribute" data-i18n-needs-translation="0">Help contribute</span> |  | ||||||
| </a> |  | ||||||
| </div> |  | ||||||
| <div class="facebook"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.facebook" data-i18n-needs-translation="0"><a href="https://www.facebook.com/groups/648758205249998/" target="_blank" title="Join our Facebook group"> |  | ||||||
| <img src="/assets/bb-icon-fb.png" class="sprite icons bb-icon-fb"> |  | ||||||
| </a> |  | ||||||
| </span></div> |  | ||||||
| <div class="locale"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.select_language" data-i18n-needs-translation="0"><input id="select-language" type="checkbox"> |  | ||||||
| <label class="launch" for="select-language" title="Change your language"> |  | ||||||
| EN |  | ||||||
| </label> |  | ||||||
| <div class="selector"> |  | ||||||
| <ul> |  | ||||||
| <li> |  | ||||||
| <a href="/"> |  | ||||||
| EN |  | ||||||
| </a> |  | ||||||
| <span>English</span> |  | ||||||
| </li> |  | ||||||
| </ul> |  | ||||||
| </div> |  | ||||||
| </span></div> |  | ||||||
| <div class="copy"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.contributors" data-i18n-needs-translation="0"><a title="Contributors" href="/humans.txt">©2015 Bike!Bike! |  | ||||||
| </a></span></div> |  | ||||||
| </footer> |  | ||||||
| </div> |  | ||||||
| <script> |  | ||||||
|   (function() { |  | ||||||
|   	if (!String.prototype.trim) { |  | ||||||
|   		(function() { |  | ||||||
|   			var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; |  | ||||||
|   			String.prototype.trim = function() { |  | ||||||
|   				return this.replace(rtrim, ''); |  | ||||||
|   			}; |  | ||||||
|   		})(); |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));} |  | ||||||
|   	function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;} |  | ||||||
|   	function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/  /g,' ');elem.className = c.trim();} |  | ||||||
|    |  | ||||||
|   	[].slice.call(document.querySelectorAll('.input-field input')).forEach(function(inputEl) { |  | ||||||
|   		if (inputEl.value.trim() === '') { |  | ||||||
|   			inputEl.parentNode.className = inputEl.parentNode.className + ' empty'; |  | ||||||
|   		} |  | ||||||
|    |  | ||||||
|   		inputEl.addEventListener('focus', onInputFocus); |  | ||||||
|   		inputEl.addEventListener('blur', onInputBlur); |  | ||||||
|   	}); |  | ||||||
|    |  | ||||||
|   	function onInputFocus(ev) { |  | ||||||
|   		removeClass(ev.target.parentNode, 'empty') |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function onInputBlur(ev) { |  | ||||||
|   		if (ev.target.value.trim() === '') { |  | ||||||
|   			addClass(ev.target.parentNode, 'empty'); |  | ||||||
|   		} |  | ||||||
|   	} |  | ||||||
|   })(); |  | ||||||
| </script> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| </body></html> |  | ||||||
| @ -40,7 +40,7 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| @ -52,7 +52,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
|  | |||||||
| @ -77,7 +77,7 @@ | |||||||
| <table align='center' border='0' cellpadding='0' cellspacing='0'> | <table align='center' border='0' cellpadding='0' cellspacing='0'> | ||||||
| <tr> | <tr> | ||||||
| <td colspan='2' style='text-align: center' valign='top'> | <td colspan='2' style='text-align: center' valign='top'> | ||||||
| <img class='image_fix' src='http://127.0.0.1:57090'> | <img class='image_fix' src='http://127.0.0.1:57509'> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
| @ -93,7 +93,7 @@ | |||||||
| <img class='image_fix' src='/assets/bblogo-paypal'> | <img class='image_fix' src='/assets/bblogo-paypal'> | ||||||
| </td> | </td> | ||||||
| <td style='width: 50%; text-align: left'> | <td style='width: 50%; text-align: left'> | ||||||
| <a href='http://127.0.0.1:57090'>© Bike!Bike! 2015</a> | <a href='http://127.0.0.1:57509'>© Bike!Bike! 2015</a> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
|  | |||||||
| @ -1,145 +0,0 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head> |  | ||||||
| <meta charset="utf-8"> |  | ||||||
| <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |  | ||||||
| <title>Bike!Bike!</title> |  | ||||||
| <meta content="Bike!Bike! A conference for bike collectives, co-ops, non-profit DIY bike shops" name="description"> |  | ||||||
| 
 |  | ||||||
| <link href="/assets/application/safari-7.css" rel="stylesheet" media="all" type="text/css"><link href="/assets/web-fonts/safari-7.css" rel="stylesheet" media="all" type="text/css"> |  | ||||||
| <link href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> |  | ||||||
| <link href="/assets/favicon.ico" rel="icon" type="image/x-icon"> |  | ||||||
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> |  | ||||||
| <link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |  | ||||||
| <link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |  | ||||||
| <link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |  | ||||||
| 
 |  | ||||||
| </head> |  | ||||||
| <body class="home"> |  | ||||||
| <nav> |  | ||||||
| <div id="main-nav"> |  | ||||||
| <div class="inner-nav"> |  | ||||||
| <a class="logo" href="/"><img src="/assets/bb-icon-logo.png" class="sprite icons bb-icon-logo"> |  | ||||||
| <img src="/assets/bb-icon-logo-text.png" class="sprite icons bb-icon-logo-text"> |  | ||||||
| </a><div class="nav"> |  | ||||||
| <a class="current" href="/"><span>My Bike!Bike!</span></a> |  | ||||||
| <a href="/about/"><span><span class="translated-content" data-i18n-key="page_titles.About_BikeBike" data-i18n-needs-translation="0">About Bike!Bike!</span></span></a> |  | ||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> |  | ||||||
| </div> |  | ||||||
| <div class="actions"> |  | ||||||
| <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> |  | ||||||
| </a><form class="logout" action="/logout/" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"> |  | ||||||
| <input type="hidden" name="url" id="url" value="/"> |  | ||||||
| <span class="translated-content" data-i18n-key="forms.actions.generic.Log_out" data-i18n-needs-translation="0"><button name="button" type="submit">Sign out</button></span> |  | ||||||
| </form> |  | ||||||
| 
 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </nav> |  | ||||||
| 
 |  | ||||||
| <main id="main"> |  | ||||||
| <header id="banner"> |  | ||||||
| <div id="header-title"> |  | ||||||
| 
 |  | ||||||
| <div class="cover" style="background-image: url()"></div> |  | ||||||
| <div class="title"> |  | ||||||
| <h2 class="background">2015!</h2> |  | ||||||
| <div class="details"> |  | ||||||
| <h3 class="primary">San Marcos, Texas</h3> |  | ||||||
| <div class="secondary"> |  | ||||||
| August 13 – 17, 2015 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| <figure> |  | ||||||
| <img> |  | ||||||
| </figure> |  | ||||||
| 
 |  | ||||||
| </header> |  | ||||||
| <div id="content"> |  | ||||||
| <article> |  | ||||||
| <h2>My Bike!Bike!</h2> |  | ||||||
| Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. |  | ||||||
| <h3><span class="translated-content" data-i18n-key="acticles.conferences.headings.Proposed_Workshops" data-i18n-needs-translation="1">Proposed Workshops</span></h3> |  | ||||||
| <p><span class="translated-content" data-i18n-key="acticles.conferences.paragraphs.Proposed_Workshops" data-i18n-needs-translation="1">Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process.</span></p> |  | ||||||
| <ul class="workshop-list"> |  | ||||||
| </ul> |  | ||||||
| </article> |  | ||||||
| </div> |  | ||||||
| </main> |  | ||||||
| 
 |  | ||||||
| <div id="footer"> |  | ||||||
| <footer><div class="github"> |  | ||||||
| <img src="/assets/bb-icon-github.png" class="sprite icons bb-icon-github"> |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/issues" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.File_an_Issue" data-i18n-needs-translation="0">File an issue</span> |  | ||||||
| </a> |  | ||||||
| | |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/contributing.md" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.Help_contribute" data-i18n-needs-translation="0">Help contribute</span> |  | ||||||
| </a> |  | ||||||
| </div> |  | ||||||
| <div class="facebook"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.facebook" data-i18n-needs-translation="0"><a href="https://www.facebook.com/groups/648758205249998/" target="_blank" title="Join our Facebook group"> |  | ||||||
| <img src="/assets/bb-icon-fb.png" class="sprite icons bb-icon-fb"> |  | ||||||
| </a> |  | ||||||
| </span></div> |  | ||||||
| <div class="locale"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.select_language" data-i18n-needs-translation="0"><input id="select-language" type="checkbox"> |  | ||||||
| <label class="launch" for="select-language" title="Change your language"> |  | ||||||
| EN |  | ||||||
| </label> |  | ||||||
| <div class="selector"> |  | ||||||
| <ul> |  | ||||||
| <li> |  | ||||||
| <a href="/"> |  | ||||||
| EN |  | ||||||
| </a> |  | ||||||
| <span>English</span> |  | ||||||
| </li> |  | ||||||
| </ul> |  | ||||||
| </div> |  | ||||||
| </span></div> |  | ||||||
| <div class="copy"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.contributors" data-i18n-needs-translation="0"><a title="Contributors" href="/humans.txt">©2015 Bike!Bike! |  | ||||||
| </a></span></div> |  | ||||||
| </footer> |  | ||||||
| </div> |  | ||||||
| <script> |  | ||||||
|   (function() { |  | ||||||
|   	if (!String.prototype.trim) { |  | ||||||
|   		(function() { |  | ||||||
|   			var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; |  | ||||||
|   			String.prototype.trim = function() { |  | ||||||
|   				return this.replace(rtrim, ''); |  | ||||||
|   			}; |  | ||||||
|   		})(); |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));} |  | ||||||
|   	function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;} |  | ||||||
|   	function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/  /g,' ');elem.className = c.trim();} |  | ||||||
|    |  | ||||||
|   	[].slice.call(document.querySelectorAll('.input-field input')).forEach(function(inputEl) { |  | ||||||
|   		if (inputEl.value.trim() === '') { |  | ||||||
|   			inputEl.parentNode.className = inputEl.parentNode.className + ' empty'; |  | ||||||
|   		} |  | ||||||
|    |  | ||||||
|   		inputEl.addEventListener('focus', onInputFocus); |  | ||||||
|   		inputEl.addEventListener('blur', onInputBlur); |  | ||||||
|   	}); |  | ||||||
|    |  | ||||||
|   	function onInputFocus(ev) { |  | ||||||
|   		removeClass(ev.target.parentNode, 'empty') |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function onInputBlur(ev) { |  | ||||||
|   		if (ev.target.value.trim() === '') { |  | ||||||
|   			addClass(ev.target.parentNode, 'empty'); |  | ||||||
|   		} |  | ||||||
|   	} |  | ||||||
|   })(); |  | ||||||
| </script> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| </body></html> |  | ||||||
| @ -40,7 +40,7 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| @ -52,7 +52,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
|  | |||||||
| @ -44,7 +44,7 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| @ -56,7 +56,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
| @ -1,140 +0,0 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head> |  | ||||||
| <meta charset="utf-8"> |  | ||||||
| <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |  | ||||||
| <title>Bike!Bike!</title> |  | ||||||
| <meta content="Bike!Bike! A conference for bike collectives, co-ops, non-profit DIY bike shops" name="description"> |  | ||||||
| 
 |  | ||||||
| <link href="/assets/application/safari-7.css" rel="stylesheet" media="all" type="text/css"><link href="/assets/web-fonts/safari-7.css" rel="stylesheet" media="all" type="text/css"> |  | ||||||
| <link href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> |  | ||||||
| <link href="/assets/favicon.ico" rel="icon" type="image/x-icon"> |  | ||||||
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> |  | ||||||
| <link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |  | ||||||
| <link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |  | ||||||
| <link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |  | ||||||
| 
 |  | ||||||
| </head> |  | ||||||
| <body class="home"> |  | ||||||
| <nav> |  | ||||||
| <div id="main-nav"> |  | ||||||
| <div class="inner-nav"> |  | ||||||
| <a class="logo" href="/"><img src="/assets/bb-icon-logo.png" class="sprite icons bb-icon-logo"> |  | ||||||
| <img src="/assets/bb-icon-logo-text.png" class="sprite icons bb-icon-logo-text"> |  | ||||||
| </a><div class="nav"> |  | ||||||
| <a class="current" href="/"><span>My Bike!Bike!</span></a> |  | ||||||
| <a href="/about/"><span><span class="translated-content" data-i18n-key="page_titles.About_BikeBike" data-i18n-needs-translation="0">About Bike!Bike!</span></span></a> |  | ||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> |  | ||||||
| </div> |  | ||||||
| <div class="actions"> |  | ||||||
| <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> |  | ||||||
| </a></div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </nav> |  | ||||||
| 
 |  | ||||||
| <main id="main"> |  | ||||||
| <header id="banner"> |  | ||||||
| <div id="header-title"> |  | ||||||
| 
 |  | ||||||
| <div class="cover" style="background-image: url()"></div> |  | ||||||
| <div class="title"> |  | ||||||
| <h2 class="background">2015!</h2> |  | ||||||
| <div class="details"> |  | ||||||
| <h3 class="primary">Sackville, New Brunswick</h3> |  | ||||||
| <div class="secondary"> |  | ||||||
| August 13 – 17, 2015 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| <figure> |  | ||||||
| <img> |  | ||||||
| </figure> |  | ||||||
| 
 |  | ||||||
| </header> |  | ||||||
| <div id="content"> |  | ||||||
| <article> |  | ||||||
| <h2>My Bike!Bike!</h2> |  | ||||||
| Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. |  | ||||||
| <h3><span class="translated-content" data-i18n-key="acticles.conferences.headings.Proposed_Workshops" data-i18n-needs-translation="1">Proposed Workshops</span></h3> |  | ||||||
| <p><span class="translated-content" data-i18n-key="acticles.conferences.paragraphs.Proposed_Workshops" data-i18n-needs-translation="1">Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process.</span></p> |  | ||||||
| <ul class="workshop-list"> |  | ||||||
| </ul> |  | ||||||
| </article> |  | ||||||
| </div> |  | ||||||
| </main> |  | ||||||
| 
 |  | ||||||
| <div id="footer"> |  | ||||||
| <footer><div class="github"> |  | ||||||
| <img src="/assets/bb-icon-github.png" class="sprite icons bb-icon-github"> |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/issues" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.File_an_Issue" data-i18n-needs-translation="0">File an issue</span> |  | ||||||
| </a> |  | ||||||
| | |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/contributing.md" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.Help_contribute" data-i18n-needs-translation="0">Help contribute</span> |  | ||||||
| </a> |  | ||||||
| </div> |  | ||||||
| <div class="facebook"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.facebook" data-i18n-needs-translation="0"><a href="https://www.facebook.com/groups/648758205249998/" target="_blank" title="Join our Facebook group"> |  | ||||||
| <img src="/assets/bb-icon-fb.png" class="sprite icons bb-icon-fb"> |  | ||||||
| </a> |  | ||||||
| </span></div> |  | ||||||
| <div class="locale"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.select_language" data-i18n-needs-translation="0"><input id="select-language" type="checkbox"> |  | ||||||
| <label class="launch" for="select-language" title="Change your language"> |  | ||||||
| EN |  | ||||||
| </label> |  | ||||||
| <div class="selector"> |  | ||||||
| <ul> |  | ||||||
| <li> |  | ||||||
| <a href="/"> |  | ||||||
| EN |  | ||||||
| </a> |  | ||||||
| <span>English</span> |  | ||||||
| </li> |  | ||||||
| </ul> |  | ||||||
| </div> |  | ||||||
| </span></div> |  | ||||||
| <div class="copy"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.contributors" data-i18n-needs-translation="0"><a title="Contributors" href="/humans.txt">©2015 Bike!Bike! |  | ||||||
| </a></span></div> |  | ||||||
| </footer> |  | ||||||
| </div> |  | ||||||
| <script> |  | ||||||
|   (function() { |  | ||||||
|   	if (!String.prototype.trim) { |  | ||||||
|   		(function() { |  | ||||||
|   			var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; |  | ||||||
|   			String.prototype.trim = function() { |  | ||||||
|   				return this.replace(rtrim, ''); |  | ||||||
|   			}; |  | ||||||
|   		})(); |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));} |  | ||||||
|   	function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;} |  | ||||||
|   	function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/  /g,' ');elem.className = c.trim();} |  | ||||||
|    |  | ||||||
|   	[].slice.call(document.querySelectorAll('.input-field input')).forEach(function(inputEl) { |  | ||||||
|   		if (inputEl.value.trim() === '') { |  | ||||||
|   			inputEl.parentNode.className = inputEl.parentNode.className + ' empty'; |  | ||||||
|   		} |  | ||||||
|    |  | ||||||
|   		inputEl.addEventListener('focus', onInputFocus); |  | ||||||
|   		inputEl.addEventListener('blur', onInputBlur); |  | ||||||
|   	}); |  | ||||||
|    |  | ||||||
|   	function onInputFocus(ev) { |  | ||||||
|   		removeClass(ev.target.parentNode, 'empty') |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function onInputBlur(ev) { |  | ||||||
|   		if (ev.target.value.trim() === '') { |  | ||||||
|   			addClass(ev.target.parentNode, 'empty'); |  | ||||||
|   		} |  | ||||||
|   	} |  | ||||||
|   })(); |  | ||||||
| </script> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| </body></html> |  | ||||||
| @ -25,17 +25,8 @@ | |||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> | <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> | ||||||
| </div> | </div> | ||||||
| <div class="actions"> | <div class="actions"> | ||||||
| <form action="https://www.paypal.com/cgi-bin/webscr" class="paypal-button" method="post" target="_top"> | <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> | ||||||
| <input name="cmd" type="hidden" value="_donations"> | </a></div> | ||||||
| <input name="business" type="hidden"> |  | ||||||
| <input name="lc" type="hidden" value="US"> |  | ||||||
| <input name="item_name" type="hidden" value="Bike!Bike!"> |  | ||||||
| <input name="no_note" type="hidden" value="0"> |  | ||||||
| <input name="currency_code" type="hidden" value="USD"> |  | ||||||
| <button type="submit" value="PP-DonationsBF:paypal_logo.png:NonHostedGuest"><span class="translated-content" data-i18n-key="donate.button_label" data-i18n-needs-translation="0">Donate!</span></button> |  | ||||||
| </form> |  | ||||||
| 
 |  | ||||||
| </div> |  | ||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| </nav> | </nav> | ||||||
| @ -44,11 +35,11 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| <h3 class="primary">Halifax, Nova Scotia</h3> | <h3 class="primary">Sackville, New Brunswick</h3> | ||||||
| <div class="secondary"> | <div class="secondary"> | ||||||
| August 13 – 17, 2015 | August 13 – 17, 2015 | ||||||
| </div> | </div> | ||||||
| @ -56,7 +47,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
|  | |||||||
| @ -1,140 +0,0 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head> |  | ||||||
| <meta charset="utf-8"> |  | ||||||
| <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |  | ||||||
| <title>Bike!Bike!</title> |  | ||||||
| <meta content="Bike!Bike! A conference for bike collectives, co-ops, non-profit DIY bike shops" name="description"> |  | ||||||
| 
 |  | ||||||
| <link href="/assets/application/safari-7.css" rel="stylesheet" media="all" type="text/css"><link href="/assets/web-fonts/safari-7.css" rel="stylesheet" media="all" type="text/css"> |  | ||||||
| <link href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> |  | ||||||
| <link href="/assets/favicon.ico" rel="icon" type="image/x-icon"> |  | ||||||
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> |  | ||||||
| <link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |  | ||||||
| <link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |  | ||||||
| <link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |  | ||||||
| 
 |  | ||||||
| </head> |  | ||||||
| <body class="home"> |  | ||||||
| <nav> |  | ||||||
| <div id="main-nav"> |  | ||||||
| <div class="inner-nav"> |  | ||||||
| <a class="logo" href="/"><img src="/assets/bb-icon-logo.png" class="sprite icons bb-icon-logo"> |  | ||||||
| <img src="/assets/bb-icon-logo-text.png" class="sprite icons bb-icon-logo-text"> |  | ||||||
| </a><div class="nav"> |  | ||||||
| <a class="current" href="/"><span>My Bike!Bike!</span></a> |  | ||||||
| <a href="/about/"><span><span class="translated-content" data-i18n-key="page_titles.About_BikeBike" data-i18n-needs-translation="0">About Bike!Bike!</span></span></a> |  | ||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> |  | ||||||
| </div> |  | ||||||
| <div class="actions"> |  | ||||||
| <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> |  | ||||||
| </a></div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </nav> |  | ||||||
| 
 |  | ||||||
| <main id="main"> |  | ||||||
| <header id="banner"> |  | ||||||
| <div id="header-title"> |  | ||||||
| 
 |  | ||||||
| <div class="cover" style="background-image: url()"></div> |  | ||||||
| <div class="title"> |  | ||||||
| <h2 class="background">2015!</h2> |  | ||||||
| <div class="details"> |  | ||||||
| <h3 class="primary">Halifax, Nova Scotia</h3> |  | ||||||
| <div class="secondary"> |  | ||||||
| August 13 – 17, 2015 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| <figure> |  | ||||||
| <img> |  | ||||||
| </figure> |  | ||||||
| 
 |  | ||||||
| </header> |  | ||||||
| <div id="content"> |  | ||||||
| <article> |  | ||||||
| <h2>My Bike!Bike!</h2> |  | ||||||
| Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. |  | ||||||
| <h3><span class="translated-content" data-i18n-key="acticles.conferences.headings.Proposed_Workshops" data-i18n-needs-translation="1">Proposed Workshops</span></h3> |  | ||||||
| <p><span class="translated-content" data-i18n-key="acticles.conferences.paragraphs.Proposed_Workshops" data-i18n-needs-translation="1">Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process.</span></p> |  | ||||||
| <ul class="workshop-list"> |  | ||||||
| </ul> |  | ||||||
| </article> |  | ||||||
| </div> |  | ||||||
| </main> |  | ||||||
| 
 |  | ||||||
| <div id="footer"> |  | ||||||
| <footer><div class="github"> |  | ||||||
| <img src="/assets/bb-icon-github.png" class="sprite icons bb-icon-github"> |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/issues" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.File_an_Issue" data-i18n-needs-translation="0">File an issue</span> |  | ||||||
| </a> |  | ||||||
| | |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/contributing.md" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.Help_contribute" data-i18n-needs-translation="0">Help contribute</span> |  | ||||||
| </a> |  | ||||||
| </div> |  | ||||||
| <div class="facebook"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.facebook" data-i18n-needs-translation="0"><a href="https://www.facebook.com/groups/648758205249998/" target="_blank" title="Join our Facebook group"> |  | ||||||
| <img src="/assets/bb-icon-fb.png" class="sprite icons bb-icon-fb"> |  | ||||||
| </a> |  | ||||||
| </span></div> |  | ||||||
| <div class="locale"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.select_language" data-i18n-needs-translation="0"><input id="select-language" type="checkbox"> |  | ||||||
| <label class="launch" for="select-language" title="Change your language"> |  | ||||||
| EN |  | ||||||
| </label> |  | ||||||
| <div class="selector"> |  | ||||||
| <ul> |  | ||||||
| <li> |  | ||||||
| <a href="/"> |  | ||||||
| EN |  | ||||||
| </a> |  | ||||||
| <span>English</span> |  | ||||||
| </li> |  | ||||||
| </ul> |  | ||||||
| </div> |  | ||||||
| </span></div> |  | ||||||
| <div class="copy"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.contributors" data-i18n-needs-translation="0"><a title="Contributors" href="/humans.txt">©2015 Bike!Bike! |  | ||||||
| </a></span></div> |  | ||||||
| </footer> |  | ||||||
| </div> |  | ||||||
| <script> |  | ||||||
|   (function() { |  | ||||||
|   	if (!String.prototype.trim) { |  | ||||||
|   		(function() { |  | ||||||
|   			var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; |  | ||||||
|   			String.prototype.trim = function() { |  | ||||||
|   				return this.replace(rtrim, ''); |  | ||||||
|   			}; |  | ||||||
|   		})(); |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));} |  | ||||||
|   	function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;} |  | ||||||
|   	function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/  /g,' ');elem.className = c.trim();} |  | ||||||
|    |  | ||||||
|   	[].slice.call(document.querySelectorAll('.input-field input')).forEach(function(inputEl) { |  | ||||||
|   		if (inputEl.value.trim() === '') { |  | ||||||
|   			inputEl.parentNode.className = inputEl.parentNode.className + ' empty'; |  | ||||||
|   		} |  | ||||||
|    |  | ||||||
|   		inputEl.addEventListener('focus', onInputFocus); |  | ||||||
|   		inputEl.addEventListener('blur', onInputBlur); |  | ||||||
|   	}); |  | ||||||
|    |  | ||||||
|   	function onInputFocus(ev) { |  | ||||||
|   		removeClass(ev.target.parentNode, 'empty') |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function onInputBlur(ev) { |  | ||||||
|   		if (ev.target.value.trim() === '') { |  | ||||||
|   			addClass(ev.target.parentNode, 'empty'); |  | ||||||
|   		} |  | ||||||
|   	} |  | ||||||
|   })(); |  | ||||||
| </script> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| </body></html> |  | ||||||
| @ -35,11 +35,11 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| <h3 class="primary">Sackville, New Brunswick</h3> | <h3 class="primary">Halifax, Nova Scotia</h3> | ||||||
| <div class="secondary"> | <div class="secondary"> | ||||||
| August 13 – 17, 2015 | August 13 – 17, 2015 | ||||||
| </div> | </div> | ||||||
| @ -47,7 +47,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
|  | |||||||
| @ -80,7 +80,7 @@ | |||||||
| <p> | <p> | ||||||
| <h3> | <h3> | ||||||
| <b> | <b> | ||||||
| <a href='/confirm/5e80456aba0f6a3cd658fb31618af6737a1a2c878ccfa4e69ebb8b17e133e85c'><span class="translated-content" data-i18n-key="email.confirmation.link.please_confirm" data-i18n-needs-translation="0">Confirm now</span></a> | <a href='/confirm/7f171b892f2a2059668662f3924c19a8cd4a57fae62fe8f9f5b30d0aaaaae052'><span class="translated-content" data-i18n-key="email.confirmation.link.please_confirm" data-i18n-needs-translation="0">Confirm now</span></a> | ||||||
| </b> | </b> | ||||||
| </h3> | </h3> | ||||||
| </p> | </p> | ||||||
| @ -94,7 +94,7 @@ | |||||||
| <img class='image_fix' src='/assets/bblogo-paypal'> | <img class='image_fix' src='/assets/bblogo-paypal'> | ||||||
| </td> | </td> | ||||||
| <td style='width: 50%; text-align: left'> | <td style='width: 50%; text-align: left'> | ||||||
| <a href='http://127.0.0.1:57090'>© Bike!Bike! 2015</a> | <a href='http://127.0.0.1:57509'>© Bike!Bike! 2015</a> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
|  | |||||||
| @ -89,7 +89,7 @@ | |||||||
| <img class='image_fix' src='/assets/bblogo-paypal'> | <img class='image_fix' src='/assets/bblogo-paypal'> | ||||||
| </td> | </td> | ||||||
| <td style='width: 50%; text-align: left'> | <td style='width: 50%; text-align: left'> | ||||||
| <a href='http://127.0.0.1:57090'>© Bike!Bike! 2015</a> | <a href='http://127.0.0.1:57509'>© Bike!Bike! 2015</a> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
|  | |||||||
| @ -80,7 +80,7 @@ | |||||||
| <p> | <p> | ||||||
| <h3> | <h3> | ||||||
| <b> | <b> | ||||||
| <a href='/confirm/5e80456aba0f6a3cd658fb31618af6737a1a2c878ccfa4e69ebb8b17e133e85c'><span class="translated-content" data-i18n-key="email.confirmation.link.please_confirm" data-i18n-needs-translation="0">Confirm now</span></a> | <a href='/confirm/7f171b892f2a2059668662f3924c19a8cd4a57fae62fe8f9f5b30d0aaaaae052'><span class="translated-content" data-i18n-key="email.confirmation.link.please_confirm" data-i18n-needs-translation="0">Confirm now</span></a> | ||||||
| </b> | </b> | ||||||
| </h3> | </h3> | ||||||
| </p> | </p> | ||||||
| @ -94,7 +94,7 @@ | |||||||
| <img class='image_fix' src='/assets/bblogo-paypal'> | <img class='image_fix' src='/assets/bblogo-paypal'> | ||||||
| </td> | </td> | ||||||
| <td style='width: 50%; text-align: left'> | <td style='width: 50%; text-align: left'> | ||||||
| <a href='http://127.0.0.1:57090'>© Bike!Bike! 2015</a> | <a href='http://127.0.0.1:57509'>© Bike!Bike! 2015</a> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
|  | |||||||
| @ -89,7 +89,7 @@ | |||||||
| <img class='image_fix' src='/assets/bblogo-paypal'> | <img class='image_fix' src='/assets/bblogo-paypal'> | ||||||
| </td> | </td> | ||||||
| <td style='width: 50%; text-align: left'> | <td style='width: 50%; text-align: left'> | ||||||
| <a href='http://127.0.0.1:57090'>© Bike!Bike! 2015</a> | <a href='http://127.0.0.1:57509'>© Bike!Bike! 2015</a> | ||||||
| </td> | </td> | ||||||
| </tr> | </tr> | ||||||
| <tr> | <tr> | ||||||
|  | |||||||
| @ -1,145 +0,0 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head> |  | ||||||
| <meta charset="utf-8"> |  | ||||||
| <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |  | ||||||
| <title>Bike!Bike!</title> |  | ||||||
| <meta content="Bike!Bike! A conference for bike collectives, co-ops, non-profit DIY bike shops" name="description"> |  | ||||||
| 
 |  | ||||||
| <link href="/assets/application/safari-7.css" rel="stylesheet" media="all" type="text/css"><link href="/assets/web-fonts/safari-7.css" rel="stylesheet" media="all" type="text/css"> |  | ||||||
| <link href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> |  | ||||||
| <link href="/assets/favicon.ico" rel="icon" type="image/x-icon"> |  | ||||||
| <link href="/apple-touch-icon.png" rel="apple-touch-icon"> |  | ||||||
| <link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"> |  | ||||||
| <link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"> |  | ||||||
| <link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"> |  | ||||||
| 
 |  | ||||||
| </head> |  | ||||||
| <body class="home"> |  | ||||||
| <nav> |  | ||||||
| <div id="main-nav"> |  | ||||||
| <div class="inner-nav"> |  | ||||||
| <a class="logo" href="/"><img src="/assets/bb-icon-logo.png" class="sprite icons bb-icon-logo"> |  | ||||||
| <img src="/assets/bb-icon-logo-text.png" class="sprite icons bb-icon-logo-text"> |  | ||||||
| </a><div class="nav"> |  | ||||||
| <a class="current" href="/"><span>My Bike!Bike!</span></a> |  | ||||||
| <a href="/about/"><span><span class="translated-content" data-i18n-key="page_titles.About_BikeBike" data-i18n-needs-translation="0">About Bike!Bike!</span></span></a> |  | ||||||
| <a href="/policy/"><span><span class="translated-content" data-i18n-key="page_titles.Safe_Space_Policy" data-i18n-needs-translation="0">Safer Space Agreement</span></span></a> |  | ||||||
| </div> |  | ||||||
| <div class="actions"> |  | ||||||
| <a class="button register" href="/conferences/MyBikeBike/register/"><span class="translated-content" data-i18n-key="conference.actions.Register" data-i18n-needs-translation="0">Register</span> |  | ||||||
| </a><form class="logout" action="/logout/" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"> |  | ||||||
| <input type="hidden" name="url" id="url" value="/"> |  | ||||||
| <span class="translated-content" data-i18n-key="forms.actions.generic.Log_out" data-i18n-needs-translation="0"><button name="button" type="submit">Sign out</button></span> |  | ||||||
| </form> |  | ||||||
| 
 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </nav> |  | ||||||
| 
 |  | ||||||
| <main id="main"> |  | ||||||
| <header id="banner"> |  | ||||||
| <div id="header-title"> |  | ||||||
| 
 |  | ||||||
| <div class="cover" style="background-image: url()"></div> |  | ||||||
| <div class="title"> |  | ||||||
| <h2 class="background">2015!</h2> |  | ||||||
| <div class="details"> |  | ||||||
| <h3 class="primary">Anchorage, Alaska</h3> |  | ||||||
| <div class="secondary"> |  | ||||||
| August 13 – 17, 2015 |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| </div> |  | ||||||
| <figure> |  | ||||||
| <img> |  | ||||||
| </figure> |  | ||||||
| 
 |  | ||||||
| </header> |  | ||||||
| <div id="content"> |  | ||||||
| <article> |  | ||||||
| <h2>My Bike!Bike!</h2> |  | ||||||
| Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. |  | ||||||
| <h3><span class="translated-content" data-i18n-key="acticles.conferences.headings.Proposed_Workshops" data-i18n-needs-translation="1">Proposed Workshops</span></h3> |  | ||||||
| <p><span class="translated-content" data-i18n-key="acticles.conferences.paragraphs.Proposed_Workshops" data-i18n-needs-translation="1">Would you like to facilitate your own workshop? Simply register and visit the workshops page. If you have already registered you can access the page by restarting the registration process.</span></p> |  | ||||||
| <ul class="workshop-list"> |  | ||||||
| </ul> |  | ||||||
| </article> |  | ||||||
| </div> |  | ||||||
| </main> |  | ||||||
| 
 |  | ||||||
| <div id="footer"> |  | ||||||
| <footer><div class="github"> |  | ||||||
| <img src="/assets/bb-icon-github.png" class="sprite icons bb-icon-github"> |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/issues" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.File_an_Issue" data-i18n-needs-translation="0">File an issue</span> |  | ||||||
| </a> |  | ||||||
| | |  | ||||||
| <a href="https://github.com/bikebike/BikeBike/contributing.md" target="_blank"> |  | ||||||
| <span class="translated-content" data-i18n-key="links.footer.text.Help_contribute" data-i18n-needs-translation="0">Help contribute</span> |  | ||||||
| </a> |  | ||||||
| </div> |  | ||||||
| <div class="facebook"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.facebook" data-i18n-needs-translation="0"><a href="https://www.facebook.com/groups/648758205249998/" target="_blank" title="Join our Facebook group"> |  | ||||||
| <img src="/assets/bb-icon-fb.png" class="sprite icons bb-icon-fb"> |  | ||||||
| </a> |  | ||||||
| </span></div> |  | ||||||
| <div class="locale"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.select_language" data-i18n-needs-translation="0"><input id="select-language" type="checkbox"> |  | ||||||
| <label class="launch" for="select-language" title="Change your language"> |  | ||||||
| EN |  | ||||||
| </label> |  | ||||||
| <div class="selector"> |  | ||||||
| <ul> |  | ||||||
| <li> |  | ||||||
| <a href="/"> |  | ||||||
| EN |  | ||||||
| </a> |  | ||||||
| <span>English</span> |  | ||||||
| </li> |  | ||||||
| </ul> |  | ||||||
| </div> |  | ||||||
| </span></div> |  | ||||||
| <div class="copy"> |  | ||||||
| <span class="translated-contentblock" data-i18n-key="links.footer.help_text.contributors" data-i18n-needs-translation="0"><a title="Contributors" href="/humans.txt">©2015 Bike!Bike! |  | ||||||
| </a></span></div> |  | ||||||
| </footer> |  | ||||||
| </div> |  | ||||||
| <script> |  | ||||||
|   (function() { |  | ||||||
|   	if (!String.prototype.trim) { |  | ||||||
|   		(function() { |  | ||||||
|   			var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; |  | ||||||
|   			String.prototype.trim = function() { |  | ||||||
|   				return this.replace(rtrim, ''); |  | ||||||
|   			}; |  | ||||||
|   		})(); |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function classExists(elem,className){var p = new RegExp('(^| )'+className+'( |$)');return (elem.className && elem.className.match(p));} |  | ||||||
|   	function addClass(elem,className){if(classExists(elem,className)){return true;}elem.className += ' '+className;} |  | ||||||
|   	function removeClass(elem,className){var c = elem.className;var p = new RegExp('(^| )'+className+'( |$)');c = c.replace(p,' ').replace(/  /g,' ');elem.className = c.trim();} |  | ||||||
|    |  | ||||||
|   	[].slice.call(document.querySelectorAll('.input-field input')).forEach(function(inputEl) { |  | ||||||
|   		if (inputEl.value.trim() === '') { |  | ||||||
|   			inputEl.parentNode.className = inputEl.parentNode.className + ' empty'; |  | ||||||
|   		} |  | ||||||
|    |  | ||||||
|   		inputEl.addEventListener('focus', onInputFocus); |  | ||||||
|   		inputEl.addEventListener('blur', onInputBlur); |  | ||||||
|   	}); |  | ||||||
|    |  | ||||||
|   	function onInputFocus(ev) { |  | ||||||
|   		removeClass(ev.target.parentNode, 'empty') |  | ||||||
|   	} |  | ||||||
|    |  | ||||||
|   	function onInputBlur(ev) { |  | ||||||
|   		if (ev.target.value.trim() === '') { |  | ||||||
|   			addClass(ev.target.parentNode, 'empty'); |  | ||||||
|   		} |  | ||||||
|   	} |  | ||||||
|   })(); |  | ||||||
| </script> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| </body></html> |  | ||||||
| @ -40,7 +40,7 @@ | |||||||
| <header id="banner"> | <header id="banner"> | ||||||
| <div id="header-title"> | <div id="header-title"> | ||||||
| 
 | 
 | ||||||
| <div class="cover" style="background-image: url()"></div> | <div class="cover" style="background-image: url(/assets/default_cover.jpg)"></div> | ||||||
| <div class="title"> | <div class="title"> | ||||||
| <h2 class="background">2015!</h2> | <h2 class="background">2015!</h2> | ||||||
| <div class="details"> | <div class="details"> | ||||||
| @ -52,7 +52,7 @@ August 13 – 17, 2015 | |||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| <figure> | <figure> | ||||||
| <img> | <img src="/assets/default_poster.jpg"> | ||||||
| </figure> | </figure> | ||||||
| 
 | 
 | ||||||
| </header> | </header> | ||||||
|  | |||||||
| @ -4,60 +4,40 @@ geography.subregions.CA.NS: | |||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
| date.formats.span_same_month_date_1: | date.formats.span_same_month_date_1: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| date.month_names: | date.month_names: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
|   - "/conferences/:slug/register" |   - "/conferences/:slug/register" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| date.formats.span_same_month_date_2: | date.formats.span_same_month_date_2: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| date.date_span: | date.date_span: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
| @ -66,33 +46,21 @@ date.date_span: | |||||||
|   - :date_2 |   - :date_2 | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| acticles.conferences.headings.Proposed_Workshops: | acticles.conferences.headings.Proposed_Workshops: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| acticles.conferences.paragraphs.Proposed_Workshops: | acticles.conferences.paragraphs.Proposed_Workshops: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
| @ -101,17 +69,11 @@ acticles.conferences.paragraphs.Proposed_Workshops: | |||||||
|     restarting the registration process. |     restarting the registration process. | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| page_descriptions.home: | page_descriptions.home: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
| @ -131,11 +93,8 @@ page_descriptions.home: | |||||||
|   - "/error_404" |   - "/error_404" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -147,11 +106,9 @@ page_descriptions.home: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -164,7 +121,6 @@ page_descriptions.home: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -191,11 +147,8 @@ page_titles.About_BikeBike: | |||||||
|   - "/error_404" |   - "/error_404" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -207,11 +160,9 @@ page_titles.About_BikeBike: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -224,7 +175,6 @@ page_titles.About_BikeBike: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -251,11 +201,8 @@ page_titles.Safe_Space_Policy: | |||||||
|   - "/error_404" |   - "/error_404" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -267,11 +214,9 @@ page_titles.Safe_Space_Policy: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -284,7 +229,6 @@ page_titles.Safe_Space_Policy: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -301,7 +245,6 @@ donate.button_label: | |||||||
|   context: Donate! |   context: Donate! | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - Read-the-about-page--about |   - Read-the-about-page--about | ||||||
|   - Read-the-policy-page--policy |   - Read-the-policy-page--policy | ||||||
|   - See-a-404-page--error_404 |   - See-a-404-page--error_404 | ||||||
| @ -324,11 +267,8 @@ links.footer.text.File_an_Issue: | |||||||
|   - "/error_404" |   - "/error_404" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -340,11 +280,9 @@ links.footer.text.File_an_Issue: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -357,7 +295,6 @@ links.footer.text.File_an_Issue: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -384,11 +321,8 @@ links.footer.text.Help_contribute: | |||||||
|   - "/error_404" |   - "/error_404" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -400,11 +334,9 @@ links.footer.text.Help_contribute: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -417,7 +349,6 @@ links.footer.text.Help_contribute: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -445,11 +376,8 @@ links.footer.help_text.facebook: | |||||||
|   context: Join our facebook group |   context: Join our facebook group | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -461,11 +389,9 @@ links.footer.help_text.facebook: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -478,7 +404,6 @@ links.footer.help_text.facebook: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -506,11 +431,8 @@ links.footer.help_text.select_language: | |||||||
|   context: Select your language |   context: Select your language | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -522,11 +444,9 @@ links.footer.help_text.select_language: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -539,7 +459,6 @@ links.footer.help_text.select_language: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -567,16 +486,10 @@ languages.en: | |||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
| @ -601,8 +514,6 @@ languages.en: | |||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
| @ -610,8 +521,6 @@ languages.en: | |||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
| @ -638,8 +547,6 @@ languages.en: | |||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
| @ -675,11 +582,8 @@ links.footer.help_text.contributors: | |||||||
|   context: Who contributed to building this website |   context: Who contributed to building this website | ||||||
|   examples: |   examples: | ||||||
|   - See-a-more-info-link-- |   - See-a-more-info-link-- | ||||||
|   - See-a-more-info-link---1 |  | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register |   - Start-registration-from-landing-page--conferences.MyBikeBike.register | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-1 | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
| @ -691,11 +595,9 @@ links.footer.help_text.contributors: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -708,7 +610,6 @@ links.footer.help_text.contributors: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -721,7 +622,6 @@ geography.subregions.CA.NB: | |||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
| conference.actions.Register: | conference.actions.Register: | ||||||
|   pages: |   pages: | ||||||
|   - "/" |   - "/" | ||||||
| @ -729,19 +629,14 @@ conference.actions.Register: | |||||||
|   - "/confirm/:token" |   - "/confirm/:token" | ||||||
|   examples: |   examples: | ||||||
|   - See-a-register-link-- |   - See-a-register-link-- | ||||||
|   - See-a-register-link---1 |  | ||||||
|   - Start-registration-from-landing-page-- |   - Start-registration-from-landing-page-- | ||||||
|   - Start-registration-from-landing-page---1 |  | ||||||
|   - Start-registration-from-landing-page--doconfirm |   - Start-registration-from-landing-page--doconfirm | ||||||
|   - View-stats--confirm.test |   - View-stats--confirm.test | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - Create-workshop--confirm.test |   - Create-workshop--confirm.test | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message--confirm.test |   - Broadcast-message--confirm.test | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| page_titles.conferences.Conference_Registration: | page_titles.conferences.Conference_Registration: | ||||||
|   pages: |   pages: | ||||||
|   - "/conferences/:slug/register" |   - "/conferences/:slug/register" | ||||||
| @ -984,10 +879,8 @@ forms.actions.generic.Log_out: | |||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register.paypal_confirm.token |   - Start-registration-from-landing-page--conferences.MyBikeBike.register.paypal_confirm.token | ||||||
|   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 |   - Start-registration-from-landing-page--conferences.MyBikeBike.register-6 | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
|   - View-stats--conferences.MyBikeBike.stats |   - View-stats--conferences.MyBikeBike.stats | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Create-workshop--conferences.MyBikeBike.register |   - Create-workshop--conferences.MyBikeBike.register | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops |   - Create-workshop--conferences.MyBikeBike.workshops | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.create |   - Create-workshop--conferences.MyBikeBike.workshops.create | ||||||
| @ -999,7 +892,6 @@ forms.actions.generic.Log_out: | |||||||
|   - Create-workshop--conferences.MyBikeBike.workshops.1.delete |   - Create-workshop--conferences.MyBikeBike.workshops.1.delete | ||||||
|   - Create-workshop--conferences.MyBikeBike.workshops-1 |   - Create-workshop--conferences.MyBikeBike.workshops-1 | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast |   - Broadcast-message--conferences.MyBikeBike.broadcast | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-1 |   - Broadcast-message--conferences.MyBikeBike.broadcast-1 | ||||||
|   - Broadcast-message--conferences.MyBikeBike.broadcast-2 |   - Broadcast-message--conferences.MyBikeBike.broadcast-2 | ||||||
| @ -1437,7 +1329,6 @@ geography.subregions.US.AK: | |||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - View-stats-- |   - View-stats-- | ||||||
|   - View-stats---1 |  | ||||||
| page_titles.conferences.Registration_Stats: | page_titles.conferences.Registration_Stats: | ||||||
|   pages: |   pages: | ||||||
|   - "/conferences/:slug/stats" |   - "/conferences/:slug/stats" | ||||||
| @ -1529,9 +1420,7 @@ geography.subregions.US.TX: | |||||||
|   - "/" |   - "/" | ||||||
|   examples: |   examples: | ||||||
|   - Create-workshop-- |   - Create-workshop-- | ||||||
|   - Create-workshop---1 |  | ||||||
|   - Broadcast-message-- |   - Broadcast-message-- | ||||||
|   - Broadcast-message---1 |  | ||||||
| page_titles.conferences.Workshops: | page_titles.conferences.Workshops: | ||||||
|   pages: |   pages: | ||||||
|   - "/conferences/:slug/workshops" |   - "/conferences/:slug/workshops" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user