diff --git a/_projects/Titan-Quadruped.md b/_projects/Titan-Quadruped.md
new file mode 100644
index 0000000..afcd93d
--- /dev/null
+++ b/_projects/Titan-Quadruped.md
@@ -0,0 +1,26 @@
+---
+layout: page
+title: Titan-Quadruped
+description: Making VJTI's first Quadruped from scratch
+importance: 1
+---
+
+| Project Domains | Mentors | Project Difficulty |
+|-----------------------------------------------------------------|--------------------------------------------|--------------------|
+| Robotics, Mechanical Design | Sarvesh Patki | Hard |
+
+
+
+### Project Description
+You must have seen the quadruped robots built by Stanford, MIT, IIT Kanpur, etc. These Quadrupeds are way better than the wheeled robots for the navigation and are robust for being used for survellience. Quadrupeds are becoming famous due to their high stability margin and robustness.Through this project, we intend to make a similar robot-VJTI's Quadruped : Titan.
+Aim : The project to design and build the robot from scratch. Mentees will explore and study various mechanisms to make the robot's leg move, then complete the assembly of a quadruped using CAD modelling softwares like SOLIDWORKS/ONSHAPE/FUSION360 depending upon their conviniece, analysie the feasiblity as well as the strength of their designed parts, manufacture it using 3D Printing and Laser cutting, and simultaneously work on ROS2 for the simulation and the control of the same.
+The Quadruped will be then simulated and controlled firstly in Gazebo simulator using the ROS2 controllers, and after this the target is to implement the same on hardware.
+
+![Quadruped.jpeg](/assets/img/Titan.jpeg)
+
+
+### Resources
+[Stoch-IISc](https://www.stochlab.com/papers/Design.pdf)
+[MIT Cheetah 3](https://dspace.mit.edu/bitstream/handle/1721.1/126619/IROS.pdf)
+[Quadruped-Mechanism](https://drive.google.com/file/d/1meapWwXyDHX0s2xRH_jG_Mez2rUnad7F/view)
+[Quadruped-Making](https://www.youtube.com/watch?v=SU3fmMUz9Zg)
\ No newline at end of file
diff --git a/assets/img/Titan.jpeg b/assets/img/Titan.jpeg
new file mode 100644
index 0000000..50dfc46
Binary files /dev/null and b/assets/img/Titan.jpeg differ