feat: add github stars to index page

This commit is contained in:
Rekryt
2024-12-14 14:23:28 +03:00
parent 2f86e95154
commit 6b5d6e924a

View File

@@ -572,6 +572,7 @@ use OpenCCK\App\Controller\MainController;
<style> <style>
.main { .main {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
font-size: 18px; font-size: 18px;
line-height: 1.2; line-height: 1.2;
@@ -614,10 +615,19 @@ use OpenCCK\App\Controller\MainController;
font-weight: normal; font-weight: normal;
cursor: pointer; cursor: pointer;
} }
.github {
flex: 0 0 100%;
display: flex;
justify-content: center;
padding-bottom: 16px;
}
</style> </style>
</head> </head>
<body> <body>
<main class="main"> <main class="main">
<div class="github">
<iframe src="https://ghbtns.com/github-btn.html?user=rekryt&amp;repo=iplist&amp;type=star&amp;count=true&amp;size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
</div>
<form action="" method="get" class="main-form"> <form action="" method="get" class="main-form">
<section class="main-section"> <section class="main-section">
<label class="main-formItem"> <label class="main-formItem">