Skip to content

Commit

Permalink
jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 18, 2024
1 parent 1e8c2bd commit ede5c19
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 deletions.
7 changes: 6 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/drops@gh-pages/drops.min.css"/>
<link rel="stylesheet" href="//www.yegor256.com/css/icons.css"/>
<link href='/css/main.css?6' rel='stylesheet'/>
<link href='/css/front.css?6' rel='stylesheet'/>
<script src="https://code.jquery.com/jquery-1.9.0.min.js"></script>
<script>
$(function() {
$(".long-list").before('<p><a href="#" onclick="$(this).parent().next().show(); $(this).parent().hide(); return false;">Click here to see the list</a></p>');
});
</script>
</head>
<body>
<section>
Expand Down
19 changes: 0 additions & 19 deletions css/front.scss

This file was deleted.

6 changes: 6 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ section {
margin: 0;
}
}
strong {
color: #BF2828;
}
.long-list {
display: none;
}
}

.logo {
Expand Down
14 changes: 8 additions & 6 deletions pages/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Submission is closed. See you [next year](/2025.html).
We received **412 applications** (excluding duplicates and broken submissions).

Then, we semi-automatically split the list into three groups.
The first group contained 318 repositories that didn't match the criteria of the
competition or were obviously **not qualified** for the winning (we created
The first group contained **318 repositories** that didn't match the criteria of the
competition or were obviously not qualified for the winning (we created
a software that calculated repository age, size, the presence of CI, the number
of issues, pull requests, commits, etc):

Expand Down Expand Up @@ -508,9 +508,10 @@ of issues, pull requests, commits, etc):
* [ZhengPeng7/BiRefNet](https://github.com/ZhengPeng7/BiRefNet)
* [zhouhuandev/BaseDemo](https://github.com/zhouhuandev/BaseDemo)
* [zhouhuandev/SerialPortKit](https://github.com/zhouhuandev/SerialPortKit)
{: .long-list}

The second group consisted of 68 repositories that were manually reviewed
by one of jury members and were classified as "**not enough quality**" to
The second group consisted of **68 repositories** that were manually reviewed
by one of jury members and were classified as "not enough quality" to
compete for the trophy:

* [1c3t3a/rust-socketio](https://github.com/1c3t3a/rust-socketio)
Expand Down Expand Up @@ -581,8 +582,9 @@ compete for the trophy:
* [yiisoft/html](https://github.com/yiisoft/html)
* [yogeshpaliyal/KeyPass](https://github.com/yogeshpaliyal/KeyPass)
* [zhensherlock/watermark-js-plus](https://github.com/zhensherlock/watermark-js-plus)
{: .long-list}

The third group contained 26 repositories, which we considered as
The third group contained **26 repositories**, which we considered as
candidates for the prize:

* [0x7c13/Notepads](https://github.com/0x7c13/Notepads)
Expand Down Expand Up @@ -614,7 +616,7 @@ candidates for the prize:

If you, for some reason, disagree with the classification explained above
and believe that your project deserves to be in the third group, please
email us. We will manually review your repository and maybe will change
[email us](team@kaicode.org). We will manually review your repository and maybe will change
our decision.

Now, we asked our jury members to review the third group.
Expand Down

0 comments on commit ede5c19

Please sign in to comment.