diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-04-12 15:26:00 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-04-12 15:26:00 +0300 |
| commit | 5180e2536b557b5604450a91ea942cbe5023a7dc (patch) | |
| tree | ee56fa55f93e302032de0aba3e935374e78587bd /HTML/HTML - Web page 1 | |
| parent | 763b2b770039a73cdc494d6cfa279b886c5e0035 (diff) | |
| download | School-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.tar School-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.tar.gz School-Projects-5180e2536b557b5604450a91ea942cbe5023a7dc.zip | |
Added all coding projects from school done until now
Diffstat (limited to 'HTML/HTML - Web page 1')
| -rw-r--r-- | HTML/HTML - Web page 1/Page1.html | 55 | ||||
| -rw-r--r-- | HTML/HTML - Web page 1/arch.png | bin | 0 -> 30967 bytes | |||
| -rw-r--r-- | HTML/HTML - Web page 1/debian.png | bin | 0 -> 33482 bytes | |||
| -rw-r--r-- | HTML/HTML - Web page 1/manjaro.png | bin | 0 -> 1637 bytes | |||
| -rw-r--r-- | HTML/HTML - Web page 1/mint.png | bin | 0 -> 3163 bytes | |||
| -rw-r--r-- | HTML/HTML - Web page 1/mx.png | bin | 0 -> 2584 bytes |
6 files changed, 55 insertions, 0 deletions
diff --git a/HTML/HTML - Web page 1/Page1.html b/HTML/HTML - Web page 1/Page1.html new file mode 100644 index 0000000..cd3926a --- /dev/null +++ b/HTML/HTML - Web page 1/Page1.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> + +<html> + <head> + <style> + #toplinxudistros { + border-collapse: collapse; + } + + #toplinxudistros table, #toplinxudistros th, #toplinxudistros td { + text-align: center; + border: 1px solid #ddd; + } + + #toplinxudistros th, #toplinxudistros td { + padding: 10px; + background-color: #fdffe3; + } + + #toplinxudistros th { + color: #ffffff; + background-color: #5294e2; + } + </style> + </head> + + <body> <center> + <font face="Trebuchet MS" size=5>Top 3 most popular Linux distributions according to <a href="https://distrowatch.com">Distrowatch</a> </font> + <br><br> + <table id="toplinxudistros"> + <tr> + <th>Name</th> + <th>Based on</th> + <th>Supported desktop environments</th> + </tr> + <tr> + <td><img src="mx.png"></td> + <td><img src="debian.png" width="77" height="90px"></td> + <td>Xfce</td> + </tr> + <tr> + <td><img src="manjaro.png"></td> + <td><img src="arch.png" width="120" height="90px"></td> + <td>Awesome, bspwm, Budgie, Cinnamon, Deepin, GNOME,<br> + i3, KDE Plasma, LXQt, MATE, Openbox, Xfce</td> + </tr> + <tr> + <td><img src="mint.png"></td> + <td><img src="debian.png" width="77" height="90px"></td> + <td>Cinnamon, MATE, Xfce</td> + </tr> + </table> + + <center> </body> +</html> diff --git a/HTML/HTML - Web page 1/arch.png b/HTML/HTML - Web page 1/arch.png Binary files differnew file mode 100644 index 0000000..3fa6e6c --- /dev/null +++ b/HTML/HTML - Web page 1/arch.png diff --git a/HTML/HTML - Web page 1/debian.png b/HTML/HTML - Web page 1/debian.png Binary files differnew file mode 100644 index 0000000..97b3ca8 --- /dev/null +++ b/HTML/HTML - Web page 1/debian.png diff --git a/HTML/HTML - Web page 1/manjaro.png b/HTML/HTML - Web page 1/manjaro.png Binary files differnew file mode 100644 index 0000000..a7c107c --- /dev/null +++ b/HTML/HTML - Web page 1/manjaro.png diff --git a/HTML/HTML - Web page 1/mint.png b/HTML/HTML - Web page 1/mint.png Binary files differnew file mode 100644 index 0000000..20b1c87 --- /dev/null +++ b/HTML/HTML - Web page 1/mint.png diff --git a/HTML/HTML - Web page 1/mx.png b/HTML/HTML - Web page 1/mx.png Binary files differnew file mode 100644 index 0000000..79cb129 --- /dev/null +++ b/HTML/HTML - Web page 1/mx.png |
