Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR#32: Dev => Master #33

Merged
merged 8 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Create Release
uses: ncipollo/[email protected]
with:
tag: v1.5.6
tag: v1.5.6.1
6 changes: 5 additions & 1 deletion Node.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pids
*.seed
*.pid.lock

# macOS hidden files
.DS_Store
*._.

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down Expand Up @@ -127,4 +131,4 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*
11 changes: 4 additions & 7 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="intro">
<br>
<br>
<!-- Return to Top -->
<a href="javascript:" id="return-to-top"><i class="fa fa-arrow-up"></i></a>
<a href="javascript:" class="return-to-top"><i class="fa fa-arrow-up"></i></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -149,10 +149,10 @@ <h2 style="color: white;">My GitHub contributions</h2>
</div>
</section>
<!--Project section-->
<div class="box">
<div class="box" style="margin-top: 150px;">
<p id="service"></p>
<div class="containerPrj">
<h1 style="text-align:center; background-color: rgb(227, 227, 227); padding-top: 70px; margin-top: 0px;"><strong class="wow fadeInDownBig" data-wow-delay="0.5s">Projects</strong></h1>
<h1 style="text-align:center; background-color: rgb(227, 227, 227);"><strong class="wow fadeInDownBig" data-wow-delay="0.5s">Projects</strong></h1>
<main class="gridPrj">

<article class="wow fadeInUp social-icon" data-wow-delay="0.5s">
Expand All @@ -169,7 +169,7 @@ <h1 style="text-align:center; background-color: rgb(227, 227, 227); padding-top:
<li>Figma</li>
<li>GitHub</li>
<li>Xcode Simulators</li>
<li>Android Studio emulators</li>
<li>Android Studio</li>
<li> MVVM architecture </li>
</ul>
</article>
Expand Down Expand Up @@ -890,9 +890,6 @@ <h2>Fullstack Software Engineer</h2>

</div>
<div class="col-md-12 col-sm-12">
<h2><strong><br>
+61 478 753 033<br>
[email protected]</strong></h2>
<ul class="wow fadeInDown social-icon" data-wow-delay="0.5s">
<li><a href="https://www.linkedin.com/in/oudom-munint/" target="_blank" class="fa fa-linkedin-square"></a></li>
<li><a href="https://github.com/OudomMunint" target="_blank" class="fa fa-github"></a></li>
Expand Down
10 changes: 5 additions & 5 deletions css/all.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ p {
.mask span {
-webkit-text-fill-color: transparent;
}
#return-to-top,
.return-to-top,
.body,
.gridPrj .btn,
.social-icon li a {
Expand Down Expand Up @@ -421,7 +421,7 @@ p {
line-height: 25px;
letter-spacing: 0.2px;
}
#return-to-top {
.return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
Expand All @@ -439,7 +439,7 @@ p {
transition: 0.3s;
z-index: 2;
}
#return-to-top i {
.return-to-top i {
color: #fff;
margin: 0;
position: relative;
Expand All @@ -457,10 +457,10 @@ p {
transition: 0.3s;
top: 0;
}
#return-to-top:hover {
.return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
.return-to-top:hover i {
color: #fff;
top: 5px;
}
Expand Down
6 changes: 3 additions & 3 deletions js/all.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ window.addEventListener("scroll", showIt);


//Return to top
const scrollToTopBtn = document.getElementById("return-to-top");
const scrollToTopBtn = document.getElementsByClassName("return-to-top")[0];

scrollToTopBtn.addEventListener("click", () => {
window.scrollTo({
Expand All @@ -194,8 +194,8 @@ scrollToTopBtn.addEventListener("click", () => {

$(window).scroll(function () {
$(this).scrollTop() >= 50
? $("#return-to-top").fadeIn(200)
: $("#return-to-top").fadeOut(200);
? $(".return-to-top").fadeIn(200)
: $(".return-to-top").fadeOut(200);
});

// const DOT_RADIUS = 24,
Expand Down
7 changes: 0 additions & 7 deletions node_modules/-/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/-/dist/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/-/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/atob

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/atob.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/atob.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/color-support

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/color-support.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/color-support.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/gulp

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/gulp.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/gulp.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/mkdirp

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/mkdirp.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/mkdirp.ps1

This file was deleted.

Loading