-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (32 loc) · 2.42 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta og:description="For development purposes">
<meta og:image="https://www.publichealthnotes.com/wp-content/uploads/2020/03/project-planning-header@2x.png">
<link rel="icon" href="https://www.publichealthnotes.com/wp-content/uploads/2020/03/project-planning-header@2x.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>PROJECT DEVELOPMENTS</title>
</head>
<body>
<main role="main" class="container">
<div>
<h1 class="mt-5" style="align-items: center">Flutter DOG FINDER</h1>
<p>Flutter project working on retrieving Random image by breed, Images list by breed, Random image by breed and sub breed and Images list by breed and sub breed while working on DOGAPI (https://dog.ceo/dog-api).</p>
<!-- <p>PS: Apps published here are still under core development and are prone to errors!<br> After usage, you can send your observations below. It'll do us much good!</p> -->
<a href="APKS/dog_finder.apk" class="btn btn-secondary mr-2" download>Download APK!</a>
<a href="https://github.com/Atuoha/dog_finder" target="_blank" class="btn btn-secondary">View code</a><br>
</br>
<a href="https://clipchamp.com/watch/GvA2HteZrHB" class="btn btn-secondary mr-2" download>Video Clip</a>
<a href="https://github.com/Atuoha/dog_finder/screenshots" class="btn btn-secondary mr-2" download>Screenshots</a><br>
</br>
</br>
<!-- <a href="APKS/diaree.apk" class="btn btn-secondary" download>Download Diaree!</a></br></br>
<a href="https://github.com/Atuoha/diaree" target="_blank" class="btn btn-secondary">Contribute code to this app</a><br> -->
</div>
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLScsvazzx79L88B1PZDxRjPi1iyHIzCN5R1tKrRmbVwqcNVAIA/viewform?embedded=true" width="100%" height="729" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
</main>
</body>
</html>