-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (85 loc) · 3.55 KB
/
index.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
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
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang = "en" dir = "ltr">
<head>
<meta charset = "utf-8">
<title> How To Make Slime </title>
<link href="./resources/css/reset.css" rel="stylesheet" type="text/css"/>
<link href = "./resources/css/style.css" rel = "stylesheet" type = "text/css" />
<script src="https://kit.fontawesome.com/3a5da632ae.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" sizes="16x16" href="./resources/images/favicon-16x16.png"/>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="moble">
<header>
<div class="navbar">
<div class="header">
<a href="https://gracefun1.github.io/howtomain/"><img src="../howTo/resources/images/header.png"/></a>
</div>
<div class="links">
<a href="https://gracefun1.github.io/aboutus/">About Us</a>
<a href="https://gracefun1.github.io/othersites/">Other Sites</a>
</div>
</div>
</header>
<div id= "backtotop"></div>
</div>
</div>
<div class="page">
<h1> How To Make Slime! </h1>
<div class="aneasytensteprecipe"><h2>An easy ten step recipe!</h2></div>
<div class="image-container"><img src = "../howTo/resources/images/slimy.jpg" width = 510 height = 510 /></div>
<div id="menu"><h2> Menu </h2></div>
<nav>
<a href="#whatyouwillneed">What You Will Need</a>
<a href="#howitsmade">How It's Made</a>
</nav>
<!--From:https://www.wikihow.com/Make-Laundry-Detergent-Slime-->
<div id="whatyouwillneed"><h2>What You Will Need</h2>
<h3>You will need:</h3>
<ul>
<li> 1/2 cup of water </li>
<li> 1/2 cup of glue </li>
<li> 1/4 cup of laundry detergent </li>
<li> A large mixing bowl </li>
<li>A fork</li>
<li> Optional: 2 drops of food coloring and 1 teaspoon of glitter </li>
</ul>
</div>
<div id="howitsmade"><h2>How It's Made</h2>
<p>Be sure to follow these steps very carefuly because this will effect the outcome of your slime.</p>
<ol>
<li>Pour the 1/2 cup of water into the large mixing bowl.</li>
<li>Stir in the 1/2 cup of glue into the large mixing bowl. Make sure to get <u>all</u> of the glue into the bowl.</li>
<li>Next add two drops of the desired food coloring.</li>
<li>Stir the mixture.</li>
<li>Now add 1 teaspoon of glitter.</li>
<li>Stir the mixture.</li>
<li>Use your fork to stir in 1/4 cup of liguid laundry detergent.</li>
<li>Stir mixture until it turns to a glob.</li>
<li>Use your hands to knead the slime for 1 to 2 minutes.</li>
<li>Play with your slime and store it in a plastic container or a sandwich baggie.</li>
</ol>
</div>
<div>
<video autoplay muted loop plays-inline id="video">
<source src="../howTo/resources/videos/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="congrats">
<h2>Congratulations!</h2>
<p>Congratulations! You have now officially made your own slime! I hope you find this tutorial helpful! <i class="fa-regular fa-face-smile"></i></p>
</div>
<nav>
<a href="#backtotop">Back to Top</a>
</nav>
</div>
<div class="seceret-image">
<img src="../howTo/resources/images/slimey.jpg" width="300px" height="300px"/>
<div class="seceret-image-text"><p>Congratulations! You found the seceret image!</p></div>
</div>
</div>
</body>
</html>