https://github.com/adilshamim8/adilshamim8.github.io
my personal website, adilshamim.me. This site serves as a platform to share my thoughts, projects, and insights on technology, programming, and artificial intelligence.
https://github.com/adilshamim8/adilshamim8.github.io
Last synced: 2 months ago
JSON representation
my personal website, adilshamim.me. This site serves as a platform to share my thoughts, projects, and insights on technology, programming, and artificial intelligence.
- Host: GitHub
- URL: https://github.com/adilshamim8/adilshamim8.github.io
- Owner: AdilShamim8
- Created: 2025-01-24T17:15:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:06:44.000Z (3 months ago)
- Last Synced: 2025-02-28T21:09:18.290Z (3 months ago)
- Language: HTML
- Homepage: http://adilshamim.me/
- Size: 754 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website of Adil Shamim
Welcome to the repository for my personal website, [adilshamim.me](http://adilshamim.me/). This site serves as a platform to share my thoughts, projects, and insights on technology, programming, and artificial intelligence.
## About Me
I am passionate about empowering innovation with AI and have a keen interest in programming and machine learning. I enjoy pushing the boundaries of technology to create impactful solutions. Let's code the future together! #AI #Programming #Tech
## Website Overview
The website includes the following sections:
- **Home**: An introduction to who I am and what I do.
- **About**: A deeper dive into my background, skills, and experiences.
- **Blogs**: A collection of my writings on various topics, including:
- *8 Rules of Love*: Insights and perspectives on love and relationships.
- *Get Rich*: Discussions on financial strategies and wealth-building.
- *Human Psychology*: Explorations into the workings of the human mind.
- *Philosophy*: My musings on philosophical topics and life lessons.
- **Contact**: Information on how to get in touch with me.## Technologies Used
- **HTML5**: For structuring the content of the website.
- **CSS3**: For styling and layout.
- **JavaScript**: For interactive features and functionality.## Repository Structure
```plaintext
.
├── image/ # Directory containing images used on the site
├── 8_Rules_of_Love.html # Blog post on the rules of love
├── CNAME # File specifying the custom domain
├── Contact.html # Contact page
├── GetRich.html # Blog post on financial strategies
├── README.md # This README file
├── about.html # About page
├── blogs.html # Main blog listing page
├── human_phycology.html # Blog post on human psychology
├── index.html # Home page
├── philosophy.html # Blog post on philosophy
├── script.js # JavaScript file for interactive features
└── styles.css # CSS file for styling