Caution
It is recommended to use Chinese.
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- 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
- Frontend: HTML5, CSS3, ES2025
- Backend: PHP 8.3+
- Dependencies: Font Awesome 6.5
- API: Hitokoto quote service
- Clone repository:
git clone https://github.com/WRD1145/Personal-Home-Portal.git- Set permissions:
chmod -R 755 data- Server configuration:
- PHP 8.3+ (8.4 recommended)
- JSON extension enabled
- Write permissions for data/ directory
- Access homepage:
https://yourdomain.com
- Modify card content:
<!-- index.php -->
<div class="card" id="your-id">
<h2><i class="fas fa-icon"></i> Title</h2>
<p>Description</p>
</div>- Update card links:
// js/script.js
const cardLinks = {
'your-id': 'https://your-link.com',
// ...
};- 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 | 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% |
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.
Created by WRD1145
2025 Edition | Powered by DeepSeek AI
🚀 Contributions welcome through PRs or Issues!