-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
executable file
·61 lines (47 loc) · 2.49 KB
/
README.html
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
<!DOCTYPE html>
<html>
<head>
<title>JG DEMO-BookShop</title>
</head>
<body>
<div style="background-color: #ffffff; padding: 15px; border-radius: 5px;">
<h1 style="color: #D16B40; text-align: center;">JG DEMO-BookShop</h1>
<h2 style="color: #4B0082;">About the Demo</h2>
<p style="font-size: 24px;">This is a simple demo of a site where books by author(s) can be uploaded and can be bought in real time.</p>
<p style="font-size: 24px;">It is integrated with <span style="color: green;">Safaricom Daraja API</span> for MPESA Transactions.</p>
<div style="background-color: #000; padding: 10px; border-radius: 5px;">
<h2 style="color: #ffff; text-align: center; font-size: 24px;">Steps to Follow to Use</h2>
<ol style="list-style-type: decimal; font-size: 20px; color: #ffff;">
<li>Clone the Repository:</li>
</ol>
<p><span style="color: white;">Git clone <strong><em>{link to repo}</em></strong></span></p>
<ol style="list-style-type: decimal; font-size: 20px; color: #ffff;">
<li>Navigate to directory:</li>
</ol>
<p><span style="color: white;">cd shoprite </span></p>
<ol style="list-style-type: decimal; font-size: 20px; color: #ffff;">
<li>Open a terminal.</li>
<li>Start the PHP Development Server.</li>
</ol>
<p><span style="color: white;">php -S localhost:8000(<em>or an address of your choice</em>)</span></p>
</div>
<div style="background-color: #ffffff; padding: 17px; border-radius: 12px;">
<p><strong style="color: #8B0000; font-size: 44px;">VOILA!</strong></p>
</div>
<div style="background-color: #ffffff; padding: 16px; border-radius: 12px;">
<p><strong style="color: #9dca1f; font-size: 30px;">Congratulations! Your project should now be up and
running locally. You can access it in your web browser at <a href="http://localhost:8000"
style="color: #0000FF;">http://localhost:8000</a></strong></p>
</div>
</div>
<h1>Images</h1>
<!-- Image 1 -->
<img src="assets/img/im1.png" alt="Image 1" width="300">
<!-- Image 2 -->
<img src="assets/img/im2.png" alt="Image 2" width="300">
<!-- Image 3 -->
<img src="assets/img/im3.png" alt="Image 3" width="300">
<!-- Image 4 -->
<img src="assets/img/im4.png" alt="Image 4" width="300">
</body>
</html>