Creative Arts Contacts banner

Navigation for Creative Arts

HOME                  STORIES                  OPPORTUNITIES

Creative Arts Snapshots

Snapshots


‘Steve’ runs a music school where he teaches music theory and also learns local music styles. By engaging with Asian music students and teachers, he has the opportunity to build friendships with his neighbours and seeks to witness to them.

‘Steve’ runs a music school where he teaches music theory and also learns local music styles. By engaging with Asian music students and teachers, he has the opportunity to build friendships with his neighbours and seeks to witness to them.


‘Polly’ engages people with visual art in the Middle East. She has led art classes for refugee kids, painted wall murals, tutored women in painting and drawing and contributed to art exhibitions. She has also taught art at an international school in Africa. These activities allow her to witness as she forms valuable relationships.

‘Polly’ engages people with visual art in the Middle East. She has led art classes for refugee kids, painted wall murals, tutored women in painting and drawing and contributed to art exhibitions. She has also taught art at an international school in Africa. These activities allow her to witness as she forms valuable relationships.


‘Mia’ runs song writing workshops to encourage indigenous Asian Christians to write Christian songs in their own languages and styles. These songs are then used to teach people about God. Mia is also studying a local instrument to get to know women in the community, with the hope that this will provide opportunities to share her faith.

‘Mia’ runs song writing workshops to encourage indigenous Asian Christians to write Christian songs in their own languages and styles. These songs are then used to teach people about God. Mia is also studying a local instrument to get to know women in the community, with the hope that this will provide opportunities to share her faith.


‘Ali’ makes evangelistic films in minority languages. He also records newly written Christian songs in a variety of languages. Ali is a gifted storyteller and shares stories from the Bible in the community.

‘Ali’ makes evangelistic films in minority languages. He also records newly written Christian songs in a variety of languages. Ali is a gifted storyteller and shares stories from the Bible in the community.


Publicador de contenidos

Atrás Banner test 2024

Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> banner_button_link  [in template "20101#20128#MULTI-LINGUAL-COVID19-BANNER-1.0.0" at line 66, column 30]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if banner_button_link.getData() != ""  [in template "20101#20128#MULTI-LINGUAL-COVID19-BANNER-1.0.0" at line 66, column 25]
----
1<style> 
2@import url("https://use.typekit.net/rch0tib.css"); 
3@media only screen and (max-width:921px) { 
4	span.image-banner-main-text { 
5		font-size: 40px !important; 
6		overflow: wrap; 
7
8	a.image-banner-button { 
9		font-size: 15px !important; 
10
11	span.image-banner-sub-text { 
12		font-size: 25px !important; 
13
14
15 
16@media only screen and (max-width: 769px) { 
17	a.image-banner-button { 
18		font-size: 12px !important; 
19
20
21 
22@media only screen and (max-width:547px) { 
23	span.image-banner-main-text { 
24		font-size: 32px !important; 
25
26
27 
28@media only screen and (max-width:463px) { 
29	span.image-banner-main-text { 
30		font-size: 24px !important; 
31		letter-spacing: 5px !important; 
32
33	span.image-banner-sub-text { 
34		font-size: 20px !important; 
35		letter-spacing: 5px !important; 
36
37	div.image-banner-button-container.text-center { 
38		letter-spacing: 5px !important; 
39
40	a.image-banner-button { 
41		font-size: 12px !important; 
42		letter-spacing: 5px !important; 
43
44
45 
46@media only screen and (max-width:332px) { 
47	span.image-banner-main-text { 
48		font-size: 20px !important; 
49
50
51</style> 
52<div class="image-banner-container" style='background-image:url(${banner_image.getData()})'> 
53  <#if banner_text_content.getData() != ''> 
54    <div class="container-fluid"> 
55        <div class="banner-text-content-container"> 
56             
57          
58 
59            <span class="image-banner-main-text" style="font-size:75px;letter-spacing:8px;font-family:century-gothic, sans-serif;">${banner_text_content.getData()}</span> 
60 
61            <#if banner_subtext_content.getData() != ''> 
62            <span class="image-banner-sub-text" style="padding-top:10px;margin-top:20px;margin-bottom:20px;letter-spacing:8px;font-family:century-gothic, sans-serif;">${banner_subtext_content.getData()}</span> 
63            </#if> 
64             
65            <#if banner_button_text.getData() != ''> 
66                        <#if banner_button_link.getData() != ''> 
67            <div class="image-banner-button-container text-center" style="padding-top:20px;letter-spacing:8px;font-family:century-gothic, sans-serif;"> 
68            <a class="image-banner-button" href="${banner_button_link.getData()}"> 
69                ${banner_button_text.getData()} 
70            </a> 
71<!--            <br> 
72            <br> 
73 
74               <ul class="inline"> 
75        <li><p><a class="Eng" href="#">English</a></p></li> 
76        <li><p><a class="FR" href="#">français</a></p></li> 
77        <li><p><a class="Spa" href="#">Español</a></p></li> 
78    </ul>--> 
79            </div> 
80                        </#if> 
81            </#if> 
82            <p style="text-align: center;"><a href="https://www.facebook.com/siminternational/" style="text-decoration:none;color:white;"><i class="icon-facebook-sign" style="font-size:50px;color:white;">&nbsp;&nbsp;&nbsp;</i></a><a href="https://twitter.com/intent/tweet?via=simintl&text=Join%20us%20for%20%23PraytoEndCOVID19%20on%20March%2011%20to%20lift%20up%20those%20affected%20by%20the%20coronavirus." style="color:white;text-decoration:none;"><i class="icon-twitter-sign" style="font-size:50px;color:white;">&nbsp;&nbsp;&nbsp;</i></a><a href="https://www.instagram.com/sim_intl/" style="color:white;text-decoration:none;"><i class="icon-instagram" style="font-size:50px;color:white;">&nbsp;</i></a></p> 
83        </div> 
84    </div> 
85  </#if> 
86</div> 
87<script> 
88$('document').ready(function(){ 
89<#if locale != "en_GB"> 
90$('.Eng').attr('href', $('a[lang="en-GB"]').attr('href')); 
91</#if> 
92<#if locale != "fr_FR"> 
93$('.FR').attr('href', $('a[lang="fr-FR"]').attr('href')); 
94</#if> 
95<#if locale != "es_ES"> 
96$('.Spa').attr('href', $('a[lang="es-ES"]').attr('href')); 
97</#if> 
98}); 
99 
100</script> 

Email Contact Footer Bar Creative Arts