Browse Source

forgot to fuckin pull before working

master
Izaya 4 years ago
parent
commit
8b93bf5dd8
3 changed files with 81 additions and 38 deletions
  1. +1
    -37
      gitea/templates/home.tmpl
  2. +79
    -1
      static/about.html
  3. +1
    -0
      static/css/buttontile.css

+ 1
- 37
gitea/templates/home.tmpl View File

@@ -9,45 +9,9 @@
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>By Lains, for Lains</h2>
<h2>Let us all love Lain.<br>Bless her name forever more:<br>Iwakura Lain</h2>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-flame"></i> Easy to install
</h1>
<p class="large">
Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-binary/">run the binary</a> for your platform. Or ship Gitea with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a> or <a target="_blank" rel="noopener noreferrer" href="https://github.com/alvaroaleman/ansible-gitea/blob/master/Vagrantfile">Vagrant</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/install-from-package/">packaged</a>.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-device-desktop"></i> Cross-platform
</h1>
<p class="large">
Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
</p>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-rocket"></i> Lightweight
</h1>
<p class="large">
Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Open Source
</h1>
<p class="large">
It's all on <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">GitHub</a>! Join us by contributing to make this project even better. Don't be shy to be a contributor!
</p>
</div>
</div>
</div>
{{template "base/footer" .}}

+ 79
- 1
static/about.html View File

@@ -149,11 +149,89 @@
<h2>Who runs lain.church?</h2>
<ul>
<li><a href="https://shadowkat.net/">XeonSquared</a> - Thing-doer in chief</li>
<li><a href="https://ki.tty.sh">Kitty</a> - Hosting</a></li>
<li><a href="https://ki.tty.sh">Kitty</a> - Hosting</li>
<li><a href="https://mrdetonia.com/">MrDetonia</a> - Chief Wrangler</li>
<li>nimbius - Moral support officer</li>
</ul>
</div>
</div>
</div>
<div class="wwrapper">
<b class="twrapper"><a class="title" href="about.html"><img class="wbutton wlbutton" src="/img/close.png">affiliates - StyledEdit<img class="wbutton wrbutton" src="/img/minimise.png"></a></b>
<div class="wrapper" style="background-color: white; padding: 0px;">
<div class="menubar">
<div class="dropdown">
File
<div class="dropdown-content">
New <br/>
Open <br/>
<hr/>
Save <br/>
Save as... <br/>
Reload <br/>
Close <br/>
<hr/>
Page setup... <br/>
Print... <br/>
<hr/>
Quit <br/>
</div>
</div>
<div class="dropdown">
Edit
<div class="dropdown-content">
Can't undo <br/>
<hr/>
Cut <br/>
Copy <br/>
Paste <br/>
<hr/>
Select all <br/>
<hr/>
Find... <br/>
Find again <br/>
Find selection <br/>
Replace <br/>
Replace next <br/>
</div>
</div>
<div class="dropdown">
Font
<div class="dropdown-content">
Size <br/>
Colour <br/>
<br/>
Bold <br/>
Italic <br/>
<br/>
Fira Sans <br/>
Fira Mono <br/>
</div>
</div>
<div class="dropdown">
Document
<div class="dropdown-content">
Align <br/>
Wrap lines <br/>
Text encoding <br/>
<hr/>
Statistics... <br/>
</div>
</div>
</div>
<div style="padding: 0.2em;">
<h2>Affiliates</h2>
<ul>
<li><a href="https://welovela.in">welovela.in</a></li>
</ul>
Not actually affiliates,<br>
Just cool enough to link to:
<ul>
<li><a href="https://lainchan.org">Lainchan</a></li>
<li><a href="https://lainon.life">lainon.life</a></li>
<li><a href="https://allsprk.tv">allsprk.tv</a></li>
</ul>
</div>
</div>
</div>
</body>

+ 1
- 0
static/css/buttontile.css View File

@@ -3,6 +3,7 @@
text-align: center;
color: white;
max-width: 80px;
min-width: 80px;
}
.btnimg {
width: 64px;


Loading…
Cancel
Save