update: add shafafiat pages

This commit is contained in:
mahyargdz
2024-11-19 14:01:47 +03:30
parent 1c89bc5f08
commit 256924dd3a
15 changed files with 329 additions and 26 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
custom
>
<li @click="navigate" :class="isActive ? 'active' : null">
<a class="mainLink" :href="href">میز خ2دمت</a>
<a class="mainLink" :href="href">میز خدمت</a>
</li>
</nuxt-link>
+2 -2
View File
@@ -405,7 +405,7 @@ export default {
</script>
<style scoped>
li:nth-child(6) {
/* li:nth-child(6) {
display: none !important;
}
} */
</style>
+141 -16
View File
@@ -24,19 +24,59 @@
شفافیت می توان عدالت را مستقر کرد و از ایجاد تبعیض های ناروا در
نظام جلوگیری کرد.به همین جهت، سازمان فناوری اطالعات با همکاری
سازمان غیردولتی شفافیت برای ایران اقدام به تاسیس کمیته شفافیت
نموده است .پورتال شفافیت، اولین اقدام این استانداری در راستای
توسعه شفافیت است. این پورتال به صورت مستمر از نظر محتوا و بستر به
روز خواهد شد .
نموده است
</div>
</div>
</div>
<div class="cards">
<div class="item">1</div>
<div class="item">1</div>
<div class="item">1</div>
<div class="item">1</div>
<div class="item">1</div>
<div class="item">1</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
<div class="item">
<img src="/static/images/1.svg" alt="" />
<div class="parent">
<div class="right"></div>
<div class="left"></div>
</div>
<p>اسناد مالی</p>
</div>
</div>
<div class="space"></div>
<!-- <div class="col-12 col-md-6 services-view">
@@ -96,25 +136,110 @@ export default {
padding: 10px;
align-items: center;
gap: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/* حالت پیش‌فرض برای دسکتاپ */
flex-direction: row;
}
/* برای موبایل (عرض کمتر از 768px) */
@media (max-width: 1400px) {
.main {
flex-direction: column;
width: 100%; /* برای استفاده بهتر از فضای موجود در موبایل */
height: auto; /* ارتفاع خودکار برای تنظیم بهتر محتوا */
}
.tasvir {
width: 230px;
height: 120px;
border-radius: 10px;
width: 100%; /* تصویر به صورت ریسپانسیو */
height: auto; /* ارتفاع خودکار برای تنظیم متناسب با عرض */
}
}
.cards {
width: 100vw !important;
margin: 50px 0px;
display: grid;
grid-template: 130px / auto auto auto auto auto auto;
gap: 10px;
grid-template-columns: repeat(6, 1fr); /* پیش‌فرض برای دسکتاپ */
}
/* برای تبلت (عرض بین 768px و 1024px) */
@media (max-width: 1224px) {
.cards {
grid-template-columns: repeat(3, 1fr);
}
}
/* برای موبایل (عرض کمتر از 768px) */
@media (max-width: 768px) {
.cards {
grid-template-columns: repeat(2, 1fr);
}
}
.item {
background-color: aquamarine;
height: 200px;
cursor: pointer;
transition: all 0.3s ease;
background-color: rgb(255, 255, 255);
height: 150px;
border-radius: 10px;
border: 1px solid rgb(214, 214, 214);
position: relative;
box-shadow: 0 4px 8px 0 rgba(238, 238, 238, 0.041),
0 6px 20px 0 rgba(231, 231, 231, 0.041);
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
padding: 5px 0px;
}
.space {
height: 50px;
}
.item img {
height: 80px;
width: 80px;
transition: transform 0.3s ease;
}
.item .parent {
border-top: 1px dashed rgb(187, 187, 187);
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
}
.left {
width: 25px !important;
height: 20px !important;
background-color: rgb(255, 255, 255);
position: absolute;
top: -10px;
left: -17px;
border-radius: 50%;
border-right: 1px solid rgb(187, 187, 187);
}
.right {
width: 25px !important;
height: 20px !important;
background-color: rgb(255, 255, 255);
position: absolute;
top: -10px;
right: -17px;
border-radius: 50%;
border-left: 1px solid rgb(187, 187, 187);
}
.item p {
color: rgb(117, 117, 117);
}
.item:hover {
background-color: rgb(247, 247, 247); /* تغییر رنگ پس‌زمینه به قرمز */
box-shadow: 0 8px 16px rgba(233, 233, 233, 0.3); /* اضافه کردن سایه */
}
/* بزرگ‌تر شدن تصویر در زمان hover */
.item:hover img {
transform: scale(1.1); /* بزرگ‌تر شدن تصویر */
transition: transform 0.3s ease; /* انیمیشن برای بزرگ‌تر شدن تصویر */
}
</style>
+7 -3
View File
@@ -139,22 +139,26 @@ export default {
if (send_request.status === 429 || send_request.status === 406) {
this.$message({
type: "warning",
message: "شما دسترسی ورود ندارید !",
message: "لطفا بعد از ۱۰ دقیقه مجدد تلاش کنید",
});
return;
}
const resData = await send_request.json();
if (send_request.status === 200 || send_request.status === 201) {
this.$message({
type: "success",
message: "کد ورود ارسال شد",
// message: "کد ورود ارسال شد",
message: resData.message,
});
this.step = 2;
return;
} else {
this.$message({
type: "warning",
message: "مشکل در برقرای ارتباط",
// message: "مشکل در برقرای ارتباط",
message: resData.message,
});
}
} catch (error) {
+3 -1
View File
@@ -21,7 +21,9 @@
:content="scope.row.title"
>
</el-popover>
{{ scope.row?.user?.firstName + scope?.row?.user?.lastName }}
{{
scope.row?.user?.firstName + " " + scope?.row?.user?.lastName
}}
</span>
</template>
</el-table-column>
+14
View File
@@ -0,0 +1,14 @@
const Shafafiat = require("../models/shafafiat");
module.exports.getAll = [
async (req, res) => {
try {
const shafafiat = await Shafafiat.find({});
return res.json({
data: shafafiat,
});
} catch (error) {
return res500(res, error.message);
}
},
];
+3 -2
View File
@@ -165,7 +165,7 @@ module.exports.otp = [
// .withMessage(_sr["fa"].min_char.min4),
],
async (req, res) => {
console.log('body', req.body)
console.log("body", req.body);
try {
const errors = validationResult(req);
if (!errors.isEmpty())
@@ -183,6 +183,7 @@ module.exports.otp = [
ttl: (cacheService.getTtl(`OTP:LOGIN:${phone}`) - Date.now()) / 1000,
});
const otp = crypto.randomInt(10000, 99999);
console.log("==> otp :", otp);
const message = `کد ورود شما ${otp} میباشد. استانداری لغو11`;
/** save otp in cache */
cacheService.set(`OTP:LOGIN:${phone}`, otp, 120);
@@ -264,7 +265,7 @@ module.exports.verifyOtp = [
if (logger) {
await Logger.findOneAndUpdate(
{ user: user._id },
{ $set: { LastLogin: new Date() } },
{ $set: { LastLogin: new Date(), ip: req.ip } },
{ new: true }
);
} else {
+1
View File
@@ -4,6 +4,7 @@ const mongoosePaginate = require("mongoose-paginate-v2");
const LoggerSchema = mongoose.Schema({
LastLogin: String,
user: { type: mongoose.Schema.Types.ObjectId, ref: "User" },
ip: { type: String, default: null },
});
LoggerSchema.plugin(mongoosePaginate);
+15
View File
@@ -0,0 +1,15 @@
const { model } = require("mongoose");
const { Schema } = require("mongoose");
const ShafafSchema = Schema(
{
title: { type: String },
icon: { type: String },
link: { type: String },
},
{
timestamps: true,
}
);
module.exports = model("Shafaf", ShafafSchema);
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<polyline style="fill:#D6C8B0;" points="434.434,279.082 434.434,27.147 115.312,27.147 115.312,366.293 "/>
<polyline style="fill:#F9EED7;" points="405.747,251.934 405.747,0 86.625,0 86.625,339.145 "/>
<path style="fill:#FFD15C;" d="M458.517,478.602V287.553c0-20.334-16.483-36.817-36.817-36.817H257.815
c-15.138,0-28.732-9.265-34.268-23.354l-7.255-18.468c-5.535-14.089-19.13-23.354-34.268-23.354H90.3
c-20.334,0-36.817,16.483-36.817,36.817v256.226c0,18.445,14.953,33.398,33.398,33.398H425.12
C443.564,512,458.517,497.047,458.517,478.602z"/>
<path style="fill:#EDBB4C;" d="M75.286,478.602V222.376c0-20.334,16.483-36.817,36.817-36.817H90.3
c-20.334,0-36.817,16.483-36.817,36.817v256.226c0,18.445,14.953,33.397,33.398,33.397h21.803
C90.239,511.999,75.286,497.047,75.286,478.602z"/>
<circle style="fill:#DBCEBA;" cx="167.819" cy="80.225" r="35.468"/>
<path style="fill:#D6C8B0;" d="M155.241,80.227c0-15.582,10.052-28.806,24.022-33.569c-3.592-1.225-7.439-1.899-11.447-1.899
c-19.589,0-35.468,15.879-35.468,35.468c0,19.588,15.879,35.468,35.468,35.468c4.007,0,7.855-0.674,11.447-1.899
C165.293,109.033,155.241,95.808,155.241,80.227z"/>
<path style="fill:#FF525D;" d="M132.347,151.163c0-19.589,15.879-35.468,35.468-35.468s35.468,15.879,35.468,35.468"/>
<g>
<path style="fill:#34ABE0;" d="M363.396,63.069H249.899c-4.515,0-8.176-3.661-8.176-8.176s3.661-8.176,8.176-8.176h113.497
c4.517,0,8.176,3.661,8.176,8.176S367.913,63.069,363.396,63.069z"/>
<path style="fill:#34ABE0;" d="M363.396,223.181h-46.573c-4.517,0-8.176-3.661-8.176-8.176s3.66-8.176,8.176-8.176h46.573
c4.517,0,8.176,3.661,8.176,8.176S367.913,223.181,363.396,223.181z"/>
<path style="fill:#34ABE0;" d="M363.396,183.154H249.899c-4.515,0-8.176-3.661-8.176-8.176s3.661-8.176,8.176-8.176h113.497
c4.517,0,8.176,3.661,8.176,8.176S367.913,183.154,363.396,183.154z"/>
<path style="fill:#34ABE0;" d="M363.396,103.097H249.899c-4.515,0-8.176-3.661-8.176-8.176c0-4.515,3.661-8.176,8.176-8.176
h113.497c4.517,0,8.176,3.661,8.176,8.176C371.572,99.437,367.913,103.097,363.396,103.097z"/>
<path style="fill:#34ABE0;" d="M363.396,143.126H249.899c-4.515,0-8.176-3.661-8.176-8.176s3.661-8.176,8.176-8.176h113.497
c4.517,0,8.176,3.661,8.176,8.176S367.913,143.126,363.396,143.126z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#FFB125;" d="M167.958,156.312l-52.067,0.073l-0.143-87.741c-0.003-2.455,1.984-4.447,4.438-4.451l43.178-0.06
c2.455-0.003,4.447,1.984,4.451,4.438L167.958,156.312z"/>
<path style="fill:#FF901D;" d="M167.816,68.571c-0.003-2.455-1.996-4.442-4.451-4.438l-25.743,0.036
c2.283,0.184,4.086,2.072,4.089,4.402l0.143,87.74l-25.962,0.036v0.036l52.067-0.073L167.816,68.571z"/>
<path style="fill:#E1EFFB;" d="M254.058,62.542L114.586,193.929l0.279,199.739c0.007,5.269,4.285,9.534,9.554,9.527l260.228-0.363
c5.269-0.007,9.534-4.285,9.527-9.554l-0.279-199.739L254.058,62.542z"/>
<path style="fill:#CCDFED;" d="M393.895,193.539L254.058,62.542L231.06,84.207l116.71,109.331l0.279,199.739
c0.007,5.269-4.258,9.546-9.527,9.554h46.125c5.269-0.008,9.535-4.285,9.527-9.554L393.895,193.539z"/>
<path style="fill:#FF4C4C;" d="M443.094,237.552c-4.708,0.007-9.428-1.71-13.135-5.183L254.06,67.592L78.623,232.86
c-7.71,7.264-19.85,6.901-27.111-0.809c-7.264-7.71-6.902-19.848,0.809-27.111L240.872,27.317
c7.371-6.945,18.873-6.961,26.264-0.037l189.047,177.095c7.731,7.241,8.127,19.379,0.884,27.109
C453.298,235.507,448.203,237.544,443.094,237.552z"/>
<path style="fill:#F33939;" d="M457.067,208.416c-3.769,4.022-8.864,6.06-13.974,6.067c-4.708,0.006-9.428-1.71-13.135-5.183
L254.06,44.523L78.623,209.79c-7.71,7.264-19.85,6.901-27.111-0.809c-0.486-0.515-0.931-1.053-1.349-1.605
c-5.526,7.325-5.156,17.771,1.349,24.674c7.261,7.71,19.401,8.073,27.111,0.809L254.06,67.592l175.898,164.777
c3.707,3.473,8.428,5.189,13.135,5.183c5.11-0.007,10.205-2.045,13.974-6.067c6.472-6.908,6.826-17.327,1.314-24.635
C457.975,207.388,457.539,207.912,457.067,208.416z"/>
<path style="fill:#2D5871;" d="M290.137,227.206l-71.698,0.1c-3.364,0.005-6.087,2.736-6.083,6.1l0.237,169.666l83.881-0.117
l-0.237-169.666C296.232,229.924,293.501,227.201,290.137,227.206z"/>
<path style="fill:#1D4859;" d="M296.236,233.288c-0.005-3.364-2.736-6.088-6.1-6.083l-40.508,0.057
c2.471,0.773,4.267,3.078,4.271,5.805l0.237,169.946l42.337-0.059L296.236,233.288z"/>
<path style="fill:#FED9A8;" d="M473.085,317.313l-105.678,70.725l-31.495-1.767l-1.233-12.397
c-1.835-18.453-16.043-33.263-34.404-35.861l-84.384-9.716c-19.466-2.754-38.208-9.277-55.177-19.204l0,0
c-23.168-13.553-49.525-20.696-76.366-20.696h-60.84v138.874l160.796,60.891c6.077,1.716,12.459,2.229,18.696,1.244
c0.037-0.006,0.075-0.012,0.112-0.018l161.884-23.335c12.471-1.991,24.195-7.244,33.982-15.226l104.628-94.101
c9.39-8.338,11.131-22.351,4.066-32.733l0,0C499.942,312.635,484.489,309.65,473.085,317.313z"/>
<g>
<path style="fill:#F4C892;" d="M509.051,326.301l-103.416,87.052c-9.787,7.982-26.057,13.235-38.528,15.226l-163.995,11.723
c-0.037,0.006-0.075,0.012-0.112,0.018c-6.237,0.986-12.62,0.472-18.696-1.244L23.507,378.185v49.087l160.796,60.891
c3.038,0.858,6.153,1.415,9.288,1.635c0.784,0.055,1.569,0.089,2.354,0.101c2.356,0.036,4.715-0.122,7.054-0.492
c0.037-0.006,0.075-0.012,0.112-0.018l161.884-23.335c3.897-0.622,7.722-1.563,11.436-2.806c0.743-0.249,1.482-0.509,2.216-0.782
c3.67-1.363,7.223-3.026,10.623-4.971c0.68-0.389,1.354-0.789,2.022-1.201c2.67-1.646,5.238-3.471,7.685-5.467l104.628-94.101
C512.317,348.991,514.431,336.375,509.051,326.301z"/>
<path style="fill:#F4C892;" d="M348.175,386.981l-178.133-7.128c-0.85-0.034-1.678-0.284-2.404-0.727l-9.462-5.764
c-4.602-2.803-2.135-9.9,3.213-9.245L348.175,386.981z"/>
</g>
<path style="fill:#2D5871;" d="M44.012,474.443H19.94c-11.013,0-19.94-8.928-19.94-19.94V276.364c0-11.013,8.928-19.94,19.94-19.94
h24.072c11.013,0,19.94,8.928,19.94,19.94v178.139C63.952,465.516,55.025,474.443,44.012,474.443z"/>
<path style="fill:#1D4859;" d="M44.012,256.424H19.94c-1.354,0-2.674,0.138-3.952,0.395c9.119,1.834,15.988,9.886,15.988,19.545
v178.139c0,9.659-6.869,17.711-15.988,19.545c1.278,0.257,2.599,0.395,3.952,0.395h24.072c11.013,0,19.94-8.928,19.94-19.94V276.364
C63.952,265.352,55.025,256.424,44.012,256.424z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

+1
View File
@@ -0,0 +1 @@
<svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m467 0h-125.907l-341.093 152v315c0 24.813 20.187 45 45 45h422c24.813 0 45-20.187 45-45v-422c0-24.813-20.187-45-45-45z" fill="#f4f4f6"/><path d="m467 0h-125.907l-85.093 37.92v474.08h211c24.813 0 45-20.187 45-45v-422c0-24.813-20.187-45-45-45z" fill="#e2dff4"/><path d="m257 152h-257v-107c0-24.853 20.147-45 45-45h296.093l-70.633 143.62c-2.523 5.13-7.743 8.38-13.46 8.38z" fill="#ff7038"/><path d="m256 152h1c5.717 0 10.937-3.25 13.46-8.38l70.633-143.62h-85.093z" fill="#ff1f3d"/><circle cx="91" cy="76" fill="#ff1f3d" r="15"/><circle cx="151" cy="76" fill="#8bb9ff" r="15"/><circle cx="211" cy="76" fill="#ffe278" r="15"/></g><path d="m430.606 269.394c-5.857-5.858-15.355-5.858-21.213 0l-37.771 37.771-19.622-26.165c-2.609-3.479-6.6-5.654-10.937-5.962-4.336-.3-8.596 1.282-11.67 4.356l-50 50 21.213 21.213 37.771-37.771 19.623 26.164c2.609 3.479 6.6 5.654 10.937 5.962 4.344.304 8.596-1.281 11.67-4.356l50-50c5.858-5.857 5.858-15.355-.001-21.212z" fill="#6b61b1"/><g><path d="m222 415h-140c-8.284 0-15-6.716-15-15v-10c0-46.869 38.131-85 85-85s85 38.131 85 85v10c0 8.284-6.716 15-15 15z" fill="#ffe278"/><path d="m222 415c8.284 0 15-6.716 15-15v-10c0-46.869-38.131-85-85-85v110z" fill="#ffb454"/><path d="m152 335c-30.327 0-55-24.673-55-55s24.673-55 55-55 55 24.673 55 55-24.673 55-55 55z" fill="#ffddce"/><path d="m207 280c0-30.327-24.673-55-55-55v110c30.327 0 55-24.673 55-55z" fill="#ffbca7"/></g><path d="m430 415h-140c-8.284 0-15-6.716-15-15v-180c0-8.284 6.716-15 15-15s15 6.716 15 15v165h125c8.284 0 15 6.716 15 15s-6.716 15-15 15z" fill="#8bb9ff"/></g></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

+1
View File
@@ -0,0 +1 @@
<svg height="512" viewBox="0 0 44 58" width="512" xmlns="http://www.w3.org/2000/svg"><g id="Page-1" fill="none" fill-rule="evenodd"><g id="089---Certificate" fill-rule="nonzero"><path id="Shape" d="m44 14v-10c0-2.209139-1.790861-4-4-4h-35l-5 23v31c0 2.209139 1.790861 4 4 4h36c2.209139 0 4-1.790861 4-4z" fill="#f0c419"/><path id="Shape" d="m5 0 7.341 6.007c.910431.74520829 1.4466149 1.85344064 1.4658808 3.02981165.0192658 1.17637105-.4803406 2.30156685-1.3658808 3.07618835l-12.441 10.887z" fill="#f3d55b"/><path id="Shape" d="m4 28c-.55228475 0-1-.4477153-1-1v-2c0-.5522847.44771525-1 1-1s1 .4477153 1 1v2c0 .5522847-.44771525 1-1 1z" fill="#f3d55b"/><path id="Shape" d="m4 50c-.55228475 0-1-.4477153-1-1v-18c0-.5522847.44771525-1 1-1s1 .4477153 1 1v18c0 .5522847-.44771525 1-1 1z" fill="#f3d55b"/><g fill="#e57e25"><path id="Shape" d="m20 11h-2c-.5522847 0-1-.4477153-1-1 0-.55228475.4477153-1 1-1h2c.5522847 0 1 .44771525 1 1 0 .5522847-.4477153 1-1 1z"/><path id="Shape" d="m38 11h-14c-.5522847 0-1-.4477153-1-1 0-.55228475.4477153-1 1-1h14c.5522847 0 1 .44771525 1 1 0 .5522847-.4477153 1-1 1z"/><path id="Shape" d="m18 17h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1z"/><path id="Shape" d="m38 17h-16c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h16c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1z"/></g><path id="Shape" d="m24.645 42.074c1.71 8.262-3.365 11.126-5.275 11.886-.1538192.0631939-.328991.045778-.4673563-.0464655-.1383653-.0922436-.2218153-.2472421-.2226437-.4135345v-1.89c.0000485-.2376343-.1671669-.4424731-.4-.49l-3.06-.61c-.2017956-.0427738-.3566104-.2050824-.3898045-.4086732-.0331942-.2035908.0620466-.4066693.2398045-.5113268 3.15-1.76 4.59-5.3 5.2-7.49z" fill="#c03a2b"/><path id="Shape" d="m33.73 42.09v.01c.61 2.19 2.05 5.73 5.2 7.49.1777579.1046575.2729987.307736.2398045.5113268-.0331941.2035908-.1880089.3658994-.3898045.4086732l-3.06.61c-.2328331.0475269-.4000485.2523657-.4.49v1.89c-.0008284.1662924-.0842784.3212909-.2226437.4135345-.1383653.0922435-.3135371.1096594-.4673563.0464655-1.926-.766-7.069-3.672-5.231-12.091z" fill="#c03a2b"/><path id="Shape" d="m27.857 23.5 1.454-.689c.957556-.4543782 2.1033086-.082842 2.612.847l.725 1.327c.2929349.5379263.8162134.9119599 1.42 1.015l1.524.26c1.0707409.1819836 1.8005474 1.1852456 1.644 2.26l-.2 1.374c-.0906864.6237225.1179478 1.2537015.563 1.7l1 1c.7781018.7805395.7781018 2.0434605 0 2.824l-1 1c-.4450522.4462985-.6536864 1.0762775-.563 1.7l.2 1.374c.1565474 1.0747544-.5732591 2.0780164-1.644 2.26l-1.524.248c-.6032106.1023736-1.1263784.4752228-1.42 1.012l-.725 1.327c-.5086914.929842-1.654444 1.3013782-2.612.847l-1.454-.686c-.5423821-.2572219-1.1716179-.2572219-1.714 0l-1.454.689c-.957556.4543782-2.1033086.082842-2.612-.847l-.725-1.327c-.2929349-.5379263-.8162134-.9119599-1.42-1.015l-1.524-.26c-1.0707409-.1819836-1.8005474-1.1852456-1.644-2.26l.2-1.374c.0906864-.6237225-.1179478-1.2537015-.563-1.7l-1-1c-.7781018-.7805395-.7781018-2.0434605 0-2.824l1-1c.4450522-.4462985.6536864-1.0762775.563-1.7l-.2-1.374c-.1565474-1.0747544.5732591-2.0780164 1.644-2.26l1.524-.248c.6032106-.1023736 1.1263784-.4752228 1.42-1.012l.725-1.327c.5086914-.929842 1.654444-1.3013782 2.612-.847l1.454.689c.5428323.256273 1.1720682.2551717 1.714-.003z" fill="#e64c3c"/><circle id="Oval" cx="27" cy="34" fill="#f9eab0" r="7"/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB