-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (60 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="Description" content="Scientific calculator with easy-to-use interface." />
<meta name="keywords" content="Java, Calculator, Science" />
<title>MultiCalc</title>
<link type="text/css" rel="stylesheet" href="Background.css" />
</head>
<body>
<hr>
<h1 style="font-size:60px; ">
<center><strong>MultiCalc</strong></center>
</h1>
<hr>
<h1 style="font-size:30x; ">
<center>MultiCalc is an interactive scientific calculator with simple design, allowing everyone to use and enjoy it</center>
</h1>
<hr>
<h1 style="font-size:25x; ">
<center>Our goal is to help the user perform calculations easier and faster and therefore save him time and work</center>
</h1>
<hr>
<br>
<br>
<hr>
<h1 style="font-size:30x; ">
<center>Interface</center>
</h1>
<hr>
<br>
<img src="interface.png" alt="Interface">
<br>
<img src="interface3.png" alt="Interface">
<hr>
<h1 style="font-size:30x; ">
<center>Code</center>
</h1>
<hr>
<video controls="controls" width="800" height="600"
name="Code" src="code.mov" align="middle"></video>
<hr>
<h1 style="font-size:30x; ">
<center>Download for Mac</center>
</h1>
<hr>
<a href="MultiCalc.dmg" download><img src="dmac.png" alt="Mac Button"></a>
<hr>
<h1 style="font-size:30x; ">
<center>Download for Windows</center>
</h1>
<hr>
<a href="MultiCalc.exe" download><img src="dwin.png" alt="Windows Button"></a>
<hr>
<footer>
<p><center>Copyright © 2018 Developers: Yoana Stankova and Kaloyan Yanchev. All rights reserved.
</center></p>
</footer>
</body>
</html>