bright festivity of the Pretty Mas in the Parade of Bands is well known around the globe as a shining splendour, which comes alive under the Sun’s magnificent rays.
Test
Copywriter
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Content marketing
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Brainstorming
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Tools of the trade
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lectures
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Books
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Biograpy
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Articles
Three Holidays and a Wedding
This book felt like eating warm cookies with ponche de crème (the yummier, Caribbean version of eggnog) on a chilly day, cozy, under a soft, fuzzy blanket. It also had that ‘Love Actually’ quality to it. The will they, won’t they? The should they? And the awww yes as it all comes together. Frankly, Hallmark, Harlequin, Netflix, and Lifetime should all be trying to outbid one another for the rights to make this into a seasonal movie.
The Wizard’s Butler
This book is a palate cleanser specially tailored for those of us who love a touch of fairy in our tales. What caught me with this one is that you go along with the main character, as he discovers that life has a bit more sparkle and twinkle to it than he first imagined.
The Author – Whitney Hill
Another plus to her writing is the way she allows us to see and understand the actions of all the characters and the reasons they are how they are. Even the main villain. Also, I cannot say it enough. Whitney’s world building is fantastic! You might think including so many factions might be overwhelming, but it truly is not. She makes it all work, and work in a way that pushes you to dive headfirst into each book.
Contact me
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
welcome to clinic spa boutique
welcome to clinic spa boutique
Standard
For Home Businesses and SolopreneursAdvanced
For Marketing Teams and AgenciesOur services
Brand Strategy
Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Graphic design
Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Consultants
Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Art direction
Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Services
Song/Riddim Promos
Engage your listening audience even before they press play. Lay the groundwork for them to fall in love with your sound and feel the passion in your creation.
Artist/Company Bios
Have a professional bio written for yourself or your company. Introduce who you are, your accomplishments, services, and abilities to the world, so they instantly want even more.
Event Promos
Customer centric hit the ground running powerPointless hammer out, so get all your ducks in a row nor high level
Copy Editing/Proof Reading
Customer centric hit the ground running powerPointless hammer out, so get all your ducks in a row nor high level
@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
.heart-btn{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.content{
padding: 13px 16px;
display: flex;
border: 2px solid #eae2e1;
border-radius: 5px;
cursor: pointer;
}
.content.heart-active{
border-color: #f9b9c4;
background: #fbd0d8;
}
.heart{
position: absolute;
background: url("img.png") no-repeat;
background-position: left;
background-size: 2900%;
height: 90px;
width: 90px;
top: 50%;
left: 21%;
transform: translate(-50%,-50%);
}
.text{
font-size: 21px;
margin-left: 30px;
color: grey;
font-family: 'Montserrat',sans-serif;
}
.numb:before{
content: '12';
font-size: 21px;
margin-left: 7px;
font-weight: 600;
color: #9C9496;
font-family: sans-serif;
}
.numb.heart-active:before{
content: '13';
color: #000;
}
.text.heart-active{
color: #000;
}
.heart.heart-active{
animation: animate .8s steps(28) 1;
background-position: right;
}
@keyframes animate {
0%{
background-position: left;
}
100%{
background-position: right;
}
}