Skip to content

Commit

Permalink
add award image, clean up files, change event limit
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnotery committed Jul 23, 2024
1 parent 7b677b3 commit e73f37c
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 22 deletions.
13 changes: 0 additions & 13 deletions _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,4 @@ <h2 class="bitter-font text-lg lg:text-2xl mx-auto pb-2">
a <em>darling</em> lil’ bar for <strong>darling</strong> lil’ people
</h2>
<p>{{site.data.winebar.about}}</p>
<br />
Darling was voted Lexington's<br />
<a
href="https://smileypete.com/community/smiley-pete-s-best-of-lex-music-nightlife/#:~:text=%E2%80%A2%20Campus%20Pub-,Best%20Wine%20Bar,-1.%20Darling%20Wine"
>Best Wine Bar</a
>
&
<a
href="https://smileypete.com/community/smiley-pete-s-best-of-lex-food-drink/#:~:text=3.%20Jasmine%20Rice-,Best%20Wine%20List,-1.%20Darling%20Wine"
>Best Wine List</a
>
<br />
in Smiley Pete's 2024 readers' choice poll
</section>
21 changes: 18 additions & 3 deletions _includes/award.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-md" />

<img src="{{ '/assets/img/award.png' | relative_url }}" class="w-1/3 mx-auto" />
<section id="award" class="mx-auto w-4/5 md:w-1/2 text-center">
<img
src="{{ '/assets/img/award.png' | relative_url }}"
class="w-1/3 mx-auto"
/>
Darling was voted Lexington's<br />
<a
href="https://smileypete.com/community/smiley-pete-s-best-of-lex-music-nightlife/#:~:text=%E2%80%A2%20Campus%20Pub-,Best%20Wine%20Bar,-1.%20Darling%20Wine"
>Best Wine Bar</a
>
&
<a
href="https://smileypete.com/community/smiley-pete-s-best-of-lex-food-drink/#:~:text=3.%20Jasmine%20Rice-,Best%20Wine%20List,-1.%20Darling%20Wine"
>Best Wine List</a
>
<br />
in Smiley Pete's 2024 Best of Lex poll
</section>
6 changes: 3 additions & 3 deletions _includes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ <h2 class="bitter-font text-2xl mx-auto pb-2">Events</h2>
<a id="calendar-link" href="{{site.data.winebar.calendar_link}}"
><super><em>subscribe</em></super></a
>
{% assign yesterday = 'now' | date: '%s' | minus: 86400 | date: '%Y-%m-%d' %}
{% ical url: {{site.data.winebar.calendar_link}} after_date: {{yesterday}} limit:
4%}
{% assign yesterday = 'now' | date: '%s' | minus: 86400 | date: '%Y-%m-%d'
%} {% ical url: {{site.data.winebar.calendar_link}} after_date:
{{yesterday}} limit: 3 %}
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-lg" />
<h2 class="bitter-font text-2xl mx-auto pb-2">{{ event.summary }}</h2>
<h2 class="bitter-font text-xl mx-auto pb-2">
Expand Down
5 changes: 3 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</head>

<body class="container mx-auto md:w-3/4 bg-[#FFEBE7] text-[#ee3831]">
{% include headernav.html %} {% include about.html %}
{% include headernav.html %} {% include about.html %} <br />
{% include award.html%}
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-md" />

<img
Expand All @@ -18,7 +19,7 @@
{% include cocktails.html%}
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-md" />
<img
src="{{ '/assets/img/photo5.png ' | relative_url}}"
src="{{ '/assets/img/photo2.png ' | relative_url}}"
class="mx-auto rounded-lg"
/>
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-md" />
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

#events a,
#about a {
#award a {
text-decoration: underline;
font-family: "Bitter", serif;
font-weight: semibold;
Expand Down
Binary file modified assets/img/award.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/favicon.png
Binary file not shown.
Binary file removed assets/img/map.png
Binary file not shown.
Binary file modified assets/img/photo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/photo3.png
Binary file not shown.
Binary file removed assets/img/photo4.png
Binary file not shown.
Binary file removed assets/img/photo5.png
Binary file not shown.

0 comments on commit e73f37c

Please sign in to comment.