forked from IonicaBizau/IsRespo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (68 loc) · 4.02 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" style="display:none">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>IsRespo</title>
<meta name="author" content="Ionică Bizău" />
<meta name="description" content="Test your web application responsiveness" />
<meta name="keywords" content="responsiveness,web application,javascript" />
<meta name="Resource-type" content="Document" />
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
<script src="./js/jquery.min.js"></script>
<script src="./js/jquery-ui.min.js"></script>
<script type="text/javascript" src="./js/jquery.fullPage.js"></script>
<script type="text/javascript" src="./js/jQuery-language-select.js"></script>
<script type="text/javascript" src="./js/index.js"></script>
</head>
<body>
<select class="language">
<option value="ro">Română</option>
<option value="en">English</option>
</select>
<div class="section " id="section0">
<h1>IsRespo</h1>
<p data-lang="en">Is your web page responsive?</p>
<p data-lang="ro">Este aplicația ta web responsivă?</p>
<img src="imgs/1.png" />
</div>
<div class="section" id="section1">
<div class="wrap">
<div class="imgsContainer">
<img src="imgs/mobile.png" id="mobile" />
</div>
<div class="box">
<h2 data-lang="en">What is «IsRespo»?</h2>
<h2 data-lang="ro">Ce este «IsRespo»?</h2>
<p data-lang="en"><strong>IsRespo</strong> is a simple tool that allows us to test a webpage resposiveness on different devices: desktops, tablets, smartphones and so on.</p>
<p data-lang="en">The application is open source published on <a href="http://github.com/IonicaBizau/IsRespo" target="blank">GitHub</a>.</p>
<p data-lang="ro"><strong>IsRespo</strong> este o unealtă simplă și rapidă care ne ajută ca să testăm responsivitatea unei pagini sau aplicații web pe diferite dispozitive: desktop-uri, tablete, telefoane mobile etc.</p>
<p data-lang="ro">Aplicația este cu sursă deschisă și publicată pe <a href="http://github.com/IonicaBizau/IsRespo" target="blank">GitHub</a>.</p>
</div>
</div>
</div>
<div class="section moveDown" id="section2">
<div class="wrap">
<div class="imgsContainer">
<img src="imgs/laptop.png" id="laptop" style="width: 38em;"/>
</div>
<div class="box">
<h2 data-lang="en">Simple and Beautiful</h2>
<h2 data-lang="ro">Simplu și frumos</h2>
<p data-lang="ro">Combinând designul flat cu puterea limbajelor de prezentare HTML5 și CSS3, <strong>IsRepo</strong> este o unealtă perfectă pentru a simula compatibiltatea paginilor web cu dispozitivele mobile.</p>
<p data-lang="en">Combining the flat design with the power of HTML5 and CSS3, <strong>IsRepo</strong> is perfect for simulating quickly the responsiveness of your web page or web application.</p>
</div>
</div>
</div>
<div class="section moveDown" id="section3">
<iframe data-lang="en" src="./app.en.html" frameborder="0" noscrollbars></iframe>
<iframe data-lang="ro" src="./app.ro.html" frameborder="0" noscrollbars></iframe>
</div>
</body>
</html>