4.0 Beta (Build 20241.2)
This commit is contained in:
12
documentation/about_program.html
Normal file
12
documentation/about_program.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel = "stylesheet" type = "text/css" href = "content.css">
|
||||
<meta charset = "utf-8">
|
||||
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>XD</p>
|
||||
</body>
|
||||
</html>
|
||||
3
documentation/content.css
Normal file
3
documentation/content.css
Normal file
@@ -0,0 +1,3 @@
|
||||
p {
|
||||
color: #C0C0C0
|
||||
}
|
||||
12
documentation/how_to_use.html
Normal file
12
documentation/how_to_use.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel = "stylesheet" type = "text/css" href = "content.css">
|
||||
<meta charset = "utf-8">
|
||||
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>no siema</p>
|
||||
</body>
|
||||
</html>
|
||||
28
documentation/index.html
Normal file
28
documentation/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel = "stylesheet" type = "text/css" href = "main.css">
|
||||
<meta charset = "utf-8">
|
||||
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img id = "header-image" src = "../assets/documentation-page/icon.png">
|
||||
<div id = "header-text">
|
||||
<p>GENERATOR CSV</p>
|
||||
</div>
|
||||
</header>
|
||||
<nav>
|
||||
<ul id = "menu-ul">
|
||||
<li id = "menu-li"><a href = "about_program.html" target = "content">O programie</a></li>
|
||||
<li id = "menu-li"><a href = "how_to_use.html" target = "content">Jak używać?</a></li>
|
||||
<li id = "menu-li"><a href = "program_documentation.html" target = "content">Dokumentacja programistyczna</a></li>
|
||||
<li id = "menu-li"><a href = "other.html" target = "content">Inne</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<section>
|
||||
<iframe name = "content" src = "about_program.html"></iframe>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
77
documentation/main.css
Normal file
77
documentation/main.css
Normal file
@@ -0,0 +1,77 @@
|
||||
body {
|
||||
background-color: #21242D;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
#header-image {
|
||||
background-color: #333842;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
float: left;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
#header-text {
|
||||
background-color: #333842;
|
||||
overflow: auto;
|
||||
line-height: 40px;
|
||||
font-family: 'Segoe UI';
|
||||
color: #C0C0C0;
|
||||
font-size: 30px;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
nav {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu-ul {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#menu-li a {
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
font-family: 'Segoe UI';
|
||||
padding: 0.8%;
|
||||
margin-right: 0.05%;
|
||||
margin-left: 0.05%;
|
||||
font-size: 20px;
|
||||
width: 23.3%;
|
||||
text-decoration: none;
|
||||
color: #C0C0C0;
|
||||
background-color: #2e313b;
|
||||
}
|
||||
|
||||
#menu-li a:hover {
|
||||
color: #C0C0C0;
|
||||
background: #333842;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
section {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 99%;
|
||||
border: none;
|
||||
margin: 0.5%;
|
||||
}
|
||||
12
documentation/other.html
Normal file
12
documentation/other.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel = "stylesheet" type = "text/css" href = "content.css">
|
||||
<meta charset = "utf-8">
|
||||
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>w sumie jeszcze nie wiem co tu dam</p>
|
||||
</body>
|
||||
</html>
|
||||
12
documentation/program_documentation.html
Normal file
12
documentation/program_documentation.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel = "stylesheet" type = "text/css" href = "content.css">
|
||||
<meta charset = "utf-8">
|
||||
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
|
||||
<title>Generator CSV</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>siema siema kurwa witam</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user