-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit also contains an update on the intensity of the orange color for the 'in progress' status.
- Loading branch information
alagarbey
committed
Oct 8, 2024
1 parent
abdddf7
commit d775552
Showing
6 changed files
with
104 additions
and
48 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
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
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 |
---|---|---|
@@ -1,51 +1,62 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>cheek</title> | ||
<link rel="icon" type="image/x-icon" href="https://storage.googleapis.com/cheek-scheduler/cheek-64.png" /> | ||
<link rel="stylesheet" href="/static/styles.css" /> | ||
<link rel="stylesheet" href="/static/tailwind.css" /> | ||
<script src="//unpkg.com/alpinejs" defer></script> | ||
<script type="text/javascript" src="/static/script.js"></script> | ||
</head> | ||
<body class="bg-slate-800"> | ||
<div class="max-w-4xl mx-auto"> | ||
<!-- Header Section --> | ||
<div class="flex pt-6 items-end"> | ||
<a | ||
class="drop-shadow-md text-3xl font-extrabold bg-gradient-to-r from-lime-200 to-blue-400 bg-clip-text text-transparent hover:from-red-400 hover:via-yellow-300 hover:via-green-500 hover:to-lime-200 hover:bg-gradient-to-l hover:animate-pulse" | ||
href="/" | ||
>cheek</a | ||
> | ||
|
||
<div class="grow"></div> | ||
|
||
<!-- GitHub Icon and Version Information --> | ||
<div class="col is-vertical-align is-right flex items-center space-x-4"> | ||
<!-- Version Information --> | ||
<div id="version" class="text-gray-400 text-sm">Version 1.0.0</div> | ||
|
||
<!-- GitHub Icon --> | ||
<a class="icon-ahref fill-lime-200 hover:fill-slate-200" href="https://github.com/datarootsio/cheek"> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> | ||
<title>logo-github</title> | ||
<g> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M16,0.4c-8.8,0-16,7.2-16,16c0,7.1,4.6,13.1,10.9,15.2 c0.8,0.1,1.1-0.3,1.1-0.8c0-0.4,0-1.4,0-2.7c-4.5,1-5.4-2.1-5.4-2.1c-0.7-1.8-1.8-2.3-1.8-2.3c-1.5-1,0.1-1,0.1-1 c1.6,0.1,2.5,1.6,2.5,1.6c1.4,2.4,3.7,1.7,4.7,1.3c0.1-1,0.6-1.7,1-2.1c-3.6-0.4-7.3-1.8-7.3-7.9c0-1.7,0.6-3.2,1.6-4.3 c-0.2-0.4-0.7-2,0.2-4.2c0,0,1.3-0.4,4.4,1.6c1.3-0.4,2.6-0.5,4-0.5c1.4,0,2.7,0.2,4,0.5C23.1,6.6,24.4,7,24.4,7 c0.9,2.2,0.3,3.8,0.2,4.2c1,1.1,1.6,2.5,1.6,4.3c0,6.1-3.7,7.5-7.3,7.9c0.6,0.5,1.1,1.5,1.1,3c0,2.1,0,3.9,0,4.4 c0,0.4,0.3,0.9,1.1,0.8C27.4,29.5,32,23.5,32,16.4C32,7.6,24.8,0.4,16,0.4z" | ||
></path> | ||
</g> | ||
</svg> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>cheek</title> | ||
<link rel="icon" type="image/x-icon" href="https://storage.googleapis.com/cheek-scheduler/cheek-64.png"> | ||
<link rel="stylesheet" href="/static/styles.css" /> | ||
<link rel="stylesheet" href="/static/tailwind.css" /> | ||
<script src="//unpkg.com/alpinejs" defer></script> | ||
<script type="text/javascript" src="/static/script.js"></script> | ||
</head> | ||
|
||
<body class="bg-slate-800"> | ||
<div class="max-w-4xl mx-auto"> | ||
<div class="flex pt-6 items-end"> | ||
<a class="drop-shadow-md text-3xl font-extrabold text-center bg-gradient-to-r from-lime-200 to-blue-400 bg-clip-text text-transparent hover:from-red-400 hover:via-yellow-300 hover:via-green-500 hover:to-lime-200 hover:bg-gradient-to-l hover:animate-pulse" | ||
href="/">cheek</a> | ||
<div class="grow"></div> | ||
<div class="col is-vertical-align is-right"> | ||
<a class="icon-ahref fill-lime-200 hover:fill-slate-200" href="https://github.com/datarootsio/cheek"> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"> | ||
<title>logo-github</title> | ||
<g> | ||
<path fill-rule="evenodd" clip-rule="evenodd" | ||
d="M16,0.4c-8.8,0-16,7.2-16,16c0,7.1,4.6,13.1,10.9,15.2 c0.8,0.1,1.1-0.3,1.1-0.8c0-0.4,0-1.4,0-2.7c-4.5,1-5.4-2.1-5.4-2.1c-0.7-1.8-1.8-2.3-1.8-2.3c-1.5-1,0.1-1,0.1-1 c1.6,0.1,2.5,1.6,2.5,1.6c1.4,2.4,3.7,1.7,4.7,1.3c0.1-1,0.6-1.7,1-2.1c-3.6-0.4-7.3-1.8-7.3-7.9c0-1.7,0.6-3.2,1.6-4.3 c-0.2-0.4-0.7-2,0.2-4.2c0,0,1.3-0.4,4.4,1.6c1.3-0.4,2.6-0.5,4-0.5c1.4,0,2.7,0.2,4,0.5C23.1,6.6,24.4,7,24.4,7 c0.9,2.2,0.3,3.8,0.2,4.2c1,1.1,1.6,2.5,1.6,4.3c0,6.1-3.7,7.5-7.3,7.9c0.6,0.5,1.1,1.5,1.1,3c0,2.1,0,3.9,0,4.4 c0,0.4,0.3,0.9,1.1,0.8C27.4,29.5,32,23.5,32,16.4C32,7.6,24.8,0.4,16,0.4z"> | ||
</path> | ||
</g> | ||
</svg> | ||
</a> | ||
|
||
<!-- Navigation Links Section --> | ||
<div class="flex flex-wrap gap-x-2 gap-y-2 mt-4" x-data> | ||
<a class="text-gray-400 hover:text-lime-200" href="/core/logs">_</a> | ||
<template x-for="job in $store.jobs.jobs"> | ||
<a | ||
:class="job.name === $store.job.jobName ? 'text-lime-200' : 'text-gray-200 hover:text-lime-200'" | ||
:href="`/jobs/${job.name}/latest`" | ||
x-text="job.name" | ||
></a> | ||
</template> | ||
</div> | ||
</div> | ||
<div class="flex flex-wrap gap-x-2 gap-y-2" x-data> | ||
<a class="text-gray-400 hover:text-lime-200'" | ||
href="/core/logs">_</a> | ||
<template x-for="job in $store.jobs.jobs"> | ||
<a :class="job.name === $store.job.jobName ? 'text-lime-200' : 'text-gray-200 hover:text-lime-200'" | ||
:href="`/jobs/${job.name}/latest`" x-text="job.name"></a> | ||
|
||
</template> | ||
<!-- Content Section --> | ||
<div>{{block "content" .}}{{end}}</div> | ||
</div> | ||
|
||
{{block "content" .}}{{end}} | ||
|
||
</div> | ||
</body> | ||
|
||
|
||
</html> | ||
</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