-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume of Rifat</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="pdf"><div class="pdff">
<h1><span class="color">Hello <br></span> I'm Rifat</h1>
<div class="contact">
<p>Equria , South Keraniganj , Dhaka</p>
<p>Dhaka - 1311 </p>
<span class="strng"><a href="tel:+8801580310578">01580310578</a></span><br>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="skills">
<h2 class="color">Skills</h2><ul>
<li><p><span class="strng">Debating skills: </span> Public Speaking, Critical Thinking,
Persuasive Communication, Thinking, Research , Analysis, Team Collaboration, Argument & Debate.</p></li>
<li><p><span class="strng">Web development: </span> HTML, CSS & JavaScript. </p></li></ul>
</div>
<div class="edu">
<h2 class="color">Education</h2>
<ul><li><p><span class="gray"> PSC - 2017</span><br><span class="strng">Equria Model High School</span><br>GPA - 5</p></li>
<li><p><span class="gray"> SSC - 2023</span><br><span class="strng">Hasnabad Kamuchan Shah High School</span><br>GPA - 5</p></li>
<li><p><span class="gray"> HSC - (October 2023 - Currently)</span><br><span class="strng">Dr. Mahabubur Rahman Mollah Collage</span></p></li></ul>
</div>
<div class="exp">
<h2 class="color">Experience</h2>
<ul><li><p>Campus Ambassador of Edvoy Bangladesh</p></li>
<li><p>Debater of DMRC Debating Club (DMRCDC)</p></li>
<li><p>Debater of Debate for Humanity (DFH)</p></li>
<li><p>Debater of The Debating Forum (TDF)</p></li>
<li><p>Debater of Logic Of Bangladesh (LOB)</p></li>
<li><p>Volunteer of Care for Assets, Resources, and Obligations (CARO)</p></li>
<li><p>Volunteer of Volunteer of Bangladesh (VBD)</p></li>
<li><p>Volunteer of Ekuria Wellfare Socity</p></li></ul>
</div>
<div class="achivement">
<h2 class="color">Achivements</h2>
<ul><li><p>Wikibook Writing Competition Bangla 2024 Certificate.</p></li>
<li><p>Prompt Engineering Course Completition Certificate.</p></li>
<li><p>UI/UX Course Completition Certificate.</p></li>
<li><p>Certificate of Participation in the Platinum Science Society's National Science and Technology Festival</p></li>
<li><p>Certificate of Appriciation as a CA in 3rd DRMC National Nature Festival.</p></li>
</ul>
<a href="https://drive.google.com/drive/folders/1UsoFyfd5xq1E8b9MTbezJCb6KUKpPhgV?usp=sharing">See Achivements</a>
</div>
<div class="lang">
<h2 class="color">Language</h2>
<ul><li><p><span class="strng">Bangla</span> - Native</p></li>
<li><p><span class="strng">English</span> - Conversant</p></li>
<li><p><span class="strng">Hindi</span> - Intermediate</p></li>
<li><p><span class="strng">Arabic</span> - Beginner</p></li>
<li><p><span class="strng">Urdu</span> - Beginner</p></li>
</ul>
</div></div></div>
</body>
</html>