1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

Add category to table page

This commit is contained in:
Julien Bisconti 2018-08-08 12:22:43 +02:00 committed by Andreas Gebhardt
parent 04ceae2035
commit 680321527a
7 changed files with 1758 additions and 39 deletions

View file

@ -6,7 +6,7 @@ const main = () => {
'name',
'description',
'homepage',
'star',
{ name: 'star', attr: 'data-stars' },
{ name: 'updated', attr: 'data-timestamp' },
'language',
'license',

View file

@ -13,7 +13,7 @@
<meta name="google-site-verification" content="_yiugvz0gCtfsBLyLl1LnkALXb6D4ofiwCyV1XOlYBM" />
<link rel="icon" type="image/png" href="favicon.png">
<style>
:root {
:root {
--main-list-header: #5dbcd2;
--main-list-footer: #5dbcd2;
}
@ -58,7 +58,7 @@ h1 {
img {
border: 0
}
/*******************************************************/
.btn {
display: inline-block;
margin-bottom: 1rem;
@ -67,36 +67,28 @@ img {
border: 1px solid hsla(0, 0%, 100%, .2);
border-radius: .3rem
}
.page-header {
color: #fff;
text-align: center;
background-color: #5DBCD2;
background-image: linear-gradient(120deg, #155799, #5DBCD2)
}
.project-name {
margin-top: 0;
margin-bottom: .1rem
}
.project-tagline {
margin-bottom: 2rem;
font-weight: 400;
opacity: .7
}
/*******************************************************/
.container {
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 1rem;
}
/*******************************************************/
.searchbar {
display: flex;
justify-content: center;
@ -108,7 +100,6 @@ img {
width: 18rem;
font-size: 2.5rem;
}
/*******************************************************/
.sortbtn {
@ -177,7 +168,13 @@ img {
right: -5px;
}
/*******************************************************/
/*=========================================================================*/
.emoji {
height: 1rem;
width: 1rem;
}
/*=========================================================================*/
.list {
display: grid;