Skip to content

Commit f0387ef

Browse files
committed
attendee feedback button yolo
1 parent 7c62500 commit f0387ef

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ hugo.linux
1414

1515
# Etc.
1616
.DS_Store
17-
/node_modules/
17+
/node_modules/
18+
19+
repomix-output.txt

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ https://gohugo.io/installation/
1010

1111
```
1212
brew install hugo
13+
npm i postcss
1314
```
1415

1516
### Local Server

layouts/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
>
2929
</a>
3030
</div>
31+
<div class="mt-4">
32+
<a
33+
href="https://tl-feedback.vercel.app/"
34+
class="inline-flex items-center px-6 py-4 text-xl font-bold text-white bg-gradient-to-r from-orange-500 via-orange-600 to-orange-700 rounded-lg transition-all duration-300 ease-in-out"
35+
>
36+
Meetup Attendee Feedback
37+
</a>
38+
</div>
3139
<div class="mt-6 text-lg leading-8 text-gray-600 space-y-6">
3240
Our namesake meetup "Tech Lancaster Meetup" typically has two
3341
presentations surrounded by social time. Generally these

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@tailwindcss/typography": "^0.5.9",
44
"autoprefixer": "^10.4.13",
5-
"postcss": "^8.4.21",
5+
"postcss": "^8.5.3",
66
"postcss-cli": "^10.1.0",
77
"tailwindcss": "^3.2.4"
88
}

0 commit comments

Comments
 (0)