Compare commits
7 Commits
v0.1.3
...
gitea-acti
| Author | SHA1 | Date | |
|---|---|---|---|
|
246b44e658
|
|||
|
12780a104a
|
|||
|
af3d0917de
|
|||
|
ebb11eb0e7
|
|||
|
2904c08650
|
|||
|
c2eb2dc06a
|
|||
|
196033389d
|
19
.gitea/workflows/demo.yaml
Normal file
19
.gitea/workflows/demo.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
1
app/assets/images/hiexpress.svg
Normal file
1
app/assets/images/hiexpress.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 17 KiB |
@@ -12,10 +12,10 @@
|
||||
<nav class="flex items-center justify-between flex-wrap pt-12 z-30">
|
||||
<div class="bg-[#a99dab] w-full block flex-grow lg:hidden">
|
||||
<div id="nav-links" class="text-xl max-lg:hidden flex flex-col pl-4 lg:flex-row lg:mr-4">
|
||||
<a href="#our-story" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">How We Met</a>
|
||||
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Ceremony & Reception</a>
|
||||
<a href="#more-info" class="block my-4 lg:inline-block lg:mt-0 hover:text-white mr-24">More Info</a>
|
||||
<!-- <a href="#accommodations" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Accommodations</a> -->
|
||||
<a href="#our-story" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">How We Met</a>
|
||||
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Ceremony & Reception</a>
|
||||
<a href="#more-info" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">More Info</a>
|
||||
<a href="#accommodations" class="block my-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Accommodations</a>
|
||||
<!-- <a href="#registry" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Registry</a> -->
|
||||
<!-- <a href="#rsvp" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white pb-4">RSVP</a> -->
|
||||
</div>
|
||||
@@ -47,10 +47,10 @@
|
||||
|
||||
<div class="w-full block flex-grow max-lg:hidden lg:flex lg:w-auto lg:justify-center lg:pb-4 lg:pt-4 lg:border-t lg:border-b">
|
||||
<div id="nav-links-lg" class="text-xl flex flex-col lg:flex-row">
|
||||
<a href="#our-story" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">How We Met</a>
|
||||
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">Ceremony & Reception</a>
|
||||
<a href="#more-info" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">More Info</a>
|
||||
<!-- <a href="#accommodations" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 mr-24">Accommodations</a> -->
|
||||
<a href="#our-story" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">How We Met</a>
|
||||
<a href="#ceremony" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">Ceremony & Reception</a>
|
||||
<a href="#accommodations" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">Accommodations</a>
|
||||
<a href="#more-info" class="block mt-4 lg:inline-block lg:mt-0 hover:text-slate-500 px-12">More Info</a>
|
||||
<!-- <a href="#registry" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white mr-24">Registry</a> -->
|
||||
<!-- <a href="#rsvp" class="block mt-4 lg:inline-block lg:mt-0 hover:text-white">RSVP</a> -->
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@
|
||||
</div>
|
||||
<div class="basis-2/3">
|
||||
<p class="text-xl px-5 pt-2 ">We're getting married! Come join us for our Ceremony at Penn Oaks Golf Club at 5:00pm June 7, 2025.</p>
|
||||
<p class="text-xl px-4 pt-2">After, we will enjoy drinks and hors d'ourves on the Patio for Cocktail hour before moving into the Ballroom to eat and dance for the Reception until 11:00 pm.</p>
|
||||
<p class="text-xl px-4 pt-2">After, we will enjoy drinks and hors d'oeuvres on the patio for cocktail hour before moving into the ballroom to eat and dance for the reception until 11:00 pm.</p>
|
||||
<p class="text-xl px-4 py-2" >We are looking forward to seeing you there!</p>
|
||||
|
||||
<div class="pb-4">
|
||||
@@ -113,7 +113,7 @@
|
||||
<svg width="30" height="30" viewbox="0 0 24 24">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.02 7.207c.26-.457.915-.734 1.565-.55.64.18.93.697.851 1.141-.085.464-.576.898-1.268.895a.604.604 0 0 0-.08.005.6.6 0 0 0-.687.594v1.613l-5.246 2.963-.002.001-3.064 1.716-.004.002c-.538.307-.779.94-.651 1.519v.002c.132.586.632 1.054 1.268 1.063H20.28c.64 0 1.147-.465 1.283-1.055v-.002c.132-.582-.11-1.217-.647-1.526l-.003-.002-3.02-1.716-2.747-1.556a.6.6 0 0 0-.591 1.045l2.746 1.554 3.017 1.715c.046.027.1.11.075.22-.024.103-.091.123-.113.123H3.717c-.024 0-.089-.024-.112-.125-.023-.109.031-.19.073-.215l3.063-1.716.002-.001 5.535-3.127a.598.598 0 0 0 .287-.376.599.599 0 0 0 .035-.204V9.86c.985-.158 1.836-.851 2.017-1.848.209-1.16-.583-2.194-1.706-2.51-1.11-.313-2.366.113-2.934 1.11a.6.6 0 1 0 1.043.595z" fill="currentColor"></path>
|
||||
</svg>
|
||||
<span class="text-md px-4">Cocktail Attire</span>
|
||||
<span class="text-md px-4">Formal Attire</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -136,6 +136,50 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="accommodations" class="w-screen text-slate-900 lg:my-8 bg-[#92a084] lg:bg-[#fdfefe]">
|
||||
<div class="container mx-auto bg-[#92a084] lg:rounded-2xl py-4 lg:mt-4 lg:pb-2 lg:shadow-2xl lg:mb-4">
|
||||
<div class="w-fit mx-auto lg:flex lg:flex-row lg:justify-center lg:items-center">
|
||||
<!-- <span class="text-7xl pl-4">🛏️</span> -->
|
||||
<span class="text-5xl pl-4 lg:pt-4 rogue-script lg:text-7xl">Accommodations</span>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col my-4 lg:flex-row lg:w-fit lg:mx-auto lg:my-12">
|
||||
<div class="flex flex-row basis-1/3 bg-[#fdfefe] rounded-lg mx-4 mt-4 lg:mb-0 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'hiexpress.svg' %>" class="w-24 h-16" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<span class="text-3xl">Holiday Inn</span>
|
||||
<span class="text-xl">3 minutes away</span>
|
||||
<span>610-399-4600</span>
|
||||
<a class="text-xl rounded-lg bg-emerald-600 px-4 py-4 text-slate-300 hover:bg-emerald-500" href="https://www.hiexpress.com/redirect?path=rates&brandCode=EX&localeCode=en%C2%AEionCode=1&hotelCode=PHLWP&checkInDate=06&checkInMonthYear=052025&checkOutDate=08&checkOutMonthYear=052025&numberOfAdults=1&numberOfChildren=1&numberOfRooms=1&_PMID=99801505&GPC=MOH&cn=no&viewfullsite=true">Book Here</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row basis-1/3 bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'home2.svg' %>" class="w-16 h-16" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<a href="" class="text-3xl">Home2 Suites</a>
|
||||
<span class="text-xl">7 minutes away</span>
|
||||
<span>484-354-2985</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row basis-1/3 bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'residence-inn.svg' %>" class="w-16 h-16" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<a href="#" class="text-3xl">Residence Inn</a>
|
||||
<span class="text-xl">12 minutes away</span>
|
||||
<span>610-459-1190</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="flex flex-row basis-1/4 bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12"> -->
|
||||
<!-- <img src="<%= image_path 'hotel-warner.png' %>" class="w-16 h-16 scale-y-50" /> -->
|
||||
<!-- <div class="flex flex-col pl-2"> -->
|
||||
<!-- <span class="text-3xl">Hotel Warner</span> -->
|
||||
<!-- <span class="text-xl">15 minutes away</span> -->
|
||||
<!-- <span>610-6922-6920</span> -->
|
||||
<!-- </div> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="more-info" class="w-screen text-slate-900 bg-[#ddd3be] lg:bg-[#fdfefe]">
|
||||
<div class="container mx-auto bg-[#ddd3be] lg:rounded-2xl pt-4 lg:mt-4 lg:pb-2 lg:shadow-2xl lg:mb-4">
|
||||
<div class="w-fit mx-auto lg:flex lg:flex-row lg:justify-center lg:items-center">
|
||||
@@ -155,43 +199,3 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="accommodations" class="w-screen text-slate-900 lg:my-8 bg-[#92a084] lg:bg-[#fdfefe] hidden">
|
||||
<div class="container mx-auto bg-[#92a084] lg:rounded-2xl pt-4 lg:mt-4 lg:pb-2 lg:shadow-2xl lg:mb-4">
|
||||
<div class="w-fit mx-auto lg:flex lg:flex-row lg:justify-center lg:items-center">
|
||||
<!-- <span class="text-7xl pl-4">🛏️</span> -->
|
||||
<span class="text-5xl pl-4 lg:pt-4 rogue-script lg:text-7xl">Accommodations</span>
|
||||
</div>
|
||||
<div class="flex flex-col my-4 lg:flex-row lg:w-fit lg:mx-auto lg:my-12">
|
||||
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'home2.svg' %>" class="w-16 h-16" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<a href="" class="text-3xl">Home2 Suites</a>
|
||||
<span>484-354-2985</span>
|
||||
<span class="text-xl">7 minutes away</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'residence-inn.svg' %>" class="w-16 h-16" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<a href="#" class="text-3xl">Residence Inn</a>
|
||||
<span class="text-xl">12 minutes away</span>
|
||||
<span>610-459-1190</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 px-4 py-4 items-center lg:p-12">
|
||||
<img src="<%= image_path 'hotel-warner.png' %>" class="w-16 h-16 scale-y-50" />
|
||||
<div class="flex flex-col pl-2">
|
||||
<span class="text-3xl">Hotel Warner</span>
|
||||
<span class="text-xl">15 minutes away</span>
|
||||
<span>610-6922-6920</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-row bg-[#fdfefe] rounded-lg mx-4 mt-4 mb-4 lg:mb-0 px-4 py-4 items-center lg:p-12">
|
||||
<div class="flex flex-col pl-2">
|
||||
<span class="text-3xl">Wedding Block</span>
|
||||
<span class="text-xl">Details coming soon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user