update site with new design

This commit is contained in:
hossnys
2021-09-28 15:16:21 +00:00
parent e8fe0dc41d
commit b4d5cf3e24
441 changed files with 1619 additions and 11722 deletions

View File

@@ -21,20 +21,7 @@
v-for="membership in record.memberships"
:key="membership.id"
:to="membership.path"
class="
text-xs
bg-transparent
hover:text-blue-700
py-1
px-2
mr-1
border
hover:border-blue-500
border-gray-600
text-gray-700
rounded-full
mb-2
"
class="text-xs bg-transparent hover:text-blue-700 py-1 px-2 mr-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full mb-2"
>{{ membership.title }}</g-link
>
</section>
@@ -54,13 +41,7 @@
<g-image
:src="author.image"
:alt="author.name"
class="
w-8
h-8
rounded-full
bg-gray-200
border-2 border-white
"
class="w-8 h-8 rounded-full bg-gray-200 border-2 border-white"
/>
</g-link>
</li>
@@ -85,27 +66,12 @@
</p>
</div>
</div>
<section
class="post-tags container mx-auto relative py-3"
v-if="displaytags()"
>
<g-link
<section class="post-tags container mx-auto relative py-3" v-if="displaytags()">
<g-link
v-for="tag in record.tags"
:key="tag.id"
:to="tag.path"
class="
text-xs
bg-transparent
hover:text-blue-700
py-2
px-4
mr-2
border
hover:border-blue-500
border-gray-600
text-gray-700
rounded-full
"
class="text-xs bg-transparent hover:text-blue-700 py-2 px-4 mr-2 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full"
>{{ tag.title }}</g-link
>
</section>
@@ -126,14 +92,15 @@ export default {
},
},
methods: {
displaytags() {
return this.showtags;
},
},
};
displaytags(){
return this.showtags
}
}
}
</script>
<style scoped>
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.post-card-excerpt {
font-family: "Roboto", sans-serif;
line-height: 1.2;