diff --git a/src/index.html b/src/index.html
index 7dd1110..7d73cb5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -206,6 +206,37 @@
+
+
+
+

+
+
+
+
+
+ -
+ Decentralized ticket marketplace powered by the Ethereum blockchain, allowing users to buy, sell, and
+ trade tickets securely and transparently
+
+ -
+ Developed for my university's blockchain course for learning about smart contracts, wallet
+ connections, and decentralized applications
+
+ -
+ Ticket purchases are done using the platform's custom ERC-20 tokens, and tickets themselves are
+ ERC-721 NFTs with royalties built-in so that the original seller/artist gets a cut of all resales
+
+ -
+ Built with React frontend, Solidity smart contracts, and viem for interacting with the Ethereum blockchain
+
+
+
+
diff --git a/src/pictures/dticketmaster.png b/src/pictures/dticketmaster.png
new file mode 100644
index 0000000..1ccdeec
Binary files /dev/null and b/src/pictures/dticketmaster.png differ