Skip to content
View 001Maska's full-sized avatar

Block or report 001Maska

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
001Maska/README.md

Hi there πŸ‘‹

Portfolio Website A modern, responsive portfolio website showcasing my web development skills and projects. Built with clean HTML, CSS, and JavaScript featuring a dark brutalist aesthetic with smooth animations.

Features

Responsive Design - Fully optimized for desktop, tablet, and mobile devices Modern UI - Dark theme with vibrant accent colors and smooth animations Fast Loading - Lightweight, no external dependencies except Google Fonts Smooth Scrolling - Enhanced navigation with scroll-triggered animations SEO Friendly - Semantic HTML structure for better search engine visibility Accessibility - Clean code with proper contrast ratios and readable fonts

πŸ› οΈ Built With

HTML5 - Semantic markup structure CSS3 - Custom animations, gradients, and responsive layout JavaScript - Smooth scrolling and intersection observer animations Google Fonts - DM Sans & JetBrains Mono

πŸ“‹ Sections

Hero - Introduction with call-to-action buttons About - Brief professional summary Tech Stack - Skills organized by category (Frontend, Backend, Tools) Projects - Featured projects with descriptions and links Process - My development workflow Contact - Links to email, GitHub, and LinkedIn

Color Palette cssPrimary Background: #0a0a0a Card Background: #121212 Accent Color: #00ff88 Text Primary: #ffffff Text Secondary: #a0a0a0 Border: #252525 πŸ“¦ Installation & Setup

Clone the repository

bash git clone https://github.com/your-username/portfolio.git

Navigate to the project directory

bash cd portfolio

Open the file

Simply open portfolio.html in your browser Or use a local server:

bash # Using Python python -m http.server 8000

 # Using Node.js
 npx serve

View in browser

Navigate to http://localhost:8000

πŸ”§ Customization Update Personal Information

Contact Details (Line ~550)

html Email GitHub LinkedIn

Projects Section (Line ~380)

Update project titles, descriptions, and links Add your actual GitHub repositories and live demo URLs

About Section (Line ~270)

Customize your professional bio

Change Colors Update CSS variables in the :root section (Line ~10): css:root { --accent: #00ff88; /* Change accent color / --bg-dark: #0a0a0a; / Change background */ } Add Your Logo Replace the greeting text with your logo: htmlLogo πŸ“± Responsive Breakpoints

Desktop: 1200px+ Tablet: 768px - 1199px Mobile: < 768px

πŸš€ Deployment GitHub Pages

Rename portfolio.html to index.html Create a new repository named your-username.github.io Push your code:

bash git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/your-username/your-username.github.io.git git push -u origin main

Popular repositories Loading

  1. 001Maska 001Maska Public

    HTML

  2. studentmarketplace studentmarketplace Public

    JavaScript