├── .gitignore ├── LICENSE ├── README.md ├── assets ├── Welcome.png ├── avatar.png ├── bao-food-1.png ├── covers │ ├── 0409.2.PNG │ ├── 0409.3.png │ ├── 0409.png │ └── IMG_5339.PNG ├── days-card │ ├── card-bg-1.jpg │ ├── card-bg-10.jpg │ ├── card-bg-11.jpg │ ├── card-bg-12.jpg │ ├── card-bg-13.jpg │ ├── card-bg-14.jpg │ ├── card-bg-15.jpg │ ├── card-bg-2.jpg │ ├── card-bg-3.jpg │ ├── card-bg-4.jpg │ ├── card-bg-5.jpg │ ├── card-bg-6.jpg │ ├── card-bg-7.jpg │ ├── card-bg-8.jpg │ └── card-bg-9.jpg ├── drink │ ├── drink-1.png │ ├── drink-10.png │ ├── drink-11.png │ ├── drink-12.png │ ├── drink-13.png │ ├── drink-14.png │ ├── drink-15.png │ ├── drink-16.png │ ├── drink-17.png │ ├── drink-18.png │ ├── drink-19.png │ ├── drink-2.png │ ├── drink-20.png │ ├── drink-3.png │ ├── drink-4.png │ ├── drink-5.png │ ├── drink-6.png │ ├── drink-7.png │ ├── drink-8.png │ └── drink-9.png ├── emoji │ ├── emoji-1.png │ ├── emoji-2.png │ ├── emoji-3.png │ ├── emoji-4.png │ ├── emoji-5.png │ └── emoji-6.png ├── flowers │ ├── eto.jpg │ ├── icons8-flower-64.png │ ├── icons8-flower-75.png │ └── tulip.png ├── flowus │ ├── all.png │ ├── biaoqing │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ └── 08.png │ ├── green.png │ ├── pink.png │ ├── slice_0_0.png │ ├── slice_1.png │ ├── slice_1_0.png │ ├── slice_2.png │ ├── slice_2_0.png │ ├── slice_3.svg │ ├── white.png │ └── yellow │ │ ├── y-1.PNG │ │ ├── y-2.PNG │ │ ├── y-3.PNG │ │ ├── y-4.PNG │ │ └── y-5.PNG ├── food │ ├── food-1.png │ ├── food-10.png │ ├── food-11.png │ ├── food-12.png │ ├── food-13.png │ ├── food-14.png │ ├── food-15.png │ ├── food-16.png │ ├── food-17.png │ ├── food-18.png │ ├── food-19.png │ ├── food-2.png │ ├── food-20.png │ ├── food-3.png │ ├── food-4.png │ ├── food-5.png │ ├── food-6.png │ ├── food-7.png │ ├── food-8.png │ └── food-9.png ├── fruits │ ├── fruit-1.png │ ├── fruit-10.png │ ├── fruit-11.png │ ├── fruit-12.png │ ├── fruit-13.png │ ├── fruit-14.png │ ├── fruit-15.png │ ├── fruit-16.png │ ├── fruit-17.png │ ├── fruit-18.png │ ├── fruit-19.png │ ├── fruit-2.png │ ├── fruit-20.png │ ├── fruit-3.png │ ├── fruit-4.png │ ├── fruit-5.png │ ├── fruit-6.png │ ├── fruit-7.png │ ├── fruit-8.png │ └── fruit-9.png ├── heart.jpg ├── music │ ├── Dott_-_01_-_This_Christmas.mp3 │ ├── Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3 │ ├── Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3 │ └── TRG_Banks_-_12_-_No_room_at_the_inn.mp3 ├── rose.jpg ├── snow.jpeg ├── snow │ ├── snowflake1.png │ ├── snowflake2.png │ ├── snowflake3.png │ ├── snowflake4.webp │ ├── snowflake5.webp │ └── spark1.png ├── snowflake1.png ├── spark1.png └── water.jpeg ├── calendar.html ├── calendarByWeek.html ├── charts-kg.html ├── code ├── Christmas-no-music.html ├── Christmas-no-music_2024.html ├── Christmas.html └── merry.html ├── colorful-svg-time_b.html ├── colorful-svg-time_w.html ├── counts ├── count-template-2024-august.html ├── count-template-2024-dairy.html ├── count-template-2024-gtd.html ├── count-template-2024-loss.html ├── count-template-2024-new-term.html ├── count-template-2024-todos.html ├── count-template-2024-travel.html ├── count-template-2024-wedding.html ├── count-template-2024-weekly.html ├── count-template-2024winter.html ├── count-template-2025-finance-tracker.html ├── count-template-2025-movie.html ├── count-template-2025-year-planner.html ├── count-template-2026-kaoyan.html ├── count-template-PARA.html ├── count-template-couple-space.html ├── count-template-flowus-august.html ├── count-template-kn.html ├── count-template-monthly-v2.html ├── count-template-monthly-v3.html ├── count-template-mood.html ├── count-template-points-discipline.html ├── count-template-reli.html ├── count-template-wardrobe-mg.html ├── count-template-weekly.html └── new-counts.sh ├── covers └── todos.html ├── css ├── font-awesome.min.css └── normalize.min.css ├── days-matter.html ├── days-matter2.html ├── flexibleMerge.js ├── flow ├── clock.html ├── matter.html ├── matter2.html ├── month.html ├── view.html └── week.html ├── fonts ├── Dancing_Script │ ├── DancingScript-VariableFont_wght.ttf │ ├── OFL.txt │ ├── README.txt │ └── static │ │ ├── DancingScript-Bold.ttf │ │ ├── DancingScript-Medium.ttf │ │ ├── DancingScript-Regular.ttf │ │ └── DancingScript-SemiBold.ttf ├── FontAwesome.otf ├── Indie_Flower │ ├── IndieFlower-Regular.ttf │ └── OFL.txt ├── J7aHnp1uDWRBEqV98dVQztYldFcLowEFA87Heg.woff2 ├── Klee_One │ ├── KleeOne-Regular.ttf │ ├── KleeOne-SemiBold.ttf │ └── OFL.txt ├── LED.ttf ├── LEDSimulator.ttf ├── Rampart_One │ ├── OFL.txt │ └── RampartOne-Regular.ttf ├── font-awesome.min.css ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── 站酷仓耳渔阳体-W02.ttf ├── 站酷庆科黄油体.ttf └── 荆南波波黑-Bold.ttf ├── github.readme.md ├── index.html ├── index.js ├── js ├── CopyShader.js ├── EffectComposer.js ├── LuminosityHighPassShader.js ├── RenderPass.js ├── ShaderPass.js ├── UnrealBloomPass.js └── three.min.js ├── lib ├── aes.min.js ├── axios.min.js ├── busuanzi.pure.mini.js ├── crypto-js.min.js ├── echarts.min.js ├── font.js ├── global.js ├── jinrishici.js ├── jquery-3.6.0.min.js ├── json │ └── holiday.js ├── lunar.js ├── tailwindcss-3.js └── vue@2.js ├── move ├── calendar.html ├── calendarByWeek.html ├── colorful-svg-time_b.html ├── colorful-svg-time_w.html ├── days-matter.html ├── days-matter2.html ├── quarterly-progress.html ├── quote-EN.html ├── quote.html ├── quote2.html └── quote3.html ├── new ├── Xnip2022-04-04_13-12-52.jpg ├── big-clock.html ├── blue-week.html ├── calendar.html ├── calendar_b.html ├── clock2.html ├── countdown.html ├── highlight-week.html ├── history-today.html ├── mul-days-matter.html ├── personal-progress.html ├── progress-ceils.html ├── progress-vertical.html ├── progress.html ├── quick-entry.html ├── today-shici.html ├── week-ceils.html └── year-block.html ├── package.json ├── private ├── waline.html └── weight-2021.html ├── progress.html ├── quarterly-progress.html ├── quote-EN.html ├── quote.html ├── quote2.html ├── quote3.html ├── swiper-bundle.min.css ├── swiper-bundle.min.js ├── swiper.html ├── temps ├── flowus-2023review.html ├── flowus-2024travle.html ├── flowus-2024yearly.html ├── flowus-gtd.html ├── flowus-jz.html ├── flowus-kaoyan.html ├── flowus-share.html └── flowus-tunhuo.html ├── v201 ├── bg-calendar.html ├── brown-pro.html ├── calendar.html ├── custom-progress.html ├── e'clock.html ├── flowus-subscribe-btns.html ├── logos │ ├── facebook.png │ ├── figma.png │ ├── flowus.png │ ├── github.png │ ├── gmail.png │ ├── instagram.png │ ├── linkedin.png │ ├── mail.png │ ├── notion.png │ ├── stack-overflow.png │ ├── twitter.png │ ├── weibo.png │ ├── youtube.png │ └── zoom.png ├── my-btns.html ├── one.html └── tomato.html ├── v203 ├── countdown-card.html ├── horoscope-card.html └── mul-days-matter.html ├── v211 ├── count-template-2024aio.html ├── count-template-2024result.html ├── count-template-2024win.html ├── count-template-2025kaoyan.html ├── count-template-abhs.html ├── count-template-aibin.html ├── count-template-bill3.html ├── count-template-brain.html ├── count-template-daily.html ├── count-template-flashcard.html ├── count-template-flowus-crm.html ├── count-template-flowus-home.html ├── count-template-jfdk.html ├── count-template-jizhang-3.0.html ├── count-template-kaogong.html ├── count-template-kaoyan.html ├── count-template-library.html ├── count-template-main.html ├── count-template-media.html ├── count-template-monthly.html ├── count-template-new-term.html ├── count-template-podcast.html ├── count-template-relation.html ├── count-template-restart.html ├── count-template-shopping.html ├── count-template-sleep.html ├── count-template-time.html ├── count-template-todo.html ├── count-template-tracker2.0.html ├── count-template-travel.html ├── count-template-tunhuo.html ├── count-template-waikan.html ├── count-template-weekly.html ├── count-template-workspace.html └── tomato.html ├── v220 ├── colorful-svg-time_w.html ├── date.html ├── day-set.html ├── day.html ├── greetings-date-clock.html ├── holiday-row.html ├── holiday.html ├── progress.html └── rotate-clock.html ├── v221 ├── countdown-card.html ├── countdown.html ├── socials.html ├── socials_files │ ├── all.css │ ├── all.min.css │ ├── css │ ├── css2 │ ├── default_popup(1).html │ ├── default_popup.html │ └── reset.min.css └── weather.html ├── v230 ├── countdown-p.html ├── countdown.html └── week.html ├── v3 ├── circle-progress.html ├── countdown.html ├── daily-ian.html ├── day.html ├── month-kt-2.html ├── month-kt-3.html ├── month-kt.html ├── month-moon.html ├── month.html ├── music-s.html ├── music.html ├── retro-calendar.html ├── tomato.html ├── weather-zh.html ├── week-clock.html └── week-pic.html ├── v300 ├── card-hot.html ├── card-simple-2.html ├── card-simple.html ├── card.html ├── codeWords.html └── countdown-card.html ├── v4 ├── 3d │ ├── 3d-heart.html │ └── heart │ │ ├── CONSOLE-Ban.min.js │ │ ├── MeshSurfaceSampler.js │ │ ├── OBJLoader.js │ │ ├── TrackballControls.js │ │ ├── gsap.min.js │ │ ├── script.js │ │ ├── simplex-noise.js │ │ ├── style.css │ │ └── three.min.js ├── hbd.html ├── love-big.html ├── love-ful.html ├── love-name.html ├── love-u.html ├── love.html ├── month.html ├── month_drink.html └── month_food.html ├── weather-0816.html └── weather.html /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | 3 | widgets -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 9 | # [notion-widget](http://httishere.gitee.io/notion/) 10 | 11 | ## Features 12 | 13 | -- 2022/08 v1.2.1 -- 14 | 15 | - [ ] 个性名片 16 | - [x] 日历(多样式 17 | - [x] 番茄钟 18 | - [x] 圆盘时钟 19 | 20 | -- 2022/04/03 v1.2.0 -- 21 | 22 | - [x] 周开始选择(周一/周日) 23 | - [x] blue week 24 | - [x] calendar 25 | - [x] 选择周 26 | - [ ] 参数加密(便于参数解密以及中文支持) 27 | - [x] 时钟样式 28 | - [ ] 中文转译拼接 29 | - [ ] 自定义颜色 / 自定义背景 30 | - [ ] 自适应暗黑模式 31 | - [ ] 加载速度 32 | - [x] 图床问题 (临时放在github上) 33 | - [x] 官方调整暗黑颜色 34 | 35 | ## Demos 36 | 37 | - 倒计时&进度条:[DEMO](http://httishere.gitee.io/notion/progress.html) 38 | 39 | - 简易日期倒计时:[DEMO](http://httishere.gitee.io/notion/days-matter.html) 40 | - 自定义目标日期和目标日名称,url参数:day(目标日期),name(目标日名称) 41 | 42 | - 引用块(多风格): 43 | - 乳白色字体:适合短分案,大字体,标题等,[DEMO](http://httishere.gitee.io/notion/quote.html?text=test) 44 | - 自定义文案内容,url参数:text(文案内容) 45 | 46 | - 边框阴影文案:适合繁体和英文文案,中等字体,该字体无法识别部分简体字,[DEMO](http://httishere.gitee.io/notion/quote2.html?text=test) 47 | - 自定义文案内容,url参数:text(文案内容) 48 | 49 | - 细文字:适合繁体和英文文案,中等字体,该字体无法识别部分简体字,[DEMO](http://httishere.gitee.io/notion/quote3.html?text=test) 50 | - 自定义文案内容,url参数:text(文案内容) 51 | 52 | - 可爱英文手写体:仅适用于英文,[DEMO](http://httishere.gitee.io/notion/quote-EN.html?text=test) 53 | - 自定义文案内容,url参数:text(文案内容) 54 | 55 | - 日历 56 | - 范围日历:显示所给范围的日历内容,需要给定开始时间和结束时间(**目前仅支持当前月**)。 57 | - 当前日历:显示当前时间的月份日期定位。 58 | 59 | - 天气组件:目前固定杭州天气,来源[weatherwidget](weatherwidget.io)。 -------------------------------------------------------------------------------- /assets/Welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/Welcome.png -------------------------------------------------------------------------------- /assets/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/avatar.png -------------------------------------------------------------------------------- /assets/bao-food-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/bao-food-1.png -------------------------------------------------------------------------------- /assets/covers/0409.2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.2.PNG -------------------------------------------------------------------------------- /assets/covers/0409.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.3.png -------------------------------------------------------------------------------- /assets/covers/0409.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.png -------------------------------------------------------------------------------- /assets/covers/IMG_5339.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/IMG_5339.PNG -------------------------------------------------------------------------------- /assets/days-card/card-bg-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-1.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-10.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-11.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-12.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-13.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-14.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-15.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-2.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-3.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-4.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-5.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-6.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-7.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-8.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-9.jpg -------------------------------------------------------------------------------- /assets/drink/drink-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-1.png -------------------------------------------------------------------------------- /assets/drink/drink-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-10.png -------------------------------------------------------------------------------- /assets/drink/drink-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-11.png -------------------------------------------------------------------------------- /assets/drink/drink-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-12.png -------------------------------------------------------------------------------- /assets/drink/drink-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-13.png -------------------------------------------------------------------------------- /assets/drink/drink-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-14.png -------------------------------------------------------------------------------- /assets/drink/drink-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-15.png -------------------------------------------------------------------------------- /assets/drink/drink-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-16.png -------------------------------------------------------------------------------- /assets/drink/drink-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-17.png -------------------------------------------------------------------------------- /assets/drink/drink-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-18.png -------------------------------------------------------------------------------- /assets/drink/drink-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-19.png -------------------------------------------------------------------------------- /assets/drink/drink-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-2.png -------------------------------------------------------------------------------- /assets/drink/drink-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-20.png -------------------------------------------------------------------------------- /assets/drink/drink-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-3.png -------------------------------------------------------------------------------- /assets/drink/drink-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-4.png -------------------------------------------------------------------------------- /assets/drink/drink-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-5.png -------------------------------------------------------------------------------- /assets/drink/drink-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-6.png -------------------------------------------------------------------------------- /assets/drink/drink-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-7.png -------------------------------------------------------------------------------- /assets/drink/drink-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-8.png -------------------------------------------------------------------------------- /assets/drink/drink-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-9.png -------------------------------------------------------------------------------- /assets/emoji/emoji-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-1.png -------------------------------------------------------------------------------- /assets/emoji/emoji-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-2.png -------------------------------------------------------------------------------- /assets/emoji/emoji-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-3.png -------------------------------------------------------------------------------- /assets/emoji/emoji-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-4.png -------------------------------------------------------------------------------- /assets/emoji/emoji-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-5.png -------------------------------------------------------------------------------- /assets/emoji/emoji-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-6.png -------------------------------------------------------------------------------- /assets/flowers/eto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/eto.jpg -------------------------------------------------------------------------------- /assets/flowers/icons8-flower-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/icons8-flower-64.png -------------------------------------------------------------------------------- /assets/flowers/icons8-flower-75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/icons8-flower-75.png -------------------------------------------------------------------------------- /assets/flowers/tulip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/tulip.png -------------------------------------------------------------------------------- /assets/flowus/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/all.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/01.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/02.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/03.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/04.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/05.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/06.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/07.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/08.png -------------------------------------------------------------------------------- /assets/flowus/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/green.png -------------------------------------------------------------------------------- /assets/flowus/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/pink.png -------------------------------------------------------------------------------- /assets/flowus/slice_0_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_0_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_1.png -------------------------------------------------------------------------------- /assets/flowus/slice_1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_1_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_2.png -------------------------------------------------------------------------------- /assets/flowus/slice_2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_2_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_3.svg: -------------------------------------------------------------------------------- 1 | 17 | -------------------------------------------------------------------------------- /assets/flowus/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/white.png -------------------------------------------------------------------------------- /assets/flowus/yellow/y-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-1.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-2.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-3.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-4.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-5.PNG -------------------------------------------------------------------------------- /assets/food/food-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-1.png -------------------------------------------------------------------------------- /assets/food/food-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-10.png -------------------------------------------------------------------------------- /assets/food/food-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-11.png -------------------------------------------------------------------------------- /assets/food/food-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-12.png -------------------------------------------------------------------------------- /assets/food/food-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-13.png -------------------------------------------------------------------------------- /assets/food/food-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-14.png -------------------------------------------------------------------------------- /assets/food/food-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-15.png -------------------------------------------------------------------------------- /assets/food/food-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-16.png -------------------------------------------------------------------------------- /assets/food/food-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-17.png -------------------------------------------------------------------------------- /assets/food/food-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-18.png -------------------------------------------------------------------------------- /assets/food/food-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-19.png -------------------------------------------------------------------------------- /assets/food/food-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-2.png -------------------------------------------------------------------------------- /assets/food/food-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-20.png -------------------------------------------------------------------------------- /assets/food/food-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-3.png -------------------------------------------------------------------------------- /assets/food/food-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-4.png -------------------------------------------------------------------------------- /assets/food/food-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-5.png -------------------------------------------------------------------------------- /assets/food/food-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-6.png -------------------------------------------------------------------------------- /assets/food/food-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-7.png -------------------------------------------------------------------------------- /assets/food/food-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-8.png -------------------------------------------------------------------------------- /assets/food/food-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-9.png -------------------------------------------------------------------------------- /assets/fruits/fruit-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-1.png -------------------------------------------------------------------------------- /assets/fruits/fruit-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-10.png -------------------------------------------------------------------------------- /assets/fruits/fruit-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-11.png -------------------------------------------------------------------------------- /assets/fruits/fruit-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-12.png -------------------------------------------------------------------------------- /assets/fruits/fruit-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-13.png -------------------------------------------------------------------------------- /assets/fruits/fruit-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-14.png -------------------------------------------------------------------------------- /assets/fruits/fruit-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-15.png -------------------------------------------------------------------------------- /assets/fruits/fruit-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-16.png -------------------------------------------------------------------------------- /assets/fruits/fruit-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-17.png -------------------------------------------------------------------------------- /assets/fruits/fruit-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-18.png -------------------------------------------------------------------------------- /assets/fruits/fruit-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-19.png -------------------------------------------------------------------------------- /assets/fruits/fruit-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-2.png -------------------------------------------------------------------------------- /assets/fruits/fruit-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-20.png -------------------------------------------------------------------------------- /assets/fruits/fruit-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-3.png -------------------------------------------------------------------------------- /assets/fruits/fruit-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-4.png -------------------------------------------------------------------------------- /assets/fruits/fruit-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-5.png -------------------------------------------------------------------------------- /assets/fruits/fruit-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-6.png -------------------------------------------------------------------------------- /assets/fruits/fruit-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-7.png -------------------------------------------------------------------------------- /assets/fruits/fruit-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-8.png -------------------------------------------------------------------------------- /assets/fruits/fruit-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-9.png -------------------------------------------------------------------------------- /assets/heart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/heart.jpg -------------------------------------------------------------------------------- /assets/music/Dott_-_01_-_This_Christmas.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Dott_-_01_-_This_Christmas.mp3 -------------------------------------------------------------------------------- /assets/music/Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3 -------------------------------------------------------------------------------- /assets/music/Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3 -------------------------------------------------------------------------------- /assets/music/TRG_Banks_-_12_-_No_room_at_the_inn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/TRG_Banks_-_12_-_No_room_at_the_inn.mp3 -------------------------------------------------------------------------------- /assets/rose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/rose.jpg -------------------------------------------------------------------------------- /assets/snow.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow.jpeg -------------------------------------------------------------------------------- /assets/snow/snowflake1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake1.png -------------------------------------------------------------------------------- /assets/snow/snowflake2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake2.png -------------------------------------------------------------------------------- /assets/snow/snowflake3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake3.png -------------------------------------------------------------------------------- /assets/snow/snowflake4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake4.webp -------------------------------------------------------------------------------- /assets/snow/snowflake5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake5.webp -------------------------------------------------------------------------------- /assets/snow/spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/spark1.png -------------------------------------------------------------------------------- /assets/snowflake1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snowflake1.png -------------------------------------------------------------------------------- /assets/spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/spark1.png -------------------------------------------------------------------------------- /assets/water.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/water.jpeg -------------------------------------------------------------------------------- /charts-kg.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 |