Skip to content

Commit 9a0fc7a

Browse files
committed
fix
1 parent 6f72701 commit 9a0fc7a

File tree

4 files changed

+30
-18
lines changed

4 files changed

+30
-18
lines changed

css/profile.css

+7
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
opacity: 1;
8989
}
9090

91+
.about .card .card-icon {
92+
position: absolute;
93+
right: 0;
94+
top: 5px;
95+
transform: translateZ(15px);
96+
}
97+
9198
.about .card .card-icon img {
9299
position: absolute;
93100
right: 50;

css/text.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
mark {
2-
background-color: white;
2+
background-color: #feb252;
33
border-radius: 1px;
44
}
55

6+
.marks {
7+
color: #feb252;
8+
}
9+
610
.typewrite3 {
711
text-align: justify;
812
text-justify: inter-word;

index.html

+18-17
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
<!-- TODO: Landing page -->
2323
<section>
2424
<div align="center">
25-
<h1 class="typewrite1 dm-sans"></h1>
25+
<h1 class="typewrite1 dm-sans marks"></h1>
2626
<h4 class="appear">PORTFOLIO</h4>
2727
</div>
2828
</section>
2929

3030
<!-- TODO: About Me -->
3131
<section class="about" style="background-color: #101010; color: #e3e3e3;">
32-
<div class="jumbotron p-5" align="center">
32+
<div class="jumbotron p-3" align="center">
3333
<div class="title appear" >
34-
<h1 class="dm-sans">ABOUT ME</h1>
34+
<h1 class="dm-sans marks">ABOUT ME</h1>
3535
</div>
3636
<div class="row pt-3 justify-content-center">
3737
<div class="col-10 col-md-5 appear">
@@ -40,7 +40,7 @@ <h3 class="typewrite2 appear">MUHAMMAD RIFZKHY ALL FHAYED</h3>
4040
</div>
4141
<div class="col-0 col-md-5 appear">
4242
<div class="card" data-tilt>
43-
<img loading="lazy" src="./src/rifzkhy.webp" class="profile-pics">
43+
<img loading="lazy" src="./src/rif.webp" class="profile-pics">
4444
<div class="card-body">
4545
<button type="button" class="btn btn-secondary profile" style="width: 250px;" disabled>Profile</button>
4646
<button type="button" class="btn btn-secondary mt-3 email" style="width: 250px;" disabled><i class="bi bi-envelope"></i> [email protected]</button>
@@ -75,9 +75,9 @@ <h3 class="typewrite2 appear">MUHAMMAD RIFZKHY ALL FHAYED</h3>
7575

7676
<!-- TODO: Education -->
7777
<section class="education">
78-
<div class="jumbotron p-5">
78+
<div class="jumbotron p-3">
7979
<div class="title appear" align="center">
80-
<h1 class="dm-sans">EDUCATION</h1>
80+
<h1 class="dm-sans marks">EDUCATION</h1>
8181
</div>
8282
<div class="row pt-3 justify-content-center">
8383
<div class="col-10 col-md-6">
@@ -148,9 +148,9 @@ <h5>2020 - 2023</h5>
148148

149149
<!-- TODO: Milestone -->
150150
<section style="background-color: #101010; color: #e3e3e3;">
151-
<div class="jumbotron p-5">
151+
<div class="jumbotron p-3">
152152
<div class="title appear" align="center">
153-
<h1 class="dm-sans">MILESTONE</h1>
153+
<h1 class="dm-sans marks">MILESTONE</h1>
154154
</div>
155155
</div>
156156
</section>
@@ -160,7 +160,7 @@ <h1 class="dm-sans">MILESTONE</h1>
160160
<div class="jumbotron p-3">
161161
<div class="designing">
162162
<div class="title pt-5 appear">
163-
<h1 class="dm-sans">DESIGNING</h1>
163+
<h1 class="dm-sans marks">DESIGNING</h1>
164164
</div>
165165
<div class="row pt-3">
166166
<div class="col p-3 appear">
@@ -204,7 +204,7 @@ <h1 class="dm-sans">DESIGNING</h1>
204204

205205
<div class="programming">
206206
<div class="title pt-5 appear">
207-
<h1 class="dm-sans">PROGRAMMING</h1>
207+
<h1 class="dm-sans marks">PROGRAMMING</h1>
208208
</div>
209209
<div class="row pt-3">
210210
<div class="col p-3 appear">
@@ -236,7 +236,7 @@ <h1 class="dm-sans">PROGRAMMING</h1>
236236
<section class="project" style="background-color: #101010; color: #e3e3e3;">
237237
<div class="jumbotron p-3">
238238
<div class="title appear" align="center">
239-
<h1 class="dm-sans">PROJECT</h1>
239+
<h1 class="dm-sans marks">PROJECT</h1>
240240
</div>
241241
<div class="row pt-3">
242242
<div class="col appear">
@@ -257,9 +257,9 @@ <h5 class="card-title">MatsuriAI</h5>
257257

258258
<!-- TODO: Certificate -->
259259
<section>
260-
<div class="jumbotron p-5 ">
260+
<div class="jumbotron p-3 ">
261261
<div class="title pt-5 appear" align="center">
262-
<h1 class="dm-sans">SERTIFIKAT</h1>
262+
<h1 class="dm-sans marks">SERTIFIKAT</h1>
263263
</div>
264264
<div class="certificate">
265265
<div class="row p-1">
@@ -272,7 +272,7 @@ <h1 class="dm-sans">SERTIFIKAT</h1>
272272
</div>
273273
</div>
274274
<div class="title pt-5 appear" align="center">
275-
<h1 class="dm-sans">PIAGAM</h1>
275+
<h1 class="dm-sans marks">PIAGAM</h1>
276276
</div>
277277
<div class="certificate">
278278
<div class="row p-1">
@@ -286,7 +286,7 @@ <h1 class="dm-sans">PIAGAM</h1>
286286
<!-- TODO: Social media -->
287287
<section class="project" style="background-color: #101010; color: #e3e3e3;"><div class="jumbotron p-3">
288288
<div class="title pt-5" align="center">
289-
<h1 class="dm-sans">SOCIAL MEDIA</h1>
289+
<h1 class="dm-sans marks">SOCIAL MEDIA</h1>
290290
</div>
291291
<div class="social-media" align="center">
292292
<div class="row p-3 justify-content-center">
@@ -339,7 +339,7 @@ <h1 class="dm-sans">SOCIAL MEDIA</h1>
339339
waitUntilVisible: true,
340340
}).go();
341341
new TypeIt(".typewrite3", {
342-
strings: ["<mark>C:/rifzkhy/about/Who am I?</mark>", "I am Rifzkhy, a fullstack programmer based in Indonesia. In my career journey, I have committed to keep learning and growing in the world of programming."," ","<mark>C:/rifzkhy/about/What is my goal?</mark>","My goal is to devote myself in creating programs that can simplify people's daily lives. I believe that technology can be a powerful tool to help society, and I strive to contribute through the codes I write."," ","<i>- Member of Kukang Developer</i>"],
342+
strings: ["<mark>C:/rifzkhy/about/Who-am-I?</mark>", "I am Rifzkhy, a fullstack programmer based in Indonesia. In my career journey, I have committed to keep learning and growing in the world of programming."," ","<mark>C:/rifzkhy/about/What-is-my-goal?</mark>","My goal is to devote myself in creating programs that can simplify people's daily lives. I believe that technology can be a powerful tool to help society, and I strive to contribute through the codes I write."," ","<i>- Member of Kukang Developer</i>"],
343343
speed: 10,
344344
waitUntilVisible: true,
345345
}).go();
@@ -352,7 +352,8 @@ <h1 class="dm-sans">SOCIAL MEDIA</h1>
352352
<script type="text/javascript" src="src/vanilla-tilt.js">
353353
VanillaTilt.init(document.querySelector(".col"), {
354354
max: 25,
355-
speed: 400
355+
speed: 400,
356+
gyroscope: false,
356357
});
357358
</script>
358359

src/rif.webp

36.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)