diff --git a/PyTermOS.bmp b/PyTermOS.bmp new file mode 100644 index 000000000..d6971fc0f Binary files /dev/null and b/PyTermOS.bmp differ diff --git a/PyTermOS.png b/PyTermOS.png deleted file mode 100644 index 1d85bdc41..000000000 Binary files a/PyTermOS.png and /dev/null differ diff --git a/index.html b/index.html index dfc47d8ee..380e01af9 100644 --- a/index.html +++ b/index.html @@ -17,12 +17,19 @@

PyTermOS

+

PyTermOS

-

PyTermOS is a light and fast OS for RPi family.

-

And it will be your next OS.

+

PyTermOS is:

+

PyTerm CLI Interface Based

+

CLI based

+

Linux Kernel based

+

RPi-OS Lite based

+

PyTermOS is based on happiness.

+ +
small logo big system
-

+ \ No newline at end of file diff --git a/rpilogo.png b/rpilogo.png new file mode 100644 index 000000000..55b913ccd Binary files /dev/null and b/rpilogo.png differ diff --git a/style.css b/style.css index 51afc956d..64576c1f5 100644 --- a/style.css +++ b/style.css @@ -20,10 +20,25 @@ body{ display: flex; justify-content: center; align-items: center; + flex-direction: column; } button{ border-radius: 18px; font-size: 20px; background-color: rgb(199, 237, 255); border: none; +} +.big{ + height: 500px; + width: 500px; + background:rgb(200, 200, 243); + border-radius: 20px; + transition: 3s ease-in-out; +} +.small{ + height: 100px; + width: 100px; + background:rgb(200, 200, 243); + border-radius: 20px; + transition: 3s ease-in-out; } \ No newline at end of file