From f46e176af2370b67f695c9fb3493de5e56a8dde7 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Sat, 16 Mar 2024 11:21:04 -0700 Subject: [PATCH 1/3] Create css-clip-mask-maker.markdown Resource Added #537 --- _resources/css-clip-mask-maker.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _resources/css-clip-mask-maker.markdown diff --git a/_resources/css-clip-mask-maker.markdown b/_resources/css-clip-mask-maker.markdown new file mode 100644 index 00000000..bad61218 --- /dev/null +++ b/_resources/css-clip-mask-maker.markdown @@ -0,0 +1,8 @@ +--- +title: 'Clippy: CSS Clip-path Maker' +link: https://bennettfeely.com/clippy/ +description: The clip-path property allows you to make complex shapes in CSS by clipping an element to a basic shape (circle, ellipse, polygon, or inset), or to an SVG source. +tags: [] +content-type: tool +date: 2024-03-16 +--- \ No newline at end of file From e78bcd4a05cfbce69fc3e5b3ec64545d8d84af40 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Sat, 16 Mar 2024 11:43:09 -0700 Subject: [PATCH 2/3] Grid Bug Fix closes #699 --- _photography/abu-dhabi.markdown | 4 ++-- _photography/assorted-snaps.markdown | 4 ++-- _photography/dubai-expo.markdown | 4 ++-- _photography/dubai.markdown | 4 ++-- _photography/istanbul.markdown | 6 +++--- _photography/jordan.markdown | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/_photography/abu-dhabi.markdown b/_photography/abu-dhabi.markdown index f26f49b9..b789b2d9 100644 --- a/_photography/abu-dhabi.markdown +++ b/_photography/abu-dhabi.markdown @@ -18,7 +18,7 @@ During my trip to Abu Dhabi I had the chance to visit Sheikh Zayed Grand Mosque, -
+
Illustrated map of the world with a focus on the United Arab Emirates @@ -40,7 +40,7 @@ During my trip to Abu Dhabi I had the chance to visit Sheikh Zayed Grand Mosque,
-
+
Sheikh Zayed Grand Mosque in full
diff --git a/_photography/assorted-snaps.markdown b/_photography/assorted-snaps.markdown index 3b87adcd..add3c646 100644 --- a/_photography/assorted-snaps.markdown +++ b/_photography/assorted-snaps.markdown @@ -14,7 +14,7 @@ hero-accent-color: "#1F2937" hero-accent-color-dark: "#FFFFFF" --- -
+
A kid in a tub rowing down the river
@@ -28,7 +28,7 @@ hero-accent-color-dark: "#FFFFFF" River boat harvesting the floating gardens
-
+
A monk having a shave
diff --git a/_photography/dubai-expo.markdown b/_photography/dubai-expo.markdown index 5e139848..d2b4c599 100644 --- a/_photography/dubai-expo.markdown +++ b/_photography/dubai-expo.markdown @@ -22,7 +22,7 @@ I invite you to experience this extraordinary event that united the world with a -
+
Illustrated map of the world with a focus on the United Arab Emirates @@ -44,7 +44,7 @@ I invite you to experience this extraordinary event that united the world with a
-
+
Shot of the Morocco pavilion looking up through the atrium
diff --git a/_photography/dubai.markdown b/_photography/dubai.markdown index a525b8ee..3eac44ed 100644 --- a/_photography/dubai.markdown +++ b/_photography/dubai.markdown @@ -17,7 +17,7 @@ hero-accent-color-dark: "#FFFFFF" Had the opportunity to visit Dubai twice, 10 years apart. First in 2012 then 2022 when I attended the World Expo. Enjoy some of my favorite shots from my trip exploring architecture and culture. -
+
Illustrated map of the world with a focus on the United Arab Emirates @@ -40,7 +40,7 @@ Had the opportunity to visit Dubai twice, 10 years apart. First in 2012 then 202
-
+
Atrium of the Burj al Arab with the gold arches
diff --git a/_photography/istanbul.markdown b/_photography/istanbul.markdown index 854881ad..1dce1190 100644 --- a/_photography/istanbul.markdown +++ b/_photography/istanbul.markdown @@ -17,7 +17,7 @@ hero-accent-color-dark: "#FFFFFF" During the winter of 2023, I visited the city of Istanbul. While there I visited many sites and made friends with several street cats. Enjoy some of my favorite shots from my trip. -
+
Illustrated map of the world with a focus on Turkey @@ -39,7 +39,7 @@ During the winter of 2023, I visited the city of Istanbul. While there I visited
-
+
Panoramic shot of a shop keeper slicing Doner Kebab in the street
@@ -123,7 +123,7 @@ During the winter of 2023, I visited the city of Istanbul. While there I visited Istanbul has many street cats. Here are several I caught on camera! -
+
Yawning cat stretched out
diff --git a/_photography/jordan.markdown b/_photography/jordan.markdown index e100840d..ae1be7fa 100644 --- a/_photography/jordan.markdown +++ b/_photography/jordan.markdown @@ -17,7 +17,7 @@ hero-accent-color-dark: "#FFFFFF" During the winter of 2022, I went on a trip around Jordan exploring many of the sites. From the legendary city of Petra to the golden dunes of Wadi Rum, exploring these ancient landmarks was quite a sight. Enjoy some of my favorite shots from my trip. -
+
Illustrated map of the world with a focus on Jordan @@ -39,7 +39,7 @@ During the winter of 2022, I went on a trip around Jordan exploring many of the
-
+
Camels sitting in the foreground of the Treasury building at Petra
From ee2d72859479c711b7435e5c84dae41408d68ec9 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Sat, 16 Mar 2024 12:04:15 -0700 Subject: [PATCH 3/3] Version Increment --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 00d6a77e..d32f02ff 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 8.1.0 +version: 8.2.0 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew] # Build settings