Skip to content

Commit

Permalink
dsadasdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
enterheadlines authored Sep 17, 2024
1 parent 1257316 commit 7e538ca
Show file tree
Hide file tree
Showing 20 changed files with 3,659 additions and 3 deletions.
5 changes: 3 additions & 2 deletions general/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<div class="left-section">
<h2>Recommended Movies</h2>
<div class="slider">
<a href="/app/ "><div class="slide active"><img src="/imgs/deadpoolandwolverine.jpeg" width="250px" height="200px" class="cake" style="border-radius: 30px;"></div></a>
<a href="/movies/deadpoolandwolverine.html "><div class="slide active"><img src="/imgs/deadpoolandwolverine.jpeg" width="250px" height="200px" class="cake" style="border-radius: 30px;"></div></a>
<a href="/app/ "><div class="slide"><img src="/imgs/ " width="250px" height="200px" class="cake" style="border-radius: 30px;"></div></a>
<a href="/app/ "><div class="slide"><img src="/imgs/ " width="250px" height="200px" class="cake" style="border-radius: 30px;"></div></a>
<a href="/app/ "><div class="slide"><img src="/imgs/ " width="250px" height="200px" class="cake" style="border-radius: 30px;"></div></a>
Expand All @@ -193,7 +193,7 @@ <h2>Entertopia Media</h2>
<div class="right-section">
<h2>Newest Release</h2>
<div class="new-game">
<a href="/app/ "><img src="/imgs/deadpoolandwolverine.jpeg" width="250px" height="200px" class="cake" style="border-radius: 30px;"></a>
<a href="/movies/deadpoolandwolverine.html" src="/imgs/deadpoolandwolverine.jpeg" width="250px" height="200px" class="cake" style="border-radius: 30px;"></a>
<h3>Deadpool and Wolverine</h3>
</div>
</div>
Expand Down Expand Up @@ -315,6 +315,7 @@ <h3>Deadpool and Wolverine</h3>
<p id="hide">Star wars</p>
</button> </a>
</div>
<!-- stop here-->
<div class="column" data-category="Kids Movies">
<a href="/movies/stevenuniversethemovie.html"><button id="button"><img src="/imgs/steventheuniverse.jpeg" id="img">
<p id="hide">Steven Universe The movie</p>
Expand Down
203 changes: 203 additions & 0 deletions movies/avengersendgame.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/avengersinfintywars.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/badboyorrideordie.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/beetlejuice.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/borderlands.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/citylights.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/coco.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/despicableme4.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/fightclub.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/insideout.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/insideout2.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/interstellar.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/longlegs.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/spidermanacross.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/spiritedaway.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/starwars.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/thedarkknight.html

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions movies/thegreenmile.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion styles/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*40% skidded*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
background-color: hsl(0, 0%, 14%);
Expand All @@ -9,7 +10,7 @@ body {
background-attachment: fixed;
animation-iteration-count: 1;
animation-fill-mode: forwards;
font-family: "Press Start 2P";
font-family: "Montserrat", sans-serif;
color: white;
margin: 0px;
box-shadow: rgb(255, 255, 255);
Expand Down

0 comments on commit 7e538ca

Please sign in to comment.