This is a responsive personal portfolio landing page built using HTML5 and CSS3. It showcases the skills, services, and contact information of a Full Stack Developer β Muhammad Aashir. The design is clean, modern, and interactive, ideal for developers looking to present their work and online presence professionally.
- Full-screen background image (
developer.png
) with centered introductory text. - Welcoming message:
ASSALAMUALAIKUM | My Self Muhammad Aashir
. - Profession highlighted:
FULL STACK DEVELOPER
. - Typography powered by Roboto Mono.
- Bold header:
WORK, I CAN DO FOR YOU..!
. - Styled with a dark slate background and centered light-colored text.
- Three interactive cards representing:
- Web Development
- App Development
- UI/UX Design
- Each card includes:
- An image (
web.png
,mobile.png
,uiux.png
) - A heading and descriptive placeholder text.
- An image (
- Hover effects:
- Smooth scaling animation.
- Enhanced box-shadow for depth.
- Cursor change for interactivity.
- Layout achieved using Flexbox for responsiveness.
- Two content blocks:
- Contact Me
- About Us
- Each block features:
- Rounded corners and drop shadows.
- Scrollable content area with placeholder text.
- Consistent styling using Oswald font.
- Flexbox used for side-by-side layout.
- Copyright:
Β© Made By: Muhammad Aashir | #WMA-459449
- Social media icons:
- Facebook, Instagram, LinkedIn, GitHub.
- SVG icons with hover scaling effects.
- External links open in new tabs.
- Fonts: Imported from Google Fonts β Roboto Mono and Oswald.
- Responsive Design: Uses
viewport
meta tag and flexible layouts. - Flexbox: For layout alignment and spacing across sections.
- Transitions: Smooth hover effects on cards and icons.
- Box Shadows: Adds depth to cards and blocks.
- Custom Styling:
.lg_content
class for large headings..Div
and.Block
classes for modular design..logo
class for consistent icon sizing and animation.
Portfolio/
β
βββ index.html
βββ style.css
βββ Images/
βββ developer.png
βββ web.png
βββ mobile.png
βββ uiux.png
βββ facebook.svg
βββ instagram.svg
βββ linkedin.svg
βββ github.svg
- Clone the repository:
git clone https://github.com/Aashir-Shaikh/portfolio-landing-page.git
- Open
index.html
in your browser. - Customize content, images, and links as needed.
- HTML5
- CSS3
- Google Fonts
- Flexbox