fix merge conflicts

pull/4/head
pax 2024-10-15 19:52:57 +04:00
commit d9c92e6474
1 changed files with 175 additions and 176 deletions

View File

@ -1,176 +1,175 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Staff Dashboard</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="bento-box">
<a href="https://libraryofcode.org/" class="bento-item large">
<img src="https://static.libraryofcode.org/library_of_code_redeg.png" alt="Library Of Code" class="logo">
</a>
<a href="https://time.libraryofcode.org/" class="bento-item large">
<!--<img src="logos/tts.png" alt="Time Tracking" class="logo">-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Time Tracking</title>
<!-- Outer Circle (Clock shape) -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="4" fill="none"></circle>
<!-- Clock Hands -->
<line x1="50" y1="50" x2="50" y2="20" stroke="#645D54" stroke-width="3" ></line>
<line x1="50" y1="50" x2="75" y2="50" stroke="#645D54" stroke-width="3" ></line>
<!-- Curly Braces (Code symbol) -->
<text x="15" y="55" font-size="30" font-family="monospace" fill="#96928d">{</text>
<text x="70" y="55" font-size="30" font-family="monospace" fill="#96928d" >}</text>
<!-- Service Name (Library of Code) -->
<text x="50%" y="75" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Time tracking
</text></svg>
</a>
<a href="https://inbox.libraryofcode.org/" class="bento-item large">
<title>Web Mail</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Envelope Icon (Webmail symbol) -->
<rect x="30" y="35" width="40" height="25" stroke="#96928d" stroke-width="2" fill="none" ></rect>
<polyline points="30,35 50,50 70,35" stroke="#96928d" stroke-width="2" fill="none" ></polyline>
<!-- Workflow Arrows -->
<path d="M35 65 L50 75 L65 65" stroke="#96928d" stroke-width="2" fill="none" ></path>
<line x1="50" y1="55" x2="50" y2="75" stroke="#96928d" stroke-width="2" ></line>
<!-- Service Name (Optional) -->
<text x="50%" y="85" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle" >
Web Mail
</text>
</svg>
</a>
<a href="https://hr.libraryofcode.org/" class="bento-item large">
<title>Human Resources</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Abstract Person Icon (HR symbol) -->
<circle cx="50" cy="35" r="8" fill="#96928d" ></circle> <!-- Head -->
<path d="M50 43 L40 60 L60 60 Z" fill="#1c2020"></path> <!-- Body -->
<!-- Briefcase (Business/HR symbol) -->
<rect x="38" y="60" width="24" height="12" fill="none" stroke="#96928d" stroke-width="2"></rect>
<line x1="43" y1="60" x2="43" y2="72" stroke="#96928d" stroke-width="2" ></line>
<line x1="57" y1="60" x2="57" y2="72" stroke="#96928d" stroke-width="2" ></line>
<rect x="47" y="56" width="6" height="4" fill="#96928d"></rect> <!-- Handle -->
<!-- Service Name (Optional) -->
<text x="50%" y="83" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
HR
</text>
</svg>
</a>
<a href="https://skb.libraryofcode.org/" class="bento-item large">
<title>Staff Knowledge Base</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Book Icon (Knowledge symbol) -->
<rect x="30" y="35" width="40" height="30" fill="none" stroke="#96928d" stroke-width="2"></rect>
<line x1="50" y1="35" x2="50" y2="65" stroke="#96928d" stroke-width="2" ></line> <!-- Book spine -->
<line x1="30" y1="40" x2="50" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<line x1="50" y1="40" x2="70" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<!-- Information Icon (i symbol) -->
<circle cx="50" cy="25" r="4" fill="#96928d" ></circle>
<rect x="48" y="29" width="4" height="10" fill="#96928d"></rect>
<!-- Centered Service Name -->
<text x="50" y="82" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Staff KB
</text>
</svg>
</a>
<a href="https://git.libraryofcode.org/" class="bento-item">
<title>Gitea</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Code Tags with "Gitea" -->
<text x="50%" y="55" font-size="16" font-family="monospace" fill="#96928d" text-anchor="middle">
&lt;/Gitea&gt;
</text>
</svg>
</a>
<a href="https://lists.libraryofcode.org/" class="bento-item">
<title>Mailing lists</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Envelope Icon -->
<rect x="30" y="35" width="40" height="25" fill="none" stroke="#96928d" stroke-width="2" ></rect>
<polyline points="30,35 50,50 70,35" stroke="#96928d" stroke-width="2" fill="none" ></polyline> <!-- Envelope flap -->
<!-- Mailing List Text -->
<text x="50%" y="74" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Mailing Lists
</text>
</svg>
</a>
<a href="https://manage.statuspage.io/" class="bento-item">
<title>Status page</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Status Page Text in Green -->
<text x="61.5%" y="55" font-size="11" font-family="Arial" fill="#56bf56" text-anchor="middle">
Status Page
</text>
<!-- Green Status Dot moved to cx="20" cy="50" -->
<circle cx="20" cy="50" r="8" fill="#56bf56"></circle> <!-- Status Dot -->
<!-- Checkmark moved to cx="20" cy="50" -->
<path d="M15 50 L20 55 L25 45" stroke="#aeadaa" stroke-width="3" fill="none"></path> <!-- Checkmark -->
</svg>
</a>
<a href="https://wiki.libraryofcode.org/" class="bento-item">
<title>Public Knowledge base</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Book Icon (Knowledge symbol) -->
<rect x="30" y="35" width="40" height="30" fill="#4CAF50" stroke="#96928d" stroke-width="2"></rect> <!-- Green Book Cover -->
<line x1="50" y1="35" x2="50" y2="65" stroke="#96928d" stroke-width="2" ></line> <!-- Book spine -->
<line x1="30" y1="40" x2="50" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<line x1="50" y1="40" x2="70" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<!-- Lock Icon (symbolizing internal access) -->
<rect x="44" y="25" width="12" height="8" fill="#FFC107"></rect> <!-- Yellow lock body -->
<rect x="48" y="20" width="4" height="5" fill="#FFC107" ></rect> <!-- Yellow lock shackle -->
<!-- Centered Service Name -->
<text x="50" y="80" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Public KB
</text>
</svg>
</a>
<!-- Add as many more items as needed -->
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Staff Dashboard</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="bento-box">
<a href="https://libraryofcode.org/" class="bento-item large">
<img src="https://static.libraryofcode.org/library_of_code_redeg.png" alt="Library Of Code" class="logo">
</a>
<a href="https://time.libraryofcode.org/" class="bento-item large">
<!--<img src="logos/tts.png" alt="Time Tracking" class="logo">-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Time Tracking</title>
<!-- Outer Circle (Clock shape) -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="4" fill="none"></circle>
<!-- Clock Hands -->
<line x1="50" y1="50" x2="50" y2="20" stroke="#645D54" stroke-width="3" ></line>
<line x1="50" y1="50" x2="75" y2="50" stroke="#645D54" stroke-width="3" ></line>
<!-- Curly Braces (Code symbol) -->
<text x="15" y="55" font-size="30" font-family="monospace" fill="#96928d">{</text>
<text x="70" y="55" font-size="30" font-family="monospace" fill="#96928d" >}</text>
<!-- Service Name (Library of Code) -->
<text x="50%" y="75" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Time Tracking
</text></svg>
</a>
<a href="https://inbox.libraryofcode.org/" class="bento-item large">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Web Mail</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Envelope Icon (Webmail symbol) -->
<rect x="30" y="35" width="40" height="25" stroke="#96928d" stroke-width="2" fill="none" ></rect>
<polyline points="30,35 50,50 70,35" stroke="#96928d" stroke-width="2" fill="none" ></polyline>
<!-- Workflow Arrows -->
<path d="M35 65 L50 75 L65 65" stroke="#96928d" stroke-width="2" fill="none" ></path>
<line x1="50" y1="55" x2="50" y2="75" stroke="#96928d" stroke-width="2" ></line>
<!-- Service Name (Optional) -->
<text x="50%" y="85" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle" >
Web Mail
</text>
</svg>
</a>
<a href="https://hr.libraryofcode.org/" class="bento-item large">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Human Resources</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Abstract Person Icon (HR symbol) -->
<circle cx="50" cy="35" r="8" fill="#96928d" ></circle> <!-- Head -->
<path d="M50 43 L40 60 L60 60 Z" fill="#1c2020"></path> <!-- Body -->
<!-- Briefcase (Business/HR symbol) -->
<rect x="38" y="60" width="24" height="12" fill="none" stroke="#96928d" stroke-width="2"></rect>
<line x1="43" y1="60" x2="43" y2="72" stroke="#96928d" stroke-width="2" ></line>
<line x1="57" y1="60" x2="57" y2="72" stroke="#96928d" stroke-width="2" ></line>
<rect x="47" y="56" width="6" height="4" fill="#96928d"></rect> <!-- Handle -->
<!-- Service Name (Optional) -->
<text x="50%" y="83" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
HR
</text>
</svg>
</a>
<a href="https://skb.libraryofcode.org/" class="bento-item large">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Staff Knowledge Base</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Book Icon (Knowledge symbol) -->
<rect x="30" y="35" width="40" height="30" fill="none" stroke="#96928d" stroke-width="2"></rect>
<line x1="50" y1="35" x2="50" y2="65" stroke="#96928d" stroke-width="2" ></line> <!-- Book spine -->
<line x1="30" y1="40" x2="50" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<line x1="50" y1="40" x2="70" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<!-- Information Icon (i symbol) -->
<circle cx="50" cy="25" r="4" fill="#96928d" ></circle>
<rect x="48" y="29" width="4" height="10" fill="#96928d"></rect>
<!-- Centered Service Name -->
<text x="50" y="82" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Staff KB
</text>
</svg>
</a>
<a href="https://git.libraryofcode.org/" class="bento-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Gitea</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none"></circle>
<!-- Code Tags with "Gitea" -->
<text x="50%" y="55" font-size="16" font-family="monospace" fill="#96928d" text-anchor="middle">
&lt;/Gitea&gt;
</text>
</svg>
</a>
<a href="https://lists.libraryofcode.org/" class="bento-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Mailing Lists</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Envelope Icon -->
<rect x="30" y="35" width="40" height="25" fill="none" stroke="#96928d" stroke-width="2" ></rect>
<polyline points="30,35 50,50 70,35" stroke="#96928d" stroke-width="2" fill="none" ></polyline> <!-- Envelope flap -->
<!-- Mailing List Text -->
<text x="50%" y="74" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Mailing Lists
</text>
</svg>
</a>
<a href="https://status.libraryofcode.org" class="bento-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Status Page</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Status Page Text in Green -->
<text x="61.5%" y="55" font-size="11" font-family="Arial" fill="#56bf56" text-anchor="middle">
Status Page
</text>
<!-- Green Status Dot moved to cx="20" cy="50" -->
<circle cx="20" cy="50" r="8" fill="#56bf56"></circle> <!-- Status Dot -->
<!-- Checkmark moved to cx="20" cy="50" -->
<path d="M15 50 L20 55 L25 45" stroke="#aeadaa" stroke-width="3" fill="none"></path> <!-- Checkmark -->
</svg>
</a>
<a href="https://wiki.libraryofcode.org/" class="bento-item">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="200" height="200">
<title>Public Knowledge Base</title>
<!-- Outer Circle -->
<circle cx="50" cy="50" r="45" stroke="#96928d" stroke-width="3" fill="none" ></circle>
<!-- Book Icon (Knowledge symbol) -->
<rect x="30" y="35" width="40" height="30" fill="#4CAF50" stroke="#96928d" stroke-width="2"></rect> <!-- Green Book Cover -->
<line x1="50" y1="35" x2="50" y2="65" stroke="#96928d" stroke-width="2" ></line> <!-- Book spine -->
<line x1="30" y1="40" x2="50" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<line x1="50" y1="40" x2="70" y2="40" stroke="#96928d" stroke-width="2" ></line> <!-- Top page -->
<!-- Lock Icon (symbolizing internal access) -->
<rect x="44" y="25" width="12" height="8" fill="#FFC107"></rect> <!-- Yellow lock body -->
<rect x="48" y="20" width="4" height="5" fill="#FFC107" ></rect> <!-- Yellow lock shackle -->
<!-- Centered Service Name -->
<text x="50" y="80" font-size="10" font-family="Arial" fill="#96928d" text-anchor="middle">
Public KB
</text>
</svg>
</a>
<!-- Add as many more items as needed -->
</div>
</body>
</html>