-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.77 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
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Maths is Logic</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="stylesheet.css" type="text/css" />
</head>
<body>
<div class="container">
<!-- <div class="main-content"> -->
<div class="masthead">
<h1 class="siteName">Maths is Logic</h1>
</div>
<div class="question-area">
<div class="content">
<p> Hello, my name is Timmy! Welcome to Maths is Logic! </p>
<p>I'm going to help you through some Maths questions.</p>
<p> Let's get started!</p>
</div>
<div class="image-container" id="main-image"><img src="boy.png" alt="Boy" width="180" height=auto /></div>
<br></br>
<br></br>
</div>
<div class="row">
<div class="col-md-6"><p><a href="add.html" class="capsule">Add</a> Adding numbers up to 10</p></div>
<div class="col-md-6"><p><a href="minus.html" class="capsule">Minus</a> Subtracting numbers (10 or less)</p></div>
</div>
<div class="row">
<div class="col-md-6"<p><a href="multiply.html" class="capsule">Multiply</a> Multiply numbers up to 10</p></div>
<div class="col-md-6"><p><a href="divide.html" class="capsule">Divide</a> Share items less than 10</p></div>
</div>
<!-- <div id="siteInfo"> <img src="" width="44" height="22" /> ©2015 Andrea Asamoah </div> -->
</div>
<script src="calculate.js" type="text/javascript"></script>
</body>
</html>