Skip to content

Commit

Permalink
refactor: change coolGray with blueGray
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 19, 2021
1 parent 3b3bfe3 commit 67598f4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/components/Cards/CardProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,56 +17,56 @@
<div class="flex justify-center py-4 lg:pt-4 pt-8">
<div class="mr-4 p-3 text-center">
<span
class="text-xl font-bold block uppercase tracking-wide text-coolGray-600"
class="text-xl font-bold block uppercase tracking-wide text-blueGray-600"
>
22
</span>
<span class="text-sm text-coolGray-400">Friends</span>
<span class="text-sm text-blueGray-400">Friends</span>
</div>
<div class="mr-4 p-3 text-center">
<span
class="text-xl font-bold block uppercase tracking-wide text-coolGray-600"
class="text-xl font-bold block uppercase tracking-wide text-blueGray-600"
>
10
</span>
<span class="text-sm text-coolGray-400">Photos</span>
<span class="text-sm text-blueGray-400">Photos</span>
</div>
<div class="lg:mr-4 p-3 text-center">
<span
class="text-xl font-bold block uppercase tracking-wide text-coolGray-600"
class="text-xl font-bold block uppercase tracking-wide text-blueGray-600"
>
89
</span>
<span class="text-sm text-coolGray-400">Comments</span>
<span class="text-sm text-blueGray-400">Comments</span>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<h3
class="text-xl font-semibold leading-normal mb-2 text-coolGray-700 mb-2"
class="text-xl font-semibold leading-normal mb-2 text-blueGray-700 mb-2"
>
Jenna Stones
</h3>
<div
class="text-sm leading-normal mt-0 mb-2 text-coolGray-400 font-bold uppercase"
class="text-sm leading-normal mt-0 mb-2 text-blueGray-400 font-bold uppercase"
>
<i class="fas fa-map-marker-alt mr-2 text-lg text-coolGray-400"></i>
<i class="fas fa-map-marker-alt mr-2 text-lg text-blueGray-400"></i>
Los Angeles, California
</div>
<div class="mb-2 text-coolGray-600 mt-10">
<i class="fas fa-briefcase mr-2 text-lg text-coolGray-400"></i>
<div class="mb-2 text-blueGray-600 mt-10">
<i class="fas fa-briefcase mr-2 text-lg text-blueGray-400"></i>
Solution Manager - Creative Tim Officer
</div>
<div class="mb-2 text-coolGray-600">
<i class="fas fa-university mr-2 text-lg text-coolGray-400"></i>
<div class="mb-2 text-blueGray-600">
<i class="fas fa-university mr-2 text-lg text-blueGray-400"></i>
University of Computer Science
</div>
</div>
<div class="mt-10 py-10 border-t border-coolGray-200 text-center">
<div class="mt-10 py-10 border-t border-blueGray-200 text-center">
<div class="flex flex-wrap justify-center">
<div class="w-full lg:w-9/12 px-4">
<p class="mb-4 text-lg leading-relaxed text-coolGray-700">
<p class="mb-4 text-lg leading-relaxed text-blueGray-700">
An artist of considerable range, Jenna the name taken by
Melbourne-raised, Brooklyn-based Nick Murphy writes, performs and
records all of his own music, giving it a warm, intimate feel with
Expand Down

0 comments on commit 67598f4

Please sign in to comment.