aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren Gutiérrez2023-02-011-1/+1
| | | | | | | * Add main aria landmark to templates * Adjust some titles to improve understanding of location in navigation Contributed by @Forgejo
* fix(web): add `alt` for logo in home page (#21887)Percy Ma2022-11-211-1/+1
| | | add `alt` for logo in home page
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-9/+9
| | | | | | | | | | | * Refactor `i18n` to `locale` - Currently we're using the `i18n` variable naming for the `locale` struct. This contains locale's specific information and cannot be used for general i18n purpose, therefore refactoring it to `locale` makes more sense. - Ref: https://github.com/go-gitea/gitea/pull/20096#discussion_r906699200 * Update routers/install/install.go
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-081-1/+1
| | | | Use a new name for this template/frontend variable to make it distinct from the server variable StaticURLPrefix.
* Consolidate Logos and update README header (#14136)silverwind2021-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | * Consolidate Logos and update README header - Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`. - Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`. - Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support). - Remove Fluid Icon. It only served Firefox and SVG works just fine there. - Update customization instructions. - Update README.md to use SVG icon, increase logo size and center it and badges. * Update README_ZH.md Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> * Update README_ZH.md Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* gitea png to logo (#13974)Kyle D2020-12-181-1/+1
| | | | | | | | | | | * gitea png to logo.svg * gitea safari svg to logo * minify svgs * Update english docs * Update missing section on customizing logo
* Add class to page content to unify top margin (#13766)silverwind2020-11-301-1/+1
| | | | | | | | | | | | | | | | | | | * Add class to page content to unify top margin Previously pages would individually set this margin but some didn't so content would stick to the header without any space. Resolve this by adding a new class that is added on all pages. The only place where we remove this margin again is on the pages with menu or wrapper in the header. * fix admin notices * fix team pages * fix loading segment on gitgraph for arc-green * fix last missing case Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Make SVG size argument optional (#12814)silverwind2020-09-111-4/+4
| | | | | Now defaults to 16 on both frontend and backend. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add octicon SVG sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Static prefix Signed-off-by: jolheiser <john.olheiser@gmail.com> * SVG for all repo icons Signed-off-by: jolheiser <john.olheiser@gmail.com> * make vendor Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap out octicons Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move octicons to top of less imports Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix JS Signed-off-by: jolheiser <john.olheiser@gmail.com> * Definitely not a search/replace Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed regex Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move to more generic calls and webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * make svg -> make webpack Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg-sprite Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Missed a test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove svg from makefile Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Attempt to fix test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update tests Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert timetracking test Signed-off-by: jolheiser <john.olheiser@gmail.com> * Swap .octicon for .svg in less Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add aria-hidden Signed-off-by: jolheiser <john.olheiser@gmail.com> * Replace mega-octicon Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix webpack globbing on Windows Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert Co-Authored-By: silverwind <me@silverwind.io> * Fix octions from upstream Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix Vue and missed JS function Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add JS helper and PWA Signed-off-by: jolheiser <john.olheiser@gmail.com> * Preload SVG Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: techknowlogick <matti@mdranta.net>
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * static url * add cors support for static resources * [assets] work on the migration to configurable url for assets Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [misc] fix whitespace Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] fix the loading of the manifest.json It is generated dynamically, and as such can not be served by the cdn. Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * Revert "add cors support for static resources" This reverts commit 42f964fd181dbb8b139808b9be623470d4f0e40f Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] add the STATIC_URL_PREFIX option Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] reverse-proxy: nginx: add two setups for STATIC_URL_PREFIX Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] migrate the url of a new asset to the static url prefix REF: f2a3abc683ad4b2177b7c7c6160a2c0b4316120a Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* move translation to crowdin (#8596)65432019-10-201-456/+35
|
* Improve german translation of homepage (#8549)Konrad Pozniak2019-10-201-1/+1
| | | I'm a native speaker, it looks much better this way
* Latvian translation for home page (#8468)Lauris BH2019-10-111-0/+40
|
* Add home template italian translation (#8352)spaeps2019-10-111-0/+40
| | | It was just missing
* Fix typo in home.tmpl (#7452)vadim s. sabinich2019-07-151-1/+1
|
* "It's all in GitHub" isn't true anymore, update the home template (#7059)Sandro Santilli2019-05-271-1/+4
| | | NOTE: this commit only updates the english section
* Translate home template to Czech (#5665)Jan Breuer2019-01-081-0/+37
| | | Signed-off-by: Jan Breuer <jan.breuer@jaybee.cz>
* Fix home page template regression (#5102)Tohka2018-10-181-1/+1
| | | | | | | Commit 7bb4d610e5cca7ad514e377d2b36254a4cfee5b9 tries to take the app_name from the locale, however, it is a user defined setting. This causes the app name to simply display as `app_name` instead of the correct value. templates/helper.go automatically injects the AppName variable into every template, so we can safely use that instead. Signed-off-by: Daniel Derzsi <daniel@tohka.us>
* Use APP_NAME on home page (#5048)mcnesium2018-10-181-1/+1
| | | Would it make sense to actually use the configured app name on the home page?
* Add `noreferrer` to rel='noopener` for <a> tags (#4328)cezar972018-07-031-30/+30
|
* Mac OS X -> macOS (#4056)techknowlogick2018-05-271-6/+6
|
* Spaces to tabs in templates (#2953)Ethan Koenig2017-11-211-4/+4
|
* Link to gitea-specific Vagrant example (#2624)Sandro Santilli2017-09-301-9/+9
| | | .. rather than a gogs one
* docs: update translation on homepage for zh-tw (#634)Bo-Yi Wu2017-01-111-0/+37
|
* Added Dutch translations to the landingpageBwko2016-12-261-0/+37
|
* Fix homepage docs link broken (#417)Lunny Xiao2016-12-221-8/+8
| | | | | | * fix homepage docs link broken * fix homepage docs links after docs updated
* Added rel="noopener" to target="_blank" hrefs (#327)Bwko2016-12-021-24/+24
| | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io
* Update home page to Gitea (#138)Andrey Nering2016-11-111-23/+23
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-14/+14
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-8/+8
|
* Minor fix for #2772Unknwon2016-03-061-1/+1
|
* минимальные -> низкие (системные требования)xDShot2016-03-061-1/+1
|
* Add ru-RU to home templateLourens2016-03-061-0/+37
|
* Add portuguese-BR to home template.Andrey Nering2016-01-311-0/+37
|
* Add es-ES to home templateToni Villena2016-01-181-0/+37
|
* Add fr-FR to home templatePhilippe Chataignon2016-01-111-0/+40
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-116/+116
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* #1646 and other minor fixesUnknwon2015-09-161-2/+1
|
* home: new UIUnknwon2015-03-071-94/+129
|
* Hide the registration button depending on the settingRaphael Randschau2015-02-051-0/+2
|
* correction: updated docker linkTristan Storch2015-02-011-3/+3
|
* Add German translation to home pageunknown2014-10-041-1/+22
|
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-2/+2
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Bug fix on organizationUnknwon2014-08-271-2/+2
|
* Finish new reset password, etc.Unknwon2014-08-091-1/+2
|
* Finish new collaboration pageUnknwon2014-08-071-5/+4
|
* New UI merge in progressUnknwon2014-07-261-25/+70
|
* Clean api codeUnknown2014-05-051-2/+2
|