Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
markpavlenko committed May 6, 2024
1 parent 337cf27 commit eb77b6c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
Binary file added PyTermOS.bmp
Binary file not shown.
Binary file removed PyTermOS.png
Binary file not shown.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ <h1>PyTermOS</h1>
</div>
</nav>
<div class="single">
<img src="rpilogo.png" class="big">
<h1>PyTermOS</h1>
</div>
<div class="centerelements">
<h1>PyTermOS is a light and fast OS for RPi family.</h1>
<h1>And it will be your next OS.</h1>
<h1>PyTermOS is:</h1>
<h1>PyTerm CLI Interface Based</h1>
<h1>CLI based</h1>
<h1>Linux Kernel based</h1>
<h1>RPi-OS Lite based</h1>
<h1>PyTermOS is based on happiness.</h1>
<img src="PyTermOS.bmp" class="small">
<h6>small logo big system</h6>
</div>
<h1></h1>

</body>
</html>
Binary file added rpilogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit eb77b6c

Please sign in to comment.