You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>:-)</title>
<link rel="stylesheet" href="rituals.css">
</head>
<body>
<div class="figure1">
<img id="kitchen1" src="../gifs/woman_cooking_1.gif" style="display: block;">
<img id="rituals1" width="90px" src="../gifs/woman_rites_1.gif" style="display: none;">
</div>
<div class="fire1" style="display: none;">
<img src="../gifs/fire_1.gif">
</div>
<div class="figure2">
<img id="kitchen2" src="../gifs/woman_cooking_2.gif" style="display: block;">
<img id="rituals2" width="90px" src="../gifs/woman_rites_2.gif" style="display: none;">
<img id="fire2" src="../gifs/fire_1.gif" style="display: none;">
</div>
<div class="fire2" style="display: none;">
<img src="../gifs/fire_2.gif" width="80px" >
</div>
<div class="figure3">
<img id="kitchen3" src="../gifs/woman_cooking_3.gif" style="display: block;">
<img id="rituals3" width="300px" src="../gifs/dragon_1.gif" style="display: none;">
</div>
<div class="figure4">
<img id="kitchen4" src="../gifs/woman_cooking_4.gif" style="display: block;">
<img id="rituals4" width="90px" src="../gifs/woman_rites_4.gif" style="display: none;">
</div>
<div class="fire4" style="display:none;">
<img src="../gifs/fire_3.gif">
</div>
<div class="figure5">
<img id="kitchen5" src="../gifs/woman_cooking_5.gif" style="display: block;">
<img id="rituals5" src="../gifs/woman_rites_5.gif" style="display: none;">
</div>
<div class="fire5" style="display: none;">
<img src="../gifs/fire.4.gif" >
</div>
<div class="figure6">
<img id="kitchen6" src="../gifs/woman_cooking_6.gif" style="display: block;">
<img id="rituals6" src="../gifs/devil_rites_1.gif" style="display: none;">
</div>
<div class="fire6" style="display: none;">
<img src="../gifs/fire_5.gif" >
</div>
<div class="figure7">
<img id="kitchen7" src="../gifs/woman_cooking_7.gif" style="display: block;">
<img id="rituals7" src="../gifs/woman_rites_3.gif" style="display: none;">
</div>
<div class="fire7" style="display: none;">
<img src="../gifs/fire_3.gif">
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="rituals.js" ></script>
</body>