-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding connections to github repos in projects' content routes +fixes…
… +Change from bookings to accommodations...
- Loading branch information
Showing
7 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { Button } from '#app/components/ui/button.tsx' | ||
|
||
export default function PortfolioFreelance() { | ||
return ( | ||
<div> | ||
<h3 className="mb-6 text-xl font-semibold capitalize md:text-2xl"> | ||
Accommodations Management Applications | ||
</h3> | ||
|
||
<div className="custom-content-box-height"> | ||
{/* overflow-y-scroll */} | ||
{/* Accommodations Apps content */} | ||
<div className="mb-6"> | ||
<p className="mb-4">Discover more from the GitHub repo:</p> | ||
<a | ||
href="https://github.com/fcablik/wochlife-accomodations" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
<Button variant="highlight-secondary"> | ||
Wochlife Accommodations | ||
</Button> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters