-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
39 lines (28 loc) · 1.27 KB
/
about.php
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
<!-- HEADER -->
<?php include './chunks/header.php' ?>
<!-- CSS -->
<link rel="stylesheet" href="../assets/styles/style.css">
<link rel="stylesheet" href="../assets/styles/about.css">
</head>
<body>
<div class="grid">
<div class="content">
<!-- OTHERS -->
<h1>This website was create for mobile-first. It works on desktop but for better experience, use a mobile.</a></h1>
<br>
<!-- LEGAL MENTION -->
<h1>This website exists only for educational purposes and the contents remain the property of their respective authors.</h1>
<br>
<!-- API MENTION -->
<h1>API used : <a target="_blank" href="https://pokeapi.co/">PokéApi</a>.</h1>
<br>
<!-- DESIGN INSPIRATION -->
<h1>Design inspiration : <a target="_blank" href="https://dribbble.com/shots/16833947-Mobile-Pokedex-App-Design-Exploration">Mobile Pokedex App - Design Exploration by Sulis Triyono</a></h1>
<br>
<!-- DEVELOPED BY -->
<h1>Developed by <a target="_blank" href="https://github.com/ayman-benammour">Ayman Benammour.</a></h1>
<br>
</div>
</div>
<!-- FOOTER -->
<?php include './chunks/footer.php' ?>