-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathportfolio.html
More file actions
33 lines (24 loc) · 840 Bytes
/
portfolio.html
File metadata and controls
33 lines (24 loc) · 840 Bytes
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<style>
p {
text-align:center
}
</style>
</head>
<body>
<center><h1>Data Visualization Portfolio</h1></center>
<center><h2>Pet Adoption Analysis</h2></center>
<h3>National shelter database total adoptions</h3>
<iframe width="100%" height="489" frameborder="0"
src="https://observablehq.com/embed/2b00aed7a61991a0?cells=canineAdopt"></iframe>
<iframe width="100%" height="489" frameborder="0"
src="https://observablehq.com/embed/2b00aed7a61991a0?cells=canineAdopt"></iframe>
<h3>Annual shelter euthanasias</h3>
<iframe width="100%" height="903" frameborder="0"
src="https://observablehq.com/embed/7ffd902947c09896?cells=viewof+year%2Cdogs%2Ccats"></iframe>
</body>
</html>