diff --git a/appleovertooksamsung.html b/appleovertooksamsung.html new file mode 100644 index 0000000..59a1b11 --- /dev/null +++ b/appleovertooksamsung.html @@ -0,0 +1,173 @@ + + + + + TrendForce: Apple Overtook Samsung to Become World's Largest Smartphone Maker in Fourth Quarter + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Type: Article
Author: Tim Hardwick
Publish Date: 3/9/2021
Publisher: MacRumors
+ Link
Reflection: Tim Hardwick details how Apple has recently achieved a huge feat and has beaten Samsung in the number of phones sold for the first time since 2016. The article explains that Apple sold over 10 million more phones, but Samsung is likely to bounce back and beat Apple again for Q1 2021 because of their new S21 series. This shows that Apple is beginning to gain more and more market share, but it may not be for the reason you think. Contrary to popular belief, Apple is not in direct competition with Samsung, because iOS users are very unlikely to switch to Android, and vice versa. Samsung's real competition is with other Android manufacturers, specifically Chinese companies such as Huawei, Xiaomi, and Oppo, who are slowly eating away at Samsung's market share. +
+
+ + + + + + + + +
+
+ + + + + \ No newline at end of file diff --git a/css/styles.css b/css/styles.css index 7e0cd1f..d9993df 100644 --- a/css/styles.css +++ b/css/styles.css @@ -305,7 +305,7 @@ h1 { } } -@media only screen and (max-width: 1024px) { +@media only screen and (max-width: 1048px) { .Navbar__Items, .Navbar { flex-direction: column; diff --git a/index.html b/index.html index 9f1e79f..7e85376 100644 --- a/index.html +++ b/index.html @@ -201,9 +201,9 @@

-
+
- Another article + TrendForce: Apple Overtook Samsung to Become World's Largest Smartphone Maker in Fourth Quarter
diff --git a/js/redirects.js b/js/redirects.js index 3ddea55..6dd68d5 100644 --- a/js/redirects.js +++ b/js/redirects.js @@ -25,4 +25,7 @@ document.getElementById("googlefloc").onclick = function() { }; document.getElementById("oedipustheking").onclick = function() { location.href = "./oedipustheking.html"; +}; +document.getElementById("appleovertooksamsung").onclick = function() { + location.href = "./appleovertooksamsung.html"; }; \ No newline at end of file