Skip to content

Commit

Permalink
Revert "EG finished"
Browse files Browse the repository at this point in the history
This reverts commit 018daf7.
  • Loading branch information
Pearl Lam authored and Pearl Lam committed Apr 2, 2024
1 parent b20f974 commit 5fdcd53
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 27 deletions.
17 changes: 1 addition & 16 deletions Ender's Game.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<title> Ender's Game </title>
<link rel = "stylesheet" type = "text/css" href = "style.css">
<style>
.eg1{
width: 250px;
height: 380px;
padding-left: 250px;
}
.eg2{
width: 250px;
height: 380px;
padding-left: 80px;
}
</style>
</head>
<body>
<h1> Ender's Game: Peter's Influence</h1>
Expand All @@ -35,10 +23,7 @@ <h5>
opposite of Peter. His constant fear of Peter motivates him to steer away from darkness and towards a path
shaped by compassion and understanding.
</h5>
<img src = "./images/eg1.png" class = "eg1">
<img src = "./images/eg2.png" class = "eg2">
<img src = "./images/eg3.png" class = "eg2">
<img id = "butt3" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt3" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt3').addEventListener('click', function (){
window.location.href = "./nav.html"
Expand Down
2 changes: 1 addition & 1 deletion LOTF.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5> Simon's brutal murder in William Golding's <i>Lord of the Flies</i> illustr
<img src = "./images/pigStick.png" class = "loft-img1">
<img src = "./images/loftAltCov.png" class = "loft-img">
<img src = "./images/loneHunter.png" class = "loft-img">
<img id = "butt4" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt4" src = "./images/Butt1.png" class = "butt1"/>
</div>
<script>
document.getElementById('butt4').addEventListener('click', function (){
Expand Down
2 changes: 1 addition & 1 deletion Salem Witch Trials.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h5>
fear to dictate our actions and decisions and the importance of addressing one's fears
constructively and empathetically.
</h5>
<img id = "butt5" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt5" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt5').addEventListener('click', function (){
window.location.href = "./nav.html"
Expand Down
Binary file removed images/eg1.png
Binary file not shown.
Binary file removed images/eg2.png
Binary file not shown.
Binary file removed images/eg3.png
Binary file not shown.
2 changes: 1 addition & 1 deletion naruto.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5>
</h5>
<img src = "./images/oop.png" class = "na-img">

<img id = "butt6" src = "./images/Butt1.png" class = "butt2"/>
<img id = "butt6" src = "./images/Butt1.png" class = "butt1"/>
<script>
document.getElementById('butt6').addEventListener('click', function (){
window.location.href = "./nav.html"
Expand Down
8 changes: 0 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,4 @@ h5{
position: absolute;
top: 800px;
right: 175px;
}

.butt2{
width: 200px;
height: 100px;
position: absolute;
top: 860px;
right: 175px;
}

0 comments on commit 5fdcd53

Please sign in to comment.