Files
BazaProgramow/dodaj-program.html
T
2020-01-02 20:29:49 +01:00

65 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<title>Dodawanie programu - 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="https://krzysieksiemv.github.io/BazaProgramow"> STRONA GLOWNA </a>
<a href="o-stronie"> O STRONIE </a>
<a style="text-decoration: overline;"> DODAJ PROGRAM </a>
<div class="dropdown">
<a href="pobierz">POBIERZ</a>
<div class="dropdown-content">
<a href="https://krzysieksiemv.github.io/BazaOSow">Systemy operacyjne</a>
<a href="pobierz/Antywirusy">Antywirusy</a>
<a href="pobierz/Pakiety_biurowe">Pakiety biurowe</a>
<a href="pobierz/Grafika">Grafika</a>
<a href="pobierz/Programowanie">Programowanie</a>
<a href="pobierz">Więcej kategorii</a>
</div>
</div>
</div>
<div class="header">
<h1>Dodawanie programu</h1>
<i class="fas fa-plus"></i>
<p>Chcesz aby na tej stronie pojawił się program, który chcesz? Wystarczy, że posiadasz konto na GitHub. Pod tym linkiem <a href="https://github.com/KrzysiekSiemv/BazaProgramow/issues/1">GitHub Issue</a>, dodać komentarz zgodnie z wymaganiami i czekać do czasu potwierdzenia.</p>
</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>
</div>
</body>
<!-------∧_∧-->
<!-----( ・ω・)-->
<!----_| ⊃/(___-->
<!-- └-(____-->
<!-- ̄ ̄ ̄ ̄ ̄ ̄ ̄-->
<!--Kiteł śpioch obserwuje, czy nie patrzysz w kod!-->
</html>