-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
113 lines (109 loc) · 3.65 KB
/
cv.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
---
title: 'CV'
description: 'Experiences, Skills'
lang: en
layout: default
---
<div class="container">
<div class="row text-center">
<div class="col-12">
<p class="d-inline px-3">
<i class="bi-envelope-at-fill"></i>
<a class="px-2" href="mailto:[email protected]">
</a>
</p>
<p class="d-inline px-3">
<i class="bi-telegram"></i>
<a href="https://t.me/Muaath_5">
@Muaath_5
</a>
</p>
<p class="d-inline px-3">
<i class="bi-geo-alt-fill"></i>
Saudi Arabia
</p>
</div>
</div>
<div class="row">
<div class="col-3">
<div id="scroll-list" class="list-group">
<!-- <a class="list-group-item list-group-item-action" href="#objective">Objective</a> -->
<a class="list-group-item list-group-item-action" href="#experience">Experience</a>
<a class="list-group-item list-group-item-action" href="#technical">Technical Skills</a>
<a class="list-group-item list-group-item-action" href="#soft">Soft Skills</a>
</div>
</div>
<div class="col-9">
<div data-bs-spy="scroll" data-bs-target="#scroll-list" data-bs-smooth-scroll="true" style="height: 200px; margin-top: .5rem; overflow: auto;" tabindex="0">
<div id="experience">
<h2>Experience</h2>
<ul>
<li>
Translator - <a href="https://github.com/tginfo">@tginfo</a> (2022/10 - 2023/2)
<ul>
<li>Translate posts at 2 Telegram channels from English to Arabic</li>
</ul>
</li>
<li>
Problemsetter - <a href="https://github.com/SCPComunity">@SCPComunity</a> (2023/2 - 2023/5)
<ul>
<li>Creating new tasks in Polygon</li>
<li>Importing tasks from other online judges to VJudge</li>
<li>Organizing weekly contests</li>
</ul>
</li>
<li>
Web Developer, Admin - <a href="https://github.com/Teqaniaat">@Teqaniaat</a> (2023/7 - Now)
<ul>
<li>Created Teqaniaat website using Jekyll</li>
<li>Teached in Teqaniaat courses</li>
<li>Gathered statistics when needed</li>
<li>Administrator on Telegram channels/groups</li>
</ul>
</li>
<li>
Web developer - <a href="https://mrb3.org/">@MRB3</a> (2023/6 - Now)
<ul>
<li>Recreated MRB3 website in Laravel</li>
<li>Developed statistics system</li>
<li>Maintained hosting on AWS</li>
</ul>
</li>
</ul>
</div>
<div id="technical">
<h3>Technical Skills</h3>
<ul>
<li><b>Tools:</b> Git + Github, Docker, Google sheets/docs</li>
<li><b>Web:</b> PHP + Laravel</li>
<li><b>Console apps:</b> C#, C++</li>
<li><b>Databases:</b> MySQL, PostgreSQL</li>
<li><b>Systems:</b> Linux, WSL, Windows, Ubuntu, Alpine, AWS Servers</li>
<li><b>UI:</b> CSS, Javascript, Bootstrap</li>
<li><b>Data:</b> Google sheets/Excel, Google Analytics</li>
<li>
<b>Other:</b>
<ul>
<li>Algorithms & Data Structures</li>
<li>REST API</li>
<li>Automation using Python</li>
<li>Web scraping in python</li>
</ul>
</li>
</ul>
</div>
<div id="soft">
<h3>Soft skills</h3>
<ul>
<li>Self learning</li>
<li>Communication</li>
<li>Analyzing statistics</li>
<li>Problem solving</li>
<li>Project management</li>
</ul>
</div>
</div>
</div>
</div>
</div>