-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmini_games.html
87 lines (76 loc) · 2.66 KB
/
mini_games.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
86
87
<!DOCTYPE html>
<html>
<head>
<title>come here for motivation!</title>
<link rel="shortcut icon" type="image/jpg" href="/heart.png">
<meta charset="utf-8" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,700' rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body id="megacontainer">
<section class="jumbotron">
<div class="container">
<div class="row text-center">
<h2>Welcome to Wegmans Care </h2>
<h3>☆ take a moment to de-stress ☆</h3>
<a class="btn btn-primary" href="exercise.html" role="button">work out</a>
<a class="btn btn-primary" href="meditation.html" role="button">meditate</a>
<a class="btn btn-primary" href="mini_games.html" role="button">play a game</a>
<a class="btn btn-primary" href="motivation.html" role="button">get motivated</a>
<a class="btn btn-primary" href="playlist.html" role="button">listen to music</a>
<a class="btn btn-primary" href="self-care_tasks.html" role="button">self care</a>
<a class="btn btn-primary" href="form.html" role="button">questionnaire</a>
</div>
</div>
</section>
<section id="homepage" class="container">
<br>
<div class="flex-container">
<h3> Chess ↓</h3>
</div>
<div id="chess">
<iframe
style = "width :100%; height: 550px; overflow: hidden;"
src= "https://playpager.com/embed/chess/index.html"
scrolling = "no" >
</iframe>
<div id="checkers">
<h3> Checkers ↓</h3>
<iframe
style = "width :100%; height: 550px; overflow: hidden;"
src= "https://playpager.com/embed/checkers/index.html"
scrolling = "no" >
<br>
<br>
</iframe>
<div id="minesweeper">
<iframe
style = "width :100%; height: 550px; overflow: hidden;"
src= "https://cdn.htmlgames.com/Minesweeper/"
scrolling = "no" >
</iframe>
<br>
<br>
<div id="coloring">
<iframe
style = "width :100%; height: 550px; overflow: hidden;"
src= "https://cdn.htmlgames.com/ColoringForKids/"
scrolling = "no" >
</iframe>
</div>
<hr>
<br>
<div class="container" id="bread">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../index.html">home ⌂</a></li>
</ol>
</nav>
</div>
</body>
</html>
</body>
</html>