{"id":5719,"date":"2025-05-07T16:31:53","date_gmt":"2025-05-07T14:31:53","guid":{"rendered":"https:\/\/afbanjul.org\/?p=5719"},"modified":"2025-06-25T13:40:21","modified_gmt":"2025-06-25T11:40:21","slug":"francophone-murals","status":"publish","type":"post","link":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/","title":{"rendered":"Francophone Murals"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Francophonie Murals | Alliance Fran\u00e7aise de Banjul<\/title>\n    <style>\n        \/* Specific selector to avoid affecting other elements of the site *\/\n        .fresques-francophonie {\n            --primary-color: #3F51B5;\n            --secondary-color: #4CAF50;\n            --accent-color: #FF9800;\n            --light-gray: #f5f5f5;\n            --dark-gray: #333;\n            --white: #fff;\n            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n\n        .fresques-francophonie * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .fresques-francophonie body {\n            font-family: 'Roboto', sans-serif;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            background-color: var(--light-gray);\n        }\n\n        .fresques-francophonie header {\n            background: linear-gradient(135deg, var(--primary-color), #303F9F);\n            color: var(--white);\n            padding: 2rem;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .fresques-francophonie header::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('\/api\/placeholder\/1200\/300') center\/cover;\n            opacity: 0.15;\n            z-index: 0;\n        }\n\n        .fresques-francophonie header .content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .fresques-francophonie .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n\n        .fresques-francophonie h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            color: var(--white);\n        }\n\n        .fresques-francophonie h2 {\n            font-size: 2rem;\n            margin: 2rem 0 1rem;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--primary-color);\n            padding-bottom: 0.5rem;\n        }\n\n        .fresques-francophonie p {\n            margin-bottom: 1.5rem;\n            font-size: 1.1rem;\n        }\n\n        .fresques-francophonie .highlight {\n            background-color: rgba(255, 152, 0, 0.2);\n            padding: 0 3px;\n            font-weight: bold;\n            color: #E65100;\n        }\n\n        .fresques-francophonie .intro {\n            background-color: var(--white);\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: var(--shadow);\n            margin-bottom: 2rem;\n        }\n\n        .fresques-francophonie .years {\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .fresques-francophonie .year-card {\n            flex: 1;\n            min-width: 300px;\n            background-color: var(--white);\n            border-radius: 8px;\n            padding: 1.5rem;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .fresques-francophonie .year-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        .fresques-francophonie .year-card h3 {\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n        }\n\n        .fresques-francophonie .year-card h3::before {\n            content: '';\n            display: inline-block;\n            width: 12px;\n            height: 12px;\n            background-color: var(--accent-color);\n            border-radius: 50%;\n            margin-right: 10px;\n        }\n\n        .fresques-francophonie .schools-list {\n            background-color: var(--white);\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            margin-bottom: 2rem;\n        }\n\n        .fresques-francophonie .schools-list ul {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .fresques-francophonie .schools-list li {\n            background-color: var(--light-gray);\n            padding: 1rem;\n            border-radius: 4px;\n            transition: var(--transition);\n            border-left: 4px solid var(--primary-color);\n        }\n\n        .fresques-francophonie .schools-list li:hover {\n            background-color: #e8eaf6;\n            transform: translateX(5px);\n        }\n\n        .fresques-francophonie .gallery {\n            margin: 2rem 0;\n        }\n\n        .fresques-francophonie .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .fresques-francophonie .gallery-item {\n            background-color: var(--white);\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .fresques-francophonie .gallery-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        .fresques-francophonie .gallery-item .school-info {\n            padding: 1rem;\n        }\n\n        .fresques-francophonie .gallery-item h4 {\n            color: var(--primary-color);\n            margin-bottom: 0.5rem;\n        }\n\n        .fresques-francophonie .gallery-item .date {\n            font-size: 0.9rem;\n            color: #666;\n            margin-bottom: 0.5rem;\n        }\n\n        .fresques-francophonie .gallery-item .word {\n            display: inline-block;\n            background-color: var(--secondary-color);\n            color: var(--white);\n            padding: 0.25rem 0.5rem;\n            border-radius: 4px;\n            font-size: 0.9rem;\n            margin-right: 0.5rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .fresques-francophonie .gallery-item img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .fresques-francophonie .gallery-item:hover img {\n            transform: scale(1.05);\n        }\n\n        .fresques-francophonie footer {\n            background-color: var(--primary-color);\n            color: var(--white);\n            text-align: center;\n            padding: 2rem;\n            margin-top: 3rem;\n        }\n\n        .fresques-francophonie .word-cloud {\n            background-color: var(--white);\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            margin-bottom: 2rem;\n            text-align: center;\n        }\n\n        .fresques-francophonie .word-cloud .words {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .fresques-francophonie .word-cloud .word-item {\n            font-size: 1.2rem;\n            padding: 0.5rem 1rem;\n            border-radius: 4px;\n            background-color: #E3F2FD;\n            color: var(--primary-color);\n            transition: var(--transition);\n        }\n\n        .fresques-francophonie .word-cloud .word-item:hover {\n            transform: scale(1.1);\n            background-color: var(--primary-color);\n            color: var(--white);\n        }\n\n        @media (max-width: 768px) {\n            .fresques-francophonie .container {\n                padding: 1rem;\n            }\n\n            .fresques-francophonie h1 {\n                font-size: 2rem;\n            }\n\n            .fresques-francophonie h2 {\n                font-size: 1.5rem;\n            }\n\n            .fresques-francophonie .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .fresques-francophonie .years {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"fresques-francophonie\">\n        <header>\n            <div class=\"content\">\n                <h1>Francophonie Murals<\/h1>\n                <p>An artistic and linguistic project of the Alliance Fran\u00e7aise de Banjul<\/p>\n            <\/div>\n        <\/header>\n        \n        <div class=\"container\">\n            <section class=\"intro\">\n                <p>For two years now, the Alliance Fran\u00e7aise of Banjul has been collaborating with <strong>artist Moulaye<\/strong> and schools to highlight the <strong>ten words of the Francophonie<\/strong> through the creation of participatory murals.<\/p>\n            <\/section>\n            \n            <section class=\"years\">\n                <div class=\"year-card\">\n                    <h3>2024 Edition<\/h3>\n                    <p>The project came to life within the Alliance, on the walls of the students&#8217; corner. The chosen theme honored <strong>sports<\/strong>, with words like <span class=\"highlight\">offside<\/span> or <span class=\"highlight\">adrenaline<\/span>, symbols of movement, self-improvement, and collectivity.<\/p>\n                <\/div>\n                \n                <div class=\"year-card\">\n                    <h3>2025 Edition<\/h3>\n                    <p>The project takes on a new dimension by going beyond the walls, with the creation of murals in <strong>nine schools<\/strong> across Gambia. This year, the chosen words \u2013 <span class=\"highlight\">eco-conscious<\/span>, <span class=\"highlight\">canopy<\/span>, <span class=\"highlight\">palm grove<\/span>, <span class=\"highlight\">biome<\/span>, among others \u2013 invite reflection on the environment, biodiversity, and ecological awareness.<\/p>\n                <\/div>\n            <\/section>\n            \n            <section class=\"word-cloud\">\n                <h2>The Francophonie Words 2025<\/h2>\n                <p>Discover the featured words for this edition dedicated to the environment<\/p>\n                <div class=\"words\">\n                    <div class=\"word-item\">Eco-conscious<\/div>\n                    <div class=\"word-item\">Glean<\/div>\n                    <div class=\"word-item\">Footprint<\/div>\n                    <div class=\"word-item\">Living<\/div>\n                    <div class=\"word-item\">Forage<\/div>\n                    <div class=\"word-item\">Canopy<\/div>\n                    <div class=\"word-item\">Palm Grove<\/div>\n                    <div class=\"word-item\">Biome<\/div>\n                    <div class=\"word-item\">Solar<\/div>\n                    <div class=\"word-item\">Clear<\/div>\n                <\/div>\n            <\/section>\n            \n            <section class=\"schools-list\">\n                <h2>Partner Schools<\/h2>\n                <p>Nine schools across Gambia are participating in this 2025 edition:<\/p>\n                <ul>\n                    <li>Swallow School<\/li>\n                    <li>\u00c9cole Fran\u00e7aise de Banjul<\/li>\n                    <li>Nusrat Senior Secondary School<\/li>\n                    <li>Charles Jow Memorial Academy<\/li>\n                    <li>Model Junior &#038; Senior Secondary School (Bousumbala)<\/li>\n                    <li>Bakau Upper &#038; Senior Secondary School<\/li>\n                    <li>Brikama Upper &#038; Senior Secondary School<\/li>\n                    <li>Samassang Upper &#038; Senior Secondary School (Brikama)<\/li>\n                    <li>Kitty Upper Basic School (Kitty Village)<\/li>\n                <\/ul>\n            <\/section>\n\n            <h2>Gallery of 2025 Works<\/h2>\n            <section class=\"gallery\">\n    <div class=\"gallery-grid\">\n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/wallow.jpg\" alt=\"Mural at Swallow School\" \/>\n            <div class=\"school-info\">\n                <h4>Swallow School<\/h4>\n                <div class=\"date\">11\/03\/2025<\/div>\n                <div class=\"word\">Palm Grove<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/palmeraie.jpg\" alt=\"Mural at EFIB - Palm Grove\" \/>\n            <div class=\"school-info\">\n                <h4>French School of Banjul<\/h4>\n                <div class=\"date\">21\/03\/2025<\/div>\n                <div class=\"word\">Palm Grove<\/div>\n                <div class=\"word\">Solar<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/debroueer.jpg\" alt=\"Mural at Nusrat\" \/>\n            <div class=\"school-info\">\n                <h4>Nusrat Senior Secondary School<\/h4>\n                <div class=\"date\">11\/04\/2025<\/div>\n                <div class=\"word\">Clear<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/canopee.jpg\" alt=\"Mural at Charles Jow\" \/>\n            <div class=\"school-info\">\n                <h4>Charles Jow Memorial Academy<\/h4>\n                <div class=\"date\">12\/04\/2025<\/div>\n                <div class=\"word\">Canopy<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/06\/bakau.png\" \/>\n            <div class=\"school-info\">\n                <h4>Bakau Upper Basic<\/h4>\n                <div class=\"date\">30\/04\/2025<\/div>\n                <div class=\"word\">Clear<\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/biome.jpg\" alt=\"Mural at Model Junior and Senior Secondary School\" \/>\n            <div class=\"school-info\">\n                <h4>Model Junior and Senior Secondary School<\/h4>\n                <div class=\"date\">06\/05\/2025<\/div>\n                <div class=\"word\">Biome<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- New school: Brikama Upper & Senior Secondary School -->\n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/06\/biome.jpg\" \/>\n            <div class=\"school-info\">\n                <h4>Brikama Upper &#038; Senior Secondary School<\/h4>\n                <div class=\"date\">07\/05\/2025<\/div>\n                <div class=\"word\">Biome<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- New school: Samassang Upper & Senior Secondary School -->\n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/06\/canopee.jpg\" \/>\n            <div class=\"school-info\">\n                <h4>Samassang Upper &#038; Senior Secondary School<\/h4>\n                <div class=\"date\">07\/05\/2025<\/div>\n                <div class=\"word\">Canopy<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- New school: Kitty Upper Basic School -->\n        <div class=\"gallery-item\">\n            <img decoding=\"async\" src=\"\/api\/placeholder\/400\/320\" alt=\"Mural at Kitty Upper Basic School\" \/>\n            <div class=\"school-info\">\n                <h4>Kitty Upper Basic School<\/h4>\n                <div class=\"date\">14\/05\/2025<\/div>\n                <div class=\"word\">Clear<\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Francophonie Murals | Alliance Fran\u00e7aise de Banjul Francophonie Murals An artistic and linguistic project of the Alliance Fran\u00e7aise de Banjul For two years now, the Alliance Fran\u00e7aise of Banjul has been collaborating with artist Moulaye and schools to highlight the ten words of the Francophonie through the creation of participatory murals. 2024 Edition The project [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":5751,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[84],"tags":[],"class_list":["post-5719","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-francophonie"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Francophone Murals - Alliance Fran\u00e7aise de Banjul<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Francophone Murals - Alliance Fran\u00e7aise de Banjul\" \/>\n<meta property=\"og:description\" content=\"Francophonie Murals | Alliance Fran\u00e7aise de Banjul Francophonie Murals An artistic and linguistic project of the Alliance Fran\u00e7aise de Banjul For two years now, the Alliance Fran\u00e7aise of Banjul has been collaborating with artist Moulaye and schools to highlight the ten words of the Francophonie through the creation of participatory murals. 2024 Edition The project [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\" \/>\n<meta property=\"og:site_name\" content=\"Alliance Fran\u00e7aise de Banjul\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-07T14:31:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T11:40:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/person\/d534f0a5b8dd48d3ced0d43fa43e69ca\"},\"headline\":\"Francophone Murals\",\"datePublished\":\"2025-05-07T14:31:53+00:00\",\"dateModified\":\"2025-06-25T11:40:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\"},\"wordCount\":263,\"publisher\":{\"@id\":\"https:\/\/afbanjul.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png\",\"articleSection\":[\"Francophonie\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\",\"url\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\",\"name\":\"Francophone Murals - Alliance Fran\u00e7aise de Banjul\",\"isPartOf\":{\"@id\":\"https:\/\/afbanjul.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png\",\"datePublished\":\"2025-05-07T14:31:53+00:00\",\"dateModified\":\"2025-06-25T11:40:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage\",\"url\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png\",\"contentUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png\",\"width\":1080,\"height\":1350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/afbanjul.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Francophone Murals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/afbanjul.org\/#website\",\"url\":\"https:\/\/afbanjul.org\/\",\"name\":\"Alliance Fran\u00e7aise de Banjul\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/afbanjul.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/afbanjul.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/afbanjul.org\/#organization\",\"name\":\"L'Alliance Fran\u00e7aise de Banjul - Gambie\",\"url\":\"https:\/\/afbanjul.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg\",\"contentUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg\",\"width\":586,\"height\":207,\"caption\":\"L'Alliance Fran\u00e7aise de Banjul - Gambie\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul\",\"https:\/\/www.instagram.com\/alliancedebanjul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/person\/d534f0a5b8dd48d3ced0d43fa43e69ca\",\"name\":\"admin\",\"url\":\"https:\/\/afbanjul.org\/en\/author\/afbanjul-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Francophone Murals - Alliance Fran\u00e7aise de Banjul","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/","og_locale":"en_US","og_type":"article","og_title":"Francophone Murals - Alliance Fran\u00e7aise de Banjul","og_description":"Francophonie Murals | Alliance Fran\u00e7aise de Banjul Francophonie Murals An artistic and linguistic project of the Alliance Fran\u00e7aise de Banjul For two years now, the Alliance Fran\u00e7aise of Banjul has been collaborating with artist Moulaye and schools to highlight the ten words of the Francophonie through the creation of participatory murals. 2024 Edition The project [&hellip;]","og_url":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/","og_site_name":"Alliance Fran\u00e7aise de Banjul","article_publisher":"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul","article_published_time":"2025-05-07T14:31:53+00:00","article_modified_time":"2025-06-25T11:40:21+00:00","og_image":[{"width":1080,"height":1350,"url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#article","isPartOf":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/"},"author":{"name":"admin","@id":"https:\/\/afbanjul.org\/#\/schema\/person\/d534f0a5b8dd48d3ced0d43fa43e69ca"},"headline":"Francophone Murals","datePublished":"2025-05-07T14:31:53+00:00","dateModified":"2025-06-25T11:40:21+00:00","mainEntityOfPage":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/"},"wordCount":263,"publisher":{"@id":"https:\/\/afbanjul.org\/#organization"},"image":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage"},"thumbnailUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png","articleSection":["Francophonie"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/","url":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/","name":"Francophone Murals - Alliance Fran\u00e7aise de Banjul","isPartOf":{"@id":"https:\/\/afbanjul.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage"},"image":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage"},"thumbnailUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png","datePublished":"2025-05-07T14:31:53+00:00","dateModified":"2025-06-25T11:40:21+00:00","breadcrumb":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#primaryimage","url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png","contentUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/freque.png","width":1080,"height":1350},{"@type":"BreadcrumbList","@id":"https:\/\/afbanjul.org\/en\/francophonie\/francophone-murals\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/afbanjul.org\/en\/"},{"@type":"ListItem","position":2,"name":"Francophone Murals"}]},{"@type":"WebSite","@id":"https:\/\/afbanjul.org\/#website","url":"https:\/\/afbanjul.org\/","name":"Alliance Fran\u00e7aise de Banjul","description":"","publisher":{"@id":"https:\/\/afbanjul.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/afbanjul.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/afbanjul.org\/#organization","name":"L'Alliance Fran\u00e7aise de Banjul - Gambie","url":"https:\/\/afbanjul.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/","url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg","contentUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg","width":586,"height":207,"caption":"L'Alliance Fran\u00e7aise de Banjul - Gambie"},"image":{"@id":"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AllianceFrancaiseBanjul","https:\/\/www.instagram.com\/alliancedebanjul\/"]},{"@type":"Person","@id":"https:\/\/afbanjul.org\/#\/schema\/person\/d534f0a5b8dd48d3ced0d43fa43e69ca","name":"admin","url":"https:\/\/afbanjul.org\/en\/author\/afbanjul-com\/"}]}},"_links":{"self":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/comments?post=5719"}],"version-history":[{"count":2,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5719\/revisions"}],"predecessor-version":[{"id":5982,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5719\/revisions\/5982"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/media\/5751"}],"wp:attachment":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/media?parent=5719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/categories?post=5719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/tags?post=5719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}