-
Notifications
You must be signed in to change notification settings - Fork 0
/
category.html
executable file
·69 lines (48 loc) · 1.97 KB
/
category.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
<!DOCTYPE HTML>
<HTML>
<head>
<title> Strong voice </title>
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./css/normalize.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<div class="background">
</div>
<nav class="lighten-1" role="navigation">
<ul class="right hide-on-med-and-down">
<li><a href="#"></a></li>
</ul>
<ul class="nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="./index.html">Home</a></li>
<li role="presentation"><a href="#">About us</a></li>
<li role="presentation"><a href="./category.html">Find Your Words</a></li>
<li role="presentation"><a href="./sentence.html">Make Your Own Sentence</a></li>
<li role="presentation"><a href="./vocabulary.html">My Vocabulary</a></li>
</ul>
<div class="content">
<h1 class="name"><strong> Pick a Category <strong></h1>
</div>
<div class="wrapper">
<div class="row">
<div class="col">
<a href='./emotions.html'><img class="img-circle" src='./pic/moods.jpg' width="140" height="140"></a>
<h2><strong>Emotions<strong></h2>
<p1>How do you feel?</p1>
</div>
<div class="col">
<a href='./actions.html'><img class="img-circle" src="./pic/actions.jpg" width="140" height="140"></a>
<h2><strong>Actions<strong></h2>
<p1>What are you doing?</p1>
</div>
<div class="col">
<a href='./things.html'><img class="img-circle" src="./pic/things.png" width="140" height="140"></a>
<h2><strong>Things<strong></h2>
<p1>What do you want?</p1>
</div>
<!-- <button id="brenda">asdkf</button> -->
<script src="js/speechsynthesis.js"></script>
</div>
</body>
</HTML>