-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
34 lines (33 loc) · 2.22 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38593652-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-38593652-2');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>#button1{position: absolute; left: 43%; margin-top: 3%;}
#button2{position: absolute; left: 44.5%; margin-top: 5%;}
button:hover{
cursor: pointer;
transform: scale(1.1);
border-radius: 10px;
transition: transform 250ms, border-radius 250ms;
}</style>
</head>
<body>
<h1>Credits: </h1>
<p>Nest 3D model made by: <b>Ryley Burnett</b> (<a title="View model on SketchFab" target="_blank" href="https://sketchfab.com/3d-models/osprey-nest-concept-430a2d149c49414ca66df5acfacfa4ed">https://sketchfab.com/3d-models/osprey-nest-concept-430a2d149c49414ca66df5acfacfa4ed</a>).</p>
<p>Egg 3D model made by: <b>artvrubel</b> (<a title="View model on SketchFab" target="_blank" href="https://sketchfab.com/3d-models/egg-shape-double-sided-3e6ecf028db84b6695392895994be345">https://sketchfab.com/3d-models/egg-shape-double-sided-3e6ecf028db84b6695392895994be345</a>).</p>
<p>Tree 3D model made by: <b>Evanbl</b> (<a title="View model on SketchFab" target="_blank" href="https://sketchfab.com/3d-models/fir-tree-22b89df35cb941c08210cd8dbb75e8eb">https://sketchfab.com/3d-models/fir-tree-22b89df35cb941c08210cd8dbb75e8eb</a>).</p>
<p>Vibrating plastic sound made by: <b>remaxim</b> (<a title="View file on OpenGameArt" target="_blank" href="https://opengameart.org/content/vibrating-plastic">https://opengameart.org/content/vibrating-plastic</a>).</p>
<a id="button1" title="https://sancxo.github.io/PokeyBallClone/" href="https://sancxo.github.io/PokeyBallClone/"><button>Return on Pokey Ball Clone</button></a>
<a id="button2" title="Retour au site" href="https://sancxo.github.io/demos.html"><button>Return on website</button></a>
</body>
</html>