Add files via upload

This commit is contained in:
Krzysztof
2020-01-01 12:56:32 +01:00
committed by GitHub
commit 0e08fe66b3
14 changed files with 1566 additions and 0 deletions
+111
View File
@@ -0,0 +1,111 @@
<!DOCTYPE html>
<html>
<head>
<title>Pobierz - Baza Programów</title>
<!--Meta-->
<meta charset="UTF-8" />
<meta name="author" content="Krzysztof 'KrzysiekSiemv' Smaga" />
<meta name="description" content="Strona ze zbiorem programów najnowszych wersji, umożliwiająca pobieranie ich z oficjalnych źródeł" />
<!--Stylesheets-->
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/>
<link rel="stylesheet" media="screen" href="stylesheet.css" />
<!--Skrypty-->
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="navbar">
<i class="far fa-window-restore"></i>
<h1>Baza Programów</h1>
<h3>Programy w jednym miejscu</h3>
</div>
<div class="menu">
<a href="index.html"> STRONA GLOWNA </a>
<a href="o-stronie.html"> O STRONIE </a>
<a href="dodaj-program.html"> DODAJ PROGRAM </a>
<div class="dropdown">
<a style="text-decoration: overline;">POBIERZ</a>
<div class="dropdown-content">
<a href="https://krzysieksiemv.github.io/BazaOSow">Systemy operacyjne</a>
<a href="pobierz/Bezpieczenstwo.html">Bezpieczeństwo</a>
<a href="pobierz/Pakiety_biurowe.html">Pakiety biurowe</a>
<a href="pobierz/Grafika.html">Grafika</a>
<a href="pobierz/Programowanie.html">Programowanie</a>
<a href="pobierz.html">Więcej kategorii</a>
</div>
</div>
</div>
<div class="header">
<h1>Wybierz kategorię, jaka Cię interesuje.</h1>
<i class="fas fa-compact-disc"></i>
</div>
<div class="select">
<!--Systemy operacyjne-->
<i class="fab fa-windows"></i>
<a href="https://krzysieksiemv.github.io/BazaOSow">Systemy operacyjne</a>
<div class="line"></div>
<!--Bezpieczeństwo-->
<i class="fas fa-shield-alt"></i>
<a href="pobierz/Bezpieczenstwo.html">Bezpieczeństwo</a>
<div class="line"></div>
<!--Pakiety biurowe-->
<i class="fas fa-briefcase"></i>
<a href="pobierz/Pakiety_biurowe.html">Pakiety biurowe</a>
<div class="line"></div>
<!--Grafika-->
<i class="fas fa-palette"></i>
<a href="pobierz/Grafika.html">Grafika</a>
<div class="line"></div>
<!--Programowanie-->
<i class="fas fa-terminal"></i>
<a href="pobierz/Programowanie.html">Programowanie</a>
<div class="line"></div>
<!--Multimedia-->
<i class="far fa-play-circle"></i>
<a href="pobierz/Multimedia.html">Multimedia</a>
<div class="line"></div>
<!--Przeglądarki-->
<i class="fab fa-firefox-browser"></i>
<a href="pobierz/Przegladarki.html">Przeglądarki</a>
<div class="line"></div>
<!--Komunikacja-->
<i class="fas fa-comments"></i>
<a href="pobierz/Komunikacja.html">Komunikacja</a>
<div class="line"></div>
<!--Narzędzia-->
<i class="fas fa-tools"></i>
<a href="pobierz/Narzedzia.html">Narzędzia</a>
<div class="line"></div>
</div>
<div class="footer">
<p>Stworzone przez Krzysztof 'KrzysiekSiemv' Smaga</p>
<div style="text-align:center">
<a class="fab fa-github" href="https://github.com/KrzysiekSiemv"></a>
</div>
<div style="text-align:center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="R6P8L2AMZ868W" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_PL/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
<p style="color:rgb(48, 99, 42);">Jest easter-egg w kodzie na dole!</p>
</div>
</body>
<!-------∧_∧-->
<!-----( ・ω・)-->
<!----_| ⊃/(___-->
<!-- └-(____-->
<!-- ̄ ̄ ̄ ̄ ̄ ̄ ̄-->
<!--Kiteł śpioch obserwuje, czy nie patrzysz w kod!-->
</html>