-
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.
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
# mytechtrail | ||
|
||
>Portfolio to discover the trails I've blazed in the ever-evolving landscape of tech | ||
> | ||
><hr> | ||
><p>Welcome to mytechtrail, a webfolio designed to showcase the trails I've blazed in the ever-evolving landscape of tech.<p> | ||
### Modern UI Scheme | ||
|
||
The website is built with a contemporary and aesthetically pleasing user interface. The design focuses on simplicity, clarity, and usability, ensuring a seamless experience for users. The theme is responsive and adapts beautifully across various devices and screen sizes, providing an optimal viewing experience whether you're on a desktop, tablet, or mobile device. | ||
|
||
### Animation with GSAP | ||
|
||
To enhance the visual appeal and interactivity of the website, I use GSAP (GreenSock Animation Platform). GSAP is a powerful JavaScript library that allows us to create high-performance animations. | ||
|
||
![image](https://github.com/ASquare04/mytechtrail/assets/112481001/dc4c0777-ba33-4afa-9137-bc7f4f72e3d9) | ||
|
||
### Real-time Data with Web Scraping | ||
|
||
In the blog section of the website, I employ web scraping techniques to fetch real-time data from various sources. This ensures that the content is always up-to-date and relevant. | ||
|
||
### Contact Page with EmailJS | ||
|
||
The contact page is powered by EmailJS, a service that allows us to send emails directly from the website without requiring a backend server. | ||
|
||
|
||
|