-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyaghobi.html
86 lines (82 loc) · 3.81 KB
/
yaghobi.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
<!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>
۷- توسعه دهنده فرونتاند پروژه تردد شمار شرکت آتیتک
<br>
۱۰- پیادهسازی سامانه تنقیح قوانین تامین اجتماعی
<br>
۱۱- طراح و توسعه دهنده فرونتاند پروژه ساتک
<br>
۱۲- چاپ مقاله در ژورنال computer communication و intelligent transportation systems و IEEE transactions intelligent in transportation systems
<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>