This directory contains the source code for a personal website hosted on GitHub Pages (vyvee.github.io). It serves as a hub for various utilities, guides, and educational resources created by the author, with a strong focus on mathematics and technical tutorials.
The site is built using static HTML and CSS, designed to be lightweight and responsive.
index.html: The main entry point (Homepage). It lists available resources and links to other pages.maths-cache.html: The landing page for "Maths Cache" (数学秘籍), a project providing mathematics notes and tools. It links to the Google Play Store (Android) and a Web App version.screen-recording-ffmpeg.html: A comprehensive guide on using FFmpeg for screen recording on Windows, macOS, and Linux.maths-cheatsheets.html: A page dedicated to listing and providing access to PDF mathematics cheatsheets.kuala_lumpur_sunrise_sunset.html: A utility page displaying sunrise and sunset times.
cheatsheets/: Contains PDF files serving as mathematics reference materials (e.g., integration strategies).mathscache/: Contains assets and sub-pages related specifically to the Maths Cache project, such as privacy policies and logos.
A collection of efficient maths notes and tools.
- Platform: Android (Google Play) and Web App.
- Files:
maths-cache.html,mathscache/directory.
Tutorials and cheat sheets for technical tasks.
- Example:
screen-recording-ffmpeg.htmlprovides low-resource screen recording commands for proctoring.
- The project consists of standard static HTML files.
- Styles are generally embedded within the
<style>tags in the<head>of each document, sharing a consistent visual theme (e.g., "OldLace" background#fdf5e6). - Images are stored in the root or specific subdirectories.
- As a GitHub Pages repository, changes pushed to the
main(ormaster) branch are automatically deployed tohttps://vyvee.github.io/.