An open API service indexing awesome lists of open source software.

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.

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