-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
298 lines (234 loc) · 10.6 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Homepage</title>
<link rel="icon" href="favicon.png" type="image/png">
<link rel="shortcut icon" href="favicon.ico" type="img/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,600italic,400italic,300italic,800,700,600" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/itrans.css">
<script type="text/javascript" src="js/jquery.1.8.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/magnific-popup.js"></script>
<script src="contactform/contactform.js"></script>
<script src="dist/itrans_bundle.js"></script>
<!-- =======================================================
Theme Name: Knight
Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
Author: BootstrapMade
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<header class="header" id="header">
<!--header-start-->
<div class="container">
<figure class="logo animated fadeInDown delay-07s">
<a href="#"><img src="img/logo.jpg " alt=""></a>
</figure>
<h1 class="animated fadeInDown delay-07s">Hindi - English Translator</h1>
<ul class="we-create animated fadeInUp delay-1s">
<li>Hindi (Devanagari) ↔ Hindi (Roman) ↔ English</li>
</ul>
<div>
</div>
<div>
<!-- div#i-input contains a form, with a textarea for input, load and clear buttons -->
<form class="form-inline" id="i-input-form" method="POST" action="getvalue.php">
<div class="six columns i-input form-group">
<br>
<label for="i-input-text">Enter itrans input:</label>
<br>
<textarea name="default-text" class="form-control" id="i-input-text" placeholder="Type here: a aa | ka kSha | sa.nskRRit | ..." autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<br>
<button class="u-pull-center" id="i-input-clear" type="button" value="Clear">Clear</button>
</div>
<!--<br class="u-cf">
<a href="https://docs.google.com/spreadsheets/d/14wZl8zCa4khZV3El2VGoqurKBLGx21mbS-yORi4w7Qo/edit?usp=sharing">Spreadsheet with all itrans input codes</a>
<br>
<a href="#example">Example itrans input text and output</a>
-->
<div class="six columns i-output form-group">
<label for="i-sel-1">Hindi romanized output:</label>
<select id="i-sel-1">
<!-- only need the selected language, other languages will be added automatically -->
<option value="#hindi" selected>#hindi</option>
</select>
<br>
<textarea name="text" class="form-control" placeholder="Converted text will be displayed here..." readonly=""></textarea>
<input type="submit" value="Submit Query">
</div>
</form>
</div>
<div>
<!-- div#i-input contains a form, with a textarea for input, load and clear buttons -->
<form class="form-inline" method="POST" action="getvalue.php">
<div class="six columns i-input form-group">
<br>
<label for="i-input-text">Enter English input:</label>
<br>
<textarea name="default-text-English" class="form-control" id="i-input-text" placeholder="Type here: a aa | ka kSha | sa.nskRRit | ..." autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<br>
<button class="u-pull-center" id="i-input-clear" type="button" value="Clear">Clear</button>
</div>
<div class="six columns form-group">
<br><br><br><br><br><br><br>
<input type="submit" value="Submit Query">
</div>
</form>
</div>
</header>
<!--header-end-->
<div style="display: block; width: 0px; height: 0px; float: none;"></div>
<!--main-nav-end-->
<!--main-section-end-->
<!--main-section alabaster-end-->
<!--main-section-end-->
<section class="main-section team" id="team">
<!--main-section team-start-->
<div class="container">
<h2>team</h2>
<h6>Take a closer look into our amazing team. We won’t bite.</h6>
<div class="team-leader-block clearfix">
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-03s animated" style="visibility: visible; animation-name: fadeInDown;">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/team-leader-pic1.jpg" alt="">
<ul>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
<li><a href="#" class="fa fa-google-plus"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-03s animated" style="visibility: visible; animation-name: fadeInDown;">Walter White</h3>
<span class="wow fadeInDown delay-03s animated" style="visibility: visible; animation-name: fadeInDown;">Chief Executive Officer</span>
<p class="wow fadeInDown delay-03s animated" style="visibility: visible; animation-name: fadeInDown;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-06s animated" style="visibility: visible; animation-name: fadeInDown;">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/team-leader-pic2.jpg" alt="">
<ul>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
<li><a href="#" class="fa fa-google-plus"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-06s animated" style="visibility: visible; animation-name: fadeInDown;">Jesse Pinkman</h3>
<span class="wow fadeInDown delay-06s animated" style="visibility: visible; animation-name: fadeInDown;">Product Manager</span>
<p class="wow fadeInDown delay-06s animated" style="visibility: visible; animation-name: fadeInDown;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
</div>
<div class="team-leader-box">
<div class="team-leader wow fadeInDown delay-09s animated" style="visibility: visible; animation-name: fadeInDown;">
<div class="team-leader-shadow"><a href="#"></a></div>
<img src="img/team-leader-pic3.jpg" alt="">
<ul>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-pinterest"></a></li>
<li><a href="#" class="fa fa-google-plus"></a></li>
</ul>
</div>
<h3 class="wow fadeInDown delay-09s animated" style="visibility: visible; animation-name: fadeInDown;">Skyler white</h3>
<span class="wow fadeInDown delay-09s animated" style="visibility: visible; animation-name: fadeInDown;">Accountant</span>
<p class="wow fadeInDown delay-09s animated" style="visibility: visible; animation-name: fadeInDown;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
</div>
</div>
</div>
</section>
<!--main-section team-end-->
<!--business-talking-end-->
<script type="text/javascript">
$(document).ready(function(e) {
$('#test').scrollToFixed();
$('.res-nav_click').click(function() {
$('.main-nav').slideToggle();
return false
});
$('.Portfolio-box').magnificPopup({
delegate: 'a',
type: 'image'
});
});
</script>
<script>
wow = new WOW({
animateClass: 'animated',
offset: 100
});
wow.init();
</script>
<script type="text/javascript">
$(window).load(function() {
$('.main-nav li a, .servicelink').bind('click', function(event) {
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top - 102
}, 1500, 'easeInOutExpo');
/*
if you don't want to use the easing effects:
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1000);
*/
if ($(window).width() < 768) {
$('.main-nav').hide();
}
event.preventDefault();
});
})
</script>
<script type="text/javascript">
$(window).load(function() {
var $container = $('.portfolioContainer'),
$body = $('body'),
colW = 375,
columns = null;
$container.isotope({
// disable window resizing
resizable: true,
masonry: {
columnWidth: colW
}
});
$(window).smartresize(function() {
// check if columns has changed
var currentColumns = Math.floor(($body.width() - 30) / colW);
if (currentColumns !== columns) {
// set new column count
columns = currentColumns;
// apply width to container manually, then trigger relayout
$container.width(columns * colW)
.isotope('reLayout');
}
}).smartresize(); // trigger resize to set container width
$('.portfolioFilter a').click(function() {
$('.portfolioFilter .current').removeClass('current');
$(this).addClass('current');
var selector = $(this).attr('data-filter');
$container.isotope({
filter: selector,
});
return false;
});
});
</script>
</body>
</html>