-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (35 loc) · 1.24 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>20093701</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Extra</a></li>
</ul>
</nav>
<header>
<h1>Dog Breed Identification System using Image Classification with web app interface.</h1>
<h2>Dog Breed Identifier</h2>
</header>
<main>
<section>
<h2>External Links</h2>
<ul>
<li><b>Project Poster: </b><a href="FYPPoster.png" target="_blank">Link</a></li>
<li><b>Demo Video: </b><a href="https://www.youtube.com/watch?v=yRGrAyLQVsI" target="_blank">Link</a></li>
<li><b>Main GitHub Repo: </b><a href="https://github.com/dominikkawka/Dog-Breed-Identification" target="_blank">Link</a></li>
<li><b>Hosted App: </b><a href="https://dog-breed-frontend-2024-883659506bd2.herokuapp.com/" target="_blank">Link</a></li>
</ul>
</section>
</main>
<footer>
<p>Dominik Kawka W20093701</p>
</footer>
</body>
</html>