init commit
This commit is contained in:
10
assets/views/website/components/job.html
Normal file
10
assets/views/website/components/job.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="flex flex-col gap-2 p-4 text-black bg-gray-100 rounded-lg">
|
||||
<h4 class="text-2xl">
|
||||
<span class="fas fa-user-circle"></span> {{ job.position }}
|
||||
</h4>
|
||||
<h5 class="text-xl font-light">
|
||||
<span class="fas fa-building"></span> {{ job.company }}
|
||||
</h5>
|
||||
<p class="font-bold"><span class="fas fa-microchip"></span> Technologies</p>
|
||||
<div class="flex flex-wrap gap-2"></div>
|
||||
</div>
|
Reference in New Issue
Block a user