Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More consistent spacing in HTML file #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 16 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93928848-1"></script>
Expand All @@ -25,8 +24,6 @@
<title>2023 Pittsburgh Lenten Fish Fry Map</title>

<link rel="stylesheet" href="assets/css/bundle.core.css">


<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon-152.png">
Expand Down Expand Up @@ -402,8 +399,6 @@ <h4>
</div>
<!-- /.modal -->



<!-- modal info template used by Handlebars -->
<script id="info-template" type="text/x-handlebars-template">
<div class="modal-header">
Expand Down Expand Up @@ -465,7 +460,7 @@ <h4>A Note About Operations with COVID-19</h4>
<div class="row">
<div class="col-sm-12">
{{#if events_today}}
<h2>Open Today: {{#each events_today}} <span>{{this}}</span> {{/each}}
<h2>Open Today: {{#each events_today}} <span>{{this}}</span> {{/each}}
</h2>
{{/if}}
</div>
Expand All @@ -478,7 +473,7 @@ <h2>Menu</h2>
</div>
<div class="col-sm-7 text-right">
<h2><small>
{{#if menu_url}}
{{#if menu_url}}
<a class='url-break' href='{{menu_url}}' target='_blank'>View menu/listing</a>
{{/if}}
</small></h2>
Expand Down Expand Up @@ -507,23 +502,23 @@ <h3>Upcoming Dates</h3>
<h3>Upcoming Date(s)</h3>
{{/if}}
<ul class="list-unstyled">
{{#if events_future}}
{{#if events_future}}
{{#each events_future}}
<li><small>{{this}}</small></li>
{{/each}}
{{/each}}
{{else}}
<p class="small text-muted">Nothing here? We may not have gotten around to recording this information yet. If it's not in the notes below, check with the venue for dates/times.</p>
{{/if}}
</ul>
</div>
</div>
<br>
<!--
<!--
<i class="fa fa-check" aria-hidden="true"></i> &#10003;
<i class="fa fa-times" aria-hidden="true"></i> X
<i class="fa fa-question" aria-hidden="true"></i>
-->

<div class="row">
<div class="col-sm-3">
<!-- <div class="panel panel-default"><div class="panel-body">
Expand All @@ -548,9 +543,9 @@ <h3>Upcoming Date(s)</h3>
<p class="text-center">Open Good Friday</p> -->
{{{GoodFriday}}}
<!-- </div></div> -->
</div>
</div>
</div>
</div>

<div class="row margin">
<div class="col-sm-3">
<!-- <div class="panel panel-default"><div class="panel-body">
Expand All @@ -563,22 +558,22 @@ <h3>Upcoming Date(s)</h3>
<p class="text-center">Take-out Available</p> -->
{{{take_out}}}
<!-- </div></div> -->
</div>
</div
<div class="col-sm-3">
<!-- <div class="panel panel-default"><div class="panel-body">
<p class="text-center">Handicap Accessible</p> -->
{{{handicap}}}
<!-- </div></div> -->
</div>
</div>

<!-- <div class="row">
<div class="col-sm-12">
<table class='table table-condensed well'>
<tr>
<th>Drive-Thru Available?</th>
<td>{{drive_thru}}</td>
</tr>
</tr>
<tr>
<th>Homemade Pierogies?</th>
<td>{{homemade_pierogies}}</td>
Expand Down Expand Up @@ -613,7 +608,7 @@ <h4>Notes</h4>
<div class="col-sm-11">
{{#if etc}}
<p>{{etc}}</p>
{{/if}}
{{/if}}
{{#if venue_notes}}
<p>{{venue_notes}}</p>
{{/if}}
Expand All @@ -631,7 +626,7 @@ <h4>Contact</h4>
<th>Venue Website</th>
<td>
{{#if website}}
<a class='url-break' href='{{website}}' target='_blank'>Venue Website</a>
<a class='url-break' href='{{website}}' target='_blank'>Venue Website</a>
{{/if}}
</td>
</tr>
Expand All @@ -646,7 +641,7 @@ <h4>Contact</h4>
<table>
</div>
</div>

</div>
<div class="modal-footer">
<p class="small text-muted">
Expand All @@ -673,7 +668,5 @@ <h4>Contact</h4>
ga('create', 'UA-93928848-1', 'auto');
ga('send', 'pageview');
</script>

</body>

</html>
</html>