Skip to content

Commit b2eccdf

Browse files
author
Ire Aderinokun
committed
added favicon, about
1 parent 389a2b0 commit b2eccdf

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ For example, in `workarounds/css-fixed.json` -
6262

6363
**Step 6. Add your name to the contributors list.**
6464

65-
In the `contributors.md` file, add your name (and link if you wish) to the bottom of the list.
65+
In the `README.md` file, add your name (and link if you wish) to the bottom of the list.
6666

6767

6868

6969
**Step 7. Submit a pull request for your addition.**
7070

7171

7272

73+
### Contirbutors
74+
75+
- [Ire Aderinokun](http://github.com/ireade)

contributors.md

-3
This file was deleted.

favicon.ico

894 Bytes
Binary file not shown.

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@
3838
</div>
3939

4040
<div class="sh-info">
41-
<p>Features not supported by Opera Mini and some crowdsourced workarounds</p><br>
41+
<p>
42+
In developing countries like Nigeria, Opera Mini is used by up to <a href="http://gs.statcounter.com/#all-browser-NG-monthly-201412-201511" target="_blank">60% of users</a> on mobile. This is a list of front-end development features not supported by Opera Mini and some crowdsourced workarounds for them.</p><br>
4243
<p>
4344
<a class="twitter-share-button"
4445
href="https://twitter.com/share"
45-
data-text="Which CSS properties require a vendor prefix?"
46+
data-text="WTF Opera Mini?! A list of features not supported by Opera Mini and some crowsourced workarounds"
4647
data-url="http://wtfoperamini.com"
4748
data-via="ireaderinokun"
4849
data-related="ireaderinokun"> Tweet </a>
@@ -63,7 +64,7 @@
6364

6465
<footer class="site-footer">
6566
<div class="container">
66-
<p>Based on <a href="https://github.com/Fyrd/caniuse" target="_blank">caniuse.com</a> data</p>
67+
<p>Based on <a href="http://caniuse.com" target="_blank">caniuse.com</a> data</p>
6768
<p>Made with <i class="twa twa-heart"></i> by <a href="https://twitter.com/ireaderinokun" target="_blank">Ire Aderinokun</a></p>
6869
</div>
6970
</footer>

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ li.feature:hover .overlay {
211211
transition: width 1s; }
212212

213213
.filter-features {
214-
margin: 30px 80px;
214+
margin: 30px 0;
215215
display: block;
216216
text-align: center; }
217217

0 commit comments

Comments
 (0)