Skip to content

Commit c99bd78

Browse files
committed
Merge remote-tracking branch 'origin/master' into 3.1
* origin/master: added powered by message to examples added space at top for metabar
2 parents fafadea + b40340e commit c99bd78

File tree

20 files changed

+100
-3
lines changed

20 files changed

+100
-3
lines changed

examples/articles/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ <h1>Infinite Scroll Example Blog</h1>
4040
</div>
4141

4242
<script src="./index.js"></script>
43+
44+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/articles/">infinite scroll for blog</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
4345
</body>
4446
</html>

examples/articles/page2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ <h1>Pellentesque habitant morbi senectus</h1>
4242

4343
<script src="./index.js"></script>
4444

45+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/articles/">infinite scroll for blog</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
4546
</body>
4647
</html>

examples/articles/page3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ <h1>Diam sollicitudin tempor id eu nisl</h1>
4040

4141
<script src="./index.js"></script>
4242

43+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/articles/">infinite scroll for blog</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
4344
</body>
4445
</html>

examples/articles/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,14 @@ body {
156156
opacity: 0;
157157
transition: opacity 400ms;
158158
}
159+
160+
.ias-foot {
161+
text-align: center;
162+
margin: 40px 0;
163+
font: 12px sans-serif;
164+
color: #aaa;
165+
}
166+
167+
.ias-foot a {
168+
color: #999;
169+
}

examples/blocks/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
</div>
2222

2323
<script src="./index.js"></script>
24+
25+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/blocks/">infinite scroll</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
2426
</body>
2527
</html>

examples/blocks/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,14 @@ body {
6464
transform: rotateY(-180deg);
6565
}
6666
}
67+
68+
.ias-foot {
69+
text-align: center;
70+
margin: 40px 0;
71+
font: 12px sans-serif;
72+
color: #aaa;
73+
}
74+
75+
.ias-foot a {
76+
color: #999;
77+
}

examples/button/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@
2222
</div>
2323

2424
<script src="./index.js"></script>
25+
26+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/button/">infinite scroll</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
2527
</body>
2628
</html>

examples/button/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,14 @@ body {
8989
transform: rotateY(-180deg);
9090
}
9191
}
92+
93+
.ias-foot {
94+
text-align: center;
95+
margin: 40px 0;
96+
font: 12px sans-serif;
97+
color: #aaa;
98+
}
99+
100+
.ias-foot a {
101+
color: #999;
102+
}

examples/json/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
</div>
2121

2222
<script src="./index.js"></script>
23+
24+
<footer class="ias-foot">This <a href="https://infiniteajaxscroll.com/examples/json/">json infinite scroll</a> example is powered by <a href="https://infiniteajaxscroll.com">Infinite Ajax Scroll</a></footer>
2325
</body>
2426
</html>

examples/json/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,14 @@
7070
.item__link:hover {
7171
text-decoration: none;
7272
}
73+
74+
.ias-foot {
75+
text-align: center;
76+
margin: 40px 0;
77+
font: 12px sans-serif;
78+
color: #aaa;
79+
}
80+
81+
.ias-foot a {
82+
color: #999;
83+
}

0 commit comments

Comments
 (0)