diff --git a/src/components/Card.vue b/src/components/Card.vue index d5fda29..f08a94b 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -1,7 +1,20 @@ @@ -10,10 +23,9 @@ export default { name: 'Card', props: { name: String, + nickname: String, photo: String, - desc: String, - link: String, - discord: String, + description: String, }, }; @@ -23,10 +35,35 @@ export default { display: inline-block; border: 1px solid var(--gray); border-radius: 4px; - padding: 1rem; + // padding: 1rem; margin: 1rem 0.2rem; - width: 45%; + width: 49%; transition-duration: var(--trandur); + .cardInnerFlex { + display: flex; + flex-direction: row; + .cardInnerPhoto { + width: 8rem; + height: 8rem; + background-color: black; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + } + .cardInnerInfo { + padding: 1rem; + .cardInnerInfoTitle { + display: flex; + flex-direction: row; + align-items: baseline; + h3 { + margin-right: 1rem; + } + p { + color: var(--graytext); + } + } + } + } &:hover, &:focus { border: 1px solid transparent; diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 798b685..708e561 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -38,16 +38,22 @@

-

Spis Moderacji

+

Spis Moderacji + Bot

Ludzie stojący za Gractwem - in progress!

- - - - - + + + + + +