-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
59 lines (46 loc) · 1.81 KB
/
about.php
File metadata and controls
59 lines (46 loc) · 1.81 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
<h2 class="page-header text-center">ABOUT</h2>
<div class="card p-3 my-3 mb-0">
<P>
This website was developed by <b>Dennis Mutuku</b> Currently a student at chuka university doing barcelor of
science
in applied computer science
<br>
You can reach him by <a href="https://wa.me/+254780986757"> <br>
<p style="font-size: 750%; text-align: center;">
<i class='fa fa-whatsapp'></i>
</p>
</a>
</P>
<p>
Current available services are: <br>
<ul>
<li>Find Lyrics</li>
<li>Find meanings of words (Dictionary)
<li>View some random Images eg Images of cats</li>
<li>Generate qr code from text or links </li>
</li>
</ul>
</p>
<p>
This website fetch its data from Api's.
<br>
Some of the api used are:
<ul>
<li><a href="https://some-random-api.ml"> Some-random-api.ml<a><i> For lyrics,dictionary and some random
images</i>
</li>
<li><a href="https://api.akuari.my.id"> Api.akuari.my.id</a><i> Qr generator</i></li>
</ul>
</p>
<p>
Thanks to:
<ul>
<li>Me for designing this website</li>
<li> My lecture </li>
<li><a href="https://stackoverflow.com"> Stackoverflow community</a></li>
<li>Guilherme Datilio <a href="https://www.youtube.com/channel/UCFceS-Tix-1cZ_8_HC5sLIw"> youtube</a></li>
<li><a href="https://www.w3schools.com/"> W3schools</a></li>
<li>And everyone who helped me to design and build this website🥰🥰</li>
</ul>
</p>
</div>