Skip to content

Commit

Permalink
Add first ad
Browse files Browse the repository at this point in the history
  • Loading branch information
umanghome committed Apr 25, 2021
1 parent 2c51e35 commit e985365
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions Ad.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,39 @@
.ad {
background: #777777;
color: #fafafa;
height: 100px;
max-width: 100%;
display: block;
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
border-radius: 10px;
text-decoration: none;
padding: 8px;
}
p {
text-align: center;
margin-top: 12px;
}
a:not(.ad) {
white-space: nowrap;
}
.ad img {
width: 100%;
height: auto;
}
small {
text-align: center;
display: block;
}
</style>

<p>Our sponsor donated &lt;amount&gt; to &lt;place&gt; to show you this ad</p>
<a href="https://twitter.com/umanghome/status/1386285176255180808" target="_blank" class="ad">
This page got 1,88,000 views yesterday.
<br />
To run your ad here, donate 50K INR to help patients get oxygen.
<br />
Click here to get started
</a>
<p>An anonymous sponsor donated ₹50,000 to <a href="https://www.ketto.org/fundraiser/mission-oxygen-helping-hospitals-to-save-lives" target="_blank" rel="noopener noreferrer">Mission Oxygen</a> &amp; <a href="https://hemkuntfoundation.com/" target="_blank" rel="noopener noreferrer">Hemkunt Foundation</a> to show you this ad</p>
<a href="https://hemkuntfoundation.com/donate-now/" target="_blank" class="ad">
<img alt="Click here to donate to Hemkunt Foundation" src="img/ads/hemkunt.jpg" />
</a>
<small>This page got 1,88,000 views yesterday. To run your ad here, donate 50K INR to help patients get oxygen. <a href="https://twitter.com/umanghome/status/1386285176255180808" target="_blank" rel="noopener noreferrer">Click here to get started.</a></small>
Binary file added public/img/ads/hemkunt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit e985365

@vercel
Copy link

@vercel vercel bot commented on e985365 Apr 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.