-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (138 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume Raka</title>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="profile">
<div class="profile_container">
<div class="profile_profileImg">
<img src="b.png" alt="shaif arfan">
</div>
<div>
<h1 class="profile_name">
<span class="profile_name_firstName">I GD Made</span>
<span class="profile_name_lastName"> Raka Andhika</span>
</h1>
<p class="profile_title">Hospitality and Web3</p>
<p class="description profile_description">
a professional working in hotelier for 8 years+ and web3 3 years+.
</p>
</div>
</div>
</div>
<div class="group-1">
<div class="skills">
<h3 class="title">Expertise</h3>
<ul class="skills_list description">
<li>JavaScript</li>
<li>HTML CSS</li>
<li>React Js</li>
<li>Excell</li>
</ul>
</div>
<div class="edu">
<h3 class="title">Education</h3>
<div class="edu_item">
<p class="item_preTitle">2007-2009</p>
<h4 class="item_title">High School</h4>
<p class="item_subtitle">
Surya Wisaata Kediri
</p>
</div>
</div>
<div class="certification">
<h3 class="title">certification</h3>
<div class="certification_item">
<p class="item_preTitle">2015</p>
<h4 class="item_title">best supervisor</h4>
<p class="description">
best supervisor at Uppala Villa Seminyak in 2015
</p>
</div>
</div>
</div>
<div class="group-2">
<div class="exp">
<h3 class="title">Experience</h3>
<div class="exp_item">
<p class="item_preTitle">2012 - 2020</p>
<h4 class="item_title">Uppala villa seminyak</h4>
<p class="item_subtitle"> SPV Housekeeping</p>
<p class=" description">
as a housekeeping supervisor who has the role and responsibility to supervise and manage cleanliness and tidiness operations within Uppala Villa Seminyak.
Had to terminate the contract due to the covid pandemic
</p>
</div>
<div class="exp_item">
<p class="item_preTitle">2020 - present</p>
<h4 class="item_title">Work on Web3 or Crypto.</h4>
<p class="item_subtitle">Web3</p>
<p class="description">In Web3 I have handled several roles, such as being 1.moderator whose job is as an admin who explains to the public about a project in the community. 2. Social media engagement which has the task of promoting products on social media
</p>
</div>
</div>
<div class="interest">
<h3 class="title">Interest</h3>
<div class="interest_items">
<div class="interest_item">
<i data-feather="music"></i>
<span>Music</span>
</div>
<div class="interest_item">
<i data-feather="book"></i>
<span>Books</span>
</div>
<div class="interest_item">
<i data-feather="map"></i>
<span>Travel</span>
</div>
</div>
</div>
</div>
<hr>
<div class="group-3">
<div class="contact">
<h3 class="title">Contact</h3>
<div class="contact_info">
<p class="description">
BALI, Indonesia
</p>
<p class="description">
+6285857877079
</p>
<p class="description">
</p>
</div>
</div>
<div class="social">
<h3 class="title">Socials</h3>
<div class="social_items">
<a href="https://www.facebook.com/accu.boys?mibextid=ZbWKwL" target="_b" class="social_item">
<i data-feather="facebook"></i>
<span></span>
</a>
<a href="https://x.com/icplink" target="_blank" class="social_item">
<i data-feather="twitter"></i>
<span></span>
</a>
<a href="#" target="_blank" class="social_item">
<i data-feather="linkedin"></i>
<span></span>
</a>
</div>
</div>
</div>
</div>
<script>
feather.replace()
</script>
</body>
</html>