diff --git a/banner_rfid.png b/banner_rfid.png new file mode 100644 index 0000000..b4b9904 Binary files /dev/null and b/banner_rfid.png differ diff --git a/patchos.css b/patchos.css index 4f542db..c83bb92 100644 --- a/patchos.css +++ b/patchos.css @@ -21,8 +21,8 @@ .show img{ width: 30%; height: 30%; - align-self: center; - object-position: center; + align-self: normal; + object-position: left; cursor: pointer; } .navbar{ @@ -106,7 +106,12 @@ h2{ -webkit-text-fill-color: white; -webkit-text-stroke: 1.5px black; } -p{ - text-decoration: underline; - color: white; +.end{ + background-color: 0f0f0f; + background-size: auto; + background-position: center; } +p{ + color: aliceblue; + text-align: center; +} \ No newline at end of file diff --git a/patchos.html b/patchos.html index 95e340f..44bd57b 100644 --- a/patchos.html +++ b/patchos.html @@ -42,5 +42,8 @@

Scroll down for Images!

+
+

PatchWare 2024

+
\ No newline at end of file diff --git a/projects.css b/projects.css index 17cd3bf..8c70683 100644 --- a/projects.css +++ b/projects.css @@ -95,6 +95,37 @@ p{ color: aliceblue; text-align: center; } +.os li a{ + text-decoration: none; + color: #fff; + text-transform: uppercase; +} .os{ - + background-color: 0f0f0f; + background-size: cover; + +} +.os img{ + width: 150px; +} +.rfid li a{ + text-decoration: none; + color: #fff; + text-transform: uppercase; +} +.rfid{ + background-color: 0f0f0f; + background-size: cover; +} +.rfid img{ + width: 150; +} +.end{ + background-color: 0f0f0f; + background-size: auto; + background-position: center; +} +p{ + color: aliceblue; + text-align: center; } \ No newline at end of file diff --git a/projects.html b/projects.html index bf93197..a3c096c 100644 --- a/projects.html +++ b/projects.html @@ -19,10 +19,16 @@

Projects

- + PatchOS logo +
  • Patch OS

  • +

    PatchOS is operating system made in C# with Cosmos

    +
    - + RFID logo +
  • RFID System

  • +

    RFID System is application that comunicates with dignus

    +

    Its just for security and for saving data in companies

    diff --git a/rfid.css b/rfid.css new file mode 100644 index 0000000..8bcf038 --- /dev/null +++ b/rfid.css @@ -0,0 +1,103 @@ +*{ + margin:0; + padding: 0; + font-family: sans-serif; +} + +.banner{ + width: 100%; + height: 100vh; + background-image: url(banner_rfid.png); + background-size: cover; + background-position: top; +} +.navbar{ + width: 100%; + height: 25px; + background-color: 0f0f0f; + background-size: contain; + background-position: top; + margin: auto; + padding: 35px 0; + display: flex; + align-items: center; + justify-content: space-between; +} +.logo{ + width: 100px; + cursor: pointer; +} +.navbar ul li{ + list-style: none; + display: inline-block; + margin: 0 20px; + position: relative; +} +.navbar ul li a{ + text-decoration: none; + color: #fff; + text-transform: uppercase; +} +.navbar ul li::after{ + content: ''; + height: 3px; + width: 0; + background: #009688; + position: absolute; + left: 0; + bottom: -5; + transition: 0.5s; +} +.navbar ul li:hover::after{ + width: 100%; +} +.content{ + width: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + text-align: center; + color: #fff; +} +button{ + width: 150; + padding: 15px 0; + text-align: center; + margin: 20px 10px; + border-radius: 25px; + font-weight: bold; + border: 2px solid #009688; + background: transparent; + color: #fff; + cursor: pointer; + position: relative; + overflow: hidden; +} +button:hover span{ + width: 100%; +} +span{ + background: #009688; + height: 100%; + width: 0; + border-radius: 25px; + position: absolute; + left: 0; + bottom: 0; + z-index: -1; + transition: 0.5s; +} +h2{ + color: black; + -webkit-text-fill-color: white; + -webkit-text-stroke: 1.5px black; +} +.end{ + background-color: 0f0f0f; + background-size: auto; + background-position: center; +} +p{ + color: aliceblue; + text-align: center; +} \ No newline at end of file diff --git a/rfid.html b/rfid.html new file mode 100644 index 0000000..d6689e9 --- /dev/null +++ b/rfid.html @@ -0,0 +1,31 @@ + + + PatchWare + + + + + +
    +

    PatchWare 2024

    +
    + + \ No newline at end of file diff --git a/rfid_logo.png b/rfid_logo.png new file mode 100644 index 0000000..d9f8b29 Binary files /dev/null and b/rfid_logo.png differ