Просмотр исходного кода

experimenting with readme and css

frux-c 2 лет назад
Родитель
Сommit
58e09d650d
1 измененных файлов с 21 добавлено и 21 удалено
  1. 21 21
      README.md

+ 21 - 21
README.md

@@ -1,31 +1,31 @@
-<style>
-  .container {
-    display: flex;
-    flex-direction: row;
-    justify-content: space-evenly;
-    align-items: center;
-  }
-  .container img{
-    border-radius: 10px;
-    margin: 10px;
-    width: 350px;
-    height: 350px;
-    object-fit: cover;
-  }
-</style>
-
 # [UHF]RFID App for FlipperZero
 
-<div class="container">
-  <img src="assets/img/uhf_demo_app2.jpg">
-  <img src="assets/img/uhf_demo_app.jpg">
+<div style="
+display: flex;
+flex-direction: row;
+justify-content: space-evenly;
+align-items: center;
+">
+  <img style="
+  border-radius: 10px;
+  margin: 10px;
+  width: 350px;
+  height: 350px;
+  object-fit: cover;"
+  src="assets/img/uhf_demo_app2.jpg">
+  <img style="border-radius: 10px;
+  margin: 10px;
+  width: 350px;
+  height: 350px;
+  object-fit: cover;"
+  src="assets/img/uhf_demo_app.jpg">
 </div>
 
 ## Overview
 
 This repository contains a UHF RFID application developed for FlipperZero, a versatile multi-tool device. The app leverages the YRM100 module to enable UHF RFID functionality.
 
-## Current Status
+## What's Ongoing
 
 Working on the settings page to allow for changing of the module's settings.
 Adding options like settings the access password, baud rate, rf power, channel, etc.
@@ -97,7 +97,7 @@ As this app is still in the development stage, I welcome contributions to this p
 - [MagicRF M100&QM100_Firmware_manual_en.pdf](assets/res/MagicRF_M100&QM100_Firmware_manual_en.pdf)
 - [TDS_1_9_Standard.pdf](assets/res/TDS_1_9_Standard.pdf)
 - [M5Stack Docs](https://docs.m5stack.com/en/unit/uhf_rfid)
-- [MagicRF Chip Datasheet](http://www.magicrf.com/product_en.htm)
+- [MagicRF Chip DS](http://www.magicrf.com/product_en.htm)
 
 ## Contact