[https://en.wikipedia.org/wiki/Servus_Heritage_Festival#cite_note-bichitra-15]
Servus Heritage Festival (2015) is the collective efforts of old and newest cultures at the Edmonton Heritage Festival. Celebration of the Festival days, designated by the Local Government of Alberta as an opportunity to celebrate diversity and our commitment to democracy, equality and mutual respect.
The Heritage Festival in Edmonton is a three-day event where people present their cultural roots and local and national communities.
In approximately 60 pavilions more than 85 different cultures celebrate their heritage. Beside the delicious cultural food visitors will be able to enjoy a wide variety of crafts, arts and products, and various cultural performances.
The Bangladesh Pevilion was the showcase of arts and crafts, products, and food culture. Further to that the Bangladesh community published the Bangladesh Heritage Magazine, which contained lots of information about Bangladesh, the local community, and Greetings Message from His Excellency The Governor General David Johnston, Hon. Prime Minister Stephen Harper, and Hon. Rachel Notley, Premier of Alberta, Hon. David Eggen, Minister of Culture and Tourism, and from his Worship Mayor Don Iveson.
The magazine was formally inagurated by IMLD hero Md. Siddique Hossain on the first day of the festival. Delwar Jahid, President of Bangladesh Heritage and Ethnic Society of Alberta and pevilion chair presided that meeting and spoke.
Special guest was Dr. Hafizur Rahman, Advocate Ahmed Ali, Dr. Mosfiqur Rahman and Rezaul Karim.
The Chief guest distributed the Heritage megazine among others to-Founder Convenor Tazul Ali, Bikash Talukder, M Zakaria, Noor-e-Alam, BHESA Secretary Masod Bhuiyan, Ex VP Tomal Islam, VP Zulfiqure Ahmed, Dollin Islam, Anamur Rahman Miah, Nurul Huda, Syfur Hasan.
files/images/articles/2015/08/heritage_2015.jpg
Twitter
*
{ box-sizing: border-box; }
/* Define Wrappers */
.ticker-wrap
{
xposition: fixed;
bottom: 0;
width: 100%;
height: 4rem;
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
background-color: #dde2e1;
box-sizing: content-box;
}
.ticker-wrap .ticker
{
display: inline-block;
height: 4rem;
line-height: 4rem;
white-space: nowrap;
box-sizing: content-box;
/* Assign animation */
-webkit-animation-name: marquee;
-moz-animation-name: marquee;
-ms-animation-name: marquee;
-o-animation-name: marquee;
animation-name: marquee;
}
/* Pause animation on hover */
.ticker-wrap:hover .ticker,
.ticker-wrap:hover .item-collection-1
{
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-ms-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
/* Duplicate contents allow for seemless transition */
.item-collection-1
{
display: inline-block;
position: relative;
left: 0%;
/* Assign animation */
-webkit-animation-name: swap;
-moz-animation-name: swap;
-ms-animation-name: swap;
-o-animation-name: swap;
animation-name: swap;
}
.item-collection-2
{ display: inline-block; }
/* Animation settings */
.ticker-wrap .ticker,
.item-collection-1
{
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 80s;
-moz-animation-duration: 80s;
-ms-animation-duration: 80s;
-o-animation-duration: 80s;
animation-duration: 80s;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-ms-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
}
/* Ticker items */
.ticker-wrap .ticker__item
{
display: inline-block;
padding: 0 0rem;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: normal;
letter-spacing: .03125em;
text-decoration: none;
line-height: 1.75em;
color: #000;
}
.ticker-wrap .ticker__item a:link,
.ticker-wrap .ticker__item a:visited
{ color: #003f92; }
.ticker-wrap .ticker__item a:active,
.ticker-wrap .ticker__item a:focus,
.ticker-wrap .ticker__item a:hover
{ color: #da251c; }
.ticker-wrap ul
{ padding-top: .125em; }
.ticker-wrap li:before
{
display: inline-block;
position: relative;
padding-left: 0.9em;
left: -0.6em;
content: "\00B7";
}
.ticker-wrap li:first-child
{ padding-left: 3rem; }
.ticker-wrap li:first-child::before
{ content: none; }
.ticker-wrap li:nth-child(2)::before
{ content: " "; }
/* Define Transitions: Marquee; */
@-webkit-keyframes marquee
{
0%
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100%
{
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-moz-keyframes marquee
{
0%
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100%
{
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-ms-keyframes marquee
{
0%
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100%
{
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@-o-keyframes marquee
{
0%
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100%
{
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes marquee
{
0%
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100%
{
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
/* Define Transitions: Swap animated contents */
@-webkit-keyframes swap
{
0%, 50%
{ left: 0%; }
50.01%, 100%
{ left: 100%; }
}
@-moz-keyframes swap
{
0%, 50%
{ left: 0%; }
50.01%, 100%
{ left: 100%; }
}
@-ms-keyframes swap
{
0%, 50%
{ left: 0%; }
50.01%, 100%
{ left: 100%; }
}
@-o-keyframes swap
{
0%, 50%
{ left: 0%; }
50.01%, 100%
{ left: 100%; }
}
@keyframes swap
{
0%, 50%
{ left: 0%; }
50.01%, 100%
{ left: 100%; }
}
Additional Resources:Please visit our additional resources!
Agro-OceanAgro-Ocean · Source of News and Views
Asian News and ViewsAsian News and Views · Bengali Online News Magazine
Bangabandhu Development and Research Institute (BRDI)Bangabandhu Development and Research Institute (BRDI)
Bangabandhu's BangladeshBangabandhu's Bangladesh · A branding proposal for the Bengali nation
Bangladesh HeritageBangladesh Heritage · Info hub on Canadian organizations of the Bangladesh community
Bangladesh North American Journalists NetworkBangladesh North American Journalists Network · Giving back through life-changing experience
Bangladesh Heritage and Ethnic Society of Alberta (BHESA)Bangladesh Heritage and Ethnic Society of Alberta (BHESA) · Promoter of Bangladeshi culture and heritage in Edmonton
Coastal 19Coastal 19 · Saving the environment since 2022
Delwar Jahid's BiographyVisit Delwar Jahid's Biography
Diverse EdmontonDiverse Edmonton · Your local city magazine about people and life in Edmonton
Dr. Anwar ZahidDr. Anwar Zahid · Trainer, Researcher & Writer
Edmonton BichitraEdmonton Bichitra · Source for local news since 2018
Edmonton OathsDelwar Jahid · Commissioner of Oaths in for the Province of Alberta
Motherlanguage Day in CanadaCelebration of Mother language, culture and heritage at MotherLanguageDay.ca
Step to Humanity BangladeshStep to Humanity Bangladesh · Empowering Change, Inspiring Hope
Additional Resources:
Agro-Ocean
Asian News and Views
Bangabandhu Development and Research Institute (BRDI)
Bangabandhu's Bangladesh
Bangladesh Heritage
Bangladesh North American Journalists Network
Bangladesh Heritage and Ethnic Society of Alberta (BHESA)
Coastal 19
Delwar Jahid's Biography
Diverse Edmonton
Dr. Anwar Zahid
Edmonton Bichitra
Edmonton Oaths
Motherlanguage Day in Canada
Step to Humanity Bangladesh
Site Info
About the FounderAdvertisingBengali FontsUsage AgreementPrivacy Policy
Contact
Reach Out to UsNewsletter Signup
Management
HTML Site MapXML SitemapAdmin Login
News
International NewsCountry NewsLocal News AlbertaNews from BangladeshEducationEditorial
LiteratureContemporaryOpen DiscussionEntertainmentPhoto Gallery
Copyright @2012-{source}2024 by Delwar Jahid
All Rights reserved.
[Usage Agreement]
[Privacy Policy]