diff --git a/src/index.html b/src/index.html index 5b76cac..58dbd76 100644 --- a/src/index.html +++ b/src/index.html @@ -66,6 +66,34 @@

Work Experience

+
+
+
+ smartli logo +
+
+
+
+

SmartLi Inc. | Analytics Developer

+

05/2024 - Present

+
+

Toronto, ON.

+
    +
  • + Configured and maintained analytics tracking on client's websites through Google Tag Manager + for Google Analytics, Facebook Pixel, StackAdapt, Microsoft Clarity, and more +
  • +
  • + Implemented custom tracking solutions on a per-client basis to track specific user interactions + on custom web applications, resulting in a 20% increase in data accuracy +
  • +
  • + Developed a full-stack web application to automate lead generation with automatic reporting and + email notifications, resulting in a 50% increase in team efficiency for lead generation +
  • +
+
+
@@ -81,13 +109,11 @@
  • Implemented analytics tracking via Google Tag Manager and gtag.js on client's websites, resulting in a - 30% - improvement in data accuracy, empowering clients to execute data-driven marketing strategies + 30% improvement in data accuracy, empowering clients to execute data-driven marketing strategies
  • Developed a unique attribution system to differentiate my agency from the competition, which led to - the - agency taking on several new clients, beating last year's profit records by 10% + the agency taking on several new clients, beating last year's profit records by 10%
  • Created a full-stack CRM web application to help our nonprofit clients leverage their geographical diff --git a/src/pictures/smartli.png b/src/pictures/smartli.png new file mode 100644 index 0000000..d97734d Binary files /dev/null and b/src/pictures/smartli.png differ diff --git a/src/style.css b/src/style.css index c56544f..4edecc5 100644 --- a/src/style.css +++ b/src/style.css @@ -180,6 +180,27 @@ li li { font-size: 90%; } +div.smartli-wrapper { + width: 20%; + max-width: 10rem; +} + +div.smartli-wrapper>div { + position: relative; + width: 100%; + padding-bottom: 25%; +} + +div.smartli-wrapper>div>img { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + height: 100%; + width: 100%; +} + div.advertience-wrapper { width: 20%; padding: 1rem; @@ -306,7 +327,7 @@ div.experience-header { } div.profile-name h1 { - font-size: 1.1rem; + font-size: 1.2rem; } div.social-media { @@ -314,14 +335,8 @@ div.experience-header { } div.social-media a img { - width: 1.5rem; - height: 1.5rem; - } - - div.social-media a img[src="./Pictures/gmail.png"] { - width: 2.5rem; - height: 2rem; - border-radius: 0.2rem; + width: 1.75rem; + height: 1.75rem; } div.experience { @@ -338,7 +353,8 @@ div.experience-header { div.rectangular-wrapper, div.square-wrapper, - div.advertience-wrapper { + div.advertience-wrapper, + div.smartli-wrapper { width: 100%; min-width: 0; }