Skip to content

dameli70/dev

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Golden Peak Mining - International Gold Mining Corporation Website

A comprehensive, pixel-perfect website for an international gold mining company built with HTML, CSS, and JavaScript. This project transforms a static design into a dynamic, visually striking web experience that positions the company as a world-class mining corporation.

🌟 Features

Homepage (index.html)

  • Hero Section with 5-Slide Carousel: High-impact slides featuring mining operations, global presence, sustainability, innovation, and partnership opportunities
  • Our Story Section: CEO profile with company history and experience
  • What We Have Section: Services showcase with hover effects
  • Testimonials Section: Client feedback with rating system

About Us Page (about-us.html)

  • Company Overview: Mission, values, and core principles
  • Executive Team: Leadership profiles with contact information
  • Global Operations: Interactive location markers
  • Certifications & Awards: Industry recognition display

News Page (news.html)

  • Featured News: Highlighted articles with large imagery
  • News Grid: Categorized news articles with filtering
  • Newsletter Signup: Email subscription form
  • Pagination: Multi-page navigation

Contact Page (contact.html)

  • Contact Information: Multiple contact methods and business hours
  • Contact Form: Comprehensive inquiry form with validation
  • FAQ Section: Expandable questions and answers
  • Global Locations: Map placeholder for future integration

🎨 Design Features

Color Scheme

  • Primary: Dark charcoal/black (#2C2C2C)
  • Accent: Warm brown/gold (#8B4513, #DAA520)
  • Background: Off-white/cream (#F8F8F8)
  • Text: Dark gray (#555, #666)

Visual Elements

  • Professional logo with mountain icon
  • Gradient backgrounds and textured overlays
  • Smooth animations and transitions
  • Responsive grid layouts
  • Professional typography using Inter font

Interactive Components

  • Auto-playing hero slider with manual controls
  • Hover effects on cards and buttons
  • Smooth scrolling navigation
  • Form validation and submission
  • FAQ accordion functionality
  • News filtering system

πŸš€ Technical Implementation

Technologies Used

  • HTML5: Semantic markup and accessibility
  • CSS3: Modern layouts, animations, and responsive design
  • JavaScript ES6+: Interactive functionality and dynamic content
  • Font Awesome: Professional icons and symbols
  • Google Fonts: Inter font family for typography

Key JavaScript Features

  • HeroSlider Class: Manages the 5-slide carousel with auto-play
  • TestimonialsSlider Class: Handles testimonial rotation
  • Form Handling: Contact form and newsletter subscription
  • News Filtering: Category-based content filtering
  • FAQ System: Expandable question/answer functionality
  • Scroll Animations: Intersection Observer for element animations

Responsive Design

  • Mobile-first approach
  • CSS Grid and Flexbox layouts
  • Breakpoint-based responsive adjustments
  • Touch-friendly navigation and interactions

πŸ“ File Structure

golden-peak-mining/
β”œβ”€β”€ index.html          # Homepage with hero slider and main sections
β”œβ”€β”€ about-us.html       # About page with team and company info
β”œβ”€β”€ news.html          # News/blog page with articles and filtering
β”œβ”€β”€ contact.html       # Contact page with form and information
β”œβ”€β”€ styles.css         # Complete CSS styling for all pages
β”œβ”€β”€ script.js          # JavaScript functionality and interactions
└── README.md          # Project documentation

🎯 Key Sections Implemented

Hero Section Enhancements

βœ… 5 high-impact slides with strategic CTAs βœ… Mining operations and equipment imagery βœ… Corporate achievements and milestones βœ… Global operations and locations βœ… Sustainability and technology focus βœ… Smooth transitions and professional animations

Our Story Section Redesign

βœ… Sophisticated, narrative-driven layout βœ… Compelling visuals and milestone markers βœ… Professional photography and graphics βœ… Engaging story arc for trust building

Multi-Page Architecture

βœ… About Us page with expanded team content βœ… Standalone news/blog page βœ… Dedicated contact page with forms βœ… Consistent navigation across all pages

International Corporate Identity

βœ… Enterprise-level professionalism βœ… Project portfolio showcase elements βœ… Global presence indicators βœ… Key statistics and achievements βœ… Certifications and compliance badges βœ… Technology showcase elements

🌐 Browser Compatibility

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)
  • Mobile browsers (iOS Safari, Chrome Mobile)

πŸ“± Responsive Breakpoints

  • Desktop: 1024px and above
  • Tablet: 768px - 1023px
  • Mobile: Below 768px

πŸš€ Getting Started

  1. Clone or download the project files
  2. Open index.html in a modern web browser
  3. Navigate through all pages using the menu
  4. Test the interactive features and responsiveness

🎨 Customization

Colors

Modify the CSS custom properties in styles.css to change the color scheme:

:root {
    --primary-color: #2C2C2C;
    --accent-color: #8B4513;
    --accent-light: #DAA520;
    --background-light: #F8F8F8;
}

Content

  • Update company information in HTML files
  • Replace placeholder images with actual company photos
  • Modify contact information and business details
  • Customize news articles and testimonials

Functionality

  • Adjust slider timing in script.js
  • Modify form submission handling
  • Customize animation durations and effects
  • Add additional interactive features

πŸ”§ Future Enhancements

  • Interactive Maps: Integration with Google Maps or Mapbox
  • Blog CMS: Backend integration for news management
  • Multi-language Support: Internationalization features
  • Advanced Analytics: User behavior tracking
  • SEO Optimization: Meta tags and structured data
  • Performance: Image optimization and lazy loading

πŸ“ž Support

For questions or customization requests, please refer to the project documentation or contact the development team.


Golden Peak Mining Website - A professional, enterprise-grade web presence for the international gold mining industry.

About

Press the . key on any repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 55.7%
  • CSS 31.7%
  • JavaScript 12.6%