-
Notifications
You must be signed in to change notification settings - Fork 0
/
converters.html
167 lines (139 loc) · 6.52 KB
/
converters.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Convert units - Converters-online.com</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css?version=1" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/stylesheet.css?version=1?version=1" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">converters-online.com</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="purple-background"><a href="length.html">
<span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span> Length</a></li>
<li class="blue-background"><a href="weight.html">
<span class="glyphicon glyphicon-scale" aria-hidden="true"></span> Weight</a></li>
<li class="yellow-background"><a href="cooking.html">
<span class="glyphicon glyphicon-cutlery" aria-hidden="true"></span> Cooking</a></li>
<li class="red-background"><a href="temperature.html">
<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span> Temperature</a></li>
<li class="lightblue-background"><a href="time.html">
<span class="glyphicon glyphicon-time" aria-hidden="true"></span> Time</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">All converters</li>
</ol><!-- /.breadcrumb -->
<div class="container">
<div class="convert-units-header">
<h1>All converters</h1>
<hr>
</div>
<div class="convert-units">
<div class="units-table">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Popular converters</b></h3>
</div>
<div class="panel-body">
<table class="table">
<tr>
<td>
<a class="btn btn-default btn-lg" href="length.html" role="button">
<span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span>
Length »
</a><!-- /.length -->
</td>
<td>
<h4>Length converter is used to convert inches to centimeters, foot to meters etc.</h4>
</td>
</tr><!-- /.length text-->
<tr>
<td>
<a class="btn btn-primary btn-lg" href="weight.html" role="button">
<span class="glyphicon glyphicon-scale" aria-hidden="true"></span>
Weight »</a><!-- /.weight -->
</td>
<td>
<h4>Weight converter is used to convert kilograms to pounds, stone to ton etc.</h4>
</td><!-- /.weight text-->
</tr>
<tr>
<td>
<a class="btn btn-warning btn-lg" href="cooking.html" role="button">
<span class="glyphicon glyphicon-cutlery" aria-hidden="true"></span>
Cooking »</a><!-- /.cooking -->
</td>
<td>
<h4>Cooking converter is used to convert liter to cup, deciliter to centiliter etc.</h4>
</td><!-- /.cooking text-->
</tr>
<tr>
<td>
<a class="btn btn-danger btn-lg" href="temperature.html" role="button">
<span class="glyphicon glyphicon-cloud" aria-hidden="true"></span>
Temperature »</a><!-- /.temperature -->
</td>
<td>
<h4>Temperature converter is used to convert fahrenheit to celsius, kelvin to rankine etc.</h4>
</td><!-- /.temperature text-->
</tr>
<tr>
<td>
<a class="btn btn-info btn-lg" href="time.html" role="button">
<span class="glyphicon glyphicon-time" aria-hidden="true"></span>
Time »</a><!-- /.time -->
</td>
<td>
<h4>Time converter is used to convert minutes to seconds, hours to weeks etc.</h4>
</td><!-- /.time text-->
</tr>
</table><!-- /.table -->
</div>
</div>
</div><!-- /.units-table -->
</div><!-- /.convert-units -->
</div><!-- /.container -->
<footer class="footer">
<p class="text-muted">© 2016 converters-online.com
<a href="how-to-use.html">How to use</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</p>
</footer><!-- /.footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js?version=1"></script>
<script src="js/units.js?version=1"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>