-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio-single-skyreact.html
More file actions
68 lines (57 loc) · 3.59 KB
/
portfolio-single-skyreact.html
File metadata and controls
68 lines (57 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<div class="untree_co-section untree_co-section-4 pb-0" id="portfolio-section">
<div class="container">
<div class="portfolio-single-wrap unslate_co--section" id="portfolio-single-section">
<div class="portfolio-single-inner">
<h2 class="heading-portfolio-single-h2 text-black">Skyreact API Details</h2>
<div class="row justify-content-between mb-5">
<div class="col-12 mb-4">
<div class="owl-carousel single-slider">
<figure class="mb-4">
<img src="projects\skyreact\skyreact_1.jpg" alt="Image" class="img-fluid">
</figure>
<figure class="mb-4">
<img src="projects\skyreact\skyreact_2.jpg" alt="Image" class="img-fluid">
</figure>
<figure class="mb-4">
<img src="projects\skyreact\skyreact_3.jpg" alt="Image" class="img-fluid">
</figure>
<figure class="mb-4">
<img src="projects\skyreact\skyreact_4.jpg" alt="Image" class="img-fluid">
</figure>
</div>
</div>
<div class="col-12 my-5">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Project Date</span>
<span class="detail-val">2018,2019,2020</span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Role</span>
<span class="detail-val"><a href="#">API</a> <a href="#">SMS</a></span>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="detail-v1">
<span class="detail-label">Client</span>
<span class="detail-val">SKY CABLE</span>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<p>The Skyreact project is designed to enhance the customer experience for SkyCable subscribers by offering a convenient SMS service. Subscribers can easily communicate with the service by texting specific keywords to 23662 and 23668, allowing for quick access to essential account information and support.
Using the <b>REPORT</b> keyword, subscribers can promptly report any issues with their Cignal services, ensuring that their concerns are addressed in a timely manner. The <b>BILL</b> keyword allows users to receive their current billing balance instantly, helping them stay informed about their financial commitments. For those interested in Pay-Per-View options, texting <b>PPV</b> provides detailed information about available subscriptions, enhancing entertainment choices.
</p>
</div>
<div class="col-md-6">
<p>Additionally, the <b>EBILL</b> keyword facilitates enrollment in Electronic Billing, promoting a more convenient and eco-friendly billing process. Subscribers can also join the excitement of the 1 Million Raffle Entry by using the <b>REG</b> and <b>CODE</b> keywords. Finally, the <b>INFO</b> keyword offers a comprehensive list of available commands, ensuring users can navigate the service with ease. Overall, the Skyreact project aims to provide an efficient, user-friendly experience for SkyCable subscribers.</p>
</div>
</div>
</div>
</div>
</div>
</div>