Skip to content

Instantly share code, notes, and snippets.

View vivalinkproduction-source's full-sized avatar

vivalinkproduction-source

  • Joined Apr 23, 2026
View GitHub Profile
@vivalinkproduction-source
vivalinkproduction-source / helper-salary.html
Last active April 24, 2026 12:33
Hong Kong Helper Salary & Statutory Holiday Calculator (2026-2027)
<!DOCTYPE html>
<html lang="zh-HK">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>姐姐工資計算器 Pro</title>
<style>
:root {
--primary: #FF9500; --bg: #F2F2F7; --card: #FFFFFF; --text: #1C1C1E; --input-border: #D1D1D6; --toggle-bg: #E3E3E6;
}
@vivalinkproduction-source
vivalinkproduction-source / index.html
Last active April 24, 2026 01:21
Interest Calculator
<!DOCTYPE html>
<html lang="zh-HK">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>金融全能計算機 Pro</title>
<style>
:root {
--primary: #0A84FF; --success: #30D158; --bg: #F2F2F7;
--card-bg: #FFFFFF; --text: #1C1C1E; --label-text: #8E8E93;