juice-email-cli 2.4.10 → 2.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edm/elabscience/series/video/_meta.yaml +2 -0
- package/edm/elabscience/series/video/default/_meta.yaml +2 -0
- package/edm/elabscience/series/video/default/juice.yaml +18 -0
- package/edm/elabscience/series/video/default/snippet.html +22 -0
- package/edm/elabscience/templates/standard/template.html +180 -21
- package/edm/procell/templates/standard/template.html +44 -40
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# juice.yaml - 用户配置文件示例
|
|
2
|
+
#
|
|
3
|
+
# 放置位置(优先级从低到高):
|
|
4
|
+
# ~/juice.yaml ← 用户主目录,对所有项目生效
|
|
5
|
+
# <模板文件目录>/juice.yaml ← 仅对当前项目生效(推荐)
|
|
6
|
+
# juice -c <此文件> ← 命令行指定
|
|
7
|
+
#
|
|
8
|
+
# 所有配置项均与 CLI 内置默认值深度合并,未填写的字段自动使用内置值。
|
|
9
|
+
# 完整默认配置见:<CLI安装目录>/defaults/juice.yaml
|
|
10
|
+
|
|
11
|
+
# ─── 模板变量(Mustache 语法)────────────────────────────────────────────────
|
|
12
|
+
variables:
|
|
13
|
+
youkuId:
|
|
14
|
+
youtubeId: xD-zaxlDqYQ
|
|
15
|
+
tencentVid:
|
|
16
|
+
bilibiliBvid:
|
|
17
|
+
|
|
18
|
+
content: This video is a laboratory operation video for human naive CD8+ T cell isolation, produced by Elabscience®. It primarily demonstrates the process of isolating human naive CD8+ T cells from human blood samples using EasySort™ Human Naïve CD8+T Cell Isolation Kit, including steps such as reagent preparation, sample preparation and processing, and cell isolation. The video is designed to help experimenters better understand the experimental procedure of magnetic bead sorting.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<p>
|
|
2
|
+
<iframe
|
|
3
|
+
src="
|
|
4
|
+
{{#youkuId}}https://player.youku.com/embed/{{youkuId}}{{/youkuId}}
|
|
5
|
+
{{#youtubeId}}https://www.youtube.com/embed/{{youtubeId}}{{/youtubeId}}
|
|
6
|
+
{{#tencentVid}}https://v.qq.com/txp/iframe/player.html?vid={{tencentVid}}{{/tencentVid}}
|
|
7
|
+
{{#bilibiliBvid}}https://player.bilibili.com/player.html?bvid={{bilibiliBvid}}{{/bilibiliBvid}}
|
|
8
|
+
"
|
|
9
|
+
width="100%"
|
|
10
|
+
height="450"
|
|
11
|
+
scrolling="no"
|
|
12
|
+
frameborder="0"
|
|
13
|
+
allowpaymentrequest
|
|
14
|
+
allowfullscreen
|
|
15
|
+
mozallowfullscreen
|
|
16
|
+
webkitallowfullscreen
|
|
17
|
+
></iframe>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
{{#content}}
|
|
21
|
+
<p>{{content}}</p>
|
|
22
|
+
{{/content}}
|
|
@@ -268,6 +268,22 @@
|
|
|
268
268
|
background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202604231652/star.webp) 0 0 / 20px 20px no-repeat scroll;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
+
.calendar {
|
|
272
|
+
padding-left: 28px;
|
|
273
|
+
background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605251428/calendar-icon.webp) 0 5px / 18px 18px no-repeat scroll;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.clock {
|
|
277
|
+
padding-left: 28px;
|
|
278
|
+
background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605251428/clock-icon.webp) 0 5px / 18px 18px no-repeat scroll;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.finger {
|
|
282
|
+
padding-left: 28px;
|
|
283
|
+
background: url(https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605251428/finger-icon.webp) 0 5px / 18px 16px no-repeat scroll;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
|
|
271
287
|
.image-box {
|
|
272
288
|
line-height: 0;
|
|
273
289
|
font-size: 0;
|
|
@@ -351,6 +367,10 @@
|
|
|
351
367
|
border-collapse: separate;
|
|
352
368
|
}
|
|
353
369
|
|
|
370
|
+
.w-full, .w-100 {
|
|
371
|
+
width: 100%;
|
|
372
|
+
}
|
|
373
|
+
|
|
354
374
|
.h-a {
|
|
355
375
|
height: auto;
|
|
356
376
|
}
|
|
@@ -528,6 +548,10 @@
|
|
|
528
548
|
color: #006db8;
|
|
529
549
|
}
|
|
530
550
|
|
|
551
|
+
.color-yellow {
|
|
552
|
+
color: #ffaa15;
|
|
553
|
+
}
|
|
554
|
+
|
|
531
555
|
.color-orange {
|
|
532
556
|
color: #f7750b;
|
|
533
557
|
}
|
|
@@ -608,10 +632,33 @@
|
|
|
608
632
|
font-size: 24px;
|
|
609
633
|
}
|
|
610
634
|
|
|
635
|
+
.text-size-\[25px\] {
|
|
636
|
+
font-size: 25px;
|
|
637
|
+
}
|
|
638
|
+
|
|
611
639
|
.text-size-\[26px\] {
|
|
612
640
|
font-size: 26px;
|
|
613
641
|
}
|
|
614
642
|
|
|
643
|
+
.text-size-\[27px\] {
|
|
644
|
+
font-size: 27px;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.text-size-\[28px\] {
|
|
648
|
+
font-size: 28px;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.text-size-\[30px\] {
|
|
652
|
+
font-size: 30px;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.text-size-\[32px\] {
|
|
656
|
+
font-size: 32px;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.text-size-\[36px\] {
|
|
660
|
+
font-size: 36px;
|
|
661
|
+
}
|
|
615
662
|
/* 公用样式区,模板样式,适合所有需求,三思而后行 end */
|
|
616
663
|
|
|
617
664
|
/* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 start */
|
|
@@ -640,7 +687,6 @@
|
|
|
640
687
|
.word-cloud-item a:hover:not([href]) {
|
|
641
688
|
text-decoration: none !important;
|
|
642
689
|
}
|
|
643
|
-
|
|
644
690
|
/* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 end */
|
|
645
691
|
</style>
|
|
646
692
|
</head>
|
|
@@ -679,16 +725,13 @@
|
|
|
679
725
|
<tbody>
|
|
680
726
|
<tr>
|
|
681
727
|
<td>
|
|
682
|
-
<a href="https://www.elabscience.com/products/flow-cytometry-antibodies"
|
|
683
|
-
class="decoration-none">Flow Cytometry Antibodies</a>
|
|
728
|
+
<a href="https://www.elabscience.com/products/flow-cytometry-antibodies" class="decoration-none">Flow Cytometry Antibodies</a>
|
|
684
729
|
</td>
|
|
685
730
|
<td>
|
|
686
|
-
<a href="https://www.elabscience.com/products/cell-function-assays"
|
|
687
|
-
class="decoration-none">Apoptosis and Cell Health Detection</a>
|
|
731
|
+
<a href="https://www.elabscience.com/products/cell-function-assays" class="decoration-none">Apoptosis and Cell Health Detection</a>
|
|
688
732
|
</td>
|
|
689
733
|
<td>
|
|
690
|
-
<a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents"
|
|
691
|
-
class="decoration-none">Immunoassay Kits</a>
|
|
734
|
+
<a href="https://www.elabscience.com/products/immunoassay-kits-and-reagents" class="decoration-none">Immunoassay Kits</a>
|
|
692
735
|
</td>
|
|
693
736
|
</tr>
|
|
694
737
|
</tbody>
|
|
@@ -836,6 +879,130 @@
|
|
|
836
879
|
<td colspan="4" class="h-24"></td>
|
|
837
880
|
</tr>
|
|
838
881
|
|
|
882
|
+
<tr>
|
|
883
|
+
<td></td>
|
|
884
|
+
<td colspan="2" class="bg-gray" style="padding: 0 16px 16px;">
|
|
885
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
886
|
+
<colgroup>
|
|
887
|
+
<col />
|
|
888
|
+
</colgroup>
|
|
889
|
+
|
|
890
|
+
<tbody class="align-middle">
|
|
891
|
+
<tr>
|
|
892
|
+
<td class="relative">
|
|
893
|
+
<div class="bg-white absolute" style="width: calc(100% + 32px); height: 20px; left: -16px;"></div>
|
|
894
|
+
<span class="title relative">What You'll Get</span>
|
|
895
|
+
</td>
|
|
896
|
+
</tr>
|
|
897
|
+
|
|
898
|
+
<tr>
|
|
899
|
+
<td class="h-12"></td>
|
|
900
|
+
</tr>
|
|
901
|
+
|
|
902
|
+
<tr>
|
|
903
|
+
<td>
|
|
904
|
+
<p class="pb-5 color-primary"><span class="color-yellow text-size-[12px]" style="margin-right: 5px;">●</span>Crosstalk across programmed cell death pathways</p>
|
|
905
|
+
<p class="pb-5 color-primary"><span class="color-yellow text-size-[12px]" style="margin-right: 5px;">●</span>Signaling architecture and pathway convergence</p>
|
|
906
|
+
<p class="pb-5 color-primary"><span class="color-yellow text-size-[12px]" style="margin-right: 5px;">●</span>Mechanisms driving cellular fate decisions</p>
|
|
907
|
+
<p class="pb-5 color-primary"><span class="color-yellow text-size-[12px]" style="margin-right: 5px;">●</span>Translational relevance in disease and therapy</p>
|
|
908
|
+
<p class="pb-5 color-primary"><span class="color-yellow text-size-[12px]" style="margin-right: 5px;">●</span>Digital Certificate of Participation</p>
|
|
909
|
+
</td>
|
|
910
|
+
</tr>
|
|
911
|
+
|
|
912
|
+
<tr>
|
|
913
|
+
<td class="text-right pt-18">
|
|
914
|
+
<a href="https://www.elabscience.com/events/webinars/2075" class="button-orange font-bold decoration-none text-size-[14px]">Learn more</a>
|
|
915
|
+
</td>
|
|
916
|
+
</tr>
|
|
917
|
+
</tbody>
|
|
918
|
+
</table>
|
|
919
|
+
</td>
|
|
920
|
+
<td></td>
|
|
921
|
+
</tr>
|
|
922
|
+
|
|
923
|
+
<tr>
|
|
924
|
+
<td colspan="4" class="h-24"></td>
|
|
925
|
+
</tr>
|
|
926
|
+
|
|
927
|
+
<tr>
|
|
928
|
+
<td></td>
|
|
929
|
+
<td colspan="2" class="bg-gray" style="padding: 0 16px 16px;">
|
|
930
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
931
|
+
<colgroup>
|
|
932
|
+
<col />
|
|
933
|
+
</colgroup>
|
|
934
|
+
|
|
935
|
+
<tbody class="align-middle">
|
|
936
|
+
<tr>
|
|
937
|
+
<td class="relative">
|
|
938
|
+
<div class="bg-white absolute" style="width: calc(100% + 32px); height: 20px; left: -16px;"></div>
|
|
939
|
+
<span class="title relative">Secure Your Spot</span></td>
|
|
940
|
+
</tr>
|
|
941
|
+
|
|
942
|
+
<tr>
|
|
943
|
+
<td class="h-12"></td>
|
|
944
|
+
</tr>
|
|
945
|
+
|
|
946
|
+
<tr>
|
|
947
|
+
<td>
|
|
948
|
+
<p class="pb-5 color-primary">Cell Death Atlas: A Holistic View of Cell Death Pathways</p>
|
|
949
|
+
<p class="pb-5 calendar color-primary"><strong>Thursday, Jun 18, 2026</strong></p>
|
|
950
|
+
<p class="pb-5 clock color-primary">12:00 CEST (Berlin, UTC+2) | 14:00 GST (Dubai, UTC+4) | 15:30 IST (New Delhi, UTC +5:30) | 06:00 EDT (New York, UTC-4) | 18:00 CST (Beijing, UTC +8)</p>
|
|
951
|
+
</td>
|
|
952
|
+
</tr>
|
|
953
|
+
|
|
954
|
+
<tr>
|
|
955
|
+
<td class="text-right pt-18">
|
|
956
|
+
<a href="https://events.teams.microsoft.com/event/f0a6246c-858f-4c9b-a2f9-35f1f203e9a5@493ee340-6918-46c6-bc3c-52bca3d37e35" class="button-orange font-bold decoration-none text-size-[14px]">Book and Register Here</a>
|
|
957
|
+
</td>
|
|
958
|
+
</tr>
|
|
959
|
+
</tbody>
|
|
960
|
+
</table>
|
|
961
|
+
</td>
|
|
962
|
+
<td></td>
|
|
963
|
+
</tr>
|
|
964
|
+
|
|
965
|
+
<tr>
|
|
966
|
+
<td colspan="4" class="h-24"></td>
|
|
967
|
+
</tr>
|
|
968
|
+
|
|
969
|
+
<tr>
|
|
970
|
+
<td></td>
|
|
971
|
+
<td colspan="2">
|
|
972
|
+
<table cellspacing="0" cellpadding="0" border="0">
|
|
973
|
+
<colgroup>
|
|
974
|
+
<col width="25%" />
|
|
975
|
+
<col />
|
|
976
|
+
</colgroup>
|
|
977
|
+
|
|
978
|
+
<tbody class="align-top">
|
|
979
|
+
<tr>
|
|
980
|
+
<td rowspan="2" style="padding-right: 12px;" class="image-box">
|
|
981
|
+
<img
|
|
982
|
+
src="https://elabcomfile.oss-us-west-1.aliyuncs.com/edm/202605251428/speaker.webp" />
|
|
983
|
+
</td>
|
|
984
|
+
<td class="h-0 pb-24">
|
|
985
|
+
<p><strong class="text-size-[27px] font-bold" style="margin-right: 20px;">Speaker</strong> Dr. Sundas R Qureshi</p>
|
|
986
|
+
<p>Global Scientific Liaison, Elabscience Bionovation Inc.</p>
|
|
987
|
+
</td>
|
|
988
|
+
</tr>
|
|
989
|
+
|
|
990
|
+
<tr>
|
|
991
|
+
<td>
|
|
992
|
+
<p class="pb-3">Limited seats available. <a href="https://events.teams.microsoft.com/event/f0a6246c-858f-4c9b-a2f9-35f1f203e9a5@493ee340-6918-46c6-bc3c-52bca3d37e35" class="finger color-blue">Register in 30 seconds</a></p>
|
|
993
|
+
<p>Questions? <a href="mailto:events@elabscience.com" class="color-blue">events@elabscience.com</a></p>
|
|
994
|
+
</td>
|
|
995
|
+
</tr>
|
|
996
|
+
</tbody>
|
|
997
|
+
</table>
|
|
998
|
+
</td>
|
|
999
|
+
<td></td>
|
|
1000
|
+
</tr>
|
|
1001
|
+
|
|
1002
|
+
<tr>
|
|
1003
|
+
<td colspan="4" class="h-24"></td>
|
|
1004
|
+
</tr>
|
|
1005
|
+
|
|
839
1006
|
<tr>
|
|
840
1007
|
<td colspan="4">
|
|
841
1008
|
<table cellspacing="0" cellpadding="0" border="0" class="bg-gray">
|
|
@@ -2517,28 +2684,20 @@
|
|
|
2517
2684
|
|
|
2518
2685
|
<tr>
|
|
2519
2686
|
<td>
|
|
2520
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt=""
|
|
2521
|
-
|
|
2522
|
-
<span class="align-middle">Toll-free: <a href="tel:1-888-852-8623"
|
|
2523
|
-
class="decoration-none">1-888-852-8623</a></span>
|
|
2687
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/电话.png" alt="" class="align-middle" />
|
|
2688
|
+
<span class="align-middle">Toll-free: <a href="tel:1-888-852-8623" class="decoration-none">1-888-852-8623</a></span>
|
|
2524
2689
|
</td>
|
|
2525
2690
|
</tr>
|
|
2526
2691
|
<tr>
|
|
2527
2692
|
<td>
|
|
2528
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt=""
|
|
2529
|
-
|
|
2530
|
-
<span class="align-middle">Web: <a href=" https://www.elabscience.com"
|
|
2531
|
-
class="decoration-none">www.elabscience.com</a></span>
|
|
2693
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/地球.png" alt="" class="align-middle" />
|
|
2694
|
+
<span class="align-middle">Web: <a href=" https://www.elabscience.com" class="decoration-none">www.elabscience.com</a></span>
|
|
2532
2695
|
</td>
|
|
2533
2696
|
</tr>
|
|
2534
2697
|
<tr>
|
|
2535
2698
|
<td>
|
|
2536
|
-
<img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt=""
|
|
2537
|
-
|
|
2538
|
-
<span class="align-middle">Email: <a href="mailto:orders@elabscience.com"
|
|
2539
|
-
class="decoration-none">orders@elabscience.com</a>;<a
|
|
2540
|
-
href="mailto:techsupport@elabscience.com" class="decoration-none"
|
|
2541
|
-
style="padding-left: 10px;">techsupport@elabscience.com</a></span>
|
|
2699
|
+
<img src="https://file.elabscience.com/edm/demimg2024428/邮件.png" alt="" class="align-middle" />
|
|
2700
|
+
<span class="align-middle">Email: <a href="mailto:orders@elabscience.com" class="decoration-none">orders@elabscience.com</a>;<a href="mailto:techsupport@elabscience.com" class="decoration-none" style="padding-left: 10px;">techsupport@elabscience.com</a></span>
|
|
2542
2701
|
</td>
|
|
2543
2702
|
</tr>
|
|
2544
2703
|
<tr>
|
|
@@ -314,6 +314,10 @@
|
|
|
314
314
|
border-collapse: separate;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
+
.w-full, .w-100 {
|
|
318
|
+
width: 100%;
|
|
319
|
+
}
|
|
320
|
+
|
|
317
321
|
.h-a {
|
|
318
322
|
height: auto;
|
|
319
323
|
}
|
|
@@ -563,10 +567,33 @@
|
|
|
563
567
|
font-size: 24px;
|
|
564
568
|
}
|
|
565
569
|
|
|
570
|
+
.text-size-\[25px\] {
|
|
571
|
+
font-size: 25px;
|
|
572
|
+
}
|
|
573
|
+
|
|
566
574
|
.text-size-\[26px\] {
|
|
567
575
|
font-size: 26px;
|
|
568
576
|
}
|
|
569
577
|
|
|
578
|
+
.text-size-\[27px\] {
|
|
579
|
+
font-size: 27px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.text-size-\[28px\] {
|
|
583
|
+
font-size: 28px;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
.text-size-\[30px\] {
|
|
587
|
+
font-size: 30px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.text-size-\[32px\] {
|
|
591
|
+
font-size: 32px;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.text-size-\[36px\] {
|
|
595
|
+
font-size: 36px;
|
|
596
|
+
}
|
|
570
597
|
/* 公用样式区,模板样式,适合所有需求,三思而后行 end */
|
|
571
598
|
|
|
572
599
|
/* 页面特定样式区,特定需求页面的定制样式,随便霍霍,满足需求即可 start */
|
|
@@ -607,16 +634,13 @@
|
|
|
607
634
|
<tbody>
|
|
608
635
|
<tr>
|
|
609
636
|
<td>
|
|
610
|
-
<a href="https://www.procellsystem.com/search-category=cell-culture-media">Cell Culture
|
|
611
|
-
Media</a>
|
|
637
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=cell-culture-media">Cell Culture Media</a>
|
|
612
638
|
</td>
|
|
613
639
|
<td>
|
|
614
|
-
<a href="https://www.procellsystem.com/search-category=auxiliary-reagents">Auxiliary
|
|
615
|
-
Reagents</a>
|
|
640
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=auxiliary-reagents">Auxiliary Reagents</a>
|
|
616
641
|
</td>
|
|
617
642
|
<td>
|
|
618
|
-
<a href="https://www.procellsystem.com/search-category=cell-function-research-kits">Cell
|
|
619
|
-
Function Research Kits</a>
|
|
643
|
+
<a class="decoration-none" href="https://www.procellsystem.com/search-category=cell-function-research-kits">Cell Function Research Kits</a>
|
|
620
644
|
</td>
|
|
621
645
|
</tr>
|
|
622
646
|
</tbody>
|
|
@@ -1880,62 +1904,42 @@
|
|
|
1880
1904
|
<td colspan="2">
|
|
1881
1905
|
<table cellspacing="0" cellpadding="0" border="0" class="contact-us text-center align-middle">
|
|
1882
1906
|
<colgroup>
|
|
1883
|
-
<!-- <col width="25%" /> -->
|
|
1884
1907
|
<col />
|
|
1885
|
-
<!-- <col width="25%" /> -->
|
|
1886
1908
|
</colgroup>
|
|
1887
1909
|
|
|
1888
1910
|
<tbody>
|
|
1889
1911
|
<tr>
|
|
1890
|
-
<!-- <td></td> -->
|
|
1891
1912
|
<td>
|
|
1892
|
-
<strong>Procell Biotechnology
|
|
1913
|
+
<strong>Procell Biotechnology Singapore Pte. Ltd.</strong>
|
|
1893
1914
|
</td>
|
|
1894
|
-
<!-- <td rowspan="4">
|
|
1895
|
-
<div class="contact-us-qrcode image-box">
|
|
1896
|
-
<img src="https://oss.pri-cella.com/images/edmewm.png" alt="" />
|
|
1897
|
-
</div>
|
|
1898
|
-
<p class="contact-us-whatsApp">WhatsApp Business Account</p>
|
|
1899
|
-
</td> -->
|
|
1900
1915
|
</tr>
|
|
1901
1916
|
|
|
1902
1917
|
<tr>
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
<
|
|
1906
|
-
class="align-middle" />
|
|
1907
|
-
<span class="align-middle">Toll-free: 1-888-852-8623</span>
|
|
1918
|
+
<td class="pt-3">
|
|
1919
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/phone.webp" alt="" class="align-middle" />
|
|
1920
|
+
<span class="align-middle">Tel: +65 31071793</span>
|
|
1908
1921
|
</td>
|
|
1909
1922
|
</tr>
|
|
1923
|
+
|
|
1910
1924
|
<tr>
|
|
1911
|
-
<!-- <td></td> -->
|
|
1912
1925
|
<td>
|
|
1913
|
-
<img src="https://
|
|
1914
|
-
|
|
1915
|
-
<span class="align-middle">Web: <a
|
|
1916
|
-
href="https://www.procellsystem.com/">www.procellsystem.com</a></span>
|
|
1926
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/site.webp" alt="" class="align-middle" />
|
|
1927
|
+
<span class="align-middle">Web: <a href="https://www.procellsystem.com/" class="decoration-none">www.procellsystem.com</a></span>
|
|
1917
1928
|
</td>
|
|
1918
1929
|
</tr>
|
|
1930
|
+
|
|
1919
1931
|
<tr>
|
|
1920
|
-
<!-- <td></td> -->
|
|
1921
1932
|
<td>
|
|
1922
|
-
<img src="https://
|
|
1923
|
-
|
|
1924
|
-
<span class="align-middle">Email: <a href="mailto:orders@procellsystem.com"
|
|
1925
|
-
class="decoration-none">orders@procellsystem.com</a>;</span>
|
|
1933
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/email.webp" alt="" class="align-middle" />
|
|
1934
|
+
<span class="align-middle">Email: <a href="mailto:orders@procellsystem.com" class="decoration-none">orders@procellsystem.com</a>; <a href="mailto:techsupport@procellsystem.com" class="decoration-none">techsupport@procellsystem.com</a></span>
|
|
1926
1935
|
</td>
|
|
1927
1936
|
</tr>
|
|
1937
|
+
|
|
1928
1938
|
<tr>
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
<
|
|
1932
|
-
style="padding-left: 13px;">techsupport@procellsystem.com</a>
|
|
1939
|
+
<td class="pt-3">
|
|
1940
|
+
<img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/202606120904/location.webp" alt="" class="align-middle" />
|
|
1941
|
+
<span class="align-middle">Add: 1001 Jalan Bukit Merah #07-11, Singapore 159455</span>
|
|
1933
1942
|
</td>
|
|
1934
|
-
<!-- <td></td> -->
|
|
1935
|
-
</tr>
|
|
1936
|
-
<tr>
|
|
1937
|
-
<td colspan="1" class="pt-12">14780 Memorial Drive, Suite 105, Houston, Texas,
|
|
1938
|
-
77079, USA</td>
|
|
1939
1943
|
</tr>
|
|
1940
1944
|
</tbody>
|
|
1941
1945
|
</table>
|
package/package.json
CHANGED