Add new segment: trivia

This commit is contained in:
Faisal Salman 2024-11-19 10:50:15 +07:00
parent 3ca332451d
commit 214036ad73
4 changed files with 7 additions and 3 deletions

BIN
images/bots-traffic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

BIN
images/client-hints.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
images/device-type.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

View File

@ -1535,9 +1535,13 @@ $ npx ua-parser-js "Flock/2.16 (Zenwalk 7.3; es_PR;)" >> log.txt
</table> </table>
</div> </div>
</div> </div>
<div class="ui buttons"> <div class="ui horizontal divider">
<a href="#demo" class="ui blue button"><i class="magic icon"></i>Try Demo</a> BONUS: WEB DEVELOPMENT TRIVIA
<a href="https://docs.uaparser.dev" class="ui green button"><i class="book icon"></i>Read Docs</a> </div>
<div class="ui tall stacked segment" id="trivia">
<img src="/images/bots-traffic.png" class="ui fluid image">
<img src="/images/client-hints.png" class="ui fluid image">
<img src="/images/device-type.png" class="ui fluid image">
</div> </div>
<div class="ui hidden divider"> <div class="ui hidden divider">
</div> </div>