Skip to content

Commit

Permalink
add dir and demo from cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
khafidprayoga committed Sep 22, 2024
1 parent 6486be0 commit 5b3164b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# codedesign-dev
This repository contains multiple web application projects. Each project is located in its own directory within the repository. Below is a brief overview of the structure:

Collections list of web application implementations from [codedesign.dev](https://codedesign.dev)
- [Tweet Embed](/tweet-embed/) - [Demo](https://tweet-embed.khafidprayoga.my.id/)



4 changes: 2 additions & 2 deletions tweet-embed/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dark:bg-twitter-dark dark:text-white
alt="tweet author profile"
/>
<div class="p-5">
<h3 id="tweet-author" class=" uppercase">Jane Doe</h3>
<p id="tweet-name">@realjanedoe</p>
<h3 id="tweet-author" class=" uppercase">Jane Doe Clinton</h3>
<p id="tweet-name">@janedoe.xyz</p>
</div>
</div>
<div id="tweet-icon" class="self-center ml-auto mr-3">
Expand Down

0 comments on commit 5b3164b

Please sign in to comment.