Git Product home page Git Product logo

emailgeekdesign's Introduction

πŸ‘‹ Hello, hello! I’m @ayshamariezouain a Miami #305 native but in my heart ❀️ Dominican. Β‘Una capitalera!

✨ I love to do modern design and acessible email development, work in marketing automation, in particular Salesforce Marketing Cloud and how technologies interact with APIs.

🌱 During the day: I’m currently a Product Owner for Salesforce Marketing Cloud @cnbfl, which means I do email design/development/management/solutions architecting.

πŸŒ™ After hours or at night: I'm an artist, runner and skater. πŸ‘ŸπŸΆπŸ’» #emailgeek πŸ’Œ
Formerly Global Meetups & Events Chair and Board Member of #womenofemail and cofounder of #HowToSFMC. 🐐

πŸ’ͺ If you came from "Notes from the Dev" here is the code section:
https://github.com/ayshamariezouain/friendsofemail

✨ GitHub Portfolio: An overall marketing tech portfolio website is in the works sometime this year!
https://github.com/ayshamariezouain/portfolio

πŸ“« How to reach me: Reach me via email or at Linkedin.
https://www.linkedin.com/in/ayshamariezouain/

emailgeekdesign's People

Contributors

ayshamariezouain avatar

Stargazers

 avatar

Watchers

 avatar

emailgeekdesign's Issues

Reference Block

You could use a Reference Block containing some AMPscript like this:

%%[ /* EVERGREEN PROMOTIONS */]%%

<script runat="server" language="ampscript"> /* reference: https://ampscript.xyz/tips-and-tricks/how-to-compare-booleans-numbers-and-dates-using-ampscript-in-sfmc/ */ set @today = format(now(), "yyyyMMdd") </script>

%%[ /* PROMOTION 1 */ ]%%

<script runat="server" language="ampscript"> set @beginDate = '20230505' set @endDate = '20230510' if @today >= @beginDate and @today <= @endDate then </script>
<!-- PROMOTION 1 CONTENT HERE --> 
<script runat="server" language="ampscript"> endif </script>

%%[ /* PROMOTION 2 */ ]%%

<script runat="server" language="ampscript"> set @beginDate = '20230511' set @endDate = '20230521' if @today >= @beginDate and @today <= @endDate then </script>
<!-- PROMOTION 2 CONTENT HERE --> 
<script runat="server" language="ampscript"> endif </script>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.