Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nialloulton authored Nov 11, 2023
1 parent 34c2c5c commit 43f0a86
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 class="anchored">
<strong>Boosting ROI</strong>: Providing insights on using tools like PyMC-Marketing to enhance the effectiveness of marketing campaigns.
</li>
<li>
<strong>Understanding Long-Term Impact</strong>: Advising on strategies to assess the long-term effects of marketing activities on brand loyalty and customer retention.
<strong>Understanding Long-Term Impact</strong>: Advising on strategies to assess the long-term effects of marketing activities on key KPIs.
</li>
<li>
<strong>Campaign Optimization</strong>: Offering guidance on the optimal timing and content to make marketing efforts more engaging and impactful.
Expand All @@ -110,6 +110,21 @@ <h3 class="anchored">
MMM-GPT empowers you with the how-to of marketing analytics, from building strategic models to writing the code, ensuring that your marketing efforts are not only effective but also ahead of the curve.
</p>
</section>
<section id="features-coming-soon">
<h2 class="anchored">
Features Coming Soon
</h2>
<ul>
<li>
Integration of PyMC Models &amp; PyMC Marketing Models within ChatGPT interface.
</li>
<li>
Enhanced accuracy in building complex model capabilities.
</li>


</ul>
</section>
<footer style="color: white; text-align: center; background: #cccccc; padding: 40px 0; border-radius: 10px;">
<h3 style="margin-bottom: 50px; color: white;" class="anchored">
Brought to you by
Expand Down
23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,29 @@ h2, h3 {
margin-bottom: 30px; /* Increased spacing */
font-weight: 500;
}
/* Features Coming Soon Section Styling */
#features-coming-soon h2 {
font-size: 2.5em; /* Larger font size for the section title */
color: #333; /* Adjust the color as needed */
text-align: center;
margin-top: 50px; /* Space above the title */
margin-bottom: 30px; /* Space below the title */
}

#features-coming-soon ul {
list-style-type: none; /* Removes default list bullets */
padding: 0;
}

#features-coming-soon li {
background: #f0f0f0; /* Light background for each feature placeholder */
margin-bottom: 20px; /* Space between placeholders */
padding: 15px; /* Padding inside placeholders */
border-radius: 8px; /* Rounded corners for placeholders */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
font-style: italic; /* Italicize the placeholder text */
text-align: center;
}

/* Footer Styles */
footer {
Expand Down

0 comments on commit 43f0a86

Please sign in to comment.