-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (151 loc) · 5.94 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Resume 2024</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic' rel='stylesheet' type='text/css'>
<!-- MAIN CONTAINER -->
<div id="main_container">
<!-- HEADER -->
<div id="header">
<!-- LOGOTYPE/NAME -->
<div class="header_logotype_container">
<h1 class="logotype_name">USEF<span class="purple">Akbari</span></h1>
<h2 class="logotype_occupation">DevOps Engineering Junior</h2>
</div>
<!-- MAIN MENU -->
<div class="header_menu_container">
<ul class="download_print_buttons horizontal_list">
<li><a href="./src/Yousef Akbari - Programing Resume 2024.pdf"><span class="icon entypo-download"></span>Download CV</a></li>
</ul>
<div class="clear"></div>
<ul class="header_menu horizontal_list">
<li><a class="no_border purple">About Me</a></li>
</ul>
</div>
</div>
<!-- LEFT COL -->
<div id="left_col">
<div class="profile_frame">
<div class="profile_picture"><img src="./src/photo_2024-06-12_00-46-50.jpg" height="260" width="230" alt="profile picture"></div>
<!-- -->
</div>
<div class="skill_content">
<h2>Skill's</h2>
<ul>
<li>Bash</li>
<li>Linux</li>
<li>Python</li>
<li>Git</li>
<li>Adobe Product</li>
</ul>
</div>
<div class="skill_content">
<h2>Interested In :</h2>
<ul>
<li>DevOps</li>
<li>Backend Dev</li>
<li>UI\UX</li>
<li>Ai / Artificial intelligence</li>
</ul>
</div>
<div class="skill_content">
<h2>Game :</h2>
<ul>
<li>Dota2</li>
<li>CSGO</li>
<li>RUST</li>
<li>Red Dead Redemption 2</li>
<li>Hunt ShowDown</li>
</ul>
</div>
<div class="contact_details_content">
<h2>Contact details</h2>
<p class="purple">Phone:</p>
<p>(+98) – 937 212 37 82</p>
<p class="purple">Email:</p>
<p>Akbari7694@gmail.com</p>
<p class="purple">Address:</p>
<p>Mashhad ,Iran</p>
</div>
<a href="mailto:akbari7694@gmail.com" class="send_message_button">
<span class="content">Send Me A Email<span class="fontawesome-double-angle-right"></span></span>
</a>
</div>
<!-- PROFILE CONTENT -->
<div id="content_container">
<div class="block">
<h1>A few words about me</h1>
<blockquote class="profile_quote">
<p>Bachelor of Computer Engineering | Specialization in Artificial Intelligence</p>
<p>I am currently a Junior DevOps Engineer at Part Software Group, specializing in cloud computing, service deployment, and ensuring the reliability and performance of web applications. With a strong passion for artificial intelligence, I am eager to leverage my skills to create innovative technology solutions.</p>
<p>Akbari Zahmati</p>
<span class="entypo-quote"></span>
</blockquote>
</div>
<div class="block">
<h2> Graphic Designer / Cyber design & Print Office</h2>
<p>Feb. 2019 – Jul. 2021</p>
<p>Cyber is and design and print office - Printing, graphic design, website design, digital marketing and Internet services</p>
<ul>
<li>Negotiating with our Customers.</li>
<li>I design more than 200 graphic illustration.</li>
<li>Design and Printing over 100 business card and other printing services.</li>
</ul>
</div>
<div class="horizontal_line">
<div class="line_left"></div>
<div class="left_circle"></div>
<div class="central_circle"></div>
<div class="right_circle"></div>
<div class="line_right"></div>
</div>
<div class="block">
<h2>HR department employee / Sky Software Solutions</h2>
<p>Feb. 2018 – Dec. 2018</p>
<p>In order to provide accounting services on the cloud platform, Asman Company has designed and prepared accounting software for its customers</p>
<ul>
<p>Software Deployment Expert </p>
<li>Data entry.</li>
<li>Teach the customer how to work with the software </li>
<li>deployment and software support.</li>
<p>HR department employee</p>
<li>Negotiating with our Customers.</li>
<li>Coordinate meetings and track sales. </li>
<li>deployment and software support.</li>
</ul>
<div class="clear"></div>
</div>
<div class="horizontal_line">
<div class="line_left"></div>
<div class="left_circle"></div>
<div class="central_circle"></div>
<div class="right_circle"></div>
<div class="line_right"></div>
</div>
<div class="last block">
<h2>support expert / Beh Pardakht</h2>
<p>Dec. 2016 – Apr. 2017</p>
<p>Beh pardakht company is a subsidiary of electronic banking that provides card readers and supports card readers.</p>
<ul>
<p>Deployment Expert :</p>
<li>Negotiating with our Customers.</li>
<li>Deployment card reader.</li>
<li>Sale card reader as an marketing employee.</li>
<p>Support Expert :</p>
<li>Deployment and implementation<br></li>
</ul>
</div>
</div>
<!-- FOOTER -->
<div id="footer">
<p class="footer_name">USEFAkbari 2024 Resume</p>
</div>
</div>
<!-- partial -->
</body>
</html>