-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
52 lines (44 loc) · 1.86 KB
/
welcome.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="_static/foundation-5.3.1/js/vendor/modernizr.js" id="modernizr"></script>
<title>Műszer Automatika Group</title>
<link rel="stylesheet" type="text/css" href="_static/foundation-5.3.1/css/foundation.css">
<link type="text/css" id="normalize" href="_static/foundation-5.3.1/css/normalize.css" rel="stylesheet">
<link type="text/css" id="3d-cards" href="_css/3d-cards.css" rel="stylesheet">
</head>
<body>
<div class="card">
<div class="container">
<div class="front">
<img src="http://placehold.it/400x600" />
</div>
<div class="back">
<h5>
This is a card.
</h5>
<p>
This card shows some content on the front and some on the back, and can be flipped by hovering on a desktop, or by swiping across on a touch device.
</p>
<p>
The back of the card is intentionally long, so that we can show both an example where the card is constrained to a square and where it is as long as the content on either side requires.
</p>
<p>
This card shows some content on the front and some on the back, and can be flipped by hovering on a desktop, or by swiping across on a touch device.
</p>
<p>
The back of the card is intentionally long, so that we can show both an example where the card is constrained to a square and where it is as long as the content on either side requires.
</p>
</div>
</div>
</div>
<script type="text/javascript" src="_js/jquery-2.1.1.js" id="jquery"></script>
<script type="text/javascript" src="_static/foundation-5.3.1/js/vendor/fastclick.js" id="fastclick"></script>
<script type="text/javascript" src="_static/foundation-5.3.1/js/foundation.min.js" id="foundation"></script>
<script>
$(document).foundation();
</script>
</body>
</html>