-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprototype.html
73 lines (68 loc) · 1.88 KB
/
prototype.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/impress-demo.css" />
<link rel="stylesheet" href="css/fn.css" />
<link rel="stylesheet" href="./css/myStyles.css" />
<title>ساتک</title>
</head>
<body class="impress-not-supported">
<a class="farsi back-btn" href="./index.html#/step-10">بازگشت</a>
<div class="fallback-message">
<p>
Your browser <b>doesn't support the features required</b> by impress.js,
so you are presented with a simplified version of this presentation.
</p>
<p>
For the best experience please use the latest <b>Chrome</b>,
<b>Safari</b> or <b>Firefox</b> browser.
</p>
</div>
<div id="impress">
<div class="step farsi cn" data-x="-2500" data-y="-1500">
<q>
<strong>پروتوتایپ</strong>
<br />
<div>
prototype
</div>
<div class="presenter-pic">
<img src="./image/constructors/seif.jpg" alt="" />
<p>
امیر حسین سیف
</p>
</div>
<br />
</q>
</div>
<div class="step farsi cn" data-x="-500" data-y="-1500">
<q>
<div class="head-img-cnt">
<img src="./image/ui-pics/nemoodar.jpg" alt="" />
<p>مراحل ایجاد یک محصول
</p>
</div>
<br />
</q>
</div>
<div class="step farsi cn" data-x="500" data-y="-1500">
<q>
<div class="head-img-cnt">
<img src="./image/ui-pics/prototype.jpg" alt="" />
</div>
<br />
</q>
</div>
<br />
</q>
</div>
</div>
<script type="text/javascript" src="js/impress.js"></script>
<script>
impress().init();
</script>
</body>
</html>