-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add JSON database of tag content #235
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"tag": "android", | ||
"title": "Android operating system", | ||
"intro": "Alongside iOS, Windows and Linux, Android is an operating system that powers billions of devices globally. Being open-source fosters innovation and flexibility, allowing it to be used in everything from phones to desktops to IoT devices to gaming consoles and more. Key however, Android drives sustained evolution of the mobile computing experience for much of the world." | ||
}, | ||
{ | ||
"tag": "Apple", | ||
"title": "Apple", | ||
"intro": "Apple has redefined technology and interaction many times with its innovative approach to hardware, software and design. From the stalwart Mac to iPhones and iPads, it creates a seamless ecosystem of devices and services - setting new benchmarks for user experience and innovation. Apple's Second Mouse strategy coupled with its focus on simplicity, performance and great design influences how we interact with the digital world." | ||
}, | ||
{ | ||
"tag": "mobile", | ||
"title": "Mobile technology", | ||
"intro": "The way we work, communicate, and engage with the digital world has fundamentally changed as a result of mobile computing. As platforms develop, they continue to transform personal computing, enhance user experiences, and drive innovation across domains. From having a smartphone in every pocket to mobile networks enabling IoT, mobile tech plays a dominant role in shaping connectivity, accessibility and seamless interactions on the move." | ||
} | ||
] |