forked from volny/creative-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5f708f
commit 91319c2
Showing
7 changed files
with
804 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<html xmlns:ganttproject="http://ganttproject.sf.net/"> | ||
<head> | ||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>GanttProject - gantt_safepark</title> | ||
<style> | ||
A:link { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: black; | ||
} | ||
A:visited { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: black; BACKGROUND: none | ||
} | ||
A:hover { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: white ; BACKGROUND: #6d9ec6; | ||
} | ||
.notes { | ||
padding-left: 10px; | ||
} | ||
.notes pre { | ||
font-family: Arial, Helvetica; | ||
font-size: 10px; | ||
margin-top: 0px; | ||
padding-top: 0px; | ||
margin-bottom: 5px; | ||
} | ||
.attachment { | ||
padding-left: 10px; | ||
} | ||
.attachment a:link { | ||
font-weight: normal; | ||
font-size: 12px; | ||
color: #6d9ec6; | ||
background: white; | ||
} | ||
.attachment a:hover { | ||
font-weight: normal; | ||
text-decoration: underline; | ||
font-size: 12px; | ||
color: #6d9ec6; | ||
background: white; | ||
} | ||
.attachment a:visited { | ||
font-weight: normal; | ||
font-size: 12px; | ||
background: white; | ||
color: gray; | ||
} | ||
TD { | ||
FONT-SIZE: 12px; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
UL { | ||
FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
LI { | ||
FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
H1 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: #6d9ec6; | ||
} | ||
H2 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: #000000; | ||
} | ||
H3 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #6d9ec6; | ||
} | ||
H4 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; | ||
} | ||
H5 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #6d9ec6; | ||
} | ||
H6 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000 | ||
} | ||
|
||
</style> | ||
</head> | ||
<body bgcolor="white"> | ||
<center> | ||
<style> | ||
div.project_name { | ||
font-size: 150%; | ||
color: black; | ||
font-weight: bold; | ||
border-top: solid #6d9ec6 5px; | ||
padding-top: 3px; | ||
padding-bottom: 3px; | ||
padding-left: 5px; | ||
text-align: center; | ||
} | ||
div.page_links { | ||
background: #6d9ec6; | ||
text-align: center; | ||
} | ||
</style> | ||
<center> | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0"> | ||
<tr> | ||
<td bgcolor="#dddddd"> | ||
<a href="gantt_safepark.html"><div class="project_name">SafePark - Ganttov diagram</div></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<div class="page_links"> | ||
<a href="gantt_safepark.html"></a> | | ||
<a href="gantt_safepark-chart.html">Gantt</a> | | ||
<a href="gantt_safepark-tasks.html">Úlohy</a> | | ||
<a href="gantt_safepark-resources.html">Zdroje</a> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</center> | ||
<br> | ||
<br> | ||
<img src="gantt_safepark.png"> | ||
<br> | ||
</center> | ||
<br> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
<html xmlns:ganttproject="http://ganttproject.sf.net/"> | ||
<head> | ||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title>GanttProject - gantt_safepark</title> | ||
<style> | ||
A:link { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: black; | ||
} | ||
A:visited { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: black; BACKGROUND: none | ||
} | ||
A:hover { | ||
FONT-WEIGHT: bold; TEXT-DECORATION: none; | ||
FONT-SIZE: 14px ; COLOR: white ; BACKGROUND: #6d9ec6; | ||
} | ||
.notes { | ||
padding-left: 10px; | ||
} | ||
.notes pre { | ||
font-family: Arial, Helvetica; | ||
font-size: 10px; | ||
margin-top: 0px; | ||
padding-top: 0px; | ||
margin-bottom: 5px; | ||
} | ||
.attachment { | ||
padding-left: 10px; | ||
} | ||
.attachment a:link { | ||
font-weight: normal; | ||
font-size: 12px; | ||
color: #6d9ec6; | ||
background: white; | ||
} | ||
.attachment a:hover { | ||
font-weight: normal; | ||
text-decoration: underline; | ||
font-size: 12px; | ||
color: #6d9ec6; | ||
background: white; | ||
} | ||
.attachment a:visited { | ||
font-weight: normal; | ||
font-size: 12px; | ||
background: white; | ||
color: gray; | ||
} | ||
TD { | ||
FONT-SIZE: 12px; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
UL { | ||
FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
LI { | ||
FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif | ||
} | ||
H1 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: #6d9ec6; | ||
} | ||
H2 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: #000000; | ||
} | ||
H3 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #6d9ec6; | ||
} | ||
H4 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; | ||
} | ||
H5 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #6d9ec6; | ||
} | ||
H6 { | ||
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000 | ||
} | ||
|
||
</style> | ||
</head> | ||
<body bgcolor="white"> | ||
<center> | ||
<style> | ||
div.project_name { | ||
font-size: 150%; | ||
color: black; | ||
font-weight: bold; | ||
border-top: solid #6d9ec6 5px; | ||
padding-top: 3px; | ||
padding-bottom: 3px; | ||
padding-left: 5px; | ||
text-align: center; | ||
} | ||
div.page_links { | ||
background: #6d9ec6; | ||
text-align: center; | ||
} | ||
</style> | ||
<center> | ||
<table width="100%" border="0" cellspacing="0" cellpadding="0"> | ||
<tr> | ||
<td bgcolor="#dddddd"> | ||
<a href="gantt_safepark.html"><div class="project_name">SafePark - Ganttov diagram</div></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<div class="page_links"> | ||
<a href="gantt_safepark.html"></a> | | ||
<a href="gantt_safepark-chart.html">Gantt</a> | | ||
<a href="gantt_safepark-tasks.html">Úlohy</a> | | ||
<a href="gantt_safepark-resources.html">Zdroje</a> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</center> | ||
<br> | ||
<style> | ||
td.header { | ||
background: #dddddd; | ||
margin: 0; | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
padding-top: 2px; | ||
padding-bottom:1px; | ||
border-bottom: solid black 2px; | ||
} | ||
td.cell { | ||
margin: 0; | ||
margin-top: 2px; | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
padding-top: 2px; | ||
padding-bottom:1px; | ||
} | ||
|
||
h5.header { | ||
margin-left: 2px; | ||
margin-top: 2px; | ||
} | ||
</style> | ||
<table border="0" cellpadding="0" cellspacing="0"> | ||
<tr> | ||
<td valign="top" class="header"> | ||
<h5 class="header">Názov</h5> | ||
</td><td valign="top" class="header"> | ||
<h5 class="header">Prednastav. rola</h5> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0">Boris</div> | ||
</td><td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0 ">vývojár</div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0 ">Jaro</div> | ||
</td><td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0">manažér projektu</div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0;">Kamil</div> | ||
</td><td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0;">analýza</div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0; ">Karyna</div> | ||
</td><td valign="top" class="cell"> | ||
<div style="margin: 0; padding: 0;">analýza</div> | ||
</td> | ||
</tr> | ||
</table> | ||
<br> | ||
<br> | ||
<img src="gantt_safepark.res.png"> | ||
<br> | ||
</center> | ||
<br> | ||
</body> | ||
</html> |
Oops, something went wrong.