-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsattari.html
82 lines (78 loc) · 3.3 KB
/
sattari.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
<!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>
<a class="farsi back-btn" href="./index.html#/step-7">بازگشت</a>
<div id="impress">
<div class="step farsi cn" data-x="-2500" data-y="-1500">
<q>
<strong>پروپوزال</strong>
<br />
<div>
Proposal
</div>
<div class="presenter-pic">
<img src="./image/constructors/dr.rastegar.jpg" alt="" />
<p>
زهرا فامیلستاری
</p>
</div>
<br />
</q>
</div>
<div class="step farsi cn" data-x="-500" data-y="-1500">
<q>
<div class="medium-description" style="text-align: right;">
<div style="font-size: 2rem; font-weight: bold; margin-bottom: 1.5rem;">
سوابق
</div>
<div style="margin-right: 1.5rem; font-weight: 400; line-height: 3rem;">
۱- نفر برگزیده آموزشی ورودی سال ۹۴ مهندسی کامپیوتر دانشگاه بوعلی سینا
<br>
۲- پذیرش بدون آزمون کارشناسی ارشد هوش مصنوعی و رباتیکز دانشگاه بوعلی (استعداد درخشان)
<br>
۳- دستیار آموزشی دروس مبانی برنامه نویسی، برنامه نویسی پیشرفته و پایگاه داده
<br>
۷- طراحی اتوماسیون اداری فروشگاههای زنجیرهای آبشار
<br>
۸- طراح و توسعهدهنده بکاند فروشگاه اینترنتی آبشار آنلاین
<br>
۹- توسعهدهنده بکاند اتوماسیون کشوری خرید سازمانهای اداری و خصوصی (ساتک)
<br>
۱۰ - طراح و توسعهدهنده بکاند سامانه CRM مشتری
<br>
۱۱- تحلیل و توسعه وب سرور funql
<br>
۲۱- طراح و توسعهدهنده سامانه هوشمند حمل و نقل فروشگاه آنلاین
<br>
۱۳- طراح و توسعهدهنده سامانه مارکت پلیس فروشگاهی
</div>
</div>
<br />
</q>
</div>
<div class="step farsi cn" data-x="500" data-y="-1500">
<q>
<div>
<div style="font-size: 4rem; font-weight: bold; margin-bottom: 2rem;">رسالت ما : </div>
<div style="font-size: 2rem; font-weight: 400; margin-bottom: 2rem;">- کشور نباید گران اداره شود.</div>
<div style="font-size: 2rem; font-weight: 400; margin-bottom: 2rem;">- کشور باید متناسب با درآمد اداره شود.</div>
</div>
</q>
</div>
</div>
</div>
<script type="text/javascript" src="js/impress.js"></script>
<script>
impress().init();
</script>
</body>
</html>