-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba6129b
commit 61ce909
Showing
2 changed files
with
37 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ | |
<meta name="msapplication-starturl" content="/" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/style.css?v1" /> | ||
|
@@ -65,29 +66,32 @@ | |
|
||
<div id="content" class="content-center"> | ||
|
||
<div class="container"> | ||
<img src="static/badges.png"/> | ||
<div class="container textblock"> | ||
<img src="static/badges.png" /> | ||
<h1>Значки проекта OpenYellow</h1> | ||
<p>Если вы - автор репозитория, который находится в ТОП-500, то вы можете помочь проекту OpenYellow, используя наш значок (badge) в своем репозитории. | ||
Он будет всегда показывать актуальную позицию вашего проекта в рейтинге, а при нажатии - перенаправлять на страницу ТОП-500 с фокусировкой соответствующей строке таблицы</p> | ||
<br/> | ||
<p>Добавить такой значок себе очень просто - достаточно найти свой репозиторий в рейтинговой таблице и скопировать текст Markdown разметки в самой последней колонке. | ||
Этот текст, будучи вставленным в Readme файл репозитория, будет отображаться там как svg значок (как на картинке выше)</p> | ||
<p>Если вы - автор репозитория, который находится в ТОП-500, то вы можете помочь проекту OpenYellow, используя наш | ||
значок (badge) в своем репозитории. | ||
Он будет всегда показывать актуальную позицию вашего проекта в рейтинге, а при нажатии - перенаправлять на | ||
страницу ТОП-500 с фокусировкой соответствующей строке таблицы</p> | ||
<br /> | ||
<p>Добавить такой значок себе очень просто - достаточно найти свой репозиторий в рейтинговой таблице и скопировать | ||
текст Markdown разметки в самой последней колонке. | ||
Этот текст, будучи вставленным в Readme файл репозитория, будет отображаться там как svg значок (как на картинке | ||
выше)</p> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
window.addEventListener("pageshow", function (event) { | ||
var historyTraversal = event.persisted || | ||
(typeof window.performance != "undefined" && | ||
window.performance.navigation.type === 2); | ||
if (historyTraversal) { | ||
// Handle page restore. | ||
window.location.reload(); | ||
} | ||
}); | ||
</script> | ||
|
||
</body> | ||
<script type="text/javascript"> | ||
window.addEventListener("pageshow", function (event) { | ||
var historyTraversal = event.persisted || | ||
(typeof window.performance != "undefined" && | ||
window.performance.navigation.type === 2); | ||
if (historyTraversal) { | ||
// Handle page restore. | ||
window.location.reload(); | ||
} | ||
}); | ||
</script> | ||
|
||
</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