aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-13 10:16:52 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-13 10:16:52 +0200
commit270cb703ebdc89177583281a008080bc04fae5ef (patch)
tree48aec30f8850ff0292fa5dd16f27417134493566 /templates
parent5db4c57b0360f6d6f9d6553d9b438a804ad441ae (diff)
Rebuilding the entire htlm and css stiles
Diffstat (limited to 'templates')
-rw-r--r--templates/repo.html67
1 files changed, 29 insertions, 38 deletions
diff --git a/templates/repo.html b/templates/repo.html
index da297f6..0eb17c1 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -2,49 +2,40 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <title>{{ project_name }} | /{{ project_name }}</title>
+ <title>octopus | /spacekookie/octopus</title>
<link href="../static/main.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="Description" content="{{ project_owner }} by {{ project_owner }}; {{ project_summary }}">
</head>
<body>
- <div class="header">
- <div class="title">
- <img class="logo" alt="{{ project_logo_alt_text }}" src="../static/{{ project_logo }}" />
- <div>
- <h1>/ <a href="">{{ project_owner }}</a> / <a href="">{{ project_name }}</a></h1>
-
- <p>
- {{ project_summary }}
- </p>
-
+ <div class="container">
+ <div class="tagline-container">
+ <img class="repo-logo" src="../static/fakeavi.png" />
+ <h1><a href="">spacekookie</a> / <a href="">octopus</a></h1>
+ <p>A git web frontend that wants to hug your code</p>
+ <div class="starbox">
+ <a href="">Clone</a>
+ <a href="">Star</a>
+ <a href="">RSS</a>
</div>
-
- </div>
- <div class="links">
- <a href="">RSS</a><a href="">Clone</a> <a href="">Star</a>
- </div>
- </div>
- <div class="nav">
- <div class="nav-tabs">
- <a class="nav-item" href="">readme</a>
- <a class="nav-item active" href="">summary</a>
- <a class="nav-item" href="">tree</a>
- <a class="nav-item" href="">log</a>
- <a class="nav-item" href="">tags</a>
- <a class="nav-item" href="">branches</a>
- <a class="nav-item" href="">stats</a>
- <a class="nav-item" href="">contribute</a>
- </div>
- </div>
- <div class="content">
- <p>
- <strong>{{ project_name }}</strong> was created on 2019-11-29 at 21:20
- with commit <a href="">{{ first_commit }}</a>. Since then, <a href="">{{ num_commits }}
- commits</a> have been authered by
- <a href="">{{ num_contributors }} contributers</a>.
- </p>
- <div>
+ </div> <!-- tagline container -->
+ <div class="subheader">
+
+ <a href="">141 commits</a>
+ <a href="">1 branch</a>
+ <a href="">0 tags</a>
+ <a href="">1 contributor</a>
+ <a href="">size: 13.12M</a>
+ <input id="repo-search" type="search" placeholder="Search repository" />
+ <!-- <label for="repo-search">Search for files in the repository</label> -->
+ </div> <!-- subheader -->
+ <hr />
+ <div class="repo-navigation">
+ <a href="" class="nav-item">about</a>
+ <a href="" class="nav-item">details</a>
+ <a href="" class="nav-item">files</a>
+ <a href="" class="nav-item">log</a>
+ <a href="" class="nav-item"> patches</a>
+ <a href="" class="nav-item">contribute</a>
</div>
</div>
</body>