-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (184 loc) · 9.97 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>George Paresishvili's Portfolio Website</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="George Paresishvili" />
<meta name="description" content="George Paresishvili's Portfolio Website" />
<meta name="image" content="" />
<meta property="og:author" content="George Paresishvili" />
<meta property="og:description" content="George Paresishvili's Portfolio Website" />
<meta property="og:image" content="" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?v=1.2" />
<link rel="apple-touch-icon" href="pics/head_logo_apple+touch.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M7TDJKHEY6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M7TDJKHEY6');
</script>
</head>
<body>
<main>
<section class="sect1-name sect1">
<aside></aside>
<div class="sect1-bimg">
<div class="sect1-overlay"></div>
</div>
<div class="text-container">
<div class="name">George Paresishvili</div>
<div class="name-description">Online Resume</div>
</div>
<div class="scrollDown">
<svg width="30" height="30" viewBox="0 0 400 400 " version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule: evenodd; clip-rule: evenodd; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 1.5">
<g transform="matrix(-0.969082,1.18678e-16,-9.44226e-17,-0.771019,393.816,354.204)">
<path d="M13.631,331.392L200,68.608L386.369,331.392" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 35.4px" />
</g>
</svg>
</div>
</section>
<section class="sect2-description sect2">
<div class="sect2-about">
<h2>About me</h2>
<p>I have always loved the technical aspect of things. The possibility of creating something using your computer is explicitly that real world minimalistic environment I genuinely enjoy.</p>
<p>Currently, I am trying to get an in-depth understanding of JavaScript and slowly getting into frameworks (angular, vue.js) and different libraries (react.js). I have a good knowledge of HTML, CSS, Javascript / jQuery and PHP. Got some experience in developing HTML Emails. My latest website on GitHub: macron125.github.io</p>
<p>I acquired a Bachelors Degree in Energy and Power Engineering, with specialisation (major) in IndustrialElectronics and a Master's degree with distinction focused in Economics for which I received the Outstanding Students Scholarship.</p>
<p>While being employed in Adjarabet (part of Flutter Entertainment PLC), I've learned a lot about the workplace, teamwork and how things are handled within the organisation. It was a valuable experience. I earned the highest ratings during my employment as a Senior Customer Experience Officer. Whilst working as a Sportsbook Content Management Officer, I partook in the sportsbook migration process, for which our team received an award.</p>
</div>
<div class="george-logo">
<img src="pics/GP_logo.svg" alt="George Paresishvili's Profile Picture" class="face-logo" style="border-radius: 50%; transform: translateX(-628.318530717958648px)" />
</div>
<div class="sect2-details">
<h2>Details</h2>
</div>
</section>
<section class="sect3-work_education sect3">
<div class="work-container" id="work">
<div class="work-header-container">
<expbox class="expbox" style="transform: translateY(-150px)"></expbox>
<h2 style="text-align: center">Experience</h2>
</div>
<div class="work-text-wrapper">
<div class="job-list">
<ul class="list-work list">
<li>
<span class="item-work-title">Web Developer at Adjara Group</span>
<span class="item-work-years">2021 - Present</span>
</li>
<li>
<span class="item-work-title">Content Manager at Adjarabet.com</span>
<span class="item-work-years">2019 - 2021</span>
</li>
<li>
<span class="item-work-title">Customer Service Senior Officer and Coach at Adjarabet.com</span>
<span class="item-work-years">2018 - 2019</span>
</li>
<li class="empty">
<span class="item-work-title">Internship at LTD "EnergoService"</span>
<span class="item-work-years">2016 - 2017</span>
</li>
<li class="empty">
<span class="item-work-title">Various Jobs</span>
<span class="item-work-years">2014 - 2018</span>
</li>
</ul>
</div>
<div class="job-page">
<div class="item-work-responsibilities">
<ul>
<li>Creation, management and modification of responsive web content of 6 websites in Adjara Group portfolio using HTML, CSS, JavaScript/jQuery, PHP on Wordpress.</li>
<li>Wordpress plugin development.</li>
<li>Creation of HTML newsletters for marketing campaigns.</li>
<li>Collaboration with designers.</li>
</ul>
</div>
</div>
<div class="job-page">
<div class="item-work-responsibilities">
<ul>
<li>Assistance and contribution to the functionality, navigation and configuration improvement of the website (Sportsbook and Sport Exchange) for both mobile and desktop versions ensuring high-quality user experience.</li>
<li>User-friendly content delivery management and continuous monitoring and reviewing, confirming everything is up-to-date.</li>
<li>Close working relationships with Marketing, IT and UX/UI departments.</li>
<li>Weekly reporting.</li>
<li>Assistance and advising of content teams of different divisions of the company on sportsbook content management.</li>
<li>Creating user manuals for specific products, underlining its strengths and weaknesses. Including quarterly report on fixed and ongoing bugs as well as recommendations (mainly using MS Word, Excel, Visio).</li>
<li>Market research, analysis and presentation (MS Word, Excel, PowerPoint).</li>
</ul>
</div>
</div>
<div class="job-page">
<div class="item-work-responsibilities">
<ul>
<li>Handling customer queries via digital service channels (chat and email).</li>
<li>Registering subscribers problems and requests.</li>
<li>Registering customer queries according to their types.</li>
<li>Training future Customer Service Agents and creating tests for their acquired knowledge assessment.</li>
</ul>
</div>
</div>
<div class="job-page"></div>
<div class="job-page"></div>
</div>
</div>
<div class="education-container" id="education">
<div class="education-text-wrapper">
<ul class="list-education list">
<li>
<span class="item-education-title">Masters Degree (Thesis Based)</span>
<span class="item-education-years">2017-2019</span>
<div class="item-education-description">
<ul>
<li>Economics, 3,81 GPA (with honors)</li>
<li>Achieved 100/100 score in the Economics Masters degree admission test.</li>
<li>Was successful in receiving an Outstanding Students Scholarship (Certificate).*
<br />
* The Outstanding Students Scholarship is granted two times a year to master's degree students in Tbilisi having a high academic achievement.
</li>
</ul>
</div>
</li>
<li>
<span class="item-education-title">Bachelor's Degree</span>
<span class="item-education-years">2013-2017</span>
<div class="item-education-description">
<ul>
<li>Energy and Power Engineering</li>
<li>Specialisation - Industrial Electronics</li>
</ul>
</div>
</li>
</ul>
</div>
<div class="edu-header-container">
<edubox class="edubox" style="transform: translateY(-150px)"></edubox>
<h2 style="text-align: center">Education</h2>
</div>
</div>
</section>
<section class="sect4-listOfSkills sect4">
<div class="sect4-container"> </div>
</section>
</main>
<footer>
<div class="sitemap">
<a href="#work">Work Experiance</a>
<a href="#education">Education</a>
<a href="#programming-skills">Programming Skills</a>
<a href="#tools-skills">Tools</a>
<a href="#languages-skills">Language Skills</a>
<a href="mailto:[email protected]">Contact Me</a>
</div>
<div class="social-media-container"></div>
</footer>
<script src="js/section2.js"></script>
<script src="js/anime.min.js"></script>
<script src="js/rating.js"></script>
<script src="js/scrl-dn.js"></script>
<script src="js/links.js"></script>
<script src="js/exp-edu-pages.js"></script>
</body>
</html>