├── README.md ├── USAirportDistanceMap ├── LICENSE.txt ├── README.md ├── index.html ├── script.js └── style.css ├── _config.yml ├── bell.mp3 ├── button.html ├── buttons ├── demo.html ├── gumroad-etsy.html └── socials.html ├── calculator.html ├── calendar.html ├── calendar2.html ├── converter.html ├── converter2.html ├── count-down-days-only.html ├── countDown.html ├── currency_rates.html ├── currency_rates2.html ├── emoji.html ├── financial-goals.html ├── globe ├── LICENSE.txt ├── README.md ├── index.html └── style.css ├── greetings-date-clock.html ├── greetings-languages └── french.html ├── greetings-people ├── greetings-Nightmoers.html ├── greetings-diane.html ├── greetings-mahmoud.html ├── greetings-mark.html ├── greetings-rory.html └── greetings-sarita.html ├── images ├── gallery-with-cover │ ├── 1.jpeg │ ├── 10.jpeg │ ├── 11.jpeg │ ├── 12.jpeg │ ├── 2.jpeg │ ├── 3.jpeg │ ├── 4.jpeg │ ├── 5.jpeg │ ├── 6.jpeg │ ├── 7.jpeg │ ├── 8.jpeg │ ├── 9.jpeg │ ├── cover.html │ ├── cover.png │ └── gallery.html ├── gallery │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ └── index.html └── slider │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── LICENSE.txt │ ├── README.md │ └── index.html ├── index.html ├── map2 ├── LICENSE.txt ├── README.md ├── index.html ├── script.js └── style.css ├── minimal ├── minimal-calculator-basic.html ├── minimal-calculator.html ├── minimal-calendar.html ├── minimal-greetings.html ├── minimal-quote.html ├── minimal-time-left-month.html ├── minimal-time-left-week-monday.html ├── minimal-time-left-week-sunday.html └── minimal-unit-converter.html ├── nav-vertical.html ├── nav.html ├── photo-gallery ├── LICENSE.txt ├── README.md ├── austria.jpeg ├── bali.jpeg ├── budapest.jpg ├── cusco.jpeg ├── giza.jpg ├── index.html ├── italy.jpeg ├── kyoto.jpeg ├── mexico.jpg ├── milan.jpeg ├── osaka.jpeg ├── paris.jpg ├── peru.jpeg ├── rio.jpeg ├── rome.jpeg ├── style.css └── vienna.jpg ├── pomodoro ├── LICENSE.txt ├── index.html ├── script.js └── style.css ├── pomodoro2 ├── LICENSE.txt ├── index.html ├── script.js └── style.css ├── pomodoro3 ├── index.html ├── script.js └── style.css ├── socials ├── socials1.html ├── socials2.html ├── socials3.html └── socials4.html ├── time_left_in_2020.html ├── time_left_in_2021.html ├── time_left_in_this_month.html ├── time_left_in_this_week(start monday).html ├── time_left_in_this_week(start sunday).html ├── time_left_today.html ├── timer.html ├── travel.html ├── weather.html ├── weekly-widget-sunday.html ├── wethear-giza-egypt.html └── world-clock ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/README.md -------------------------------------------------------------------------------- /USAirportDistanceMap/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/USAirportDistanceMap/LICENSE.txt -------------------------------------------------------------------------------- /USAirportDistanceMap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/USAirportDistanceMap/README.md -------------------------------------------------------------------------------- /USAirportDistanceMap/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/USAirportDistanceMap/index.html -------------------------------------------------------------------------------- /USAirportDistanceMap/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/USAirportDistanceMap/script.js -------------------------------------------------------------------------------- /USAirportDistanceMap/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/USAirportDistanceMap/style.css -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/_config.yml -------------------------------------------------------------------------------- /bell.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/bell.mp3 -------------------------------------------------------------------------------- /button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/button.html -------------------------------------------------------------------------------- /buttons/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/buttons/demo.html -------------------------------------------------------------------------------- /buttons/gumroad-etsy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/buttons/gumroad-etsy.html -------------------------------------------------------------------------------- /buttons/socials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/buttons/socials.html -------------------------------------------------------------------------------- /calculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/calculator.html -------------------------------------------------------------------------------- /calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/calendar.html -------------------------------------------------------------------------------- /calendar2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/calendar2.html -------------------------------------------------------------------------------- /converter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/converter.html -------------------------------------------------------------------------------- /converter2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/converter2.html -------------------------------------------------------------------------------- /count-down-days-only.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/count-down-days-only.html -------------------------------------------------------------------------------- /countDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/countDown.html -------------------------------------------------------------------------------- /currency_rates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/currency_rates.html -------------------------------------------------------------------------------- /currency_rates2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/currency_rates2.html -------------------------------------------------------------------------------- /emoji.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/emoji.html -------------------------------------------------------------------------------- /financial-goals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/financial-goals.html -------------------------------------------------------------------------------- /globe/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/globe/LICENSE.txt -------------------------------------------------------------------------------- /globe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/globe/README.md -------------------------------------------------------------------------------- /globe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/globe/index.html -------------------------------------------------------------------------------- /globe/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/globe/style.css -------------------------------------------------------------------------------- /greetings-date-clock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-date-clock.html -------------------------------------------------------------------------------- /greetings-languages/french.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-languages/french.html -------------------------------------------------------------------------------- /greetings-people/greetings-Nightmoers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-Nightmoers.html -------------------------------------------------------------------------------- /greetings-people/greetings-diane.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-diane.html -------------------------------------------------------------------------------- /greetings-people/greetings-mahmoud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-mahmoud.html -------------------------------------------------------------------------------- /greetings-people/greetings-mark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-mark.html -------------------------------------------------------------------------------- /greetings-people/greetings-rory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-rory.html -------------------------------------------------------------------------------- /greetings-people/greetings-sarita.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/greetings-people/greetings-sarita.html -------------------------------------------------------------------------------- /images/gallery-with-cover/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/1.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/10.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/11.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/12.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/12.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/2.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/3.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/4.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/5.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/6.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/7.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/7.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/8.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/8.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/9.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/9.jpeg -------------------------------------------------------------------------------- /images/gallery-with-cover/cover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/cover.html -------------------------------------------------------------------------------- /images/gallery-with-cover/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/cover.png -------------------------------------------------------------------------------- /images/gallery-with-cover/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery-with-cover/gallery.html -------------------------------------------------------------------------------- /images/gallery/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/1.png -------------------------------------------------------------------------------- /images/gallery/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/2.png -------------------------------------------------------------------------------- /images/gallery/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/3.png -------------------------------------------------------------------------------- /images/gallery/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/4.png -------------------------------------------------------------------------------- /images/gallery/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/5.png -------------------------------------------------------------------------------- /images/gallery/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/6.png -------------------------------------------------------------------------------- /images/gallery/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/7.png -------------------------------------------------------------------------------- /images/gallery/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/8.png -------------------------------------------------------------------------------- /images/gallery/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/9.png -------------------------------------------------------------------------------- /images/gallery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/gallery/index.html -------------------------------------------------------------------------------- /images/slider/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/1.png -------------------------------------------------------------------------------- /images/slider/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/2.png -------------------------------------------------------------------------------- /images/slider/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/3.png -------------------------------------------------------------------------------- /images/slider/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/LICENSE.txt -------------------------------------------------------------------------------- /images/slider/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/README.md -------------------------------------------------------------------------------- /images/slider/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/images/slider/index.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/index.html -------------------------------------------------------------------------------- /map2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/map2/LICENSE.txt -------------------------------------------------------------------------------- /map2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/map2/README.md -------------------------------------------------------------------------------- /map2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/map2/index.html -------------------------------------------------------------------------------- /map2/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/map2/script.js -------------------------------------------------------------------------------- /map2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/map2/style.css -------------------------------------------------------------------------------- /minimal/minimal-calculator-basic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-calculator-basic.html -------------------------------------------------------------------------------- /minimal/minimal-calculator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-calculator.html -------------------------------------------------------------------------------- /minimal/minimal-calendar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-calendar.html -------------------------------------------------------------------------------- /minimal/minimal-greetings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-greetings.html -------------------------------------------------------------------------------- /minimal/minimal-quote.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-quote.html -------------------------------------------------------------------------------- /minimal/minimal-time-left-month.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-time-left-month.html -------------------------------------------------------------------------------- /minimal/minimal-time-left-week-monday.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-time-left-week-monday.html -------------------------------------------------------------------------------- /minimal/minimal-time-left-week-sunday.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-time-left-week-sunday.html -------------------------------------------------------------------------------- /minimal/minimal-unit-converter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/minimal/minimal-unit-converter.html -------------------------------------------------------------------------------- /nav-vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/nav-vertical.html -------------------------------------------------------------------------------- /nav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/nav.html -------------------------------------------------------------------------------- /photo-gallery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/LICENSE.txt -------------------------------------------------------------------------------- /photo-gallery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/README.md -------------------------------------------------------------------------------- /photo-gallery/austria.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/austria.jpeg -------------------------------------------------------------------------------- /photo-gallery/bali.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/bali.jpeg -------------------------------------------------------------------------------- /photo-gallery/budapest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/budapest.jpg -------------------------------------------------------------------------------- /photo-gallery/cusco.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/cusco.jpeg -------------------------------------------------------------------------------- /photo-gallery/giza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/giza.jpg -------------------------------------------------------------------------------- /photo-gallery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/index.html -------------------------------------------------------------------------------- /photo-gallery/italy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/italy.jpeg -------------------------------------------------------------------------------- /photo-gallery/kyoto.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/kyoto.jpeg -------------------------------------------------------------------------------- /photo-gallery/mexico.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/mexico.jpg -------------------------------------------------------------------------------- /photo-gallery/milan.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/milan.jpeg -------------------------------------------------------------------------------- /photo-gallery/osaka.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/osaka.jpeg -------------------------------------------------------------------------------- /photo-gallery/paris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/paris.jpg -------------------------------------------------------------------------------- /photo-gallery/peru.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/peru.jpeg -------------------------------------------------------------------------------- /photo-gallery/rio.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/rio.jpeg -------------------------------------------------------------------------------- /photo-gallery/rome.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/rome.jpeg -------------------------------------------------------------------------------- /photo-gallery/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/style.css -------------------------------------------------------------------------------- /photo-gallery/vienna.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/photo-gallery/vienna.jpg -------------------------------------------------------------------------------- /pomodoro/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro/LICENSE.txt -------------------------------------------------------------------------------- /pomodoro/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro/index.html -------------------------------------------------------------------------------- /pomodoro/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro/script.js -------------------------------------------------------------------------------- /pomodoro/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro/style.css -------------------------------------------------------------------------------- /pomodoro2/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro2/LICENSE.txt -------------------------------------------------------------------------------- /pomodoro2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro2/index.html -------------------------------------------------------------------------------- /pomodoro2/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro2/script.js -------------------------------------------------------------------------------- /pomodoro2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro2/style.css -------------------------------------------------------------------------------- /pomodoro3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro3/index.html -------------------------------------------------------------------------------- /pomodoro3/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro3/script.js -------------------------------------------------------------------------------- /pomodoro3/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/pomodoro3/style.css -------------------------------------------------------------------------------- /socials/socials1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/socials/socials1.html -------------------------------------------------------------------------------- /socials/socials2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/socials/socials2.html -------------------------------------------------------------------------------- /socials/socials3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/socials/socials3.html -------------------------------------------------------------------------------- /socials/socials4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/socials/socials4.html -------------------------------------------------------------------------------- /time_left_in_2020.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_in_2020.html -------------------------------------------------------------------------------- /time_left_in_2021.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_in_2021.html -------------------------------------------------------------------------------- /time_left_in_this_month.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_in_this_month.html -------------------------------------------------------------------------------- /time_left_in_this_week(start monday).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_in_this_week(start monday).html -------------------------------------------------------------------------------- /time_left_in_this_week(start sunday).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_in_this_week(start sunday).html -------------------------------------------------------------------------------- /time_left_today.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/time_left_today.html -------------------------------------------------------------------------------- /timer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/timer.html -------------------------------------------------------------------------------- /travel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/travel.html -------------------------------------------------------------------------------- /weather.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/weather.html -------------------------------------------------------------------------------- /weekly-widget-sunday.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/weekly-widget-sunday.html -------------------------------------------------------------------------------- /wethear-giza-egypt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/wethear-giza-egypt.html -------------------------------------------------------------------------------- /world-clock/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/world-clock/index.html -------------------------------------------------------------------------------- /world-clock/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/world-clock/script.js -------------------------------------------------------------------------------- /world-clock/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShoroukAziz/notion_widgets/HEAD/world-clock/style.css --------------------------------------------------------------------------------