Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
diveshadivarekar committed Feb 17, 2024
1 parent 4867567 commit 1630212
Showing 1 changed file with 69 additions and 9 deletions.
78 changes: 69 additions & 9 deletions public/backend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,10 +1218,30 @@ <h4 class="card-title">Project Overview</h4>
</div>
<div class="card-body">
<ul class="list-inline p-0 mb-0">
<li class="mb-1">
<li style="padding-bottom: 1.5rem" class="mb-1">
<div class="row">
<div class="col-sm-3">
<p class="mb-0">UX / UI Design</p>
<div class="col-sm-3 d-flex align-items-center">
<svg
class="svg-icon"
width="20"
height="20"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="6 9 6 2 18 2 18 9"></polyline>
<path
d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"
></path>
<rect x="6" y="14" width="12" height="8"></rect>
</svg>
<p style="margin-left: 20px" class="mb-0">
UX / UI Design
</p>
</div>
<div class="col-sm-8">
<div
Expand All @@ -1238,10 +1258,30 @@ <h4 class="card-title">Project Overview</h4>
</div>
</div>
</li>
<li class="mb-1">
<li style="padding-bottom: 1.5rem" class="mb-1">
<div class="row">
<div class="col-sm-3">
<p class="mb-0">Development</p>
<div class="col-sm-3 d-flex align-items-center">
<svg
class="svg-icon"
width="20"
height="20"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="6 9 6 2 18 2 18 9"></polyline>
<path
d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"
></path>
<rect x="6" y="14" width="12" height="8"></rect>
</svg>
<p style="margin-left: 20px" class="mb-0">
Development
</p>
</div>
<div class="col-sm-8">
<div
Expand All @@ -1258,10 +1298,30 @@ <h4 class="card-title">Project Overview</h4>
</div>
</div>
</li>
<li class="mb-1">
<li style="padding-bottom: 1.5rem" class="mb-1">
<div class="row">
<div class="col-sm-3">
<p class="mb-0">Testing</p>
<div class="col-sm-3 d-flex align-items-center">
<svg
class="svg-icon"
width="20"
height="20"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="6 9 6 2 18 2 18 9"></polyline>
<path
d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"
></path>
<rect x="6" y="14" width="12" height="8"></rect>
</svg>
<p style="margin-left: 20px" class="mb-0">
Testing
</p>
</div>
<div class="col-sm-8">
<div
Expand Down

0 comments on commit 1630212

Please sign in to comment.