mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Add 2Cal
This commit is contained in:
parent
732f38f55b
commit
d90b711d63
3 changed files with 17 additions and 0 deletions
BIN
public/assets/videos/2cal.mp4
Normal file
BIN
public/assets/videos/2cal.mp4
Normal file
Binary file not shown.
BIN
src/assets/images/2cal.jpg
Normal file
BIN
src/assets/images/2cal.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 754 KiB |
17
src/content/programming/2cal.mdx
Normal file
17
src/content/programming/2cal.mdx
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: 2Cal
|
||||
description: Quickly create calendar events with natural language.
|
||||
image: "@assets/images/2cal.jpg"
|
||||
technologies: [React, Remix, Claude 3]
|
||||
website: https://2cal.app
|
||||
repository: https://github.com/mikkelsvartveit/2cal
|
||||
date: 2024-06-16
|
||||
---
|
||||
|
||||
import InlineVideo from "@components/InlineVideo.astro";
|
||||
|
||||
2Cal lets you quickly type out complex calendar events using natural language. Works with Google Calendar, Outlook, Apple Calendar, and other apps that support the ICS format.
|
||||
|
||||
<div class="mx-auto max-w-xs">
|
||||
<InlineVideo src="/assets/videos/2cal.mp4" width="886" height="1920" />
|
||||
</div>
|
||||
Loading…
Reference in a new issue