-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.78 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.78 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="author" content="Vivek Verma">
<title>ios13 Calculator</title>
<link rel="stylesheet" href="css/indexStyle.css">
</head>
<body>
<div class="module_icon-container"><img src="preview/app_index_icon.png" class="module_icon"/></div>
<h4>ios 13 Calculators</h4>
<h5>ios style different calculator modules in <b>html css</b></h5>
<h3 id="calc_title" class="calculator_title">Choose an app</h3>
<div class="preview_div">
<a href="app_BasicCalculator/iosBasicCalculator.html">
<img src="preview/app_index_Basic.PNG" onmouseover="Basic()" onmouseleave="Default()"/>
</a>
<a href="app_Timer/iosTimer.html">
<img src="preview/app_index_Timer.PNG" onmouseover="Timer()" onmouseleave="Default()"/>
</a>
<a href="app_MacroCalculator/iosMacroCalculator.html">
<img src="preview/app_index_Macro.PNG" onmouseover="Macro()" onmouseleave="Default()"/>
</a>
<a href="app_BmiCalculator/iosBmiCalculator.html">
<img src="preview/app_index_BMI.PNG" onmouseover="BMI()" onmouseleave="Default()"/>
</a>
<a href="app_GradeCalculator/iosGradeCalculator.html">
<img src="preview/app_index_Grade.PNG" onmouseover="Grade()" onmouseleave="Default()"/>
</a>
<br/><br/>
<div class="module_link-before"></div>
<a href="https://github.com/vivekverma007/ios-13-Calculators" class="module_link">Find this Repository on Github here</a>
</div>
<!-- virtualiz me -->
</body>
<script src="ng-app/viv_preview.js"></script>
</html>