Compare commits
2 Commits
7787c4db50
...
909d282edd
Author | SHA1 | Date | |
---|---|---|---|
909d282edd | |||
9e29052ae3 |
|
@ -57,7 +57,7 @@ def isEven(number):
|
||||||
return res
|
return res
|
||||||
except:
|
except:
|
||||||
res = jsonify(dict(
|
res = jsonify(dict(
|
||||||
error='Invalid number.',
|
error='what is this I don\'t even',
|
||||||
))
|
))
|
||||||
res.status_code = 400
|
res.status_code = 400
|
||||||
return res
|
return res
|
||||||
|
|
BIN
website/images/testimonial-5.jpg
Normal file
BIN
website/images/testimonial-5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -401,6 +401,18 @@ $ curl https://api.isevenapi.xyz/api/iseven/6/
|
||||||
</div> <!-- end of swiper-slide -->
|
</div> <!-- end of swiper-slide -->
|
||||||
<!-- end of slide -->
|
<!-- end of slide -->
|
||||||
|
|
||||||
|
<!-- Slide -->
|
||||||
|
<div class="swiper-slide">
|
||||||
|
<div class="image-wrapper">
|
||||||
|
<img class="img-fluid" src="images/testimonial-5.jpg" alt="alternative">
|
||||||
|
</div> <!-- end of image-wrapper -->
|
||||||
|
<div class="text-wrapper">
|
||||||
|
<div class="testimonial-text">I usually hate using APIs and trying new things. I prefer to keep all dependencies to a minimum. But when my friend on IRC mentioned isEven API, I just had to test it out. And I'm glad I did!</div>
|
||||||
|
<div class="testimonial-author">Dusty Anderson - Perl Developer</div>
|
||||||
|
</div> <!-- end of text-wrapper -->
|
||||||
|
</div> <!-- end of swiper-slide -->
|
||||||
|
<!-- end of slide -->
|
||||||
|
|
||||||
<!-- Slide -->
|
<!-- Slide -->
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user