Skip to content

WRD1145/PerHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Home Portal

简体中文

Demo site(Chinese)

Caution

It is recommended to use Chinese.

Alt

A modern personal homepage solution featuring link navigation, inspirational quotes, and visitor statistics. Designed for 2025.

git clone https://github.com/WRD1145/Personal-Home-Portal.git

✨ Core Features

  • Quick Link Navigation
    Card-based design for instant access to destinations
  • Daily Wisdom System
    Inspirational quotes updated daily with manual refresh
  • Accurate Visitor Analytics
    Real-time daily/monthly/yearly/total statistics (2025 data)
  • Dynamic Visual Effects
    Gradient background + mouse trails + click animations
  • Responsive Design
    Perfect for desktop/tablet/mobile devices
  • 2025 Optimizations
    Performance enhancements for modern browsers

🛠️ Technology Stack

  • Frontend: HTML5, CSS3, ES2025
  • Backend: PHP 8.3+
  • Dependencies: Font Awesome 6.5
  • API: Hitokoto quote service

⚙️ Installation Guide

  1. Clone repository:
git clone https://github.com/WRD1145/Personal-Home-Portal.git
  1. Set permissions:
chmod -R 755 data
  1. Server configuration:
  • PHP 8.3+ (8.4 recommended)
  • JSON extension enabled
  • Write permissions for data/ directory
  1. Access homepage:
https://yourdomain.com

🎨 Customization

  1. Modify card content:
<!-- index.php -->
<div class="card" id="your-id">
    <h2><i class="fas fa-icon"></i> Title</h2>
    <p>Description</p>
</div>
  1. Update card links:
// js/script.js
const cardLinks = {
    'your-id': 'https://your-link.com',
    // ...
};
  1. Adjust 2025 theme colors:
/* css/style.css */
:root {
    --primary-color: #2563eb;   /* 2025 trending blue */
    --secondary-color: #8b5cf6; /* 2025 trending purple */
    --accent-color: #ec4899;    /* 2025 trending pink */
    --success-color: #10b981;   /* 2025 trending green */
}

📊 Feature Roadmap (2025)

Feature Status Progress
Link Navigation ✅ Completed 100%
Wisdom System ✅ Completed 100%
Visitor Statistics ✅ Completed 100%
Card-based Admin Panel ⏳ Q3 Development 30%
AI Content Generation ⏳ Q4 Planning 0%
Visitor Geolocation ⏳ Q4 Planning 0%

📜 License

This project is licensed under GNU GPLv3:

Copyright (C) 2023-2025 WRD1145

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

See LICENSE file for full terms.

👤 Developer Information

Created by WRD1145
2025 Edition | Powered by DeepSeek AI

🚀 Contributions welcome through PRs or Issues!

About

一个现代化的个人主页解决方案,集链接导航、励志名言和访客统计于一体。 A modern personal homepage solution that integrates link navigation, inspirational quotes, and visitor statistics.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors