1
0

Compare commits

...

23 Commits

Author SHA1 Message Date
24808e89fb Regenerate public 2025-04-14 17:28:39 +03:00
edef5a761f content: remove most HTML
Modern Hugo strips this and surprisingly works well with mixing the
LTR text in RTL sentences without the <bdi> tag.
2025-04-14 17:27:34 +03:00
a7f97ddf28 Remove .drone.yml
Drone CI is gone for a while now.
2025-04-14 08:03:33 +03:00
3e5f9fe051 layouts/partials/head-custom.html: remove ioc.exchange link 2025-04-14 07:47:05 +03:00
f2de5896b4 config.toml: update comment indentation 2025-04-13 23:34:33 +03:00
321db8e7f1 Regenerate 2025-04-13 23:31:35 +03:00
1a6ba79a31 config.toml: update language config
Still not seeing author names on posts, though they are on the list
pages. I see it is not a new problem at least.
2025-04-13 23:29:30 +03:00
e03632d4b5 config.toml: update pagination
To fix deprecation:

    ERROR deprecated: site config key paginate was deprecated in Hugo v0.128.0 and subsequently removed. Use pagination.pagerSize instead.
2025-04-13 23:04:58 +03:00
b774401973 Regenerate public
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-11-07 21:18:53 +03:00
59a4c4a231 layouts: add Mastadon verification
It's supposed to be an anchor, but let's see if this works.
2022-11-07 21:17:47 +03:00
452226dc0d Regenerate public
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-01 14:27:44 +03:00
96ed5aceff Regenerate public
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-16 08:31:14 +03:00
c58d7a7646 Publish Gadara Arabic translation 2021-09-16 08:30:53 +03:00
3903b5de6d Regenerate public
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-15 10:00:39 +03:00
8fc201faf4 Add draft Arabic translation of Gadara post
Translation by Bayan Abid.
2021-09-15 09:53:06 +03:00
94202ca1f8 Add second image to Gadara post meta 2021-09-15 08:55:55 +03:00
b5907430f6 Regenerate public
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-22 13:48:35 +02:00
4c2e16388b README.md: Use relative link for screenshot.png
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-14 16:17:33 +02:00
1768a7b7e4 Run hugo --gc [CI SKIP] 2020-12-11 00:19:28 +02:00
141c87f585 Remove duplicate images from static
All checks were successful
continuous-integration/drone/push Build is passing
I moved most of these to each post's page bundle so we don't need
them here anymore. They are just taking up space in Git LFS! For
reference I used this god awful contraption to find images in the
content/posts folder and then delete them if they appear in static:

$ for image in $(find content/posts -iname "*.jpg" -o -iname "*.JPG" | awk -F/ '{print $4}'); do find ./static -iname "$image" -exec git rm {} \;; done
2020-12-11 00:03:42 +02:00
a909d2ea96 Remove unused photo 2020-12-10 23:51:51 +02:00
5b82081617 aqaba-dirty-disappointing: Publish Arabic translation
This had been marked as a draft for months. Oops.
2020-12-10 23:50:15 +02:00
161bd0df45 aqaba-dirty-disappointing: Use static version of image
It is low quality and I can't find the original. Hugo's thumbnailing
makes it look terrible when it is part of the page bundle.
2020-12-10 23:46:24 +02:00
735 changed files with 14324 additions and 27387 deletions

View File

@ -1,15 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo
# vim: ts=2 sw=2 et

View File

@ -2,7 +2,7 @@
Picturing Jordan is a blog that attempts to share Jordan with the world one picture at a time.
<p align="center">
<img width="600" alt="Screenshot of picturingjordan.com" src="https://raw.githubusercontent.com/alanorth/picturingjordan.com/master/screenshot.png">
<img width="600" alt="Screenshot of picturingjordan.com" src="screenshot.png">
</p>
You can see it live on the Internet at [picturingjordan.com](https://picturingjordan.com).

View File

@ -5,19 +5,21 @@ languageCode = "en-us"
title = "Picturing Jordan"
theme = "hugo-theme-bootstrap4-blog"
enableRobotsTXT = true
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 3
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
enableGitInfo = true
#[imaging]
# Default resample filter used for resizing. Default is Box,
# # a simple and fast averaging filter appropriate for downscaling.
# # See https://github.com/disintegration/imaging
#resampleFilter = "CatmullRom"
# # Default resample filter used for resizing. Default is Box,
# # a simple and fast averaging filter appropriate for downscaling.
# # See https://github.com/disintegration/imaging
# resampleFilter = "CatmullRom"
#
# # Default JPEG quality setting. Default is 75.
# quality = 82
# Default JPEG quality setting. Default is 75.
#quality = 82
[pagination]
# number of posts to show on home/category/tag pages (Default: 10)
pagerSize = 3
[permalinks]
posts = "/:year/:month/:slug/"
@ -73,26 +75,28 @@ enableGitInfo = true
DefaultContentLanguage = "en"
# Languages to render
[languages.en]
[languages.bg]
author = "Алън Орт"
# Bulgarian date format is dd.mm.yyyy
date_format = "02.01.2006"
[languages.ar]
description = "مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ"
# Arabic date format is dd/mm/yyyy
date_format = "02/01/2006"
[languages.ar.params]
author = "ألِن أورث"
[languages.ar.params.sidebar]
about = " مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ [قِرَاءَة المَزِيد ←](/ar/about)"
[languages.fa]
description = "به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر"
# Persian date format is yyyy/mm/dd
date_format = "2006/1/2"
[languages.fa.params]
author = "اَلن اورث"
[languages.fa.params.sidebar]
about = " به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر [بیشتر بخوانید ←](/fa/about)"
[languages]
[languages.en]
[languages.bg]
[languages.bg.params]
author = "Алън Орт"
# Bulgarian date format is dd.mm.yyyy
date_format = "02.01.2006"
[languages.ar]
[languages.ar.params]
author = "ألِن أورث"
description = "مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ"
# Arabic date format is dd/mm/yyyy
date_format = "02/01/2006"
[languages.ar.params.sidebar]
about = " مُشَارَكَةُ الأُرْدُنِّ مَعَ العَالِم — صُورَةٌ وَاحِدَةٌ فِي كُلِّ مَرَّةٍ [قِرَاءَة المَزِيد ←](/ar/about)"
[languages.fa]
[languages.fa.params]
author = "اَلن اورث"
description = "به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر"
# Persian date format is yyyy/mm/dd
date_format = "2006/1/2"
[languages.fa.params.sidebar]
about = " به اشتراک گذاشتن اُردن با جهان — تصویر به تصویر [بیشتر بخوانید ←](/fa/about)"
# vim: ts=2 sw=2 et

View File

@ -5,19 +5,4 @@ author = "Алън Орт"
menu = "navbar"
+++
Бих се радвал на вашите коментари, въпроси и предложения — пратете ми съобщение от формата за контакти.
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
<div class="form-group">
<label for="emailAddress">Имейл</label>
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Вашият имейл">
</div>
<div class="form-group">
<label for="message">Съобщение</label>
<textarea class="form-control" name="message" id="message" placeholder="Вашето съобщение" rows="3"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<button type="submit" class="btn btn-primary">Изпрати</button>
</form>
<br />
Бих се радвал на вашите коментари, въпроси и предложения — пратете ми съобщение в picturingjordan@mjanja.mozmail.com.

View File

@ -4,19 +4,4 @@ sharingicons = false
menu = "navbar"
+++
I'd love to hear your comments, questions, and suggestionssend me a message using the form below.
<form method="POST" action="https://formspree.io/alan.orth@gmail.com">
<div class="form-group">
<label for="emailAddress">Email</label>
<input type="email" class="form-control" name="email" id="emailAddress" placeholder="Your email">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" placeholder="Your message" rows="3"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<button type="submit" class="btn btn-primary">Send</button>
</form>
<br />
I'd love to hear your comments, questions, and suggestionssend me a message using picturingjordan@mjanja.mozmail.com.

Binary file not shown.

View File

@ -1,12 +1,11 @@
+++
date = "2020-02-10T10:23:07+02:00"
title = "العَقْبَةُ غَيْرُ نَظِيفَةٍ ومُخَيِّبَةٍ للآمَال"
images = ["/2016/10/DSC_0024.JPG"]
images = ["/2016/10/IMG_20161002_131313.jpg"]
slug = "aqaba-dirty-disappointing"
categories = ["سفر"]
tags = ["العقبة", "البحر الأحمر"]
tags = ["العقبة","البحر الأحمر"]
description = "After a few days in Aqaba you'll be wishing you were stranded on Mars."
draft = true
+++
{{< figure src="/2016/10/IMG_20161002_131313.jpg" title="مَنْظَرٌ رَائِعٌ حَيْثُ يُمْكِنُكَ أَنْ لا تَرَى المُهْمَلاتِ عَلَى الشَّاطِئ" >}}

View File

@ -4,11 +4,11 @@ title = "Aqaba is Dirty and Disappointing"
slug = "aqaba-dirty-disappointing"
categories = ["Travel"]
tags = ["Red Sea", "Aqaba"]
images = ["IMG_20161002_131313.jpg"]
images = ["/2016/10/IMG_20161002_131313.jpg"]
description = "After a few days in Aqaba you'll be wishing you were stranded on Mars."
+++
{{< figure src="IMG_20161002_131313.jpg" title="A picturesque view where you can't see the trash on the beach" alt="A picturesque view where you can't see the trash on the beach" >}}
{{< figure src="/2016/10/IMG_20161002_131313.jpg" title="A picturesque view where you can't see the trash on the beach" alt="A picturesque view where you can't see the trash on the beach" >}}
I'm struggling to find words to describe my trip to Jordan's southern city by the sea. Initially, the contrast between dry desert, rocky mountains, and the turquoise water of the Red Sea is visually strikingimagine Matt Damon in [*The Martian*](https://en.wikipedia.org/wiki/The_Martian_(film)), but where he goes snorkeling on a coral reef instead of growing potatoes.

View File

@ -11,7 +11,7 @@ tags = ["اَمان","بادیه نشینان","پارچه"]
{{< figure src="IMG_20180407_124628.jpg" title="ردیفهای رنگارنگ از پارچهای بادیه نشینان برای فروش در اَمان" >}}
هرکسی که در پترا چای نوشیده یا در وادی روم منسف خورده باشد، می تواند به سرعت پارچه بی نظیری را که چادرهای سنتی بادیه نشینان اردن به آن آراسته شده، تشخیص دهد. این طرح های رنگارنگ معمولاً در سراسر شبه جزیره عربستان و فراتر از آن، از سوریه و عراق در شمال تا امارات متحده عربی و عمان در جنوب شرقی استفاده می شود. حتی نوازنده آمریکایی <bdi dir="ltr">Cardi B</bdi> برخی از آنها را در موزیک ویديو ۲۰۱۷ خود نمایش داد بنام <bdi dir="ltr">[Bodak Yellow][1]</bdi>!
هرکسی که در پترا چای نوشیده یا در وادی روم منسف خورده باشد، می تواند به سرعت پارچه بی نظیری را که چادرهای سنتی بادیه نشینان اردن به آن آراسته شده، تشخیص دهد. این طرح های رنگارنگ معمولاً در سراسر شبه جزیره عربستان و فراتر از آن، از سوریه و عراق در شمال تا امارات متحده عربی و عمان در جنوب شرقی استفاده می شود. حتی نوازنده آمریکایی Cardi B برخی از آنها را در موزیک ویديو ۲۰۱۷ خود نمایش داد بنام [Bodak Yellow][1]!
<!--more-->

View File

@ -10,7 +10,7 @@ tags = ["Graffiti", "Amman"]
{{< figure src="IMG_20161120_143235.jpg" title="Graffiti in downtown Amman appeals to the faithful" alt="Graffiti with Arabic inscription depicting someone putting trash in a trash can" >}}
There is a popular notion that cleanliness is an important part of the Islamic faith, though you wouldn't know it from walking around Jordan. I have never seen people throw coffee cups, half-eaten sandwiches, tissues, etc on the street so carelesslyand often times with such <em>finesse</em>as here in Jordan.
There is a popular notion that cleanliness is an important part of the Islamic faith, though you wouldn't know it from walking around Jordan. I have never seen people throw coffee cups, half-eaten sandwiches, tissues, etc on the street so carelesslyand often times with such *finesse*as here in Jordan.
<!--more-->

View File

@ -0,0 +1,37 @@
+++
images = ["DSC_0488.JPG", "2017-01-17_092406.jpg"]
date = "2021-09-15T08:55:20+03:00"
title = "هَيْكَلُ الشَّهَادَةِ بالمَسِيحِيَّةِ مُثَمَّنُ الأَضْلاعِ فِي جَدَارا"
slug = "gadaras-octagonal-martyrium"
tags = ["جدارا","أم قيس","الكنيسة","البيزنطية"]
categories = ["عمارة"]
description = ".يعتبر استشهاد غادارا البيزنطي الثماني الأضلاع في القرن السادس ذا أهمية كبيرة للمنطقة"
+++
{{< figure src="DSC_0488.JPG" title="أَطْلالُ هَيْكَلِ الشَّهَادَةِ بالدِّيَانَةِ المَسِيحِيَّةِ البِيزَنْطِيِّ مُثَمَّنَ الأَضْلَاعِ مِنَ القَرْنِ السَّادِس" >}}
تَقَعُ أَطْلَالُ مَدِينَةِ جَدَارا القَدِيمَةِ على هَضَبَةٍ تُوجَدُ فِي الرُّكْنِ الشَّمَالِيِّ الغَرْبِيِّ مِنَ الأُرْدُنِّ. مِنْ هَذِهِ النُّقْطَةِ المُرْتَفِعَةِ وإلى ما وَرَاءَ بَلْدَةِ أُمِّ قَيْس الهَادِئَة، يُمْكِنُكَ الاِسْتِمْتَاعُ بإِطْلَالَةٍ رَائِعةٍ على بُحَيْرَةِ طبريا ومُرْتَفَعَاتِ [الجُولَانِ السُّورِيَّةِ الَّتِي تَحْتَلُّهَا إِسْرَائِيل][golanheights]. ومِثْلُ العَدِيدِ من الأَمَاكِنِ الأُخْرَى في المِنْطَقَةِ، ظَهَرَتْ جَدَارا في السِّجِلِّ التَّارِيخِيِّ بَعْدَ غَزْوِ الإِسْكَنْدَرِ الأَكْبَرِ للشَّرْقِ الأَدْنَى عَامَ 333 قَبْلَ المِيلَادِ، ويَبْدُو أَنَّ المَدِينَةَ قَدْ تَمَّ تَدْمِيرُ مُعْظَمِهَا، ثُمَّ بَعْدَ ذَلِكَ هُجِرَتْ إِثْرَ زِلْزَالٍ وَقَعَ فِي القَرْنِ الثَّامِنِ.[^Amal]
<!--more-->
ومع ذلك، يُمْكِنُ الآنَ رُؤْيَةُ البَقَايَا المِعْمَارِيَّةِ من أَوَاخِرِ العُصُورِ القَدِيمَةِ بِفَضْلِ أَعْمَالِ التَّنْقِيبِ الَّتِي قَامَ بها عُلَمَاءُ آثَارٍ أُرْدُنِيُّونَ وألْمَان بعد إِعَادَةِ اِكْتِشَافِ المَوْقِعِ في أَوَائِلِ القَرْنِ العِشْرِين. ومن بَيْنِ جَمِيعِ الآثَارِ المُكْتَشَفَةِ حَتَّى الآن، يُعَدُّ هَيْكَلُ الشَّهَادَةِ المَسِيحِيَّةِ مُثَمَّنُ الأَضْلاعِ أَحَدُ أَهَمِّ الآثَارِ. وحَوْلَ الشُّرْفَةِ الكَبِيرَةِ الَّتِي يُوجَدُ فِيهَا حَالِيّاً هَيْكَلُ الشَّهَادَةِ، يَقُولُ البَاحِثُونَ أَنَّهُ تَمَّ إِعَادَةُ تَشْكِلِيهِ بِالْكَامِلِ من سَاحَةِ كَاتِدْرَائِيَّة رُومَانِيّة إلى مُجمّع كَنَسِيّ بِيزَنْطيّ مع كَنِيسَةٍ مَرْكَزِيَّةٍ وبَاحَاتٍ في القَرْنِ السَّادِسِ المِيلَادِيِّ.[^Vriezen] كَانَ هذا النَّوْعُ من الهَيَاكِلِ شَائِعًا جداً في الماضِي في مِنْطَقَةِ شَرْقِ البَحْرِ الأَبْيَضِ المُتَوَسِّطِ، لكن القَلِيلَ منها لا يَزَالُ قَائِماً حَتَّى اليَوْمِ، وكَانَتْ تُسْتَخْدَمُ هذه الهَيَاكِلُ عَادَةً لإِحْيَاءِ ذِكْرَى شَخْصٍ أو إِلَهٍ أو حَدَثٍ.[^Grabar]
{{< figure src="2017-01-17_092406.jpg" title="خُطّةٌ شَهَادَةٍ مُشَابِهَةٌ عَلَى نَحْوٍ رَائِعٍ لِخُطَّةِ جَدَارا" >}}
و لَعَلَّ أَهْمِيَّةَ هَيْكَلِ الشَّهَادَةِ بالدِّيَانَةِ المَسِيحِيَّةِ مُثَمَّنِ الأَضْلَاعِ في جَدَارا تَكْمُنُ في التَّشَابُهِ المَلْحُوظِ بَيْنَهُ وبَيْنَ مَبْنَى آخَر بارِز (وإن كان قد بُنِيَ لاحِقًا) يَقَعُ على بُعْدِ أَقَلِّ مِنْ 100 كيلومتر في القُدْسِ وهو [قُبَّةُ الصَّخْرَةِ]({{< relref path="dome-of-the-rock.md" lang="ar" >}}). قام الخَلِيفَةُ الأُمَوِيُّ [عَبْدُ المَلِكِ بنُ مَرْوَان][abdalmalik] بِبِنَاءِ قُبّةِ الصَّخْرَةِ قُرْبَ نِهَايَةِ القَرْنِ السَّابِعِ؛ وهي من أُولَى وأَرْقَى المَعَالِمِ الإِسْلَامِيَّةِ في الوُجُودِ. فَلِقُبَّةِ الصَّخْرَةِ تَصْمِيمٌ مَرْكَزِيٌّ مُثَمَّنُ الأَضْلَاعِ، وقُبَّةٌ مُقَوَّسَةٌ، ومَذْبَحٌ بِهِ صَخْرَةٍ (في جدارا، هذا يُقَابِلُهُ قَبْرٌ مَصْفُوفٌ بالحِجَارَةِ)[^Amal] وفي هذا تَكْرِيسٌ تِذْكَارِيٌّ لِلْمَبْنَى.[^Donner]
مِنْ غَيْرِ الوَاضِحِ ما يَعْنِيهِ هذا المَبْنَى للأَشْخَاصِ الَّذِينَ يَعِيشُونَ في القَرْنِ السَّابِع، ولكن مِمَّا لا شَكَّ فِيهِ أَنَّ اللُّغَةَ المِعْمَارِيَّةَ الَّتِي كَانَتْ شَائِعَةً لِلْغَايَةِ في مِنْطَقَةِ حَوْضِ البَحْرِ الأَبْيَضِ المُتْوَسِّطِ في أَوَاخِرِ العُصُورِ القَدِيمَةِ أَثَّرَتْ على بِنَائِهِ.[^Grabar]
هُناكَ الكَثِيرُ لِتَرَاهُ في أُمِّ قَيْس إِذَا كَانَ لَدَيْكَ الوَقْتُ. وقد أُدْرِجَتْ رُسُومُ الدُّخُولِ إلى المَوْقِع في بِطَاقَةِ [المُرُورِ الأُرْدُنِيَّةِ][jordanpass]. أُوصِي بالزِّيَارَةِ لِبِضْعِ سَاعَاتٍ في الصَّبَاحِ ثُمَّ البَقَاءِ لِتَنَاوُلِ الغَدَاءِ في [مَطْعَمِ روميرو جروب][romerogroup] للاِسْتِمْتَاعِ بالمَنْظَرِ الجَمِيلِ والطَّبِيعَةِ.
تَرْجَمَة: بيان عابد
[^Amal]: Amal. (n.d.). _The Archaeology of Umm Qais: Historical Studies: Jordan Tours_. Retrieved April 18, 2020, from https://www.jordangrouptours.com/historical-studies/the-archaeology-of-umm-qais
[^Grabar]: Grabar, O. (2006). _The Dome of the Rock_. Cambridge, MA: Belknap Press of Harvard University Press.
[^Vriezen]: Vriezen, K., Wagner-Lux, U. and Dijkstra, J., 2015. _Gadara - Umm Qēs II: The Twin Churches on the Roman-Byzantine Terrace and Excavations in the Streets_. Wiesbaden: Harrassowitz.
[^Donner]: Donner, F. M. (2010). _Muhammad and the Believers: At the Origins of Islam_. Harvard University Press.
[golanheights]: https://ar.wikipedia.org/wiki/%D9%87%D8%B6%D8%A8%D8%A9_%D8%A7%D9%84%D8%AC%D9%88%D9%84%D8%A7%D9%86
[abdalmalik]: https://ar.wikipedia.org/wiki/%D8%B9%D8%A8%D8%AF_%D8%A7%D9%84%D9%85%D9%84%D9%83_%D8%A8%D9%86_%D9%85%D8%B1%D9%88%D8%A7%D9%86
[jordanpass]: https://www.jordanpass.jo/
[romerogroup]: http://www.romero-jordan.com/um-qais.html

View File

@ -1,5 +1,5 @@
+++
images = ["DSC_0488.JPG"]
images = ["DSC_0488.JPG", "2017-01-17_092406.jpg"]
date = "2020-04-20T15:55:20+03:00"
title = "Gadara's Octagonal Martyrium"
slug = "gadaras-octagonal-martyrium"

View File

@ -14,7 +14,7 @@ categories = ["معماری"]
<!--more-->
زیست شناس تکاملی <bdi dir="ltr">J. B. S. Haldane</bdi> زمانی گفت که «جهان نه تنها عجیب تر از آن هست که ما تصور می کنیم، بلکه عجیب تر از آن هست که ما بتوانیم تصور کنیم» با اشاره به اینکه علوم فیزیکی غالباً بیشتر از آنچه جواب بدهند سؤالات مطرح می کند و ما را متعجب تر از قبل می گذارد. بعد از بازدید از پترا، احساس مشابهی مرا تحت تاثیر خود قرار داد که پترا نه تنها از آنچه تصور می کنیم عظیمتر است، بلکه از آنچه که بتوانیم تصور کنیم عظیمتر است. چه چیزی را برای دیدنش در زمان اوجش میدادم!
زیست شناس تکاملی J. B. S. Haldane زمانی گفت که «جهان نه تنها عجیب تر از آن هست که ما تصور می کنیم، بلکه عجیب تر از آن هست که ما بتوانیم تصور کنیم» با اشاره به اینکه علوم فیزیکی غالباً بیشتر از آنچه جواب بدهند سؤالات مطرح می کند و ما را متعجب تر از قبل می گذارد. بعد از بازدید از پترا، احساس مشابهی مرا تحت تاثیر خود قرار داد که پترا نه تنها از آنچه تصور می کنیم عظیمتر است، بلکه از آنچه که بتوانیم تصور کنیم عظیمتر است. چه چیزی را برای دیدنش در زمان اوجش میدادم!
ترجمه: م معروف

View File

@ -16,7 +16,7 @@ description = "Relatively unknown and only slightly less impressive than other s
فعالیتهای انسانی در این منطقه به دوران برنز باز می گردد. بتدریج این منطقه تحت سلطه یونان قرار گرفت و نام شهر به افتخار زادگاه فاتح مشهور آن الكساندر کبیر به پِلا تغییر نام داد — هم نام با [پِلا در مقدونیه][1] که در شمال یونان واقع شده. این مکان در حال حاضر در نزدیکی شهرک عربی طباطات فهل قرار دارد.
بهترین راه برای بازدید از پِلا، کوه پیمایی مختصر بدور این مکان و دیدن چشم انداز آن در اوایل بهار است. می توانید نقشه ها، مختصات GPS و نشانه های راهیابی آن را در وب سایت [Hiking in Jordan][2] پیدا کنید. سری به مکانیک ماشین خود بزنید تا ترمزهای آن را بازدید کند و سپس راهی سرازیری چشمگیر دره جردن شوید تا بتوانید این تکه باارزش از تاریخ بشری را ببینید. هرکسی که بیش از چند روز در اردن بماند، به طور قطع باید <bdi dir="ltr">Pella</bdi> را در لیست جاذبه های «باید دید» خود اضافه کند.
بهترین راه برای بازدید از پِلا، کوه پیمایی مختصر بدور این مکان و دیدن چشم انداز آن در اوایل بهار است. می توانید نقشه ها، مختصات GPS و نشانه های راهیابی آن را در وب سایت [Hiking in Jordan][2] پیدا کنید. سری به مکانیک ماشین خود بزنید تا ترمزهای آن را بازدید کند و سپس راهی سرازیری چشمگیر دره جردن شوید تا بتوانید این تکه باارزش از تاریخ بشری را ببینید. هرکسی که بیش از چند روز در اردن بماند، به طور قطع باید Pella را در لیست جاذبه های «باید دید» خود اضافه کند.
ترجمه: م معروف

View File

@ -10,7 +10,7 @@ slug = "sleep-chalet-dead-sea"
{{< figure src="DSC_0052.JPG" title="از منظره زیبا از درون تخت هَمِک خود لذت ببرید" >}}
ساحل دریای مرده اُردن مکان مناسبی برای دور شدن از ازدحام و شلوغی اَمان است. اگر به دنبال استراحتگاهی کمی سالم تر و مینیمالیستی — و البته ارزان تر — از یک هتل پنج ستاره هستید به دنبال چیز بیشتری جز کلبه های [اُردن وحشی][1] واقع در <bdi dir="ltr">Wadi Mujib</bdi> نباشید.
ساحل دریای مرده اُردن مکان مناسبی برای دور شدن از ازدحام و شلوغی اَمان است. اگر به دنبال استراحتگاهی کمی سالم تر و مینیمالیستی — و البته ارزان تر — از یک هتل پنج ستاره هستید به دنبال چیز بیشتری جز کلبه های [اُردن وحشی][1] واقع در Wadi Mujib نباشید.
<!--more-->

BIN
public/2016/09/DSC_0008.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/DSC_0010.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/DSC_0031.JPG (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/IMG_20160810_160953.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/IMG_20160810_162505.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/IMG_20160919_141959.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/09/IMG_20160924_101454.jpg (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Another Beautiful Hand-Painted Wood Ceiling">
<meta property="og:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-26T14:28:23+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Painting">
<meta property="article:tag" content="Art">
<meta property="og:image" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008.jpg">
<meta property="og:title" content="Another Beautiful Hand-Painted Wood Ceiling" />
<meta property="og:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008.jpg" />
<meta property="article:published_time" content="2016-09-26T14:28:23+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008.jpg"/>
<meta name="twitter:title" content="Another Beautiful Hand-Painted Wood Ceiling"/>
<meta name="twitter:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008.jpg">
<meta name="twitter:title" content="Another Beautiful Hand-Painted Wood Ceiling">
<meta name="twitter:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu99142c15ad3ba7b1422bb270dc1685f6_2515752_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu_e3979de2619e764.jpg 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu99142c15ad3ba7b1422bb270dc1685f6_2515752_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu_7784be87dbfa7f.jpg 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu99142c15ad3ba7b1422bb270dc1685f6_2515752_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu_abe39529b382a3b8.jpg 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu99142c15ad3ba7b1422bb270dc1685f6_2515752_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu_c4e76f069bb17d92.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu99142c15ad3ba7b1422bb270dc1685f6_2515752_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/DSC_0008_hu_7784be87dbfa7f.jpg"
/> <figcaption>
@ -222,7 +222,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/another-beautiful-hand-painted-ceiling/">
</head>
</html>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/">
</head>
</html>

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Azraq Wetland, a Disappearing Oasis">
<meta property="og:description" content="A thriving oasis in Jordan&#39;s desert is at risk of disappearing.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-24T21:28:31+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Wetland">
<meta property="article:tag" content="Oasis">
<meta property="og:image" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454.jpg">
<meta property="og:title" content="Azraq Wetland, a Disappearing Oasis" />
<meta property="og:description" content="A thriving oasis in Jordan&#39;s desert is at risk of disappearing." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454.jpg" />
<meta property="article:published_time" content="2016-09-24T21:28:31+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454.jpg"/>
<meta name="twitter:title" content="Azraq Wetland, a Disappearing Oasis"/>
<meta name="twitter:description" content="A thriving oasis in Jordan&#39;s desert is at risk of disappearing."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454.jpg">
<meta name="twitter:title" content="Azraq Wetland, a Disappearing Oasis">
<meta name="twitter:description" content="A thriving oasis in Jordan&#39;s desert is at risk of disappearing.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hub230807ad0163fbe563af5a847e37609_2422569_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hu_44cf21744de5acbd.jpg 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hub230807ad0163fbe563af5a847e37609_2422569_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hu_a676c0f2b1cca2d4.jpg 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hub230807ad0163fbe563af5a847e37609_2422569_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hu_5a60b00466e9715d.jpg 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hub230807ad0163fbe563af5a847e37609_2422569_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hu_7fabf6d16ac2b456.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hub230807ad0163fbe563af5a847e37609_2422569_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/azraq-wetland-disappearing-oasis/IMG_20160924_101454_hu_a676c0f2b1cca2d4.jpg"
@ -232,7 +232,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Beautiful Hand-Painted Woodwork">
<meta property="og:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-17T15:48:23+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Painting">
<meta property="article:tag" content="Art">
<meta property="og:image" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling.jpg">
<meta property="og:title" content="Beautiful Hand-Painted Woodwork" />
<meta property="og:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling.jpg" />
<meta property="article:published_time" content="2016-09-17T15:48:23+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling.jpg"/>
<meta name="twitter:title" content="Beautiful Hand-Painted Woodwork"/>
<meta name="twitter:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling.jpg">
<meta name="twitter:title" content="Beautiful Hand-Painted Woodwork">
<meta name="twitter:description" content="An old Syrian man creates jaw dropping, hand-painted wood panel ceilings in Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu5adfb3d8e5041a93b2410e8874412f35_3220583_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu_5ba647bcb4730089.jpg 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu5adfb3d8e5041a93b2410e8874412f35_3220583_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu_239cd56ed6be8753.jpg 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu5adfb3d8e5041a93b2410e8874412f35_3220583_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu_855b088950c5443d.jpg 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu5adfb3d8e5041a93b2410e8874412f35_3220583_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu_e62b0da928055da.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu5adfb3d8e5041a93b2410e8874412f35_3220583_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/beautiful-hand-painted-woodwork/2018-11-20-omar-al-khayam-ceiling_hu_239cd56ed6be8753.jpg"
@ -222,7 +222,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/buying-baklava-amman/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Buying Baklava in Amman">
<meta property="og:description" content="Buying baklava from a jovial young Jordanian at the market in downtown Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-23T11:15:16+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Baklava">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953.jpg">
<meta property="og:title" content="Buying Baklava in Amman" />
<meta property="og:description" content="Buying baklava from a jovial young Jordanian at the market in downtown Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/buying-baklava-amman/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953.jpg" />
<meta property="article:published_time" content="2016-09-23T11:15:16+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953.jpg"/>
<meta name="twitter:title" content="Buying Baklava in Amman"/>
<meta name="twitter:description" content="Buying baklava from a jovial young Jordanian at the market in downtown Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953.jpg">
<meta name="twitter:title" content="Buying Baklava in Amman">
<meta name="twitter:description" content="Buying baklava from a jovial young Jordanian at the market in downtown Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hue9c9eb159adf1c1cbb2a9ccd4cd603e5_1382793_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hu_5a1e50a7af12b51d.jpg 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hue9c9eb159adf1c1cbb2a9ccd4cd603e5_1382793_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hu_4a0398afa6688e61.jpg 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hue9c9eb159adf1c1cbb2a9ccd4cd603e5_1382793_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hu_cdbac2d8d43c1caf.jpg 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hue9c9eb159adf1c1cbb2a9ccd4cd603e5_1382793_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hu_85eab5edb8cff803.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hue9c9eb159adf1c1cbb2a9ccd4cd603e5_1382793_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/buying-baklava-amman/IMG_20160810_160953_hu_4a0398afa6688e61.jpg"
@ -231,7 +231,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/buying-baklava-amman/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/buying-baklava-amman/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/buying-baklava-amman/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/buying-baklava-amman/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/buying-baklava-amman/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/buying-baklava-amman/">
</head>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,27 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Camping in the Dana Biosphere Reserve">
<meta property="og:description" content="Picturesque camping in the Dana Biosphere reserve atop Jordan&#39;s Rift Valley.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-19T09:48:23+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Camping">
<meta property="og:image" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031.JPG">
<meta property="og:title" content="Camping in the Dana Biosphere Reserve" />
<meta property="og:description" content="Picturesque camping in the Dana Biosphere reserve atop Jordan&#39;s Rift Valley." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031.JPG" />
<meta property="article:published_time" content="2016-09-19T09:48:23+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031.JPG"/>
<meta name="twitter:title" content="Camping in the Dana Biosphere Reserve"/>
<meta name="twitter:description" content="Picturesque camping in the Dana Biosphere reserve atop Jordan&#39;s Rift Valley."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031.JPG">
<meta name="twitter:title" content="Camping in the Dana Biosphere Reserve">
<meta name="twitter:description" content="Picturesque camping in the Dana Biosphere reserve atop Jordan&#39;s Rift Valley.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +61,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +145,7 @@
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu6247ac82c844b4dbac538bf97308849e_1987085_480x0_resize_q75_box.JPG 480w,
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu_3da8763befd4c212.JPG 480w,
@ -155,7 +154,7 @@
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu6247ac82c844b4dbac538bf97308849e_1987085_800x0_resize_q75_box.JPG 800w,
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu_2e292b1d09d30510.JPG 800w,
@ -164,7 +163,7 @@
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu6247ac82c844b4dbac538bf97308849e_1987085_1200x0_resize_q75_box.JPG 1200w,
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu_ee9cbf9e20e5e2a7.JPG 1200w,
@ -173,13 +172,13 @@
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu6247ac82c844b4dbac538bf97308849e_1987085_1500x0_resize_q75_box.JPG 1500w,
https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu_da2b1fd694bdd0b8.JPG 1500w,
'
src="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu6247ac82c844b4dbac538bf97308849e_1987085_800x0_resize_q75_box.JPG"
src="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/DSC_0031_hu_2e292b1d09d30510.JPG"
@ -222,7 +221,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/camping-dana-biosphere-reserve/">
</head>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,29 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Don&#39;t WhatsApp and Drive">
<meta property="og:description" content="Certain common sense public safety considerations haven&#39;t reached Jordan yet.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-15T14:10:48+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="WhatsApp">
<meta property="article:tag" content="Driving">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505.jpg">
<meta property="og:title" content="Don&#39;t WhatsApp and Drive" />
<meta property="og:description" content="Certain common sense public safety considerations haven&#39;t reached Jordan yet." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505.jpg" />
<meta property="article:published_time" content="2016-09-15T14:10:48+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505.jpg"/>
<meta name="twitter:title" content="Don&#39;t WhatsApp and Drive"/>
<meta name="twitter:description" content="Certain common sense public safety considerations haven&#39;t reached Jordan yet."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505.jpg">
<meta name="twitter:title" content="Don&#39;t WhatsApp and Drive">
<meta name="twitter:description" content="Certain common sense public safety considerations haven&#39;t reached Jordan yet.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +63,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -144,7 +145,7 @@
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu9f2418fc84cf296fdf72650449e3a0d4_2234385_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu_b4f9924b730fa48a.jpg 480w,
@ -153,7 +154,7 @@
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu9f2418fc84cf296fdf72650449e3a0d4_2234385_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu_eb09848fc49346c4.jpg 800w,
@ -162,7 +163,7 @@
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu9f2418fc84cf296fdf72650449e3a0d4_2234385_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu_d975ebc74ec86ea8.jpg 1200w,
@ -171,13 +172,13 @@
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu9f2418fc84cf296fdf72650449e3a0d4_2234385_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu_5201b9b0f6767e21.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu9f2418fc84cf296fdf72650449e3a0d4_2234385_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/dont-whatsapp-and-drive/IMG_20160810_162505_hu_eb09848fc49346c4.jpg"
@ -220,7 +221,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/">
</head>
</html>

View File

@ -3,27 +3,29 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Eid Mubarak in Your Neighborhood Dumpster">
<meta property="og:description" content="Happy Eid to the lazy bastard who threw his sheep carcass into our local dumpster.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-14T09:36:00+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Eid">
<meta property="article:tag" content="Sheep">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/sheep-dumpster-eid-al-adha.jpg">
<meta property="og:title" content="Eid Mubarak in Your Neighborhood Dumpster" />
<meta property="og:description" content="Happy Eid to the lazy bastard who threw his sheep carcass into our local dumpster." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/eid-mubarak-neighborhood-dumpster/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/sheep-dumpster-eid-al-adha.jpg" />
<meta property="article:published_time" content="2016-09-14T09:36:00+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/sheep-dumpster-eid-al-adha.jpg"/>
<meta name="twitter:title" content="Eid Mubarak in Your Neighborhood Dumpster"/>
<meta name="twitter:description" content="Happy Eid to the lazy bastard who threw his sheep carcass into our local dumpster."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/sheep-dumpster-eid-al-adha.jpg">
<meta name="twitter:title" content="Eid Mubarak in Your Neighborhood Dumpster">
<meta name="twitter:description" content="Happy Eid to the lazy bastard who threw his sheep carcass into our local dumpster.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -60,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -174,7 +176,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/king-hussein-mosque-night/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/king-hussein-mosque-night/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/king-hussein-mosque-night/" /></head></html>
<!DOCTYPE html>
<html lang="ar">
<head>
<title>https://picturingjordan.com/ar/2019/12/king-hussein-mosque-night/</title>
<link rel="canonical" href="https://picturingjordan.com/ar/2019/12/king-hussein-mosque-night/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/ar/2019/12/king-hussein-mosque-night/">
</head>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="King Hussein Mosque at Night">
<meta property="og:description" content="Alan practices night photography on the largest mosque in Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-29T11:54:07+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Mosque">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG">
<meta property="og:title" content="King Hussein Mosque at Night" />
<meta property="og:description" content="Alan practices night photography on the largest mosque in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG" />
<meta property="article:published_time" content="2016-09-29T11:54:07+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG"/>
<meta name="twitter:title" content="King Hussein Mosque at Night"/>
<meta name="twitter:description" content="Alan practices night photography on the largest mosque in Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010.JPG">
<meta name="twitter:title" content="King Hussein Mosque at Night">
<meta name="twitter:description" content="Alan practices night photography on the largest mosque in Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_480x0_resize_q75_box.JPG 480w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu_ffd2aa41f988c6e3.JPG 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_800x0_resize_q75_box.JPG 800w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu_8878dd9d19a8f1fb.JPG 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_1200x0_resize_q75_box.JPG 1200w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu_49f6f81c61999daf.JPG 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_1500x0_resize_q75_box.JPG 1500w,
https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu_d6a97f1db5cb3ba1.JPG 1500w,
'
src="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu6247ac82c844b4dbac538bf97308849e_1004494_800x0_resize_q75_box.JPG"
src="https://picturingjordan.com/2016/09/king-hussein-mosque-night/DSC_0010_hu_8878dd9d19a8f1fb.JPG"
/> <figcaption>
@ -235,7 +235,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -3,27 +3,29 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="No Noise Near the Noisy Mosque">
<meta property="og:description" content="Ironic double standard for noise pollution from our local mosque in Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-07T19:32:36+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Mosque">
<meta property="article:tag" content="Noise">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/no-noise-near-mosque.jpg">
<meta property="og:title" content="No Noise Near the Noisy Mosque" />
<meta property="og:description" content="Ironic double standard for noise pollution from our local mosque in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/no-noise-near-mosque.jpg" />
<meta property="article:published_time" content="2016-09-07T19:32:36+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/no-noise-near-mosque.jpg"/>
<meta name="twitter:title" content="No Noise Near the Noisy Mosque"/>
<meta name="twitter:description" content="Ironic double standard for noise pollution from our local mosque in Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/no-noise-near-mosque.jpg">
<meta name="twitter:title" content="No Noise Near the Noisy Mosque">
<meta name="twitter:description" content="Ironic double standard for noise pollution from our local mosque in Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -60,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -174,7 +176,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/" /></head></html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/</title>
<link rel="canonical" href="https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/no-noise-near-noisy-mosque/">
</head>
</html>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Saint Thaddeus Church in Amman">
<meta property="og:description" content="Easily one of the most unique buildings in Amman.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-09-20T14:58:34+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Church">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959.jpg">
<meta property="og:title" content="Saint Thaddeus Church in Amman" />
<meta property="og:description" content="Easily one of the most unique buildings in Amman." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/" />
<meta property="og:image" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959.jpg" />
<meta property="article:published_time" content="2016-09-20T14:58:34+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959.jpg"/>
<meta name="twitter:title" content="Saint Thaddeus Church in Amman"/>
<meta name="twitter:description" content="Easily one of the most unique buildings in Amman."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959.jpg">
<meta name="twitter:title" content="Saint Thaddeus Church in Amman">
<meta name="twitter:description" content="Easily one of the most unique buildings in Amman.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hub230807ad0163fbe563af5a847e37609_2653915_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hu_e39f192568c6b8bd.jpg 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hub230807ad0163fbe563af5a847e37609_2653915_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hu_a9dd7507406e6624.jpg 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hub230807ad0163fbe563af5a847e37609_2653915_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hu_ae805ca49fee0802.jpg 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hub230807ad0163fbe563af5a847e37609_2653915_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hu_b235d9e4930c8c8f.jpg 1500w,
'
src="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hub230807ad0163fbe563af5a847e37609_2653915_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/IMG_20160919_141959_hu_a9dd7507406e6624.jpg"
@ -231,7 +231,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -1 +1,10 @@
<!DOCTYPE html><html><head><title>https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/</title><link rel="canonical" href="https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://picturingjordan.com/2016/09/saint-thaddeus-church-amman/" /></head></html>
<!DOCTYPE html>
<html lang="ar">
<head>
<title>https://picturingjordan.com/ar/2020/02/saint-thaddeus-church-amman/</title>
<link rel="canonical" href="https://picturingjordan.com/ar/2020/02/saint-thaddeus-church-amman/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://picturingjordan.com/ar/2020/02/saint-thaddeus-church-amman/">
</head>
</html>

BIN
public/2016/10/DSC_0024.JPG (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Aqaba is Dirty and Disappointing">
<meta property="og:description" content="After a few days in Aqaba you&#39;ll be wishing you were stranded on Mars.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-10-05T10:46:23+03:00">
<meta property="article:modified_time" content="2020-12-10T23:46:24+02:00">
<meta property="article:tag" content="Red Sea">
<meta property="article:tag" content="Aqaba">
<meta property="og:image" content="https://picturingjordan.com/2016/10/IMG_20161002_131313.jpg">
<meta property="og:title" content="Aqaba is Dirty and Disappointing" />
<meta property="og:description" content="After a few days in Aqaba you&#39;ll be wishing you were stranded on Mars." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/" />
<meta property="og:image" content="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313.jpg" />
<meta property="article:published_time" content="2016-10-05T10:46:23+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313.jpg"/>
<meta name="twitter:title" content="Aqaba is Dirty and Disappointing"/>
<meta name="twitter:description" content="After a few days in Aqaba you&#39;ll be wishing you were stranded on Mars."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/10/IMG_20161002_131313.jpg">
<meta name="twitter:title" content="Aqaba is Dirty and Disappointing">
<meta name="twitter:description" content="After a few days in Aqaba you&#39;ll be wishing you were stranded on Mars.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -35,15 +35,14 @@
"headline": "Aqaba is Dirty and Disappointing",
"image": {
"@type": "ImageObject",
"url": "https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313.jpg",
"url": "https://picturingjordan.com/2016/10/IMG_20161002_131313.jpg",
"height": "1080",
"width": "1440"
},
"url": "https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/",
"wordCount": "111",
"datePublished": "2016-10-05T10:46:23+03:00",
"dateModified": "2020-12-04T22:55:28+02:00",
"dateModified": "2020-12-10T23:46:24+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -62,12 +61,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -136,50 +135,27 @@
<figure>
<img
sizes="(min-width: 35em) 1200px, 100vw"
srcset='
'
src="https://picturingjordan.com/2016/10/aqaba-dirty-disappointing/IMG_20161002_131313_huf4bb451e1df9f9493ba44b7c6e80acbe_218364_800x0_resize_q75_box.jpg"
src="/2016/10/IMG_20161002_131313.jpg"
alt="A picturesque view where you can&#39;t see the trash on the beach"/> <figcaption>
<h4>A picturesque view where you can&#39;t see the trash on the beach</h4>
</figcaption>
</figure>
<p>I&rsquo;m struggling to find words to describe my trip to Jordan&rsquo;s southern city by the sea. Initially, the contrast between dry desert, rocky mountains, and the turquoise water of the Red Sea is visually strikingimagine Matt Damon in <a href="https://en.wikipedia.org/wiki/The_Martian_(film)"><em>The Martian</em></a>, but where he goes snorkeling on a coral reef instead of growing potatoes.</p>
<p>I&rsquo;m struggling to find words to describe my trip to Jordan&rsquo;s southern city by the sea. Initially, the contrast between dry desert, rocky mountains, and the turquoise water of the Red Sea is visually strikingimagine Matt Damon in <a href="https://en.wikipedia.org/wiki/The_Martian_%28film%29"><em>The Martian</em></a>, but where he goes snorkeling on a coral reef instead of growing potatoes.</p>
<p>If that sounds too good to be true, it is! Sadly, I found Aqaba to be dirtyused diapers on the beach, locals arrogantly throwing trash on the street, trash floating around the reef, etcand full of obnoxious, poorly behaved tourists.</p>
<h4>Translations</h4>
<ul>
<li>
<a href="https://picturingjordan.com/ar/2020/02/aqaba-dirty-disappointing/">ar: العَقْبَةُ غَيْرُ نَظِيفَةٍ ومُخَيِّبَةٍ للآمَال</a>
</li>
</ul>
<hr>
@ -211,7 +187,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,28 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Sheikh Zayed Mosque: the Pearl of Aqaba">
<meta property="og:description" content="The pearl of Aqaba is an elegant white mosque by the sea.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-10-11T12:06:06+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Mosque">
<meta property="article:tag" content="Aqaba">
<meta property="og:image" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024.JPG">
<meta property="og:title" content="Sheikh Zayed Mosque: the Pearl of Aqaba" />
<meta property="og:description" content="The pearl of Aqaba is an elegant white mosque by the sea." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/" />
<meta property="og:image" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024.JPG" />
<meta property="article:published_time" content="2016-10-11T12:06:06+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024.JPG"/>
<meta name="twitter:title" content="Sheikh Zayed Mosque: the Pearl of Aqaba"/>
<meta name="twitter:description" content="The pearl of Aqaba is an elegant white mosque by the sea."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024.JPG">
<meta name="twitter:title" content="Sheikh Zayed Mosque: the Pearl of Aqaba">
<meta name="twitter:description" content="The pearl of Aqaba is an elegant white mosque by the sea.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -62,12 +62,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -146,7 +146,7 @@
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu6247ac82c844b4dbac538bf97308849e_2011995_480x0_resize_q75_box.JPG 480w,
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu_afba3c6f39fada4f.JPG 480w,
@ -155,7 +155,7 @@
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu6247ac82c844b4dbac538bf97308849e_2011995_800x0_resize_q75_box.JPG 800w,
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu_22e81425a5e851cd.JPG 800w,
@ -164,7 +164,7 @@
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu6247ac82c844b4dbac538bf97308849e_2011995_1200x0_resize_q75_box.JPG 1200w,
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu_4896bad77aefea20.JPG 1200w,
@ -173,13 +173,13 @@
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu6247ac82c844b4dbac538bf97308849e_2011995_1500x0_resize_q75_box.JPG 1500w,
https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu_3fc6371797c57562.JPG 1500w,
'
src="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu6247ac82c844b4dbac538bf97308849e_2011995_800x0_resize_q75_box.JPG"
src="https://picturingjordan.com/2016/10/sheikh-zayed-mosque-pearl-aqaba/DSC_0024_hu_22e81425a5e851cd.JPG"
@ -236,7 +236,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

BIN
public/2016/11/IMG_20161118_130025.jpg (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/11/IMG_20161118_130626.jpg (Stored with Git LFS)

Binary file not shown.

View File

@ -3,27 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/11/contemporary-arab-design-jrf-showroom/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Contemporary Arab Design at the Jordan River Foundation Showroom">
<meta property="og:description" content="Contemporary Arab design is on display at the Jordan River Foundation&#39;s Amman showroom.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-11-07T15:28:23+03:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Amman">
<meta property="article:tag" content="Community">
<meta property="og:image" content="https://picturingjordan.com/2016/11/IMG_20161104_130900.jpg">
<meta property="og:title" content="Contemporary Arab Design at the Jordan River Foundation Showroom" />
<meta property="og:description" content="Contemporary Arab design is on display at the Jordan River Foundation&#39;s Amman showroom." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/11/contemporary-arab-design-jrf-showroom/" />
<meta property="og:image" content="https://picturingjordan.com/2016/11/IMG_20161104_130900.jpg" />
<meta property="article:published_time" content="2016-11-07T15:28:23+03:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/IMG_20161104_130900.jpg"/>
<meta name="twitter:title" content="Contemporary Arab Design at the Jordan River Foundation Showroom"/>
<meta name="twitter:description" content="Contemporary Arab design is on display at the Jordan River Foundation&#39;s Amman showroom."/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/IMG_20161104_130900.jpg">
<meta name="twitter:title" content="Contemporary Arab Design at the Jordan River Foundation Showroom">
<meta name="twitter:description" content="Contemporary Arab design is on display at the Jordan River Foundation&#39;s Amman showroom.">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -60,12 +61,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -190,7 +191,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,30 +3,29 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Harvesting Olives in Ajloun">
<meta property="og:description" content="How many olives can ten amateurs pick in thirty minutes?">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-11-18T18:39:58+02:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Ajloun">
<meta property="article:tag" content="Olives">
<meta property="og:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025.jpg">
<meta property="og:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626.jpg">
<meta property="og:title" content="Harvesting Olives in Ajloun" />
<meta property="og:description" content="How many olives can ten amateurs pick in thirty minutes?" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/" />
<meta property="og:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025.jpg" />
<meta property="og:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626.jpg" />
<meta property="article:published_time" content="2016-11-18T18:39:58+02:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025.jpg"/>
<meta name="twitter:title" content="Harvesting Olives in Ajloun"/>
<meta name="twitter:description" content="How many olives can ten amateurs pick in thirty minutes?"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025.jpg">
<meta name="twitter:title" content="Harvesting Olives in Ajloun">
<meta name="twitter:description" content="How many olives can ten amateurs pick in thirty minutes?">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -64,12 +63,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -148,7 +147,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu3af45a544b0c28b1a16114a1083aef32_1120220_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu_24dcf126da0d19ba.jpg 480w,
@ -157,7 +156,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu3af45a544b0c28b1a16114a1083aef32_1120220_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu_bb1cb15a0ad27401.jpg 800w,
@ -166,7 +165,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu3af45a544b0c28b1a16114a1083aef32_1120220_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu_c8658255013d088a.jpg 1200w,
@ -175,13 +174,13 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu3af45a544b0c28b1a16114a1083aef32_1120220_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu_7c3d74c1fce213e3.jpg 1500w,
'
src="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu3af45a544b0c28b1a16114a1083aef32_1120220_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130025_hu_bb1cb15a0ad27401.jpg"
@ -191,6 +190,14 @@
</figure>
<p><a href="https://wildjordan.com/">Wild Jordan</a> has an ingenious day trip where you pay <em>them</em> to take <em>you</em> to pick olives on a farm in Ajlounthe family who owns the farm even comes out to watch you and give you tips!Like I said: genius. Jokes aside, it was actually a lot of fun, and the point is to educate you about the olive harvest and its importance to people in the region.</p>
<figure>
<img
@ -204,7 +211,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu3af45a544b0c28b1a16114a1083aef32_1993981_480x0_resize_q75_box.jpg 480w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu_e5b6d1b444b6269e.jpg 480w,
@ -213,7 +220,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu3af45a544b0c28b1a16114a1083aef32_1993981_800x0_resize_q75_box.jpg 800w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu_ea9b7a636326b688.jpg 800w,
@ -222,7 +229,7 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu3af45a544b0c28b1a16114a1083aef32_1993981_1200x0_resize_q75_box.jpg 1200w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu_7bf42da99842632b.jpg 1200w,
@ -231,13 +238,13 @@
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu3af45a544b0c28b1a16114a1083aef32_1993981_1500x0_resize_q75_box.jpg 1500w,
https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu_6f12656241cd47f9.jpg 1500w,
'
src="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu3af45a544b0c28b1a16114a1083aef32_1993981_800x0_resize_q75_box.jpg"
src="https://picturingjordan.com/2016/11/harvesting-olives-ajloun/IMG_20161118_130626_hu_ea9b7a636326b688.jpg"
@ -289,7 +296,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

View File

@ -3,27 +3,28 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="og:url" content="https://picturingjordan.com/2016/11/red-orange-yellow-rice-bab-al-yemen/">
<meta property="og:site_name" content="Picturing Jordan">
<meta property="og:title" content="Red, Orange, and Yellow Rice at Bab al-Yemen">
<meta property="og:description" content="If eating red, orange, and yellow rice on the floor sounds good to you, you&#39;ll love Bab al-Yemen!">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2016-11-27T12:59:44+02:00">
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00">
<meta property="article:tag" content="Yemen">
<meta property="article:tag" content="Amman">
<meta property="og:image" content="https://picturingjordan.com/2016/11/IMG_20161110_220626.jpg">
<meta property="og:title" content="Red, Orange, and Yellow Rice at Bab al-Yemen" />
<meta property="og:description" content="If eating red, orange, and yellow rice on the floor sounds good to you, you&#39;ll love Bab al-Yemen!" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://picturingjordan.com/2016/11/red-orange-yellow-rice-bab-al-yemen/" />
<meta property="og:image" content="https://picturingjordan.com/2016/11/IMG_20161110_220626.jpg" />
<meta property="article:published_time" content="2016-11-27T12:59:44+02:00" />
<meta property="article:modified_time" content="2020-12-04T22:55:28+02:00" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/IMG_20161110_220626.jpg"/>
<meta name="twitter:title" content="Red, Orange, and Yellow Rice at Bab al-Yemen"/>
<meta name="twitter:description" content="If eating red, orange, and yellow rice on the floor sounds good to you, you&#39;ll love Bab al-Yemen!"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://picturingjordan.com/2016/11/IMG_20161110_220626.jpg">
<meta name="twitter:title" content="Red, Orange, and Yellow Rice at Bab al-Yemen">
<meta name="twitter:description" content="If eating red, orange, and yellow rice on the floor sounds good to you, you&#39;ll love Bab al-Yemen!">
<meta name="twitter:site" content="@picturingjordan">
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" />
<meta name="msvalidate.01" content="2CA373095D945D1AA256B1CD8A3DF872" />
<meta name="yandex-verification" content="96b099438f75a04a" />
<meta name="generator" content="Hugo 0.79.0" />
<meta name="generator" content="Hugo 0.146.3">
@ -60,12 +61,12 @@
<!-- combined, minified CSS -->
<link href="https://picturingjordan.com/css/style.16633182cd803b52b9bf9e29ea1ef4b2e3d460deee0ded49466d7e16e449c158.css" rel="stylesheet" integrity="sha256-FmMxgs2AO1K5v54p6h70suPUYN7uDe1JRm1&#43;FuRJwVg=" crossorigin="anonymous">
<link href="https://picturingjordan.com/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://picturingjordan.com/js/fontawesome.min.4ed405d7c7002b970d34cbe6026ff44a556b0808cb98a9db4008752110ed964b.js" integrity="sha256-TtQF18cAK5cNNMvmAm/0SlVrCAjLmKnbQAh1IRDtlks=" crossorigin="anonymous"></script>
<script defer src="https://picturingjordan.com/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
@ -189,7 +190,7 @@
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about">Read more →</a></p>
<p dir="auto"><em>Picturing Jordan</em>, sharing Jordan with the worldone picture at a time. <a href="/about/">Read more →</a></p>
</section>

BIN
public/2016/12/DSC_0029.JPG (Stored with Git LFS)

Binary file not shown.

BIN
public/2016/12/IMG_20161127_212229.jpg (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More