-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch.html
More file actions
74 lines (69 loc) · 4.35 KB
/
scratch.html
File metadata and controls
74 lines (69 loc) · 4.35 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>Scratch</title>
<link rel="stylesheet" href="css/scratch.css" />
</head>
<body>
<div class="div-navigation">
<a class="div-navelement" href="index.html">Home</a>
<a class="div-navelement" href="education.html">Education</a>
<a class="div-navelement" href="experience.html">Experience</a>
<a class="div-navelement" href="skills.html">Skills</a>
<a class="div-navelement" href="contact.html">Contact</a>
<a class="div-navelement" href="bunny.html">AI co-created page</a>
<a class="div-navelement" href="#map">Interactive Map</a>
</div>
<img style="max-width: 100%;" src="https://zelda.nintendo.com/breath-of-the-wild/assets/media/wallpapers/desktop-1.jpg" alt="zelda">
<h1>The Innovation's of The Legend of Zelda: Breath of the Wild</h1>
<!-- An unordered list embedded in an ordered list (or the other way around) -->
<ol class="div-zelda">
<li>Truly Systemic Physics and Chemistry Engine</li>
<ul>
<li>Metal Conducts Electricity</li>
<li>Fire spreads in Grass</li>
<li>Ice is melted by fire</li>
</ul>
<li>Unprecedented Player Freedom and Non-Linearity</li>
<li>The "Climb Anything" Mechanic</li>
<li>Emphasis on Intrinsic Motivation and Discovery</li>
<li>Reimagining Zelda Conventions</li>
</ol>
<!-- At least one image not from the Bootstrap theme (feel free to have many more) -->
<div class="div-upsidedown">
<img src="https://blog.placeit.net/wp-content/uploads/2021/03/mockup-of-a-pro-gamer-wearing-a-t-shirt.png" alt="Upside down gamer boy">
</div>
<!-- An embedded YouTube video (we intentionally didn’t teach you this, so you would have to figure it out—good learning experience) -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/30jGWna4-Ns?si=C2bZekbB3vGP9RL9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</body>
<h1 id="map">Interactive Zelda Map</h1>
<div class='tableauPlaceholder' id='viz1745430725244' style='position: relative'>
<noscript>
<a href='#'>
<img alt='Interactive Map ' src='https://public.tableau.com/static/images/Ze/ZeldaBreathoftheWildInteractiveMap_17454306411180/InteractiveMap/1_rss.png' style='border: none' />
</a>
</noscript>
<object class='tableauViz' style='display:none;'>
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' />
<param name='path' value='views/ZeldaBreathoftheWildInteractiveMap_17454306411180/InteractiveMap?:language=en-US&:embed=true&:sid=&:redirect=auth' />
<param name='toolbar' value='yes' />
<param name='static_image' value='https://public.tableau.com/static/images/Ze/ZeldaBreathoftheWildInteractiveMap_17454306411180/InteractiveMap/1.png' />
<param name='animate_transition' value='yes' />
<param name='display_static_image' value='yes' />
<param name='display_spinner' value='yes' />
<param name='display_overlay' value='yes' />
<param name='display_count' value='yes' />
<param name='language' value='en-US' />
</object>
</div>
<script type='text/javascript'>
var divElement = document.getElementById('viz1745430725244');
var vizElement = divElement.getElementsByTagName('object')[0];
if ( divElement.offsetWidth > 800 ) { vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';}
else if ( divElement.offsetWidth > 500 ) { vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';}
else { vizElement.style.width='100%';vizElement.style.height='1377px';}
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement);
</script>