Skip to content

Instantly share code, notes, and snippets.

View jucefoar's full-sized avatar

jucefoar

  • Joined Apr 21, 2026
View GitHub Profile
@jucefoar
jucefoar / Index.html
Created April 22, 2026 11:21
English journal
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>English Journal</title>
<style>
:root {
--bg: #0e1117; --surface: #161b25; --surface2: #1e2433;
--border: rgba(255,255,255,0.08); --text: #e6e2da; --muted: #64748b;
@jucefoar
jucefoar / Index.html
Created April 21, 2026 22:16
English tracking path
​​​​​​​​​​​​​​​​<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phase 1 Daily Tracker</title>
<style>
:root {
--bg: #0d0f14; --surface: #13161e; --surface2: #1a1e2a;
--border: rgba(255,255,255,0.07); --text: #e8e4dc; --muted: #6b7280;
@jucefoar
jucefoar / Index.html
Created April 21, 2026 21:52
English learning progress
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Phase 1 Daily Tracker</title>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Lora:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<style>
:root {
--bg: #0d0f14;