-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_projects.html
222 lines (194 loc) · 9.81 KB
/
my_projects.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
<!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>My projects</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 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 active" 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>
<div class="container my-5">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 justify-content-center">
<div class="col">
<div class="card">
<img src="https://miro.medium.com/v2/resize:fit:1400/0*kFl4Z5WbLbBO3if7" class="card-img-top"
alt="flutter">
<div class="card-body">
<h5 class="card-title">Flutter / Dart</h5>
<p class="card-text">Flutter is an open-source UI toolkit created by Google for building
natively compiled applications...</p>
<a href="https://flutter.dev/?gad_source=1&gclid=CjwKCAjw_4S3BhAAEiwA_64YhkNvAddFE-3J0sNQ5Sv97MzgjMhtEAPZVY9xHDA1E8zbVDMRmiOYjBoCBTgQAvD_BwE&gclsrc=aw.ds"
class="btn btn-primary" target="_blank">View all</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img class="card-img-top"
src="https://media.licdn.com/dms/image/D5612AQHMobt6-28CaQ/article-cover_image-shrink_720_1280/0/1679921423186?e=2147483647&v=beta&t=W011kVFX_WyzyadeBf9dBg9PqvkfJeMiCxApezhMXuo"
alt="Laravel">
<div class="card-body">
<h5 class="card-title">Laravel</h5>
<p class="card-text">Laravel is a PHP framework designed to simplify the development of web
applications...</p>
<a href="https://laravel.com/" target="_blank" class="btn btn-primary">View all</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img class="card-img-top" src="https://miro.medium.com/v2/resize:fit:1400/0*1QRN2XZZUOMgz4Aj"
alt="Java">
<div class="card-body">
<h5 class="card-title">Java android development</h5>
<p class="card-text">Java Android refers to the use of Java programming language to develop
Android applications...</p>
<a href="https://developer.android.com/studio?gad_source=1&gclid=CjwKCAjw_4S3BhAAEiwA_64YhpME86tOSDouMlEQOzoRz_yYoYCBy-tPMK7zKtp5RHxTIlSIPolOfhoCi7IQAvD_BwE&gclsrc=aw.ds"
target="_blank" class="btn btn-primary">View all</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img class="card-img-top" src="https://delta-dev-software.fr/wp-content/uploads/2024/02/nodejs.jpg"
alt="Node js">
<div class="card-body">
<h5 class="card-title">Node js</h5>
<p class="card-text">Node.js is a runtime environment that allows you to run JavaScript code
outside of a web browser...</p>
<a href="https://nodejs.org/en" target="_blank" class="btn btn-primary">View all</a>
</div>
</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">
<!-- Grid column -->
<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>