Skip to content

Commit af1f7bc

Browse files
Merge pull request #3 from TechLancaster/add-yt-video
Add LancLUG and most recent YT vid
2 parents 98eba9e + 356f87c commit af1f7bc

File tree

8 files changed

+919
-504
lines changed

8 files changed

+919
-504
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ hugo.linux
1313
/.hugo_build.lock
1414

1515
# Etc.
16+
.DS_Store
1617
/node_modules/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ https://gohugo.io/installation/
1010

1111
```
1212
brew install hugo
13-
npm install postcss-cli
1413
```
1514

1615
### Local Server
1716

1817
```
1918
hugo server -D
20-
# http://localhost:1313/
2119
```
2220

21+
Visit http://localhost:1313/ to view your local version of the site.
22+
2323
### Deploy
2424

2525
Once your PR is merged this [Github Action](https://github.com/TechLancaster/TechLancaster.github.io/blob/main/.github/workflows/hugo.yml) will deploy the site

assets/css/custom.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
}
1111
}
1212

13-
.animate-wiggle {
14-
animation-name: wiggle;
15-
animation-duration: 0.15s;
16-
animation-timing-function: linear;
17-
animation-iteration-count: 2;
18-
animation-delay: 3s; /* Set the delay to 3 seconds */
13+
@media (prefers-reduced-motion: no-preference) {
14+
.animate-wiggle {
15+
animation-name: wiggle;
16+
animation-duration: 0.15s;
17+
animation-timing-function: linear;
18+
animation-iteration-count: 2;
19+
animation-delay: 3s; /* Set the delay to 3 seconds */
20+
}
1921
}

layouts/index.html

Lines changed: 53 additions & 231 deletions
Large diffs are not rendered by default.

layouts/partials/meetup-card.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<div class="relative bg-white p-4 rounded-3xl">
2+
<img
3+
src="{{ .Page.Site.BaseURL }}/{{ .imageUrl }}"
4+
alt="{{ .imageAlt }}"
5+
class="rounded-md rounded-t-2xl w-full"
6+
/>
7+
8+
<div class="mt-6">
9+
<h3
10+
class="text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10"
11+
>
12+
{{ .name }}
13+
</h3>
14+
<div class="mt-6 prose prose-lg max-w-full text-gray-800 mx-auto">
15+
<p>
16+
{{ .description}}
17+
</p>
18+
19+
{{ if and (.date) (.time) }}
20+
<div class="flex flex-col xs:flex-row xs:items-center">
21+
<div class="flex items-center">
22+
<svg
23+
class="-mt-0.5 w-5 h-5 text-gray-500"
24+
xmlns="http://www.w3.org/2000/svg"
25+
viewBox="0 0 20 20"
26+
fill="currentColor"
27+
>
28+
<path
29+
fill-rule="evenodd"
30+
d="M5.75 2a.75.75 0 01.75.75V4h7V2.75a.75.75 0 011.5 0V4h.25A2.75 2.75 0 0118 6.75v8.5A2.75 2.75 0 0115.25 18H4.75A2.75 2.75 0 012 15.25v-8.5A2.75 2.75 0 014.75 4H5V2.75A.75.75 0 015.75 2zm-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25H4.75z"
31+
clip-rule="evenodd"
32+
/>
33+
</svg>
34+
<span class="ml-1 leading-none">{{ .date }}</span>
35+
</div>
36+
37+
<div class="mt-4 xs:mt-0 xs:ml-4 flex items-center">
38+
<svg
39+
class="w-5 h-5 text-gray-500"
40+
xmlns="http://www.w3.org/2000/svg"
41+
fill="none"
42+
viewBox="0 0 24 24"
43+
stroke-width="2"
44+
stroke="currentColor"
45+
>
46+
<path
47+
stroke-linecap="round"
48+
stroke-linejoin="round"
49+
d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
50+
/>
51+
</svg>
52+
<span class="ml-1">{{ .time }}</span>
53+
</div>
54+
</div>
55+
{{ end }}
56+
57+
<div class="mt-4 rounded-md shadow-sm">
58+
<a
59+
href="{{ .buttonUrl }}"
60+
class="flex items-center justify-center px-4 py-2 border border-transparent text-base leading-6 font-medium no-underline rounded-md rounded-b-2xl text-white bg-red-600 hover:bg-red-500 focus:bg-red-500 active:bg-red-700 transition ease-in-out duration-150"
61+
>
62+
{{ if eq .meetupLogo true }}
63+
<svg
64+
class="-ml-1 mr-3 h-6 w-6"
65+
viewBox="0 0 512 512"
66+
fill="#fff"
67+
>
68+
<path
69+
d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"
70+
/>
71+
</svg>
72+
{{ end }}
73+
74+
{{ if eq .beerLogo true }}
75+
<svg
76+
class="-ml-1 mr-3 h-6 w-6"
77+
viewBox="0 0 512 512"
78+
fill="#fff"
79+
xmlns="http://www.w3.org/2000/svg"
80+
>
81+
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
82+
<path d="M32 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V96h51.2c42.4 0 76.8 34.4 76.8 76.8V274.9c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.8c0-7.1-5.7-12.8-12.8-12.8H384V311.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144z"/>
83+
</svg>
84+
{{ end }}
85+
86+
<span class="text-white">{{ .buttonText }}</span>
87+
</a>
88+
</div>
89+
</div>
90+
</div>
91+
</div>

0 commit comments

Comments
 (0)