-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (249 loc) · 10.5 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/index.css">
<title>Home</title>
</head>
<body class="d-flex flex-column">
<!-- nav-bar -->
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark">
<div class="px-5 m-2 container-fluid d-flex">
<a class="navbar-brand fs-3" href="#">Soeurn Rotha</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active fs-5" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5" href="about_us.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5 " href="contact_us.html">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link fs-5" href="my_projects.html">My project</a>
</li>
<li class="nav-item"></li>
<a class="nav-link fs-5" href="my_future.html">My future</a>
</li>
<li class="nav-item"></li>
<a class="nav-link fs-5" href="my_country.html">Cambodia</a>
</li>
<li class="nav-item"></li>
<a class="nav-link fs-5" href="siem_reap.html">Siem Reap</a>
</li>
<li class="nav-item"></li>
<a class="nav-link fs-5" href="trip.html">Trip Cambodia</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- //main -->
<div class="container p-3 mt-5">
<img src="https://mir-s3-cdn-cf.behance.net/project_modules/hd/d95c1f148207527.62d1246c25004.jpg"
class="rounded-circle mx-auto d-block avatar" alt="avatar_error">
<div class="container d-flex flex-column justify-content-center px-5 pt-2 align-items-center ">
<h1 class="mb-3">Hello, I’m Soeurn.I’m a Mobile devloper.</h1>
<p class="fs-5">I have 1 year 8 months experience at Flutter/dart Java and RestFul API.</p>
</div>
<div class="fs-1">About me</div>
<p class="fs-5">
My name is Soeurn Rotha is a dedicated Year 4 Computer Science student at the Royal University of Phnom Penh. With
practical
experience gained from working with Blue Technology Company, Rotha is proficient in mobile development,
specializing in Java, Flutter, Restful APIs, and Laravel. Driven by a passion for technology, i'm continually
seeks opportunities to expand his skills and contribute to innovative projects in the field of software
development.
</p>
<div class="row row-cols-2">
<div class="education py-2">
<div class="fs-1">Education</div>
<p class="fs-5">
Bachler of computer science department at Royal University Of Phnom Penh , Cambodia.
</p>
</div>
<div class="language py-2">
<div class="fs-1">Language</div>
<div>
<div class="fs-5 py-2">Khmer</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 100%; " aria-valuenow="100" aria-valuemin="100"
aria-valuemax="100"></div>
</div>
<div class="fs-5 py-2">Englist</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="25"
aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="skill py-2">
<div class="fs-1">Skill</div>
<div>
<div class="fs-5 py-2">Flutter/dart</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 80%; " aria-valuenow="80" aria-valuemin="100"
aria-valuemax="100"></div>
</div>
<div class="fs-5 py-2">Java</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="50"
aria-valuemax="100"></div>
</div>
<div class="fs-5 py-2">Node js RestFul Api(MVC)</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="60"
aria-valuemax="100"></div>
</div>
<div class="fs-5 py-2">Figma</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="60"
aria-valuemax="100"></div>
</div>
<div class="fs-5 py-2">Laravel RestFul Api(MVC)</div>
<div class="progress" style="height: 10px">
<div class="progress-bar" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="70"
aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="experience py-2">
<div class="fs-1">Experience</div>
<div>
<p><span class="fs-5 fw-bold">Mobile Developer at blue Technology</span> <br>
<span class="fs-6 secondary">blue Technology · Full-time</span> <br>
<span class="fs-6 text-secondary">Feb 2023 - Present · 1 yr 8 mosFeb 2023 to Present · 1 yr 8 mos
Phnom Penh, Cambodia</span>
</p>
<p><span class="fs-5 fw-bold">Intenship at blue Technology start from 01-February-2023 to 30-April-2023</span>
<br>
<span class="text-secondary">Has successfully completed mobile app development with Java platform intenship
program with blue
Technology
Co,. Ltd</span>
</p>
</div>
</div>
<div class="interests py-2">
<div class="fs-1">Interests</div>
<div class="fs-5">
<ul>
<li>I world like share education to social media</li>
<li>Learn programming language new</li>
<li>Strengthen skill flutter developer</li>
</ul>
</div>
</div>
<div class="personal-skill py-2">
<div class="fs-1">Personal Skill</div>
<div class="fs-5">
<ul>
<li>Communication</li>
<li>Team Work</li>
<li>Adaptability</li>
<li>Willingness to learn</li>
<li>Willingness to learn</li>
<li>Open-minded</li>
<li>Flexibility</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center text-lg-start text-white mt-auto" style="background-color: #1c2331">
<!-- Section: Social media -->
<section class="d-flex justify-content-between p-4 bg-primary">
<!-- Left -->
<div class="me-5">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="text-white me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-2">
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Social media</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto bg-primary" style="width: 60px; height: 2px" />
<p>
<a href="https://web.facebook.com/soeurn.rotha.virus" class="text-white" target="_blank">Facebook</a>
</p>
<p>
<a href="https://www.linkedin.com/in/soeurn-rotha-65a270285/" target="_blank"
class="text-white">Linkedin</a>
</p>
<p>
<a href="https://github.com/RothaSoeurn" target="_blank" class="text-white">Github</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto bg-primary" style="width: 60px; height: 2px" />
<p><i class="fas fa-home mr-3"></i>#320D, St150, Teuk L’ak 2, Phnom Penh, Cambodia</p>
<p><i class="fas fa-envelope mr-3"></i>[email protected]</p>
<p><i class="fas fa-phone mr-3"></i> +855 99 299 030</p>
<p><i class="fas fa-print mr-3"></i> +855 68 706 641</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2024 Copyright:
<a class="text-white" href="index.html">Soeurn rotha</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>