changes to project

This commit is contained in:
hamdy
2020-11-13 15:56:44 +02:00
parent 49a8eec127
commit 9dd56bb963

View File

@@ -14,44 +14,8 @@
<p class="text-gray-700 text-xl" v-if="$page.project.bio">{{ $page.project.bio }}</p> <p class="text-gray-700 text-xl" v-if="$page.project.bio">{{ $page.project.bio }}</p>
<div class="avatars"> <div class="avatars">
<div class="flex items-center"> <div class="flex items-center">
<div class="flex justify-between items-center">
<ul class="list-none flex author-list m-0">
<li
v-for="author in $page.project.author"
:key="author.id"
class="author-list-item"
>
<g-link :to="author.path" v-tooltip="author.name">
<g-image
:src="author.image"
:alt="author.name"
class="w-8 h-8 rounded-full bg-gray-200 border-2 border-white"
/>
</g-link>
</li>
</ul>
</div>
<div
class="ml-3 pl-3 border-l flex flex-col text-xs leading-none uppercase"
>
<p>
<g-link :to="$page.project.path">
<time :datetime="$page.project.datetime">{{
$page.project.humanTime
}}</time>
</g-link>
</p>
<p>
<g-link :to="$page.project.path">
<time :datetime="$page.project.datetime">{{
$page.project.startDate
}}</time>
</g-link>
{{ $page.project.status }}
</p>
</div>
<div class="author-social"> <div class="author-social">
&nbsp;&middot;&nbsp;
<a <a
:href="$page.project.linkedin" :href="$page.project.linkedin"
@@ -105,6 +69,52 @@
<section class="post-content container mx-auto relative text-gray-700"> <section class="post-content container mx-auto relative text-gray-700">
<div class="post-content-text text-xl" v-html="$page.project.content"></div> <div class="post-content-text text-xl" v-html="$page.project.content"></div>
</section> </section>
<div class="pt-8 border-b mx-4 sm:-mx-4"></div>
<br/>
<section>
<div class="avatars">
<div class="flex items-center">
<div class="flex justify-between items-center">
<ul class="list-none flex author-list m-0">
<li
v-for="author in $page.project.author"
:key="author.id"
class="author-list-item"
>
<g-link :to="author.path" v-tooltip="author.name">
<g-image
:src="author.image"
:alt="author.name"
class="w-8 h-8 rounded-full bg-gray-200 border-2 border-white"
/>
</g-link>
</li>
</ul>
</div>
<div
class="ml-3 pl-3 border-l flex flex-col text-xs leading-none uppercase"
>
<p>
<g-link :to="$page.project.path">
<time :datetime="$page.project.datetime">{{
$page.project.humanTime
}}</time>
</g-link>
</p>
<p>
<g-link :to="$page.project.path">
<time :datetime="$page.project.datetime">{{
$page.project.startDate
}}</time>
</g-link>
{{ $page.project.status }}
</p>
</div>
</div>
</div>
</section>
<div class="pagination flex justify-center mb-8"> <div class="pagination flex justify-center mb-8">
<Pagination <Pagination
:baseUrl="$page.project.path" :baseUrl="$page.project.path"