forked from ProfAvery/cpsc349-project2-summer2021
-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutUs.html
42 lines (34 loc) · 1.87 KB
/
aboutUs.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
---
site: Cute Pet Photos
layout: myheader
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cute Pet Photos</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ '/styles/tailwind.css' | url }}">
</head>
<body>
<div class = "text center">
<h1><b><u>About Us</u></b></h1>
<h2>About the Website</h2>
<p>Cute Pet Photos is a website dedicated to showcasing adorable pet photos for all lovers of pets.
<p>We at Cute Pet Photos know that pet lovers enjoy browsing through different pet photos, so we placed
dozens of high-quality pet photos all in one convenient location.</p>
<p>Please enjoy browsing through our adorable pet photos collection!</p>
<p><a href = "https://github.com/ryan-broguiere/cpsc349-project2/blob/master/Grid%20wireframe.PNG">Grid wireframe used</a></p>
<img src ="https://raw.githubusercontent.com/ryan-broguiere/cpsc349-project2/master/Grid%20wireframe.PNG">
<h2>Other Websites</h2>
<p><a href = "https://stephaniemariecobb.github.io/cpsc349-project2/">Flexbox</a></p>
<p><a href = "https://stephaniemariecobb.github.io/cpsc349-project2-tailwind/">Tailwind</a></p>
<p><a href = "https://stephaniemariecobb.github.io/cpsc349-project2-tailwindComponents/">Tailwind Components</a></p>
<h2>Meet the Team</h2>
<p>Ryan Broguiere<br>Stephanie Cobb<br>Gilbert Galvan<br>Berkeley C</p>
<h2>Credits</h2>
<p>All photos were provided courtesy of <a href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">
Unsplash</a> dataset.</p>
</div>
</body>
</html>