Skip to content

Commit 45b4d67

Browse files
committed
Ad removed
1 parent 034b273 commit 45b4d67

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ A 3D Advent calendar with fun hover effects and background color animations. Cli
88

99
[Demo](http://tympanus.net/Development/CubesAdventCalendar/)
1010

11-
This demo is sponsored by [Webydo: Design and development, all-in-one](https://goo.gl/Z3wbtl).
12-
1311
## License
1412

1513
Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".

index.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
1414
<link rel="stylesheet" type="text/css" href="css/common.css" />
1515
<link rel="stylesheet" type="text/css" href="css/style1.css" />
16-
<link rel="stylesheet" type="text/css" href="css/pater.css" />
1716
<!--[if IE]>
1817
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1918
<![endif]--><script>document.documentElement.className = 'js';</script>
@@ -195,20 +194,6 @@ <h3 class="content__title">Better World</h3>
195194
<button class="btn-back" aria-label="Back to the grid view">&crarr;</button>
196195
</div><!-- /content -->
197196
</div><!-- /calendar-wrap -->
198-
<div class="pater">
199-
<h3 class="pater__title">Design &amp; Development,<br/>All-In-One</h3>
200-
<div class="pater__hidden">
201-
<p class="pater__description">Design as you would in Photoshop while Webydo generates clean code, optimized for SEO.</p>
202-
<a href="https://goo.gl/Z3wbtl" class="pater__button">Try It Now</a>
203-
</div>
204-
<span class="pater__sponsor">Sponsored by <strong>Webydo</strong>.</span>
205-
<div class="pater__effect">
206-
<img src="img/sponsor/ipad2.png" alt="Ipad">
207-
<img src="img/sponsor/ipad1.png" alt="Ipad">
208-
<img src="img/sponsor/ipad3.png" alt="Ipad">
209-
</div>
210-
</div>
211-
<a href="https://goo.gl/Z3wbtl" class="pater-responsive">Sponsored by <strong>Webydo</strong></a>
212197
</main>
213198
<script src="js/charming.min.js"></script>
214199
<script src="js/anime.min.js"></script>

index2.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
1414
<link rel="stylesheet" type="text/css" href="css/common.css" />
1515
<link rel="stylesheet" type="text/css" href="css/style2.css" />
16-
<link rel="stylesheet" type="text/css" href="css/pater.css" />
1716
<!--[if IE]>
1817
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1918
<![endif]--><script>document.documentElement.className = 'js';</script>
@@ -195,20 +194,6 @@ <h3 class="content__title">Better World</h3>
195194
<button class="btn-back" aria-label="Back to the grid view">&crarr;</button>
196195
</div><!-- /content -->
197196
</div>
198-
<div class="pater">
199-
<h3 class="pater__title">Design &amp; Development,<br/>All-In-One</h3>
200-
<div class="pater__hidden">
201-
<p class="pater__description">Design as you would in Photoshop while Webydo generates clean code, optimized for SEO.</p>
202-
<a href="https://goo.gl/Z3wbtl" class="pater__button">Try It Now</a>
203-
</div>
204-
<span class="pater__sponsor">Sponsored by <strong>Webydo</strong>.</span>
205-
<div class="pater__effect">
206-
<img src="img/sponsor/ipad2.png" alt="Ipad">
207-
<img src="img/sponsor/ipad1.png" alt="Ipad">
208-
<img src="img/sponsor/ipad3.png" alt="Ipad">
209-
</div>
210-
</div>
211-
<a href="https://goo.gl/Z3wbtl" class="pater-responsive">Sponsored by <strong>Webydo</strong></a>
212197
</main>
213198
<script src="js/charming.min.js"></script>
214199
<script src="js/anime.min.js"></script>

0 commit comments

Comments
 (0)