|
1 | 1 | <template>
|
2 | 2 | <div class="container mx-auto px-4">
|
3 |
| - <p>Single Project</p> |
| 3 | + <!-- Project heading and meta info start --> |
| 4 | + <p class="text-left text-4xl font-bold text-gray-600 mt-20 mb-7"> |
| 5 | + Kabul Project Management UI |
| 6 | + </p> |
| 7 | + <div class="flex"> |
| 8 | + <div class="flex items-center mr-10"> |
| 9 | + <i data-feather="clock" class="w-4 h-4 text-gray-400"></i> |
| 10 | + <span class="ml-2 leading-none text-gray-500" |
| 11 | + >Jul 26, 2021</span |
| 12 | + > |
| 13 | + </div> |
| 14 | + <div class="flex items-center"> |
| 15 | + <i data-feather="tag" class="w-4 h-4 text-gray-400"></i> |
| 16 | + <span class="ml-2 leading-none text-gray-500" |
| 17 | + >UI / Frontend</span |
| 18 | + > |
| 19 | + </div> |
| 20 | + </div> |
| 21 | + <!-- Project heading and meta info end --> |
| 22 | + |
| 23 | + <!-- Project gallery start --> |
| 24 | + <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-10 mt-10"> |
| 25 | + <div> |
| 26 | + <img |
| 27 | + src="../assets/images/ui-project-1.jpg" |
| 28 | + class="rounded-2xl cursor-pointer" |
| 29 | + alt="Kabul Project Management UI" |
| 30 | + /> |
| 31 | + </div> |
| 32 | + <div> |
| 33 | + <img |
| 34 | + src="../assets/images/ui-project-1.jpg" |
| 35 | + class="rounded-2xl cursor-pointer" |
| 36 | + alt="Kabul Project Management UI" |
| 37 | + /> |
| 38 | + </div> |
| 39 | + <div> |
| 40 | + <img |
| 41 | + src="../assets/images/ui-project-1.jpg" |
| 42 | + class="rounded-2xl cursor-pointer" |
| 43 | + alt="Kabul Project Management UI" |
| 44 | + /> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + <!-- Project gallery end --> |
| 48 | + |
| 49 | + <!-- Project information start --> |
| 50 | + <div class="flex mt-12"> |
| 51 | + <div class="w-1/3 text-left"> |
| 52 | + <div class="mb-7"> |
| 53 | + <p class="text-2xl font-semibold text-gray-600 mb-2"> |
| 54 | + About Client |
| 55 | + </p> |
| 56 | + <ul class="leading-loose"> |
| 57 | + <li> |
| 58 | + <span class="text-gray-600">Name: </span> Kabul |
| 59 | + Company Ltd |
| 60 | + </li> |
| 61 | + <li> |
| 62 | + <span class="text-gray-600">Services: </span> UI |
| 63 | + Design & Frontend Development |
| 64 | + </li> |
| 65 | + <li> |
| 66 | + <span class="text-gray-600">Website: </span> |
| 67 | + <a href="#">https://kabul.com</a> |
| 68 | + </li> |
| 69 | + <li> |
| 70 | + <span class="text-gray-600">Phone: </span> +93 7888 |
| 71 | + 888 88 |
| 72 | + </li> |
| 73 | + </ul> |
| 74 | + </div> |
| 75 | + <div class="mb-7"> |
| 76 | + <p class="text-2xl font-semibold text-gray-600 mb-2"> |
| 77 | + Objective |
| 78 | + </p> |
| 79 | + <p> |
| 80 | + Lorem ipsum dolor sit amet consectetur adipisicing elit. |
| 81 | + Optio, natus! Quibusdam enim quod in esse, mollitia |
| 82 | + molestias incidunt quas ipsa accusamus veniam, quis odit |
| 83 | + cumque vero voluptate, reiciendis amet non! |
| 84 | + </p> |
| 85 | + </div> |
| 86 | + <div class="mb-7"> |
| 87 | + <p class="text-2xl font-semibold text-gray-600 mb-2"> |
| 88 | + Tools & Technologies |
| 89 | + </p> |
| 90 | + <p>HTML, CSS, JavaScript, Vue.js, TailwindCSS, AdobeXD</p> |
| 91 | + </div> |
| 92 | + <div> |
| 93 | + <p class="text-2xl font-semibold text-gray-600 mb-2"> |
| 94 | + Share This |
| 95 | + </p> |
| 96 | + <div class="flex items-center gap-3 mt-5"> |
| 97 | + <a href="#"><i data-feather="twitter"></i></a> |
| 98 | + <a href="#"><i data-feather="facebook"></i></a> |
| 99 | + <a href="#"><i data-feather="instagram"></i></a> |
| 100 | + <a href="#"><i data-feather="linkedin"></i></a> |
| 101 | + <a href="#"><i data-feather="youtube"></i></a> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </div> |
| 105 | + <div class="w-2/3"></div> |
| 106 | + </div> |
| 107 | + <!-- Project information end --> |
4 | 108 | </div>
|
5 | 109 | </template>
|
6 | 110 |
|
|
0 commit comments