Skip to content

Commit

Permalink
sum
Browse files Browse the repository at this point in the history
ts
  • Loading branch information
parta99 committed Mar 30, 2023
1 parent bbb4426 commit 6417e74
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 106 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Release ](https://flat.badgen.net/github/release/parta99/parta99.github.io/releases)](https://github.com/parta99/parta99.github.io/releases)
[![Fork ](https://flat.badgen.net/github/forks/parta99/pawiwahan/)](https://github.com/parta99/pawiwahan/forks)
[![Last Commit ](https://flat.badgen.net/github/last-commit/parta99/pawiwahan/main)](https://github.com/parta99/pawiwahan/commits/main)
[![Commit Count ](https://flat.badgen.net/github/commits/parta99/pawiwahan/main)](https://github.com/parta99/pawiwahan)
[![Fork](https://flat.badgen.net/github/forks/parta99/pawiwahan/)](https://github.com/parta99/pawiwahan/forks)
[![Last Commit](https://flat.badgen.net/github/last-commit/parta99/pawiwahan/main)](https://github.com/parta99/pawiwahan/commits/main)
[![Commit Count](https://flat.badgen.net/github/commits/parta99/pawiwahan/main)](https://github.com/parta99/pawiwahan)
[![Netlify Status](https://api.netlify.com/api/v1/badges/6324e7f5-1c96-4b61-9e09-95aaf3e3db9d/deploy-status)](https://pawiwahan-dejon-eka.netlify.app/)
[![Licences ](https://badgen.net/badge/license/MIT/purple)](https://github.com/parta99/parta99.github.io/blob/main/LICENSE)
[![Defaul Branch ](https://badgen.net/github/checks/node-formidable/node-formidable)](https://github.com/parta99/parta99.github.io)
Expand Down
9 changes: 0 additions & 9 deletions assets/css/draft.css

This file was deleted.

19 changes: 0 additions & 19 deletions assets/js/pawiwahan.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,3 @@ const resetTooltip = (e) => {

copyButton.addEventListener("click", (e) => copyText(e));
copyButton.addEventListener("mouseover", (e) => resetTooltip(e));

// hitung mundur
var now = new Date();
var day = now.getDate();
var month = now.getMonth() + 1;
var year = now.getFullYear() + 1;
var nextyear = month + '/' + day + '/' + year + ' 07:07:07';
var h ='09/09/2023 08:00:00'

function startCountdown(date, timezoneOffset) {
$('#hitungmundur').countdown({
date: date, // Format: "mm/dd/yyyy hh:mm:ss"
offset: timezoneOffset, // Timezone Offset
day: 'Day',
days: 'Days'
}, function (container) {
alert('Acara pernikahan kami sudah selesai. Terima kasih banyak buat yang sudah hadir! :)');
});
}
74 changes: 0 additions & 74 deletions draft.html

This file was deleted.

4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<!-- My css -->
<link rel="stylesheet" href="assets/css/pawiwahan.css" />
<!-- cjQ -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js" integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- deleted v-1.9.1 -->
<script src="assets/js/jquery.countdown.min.js"></script>
Expand Down Expand Up @@ -210,7 +212,7 @@ <h2 class="fs-5">BR. Palak Sukawati</h2>
offset: +8, // TODO Timezone Offset
day: 'Day',
days: 'Days',
hideOnComplete: true
// hideOnComplete: true
},function (container){
alert('Acara pernikahan kami sudah selesai. Terima kasih banyak buat yang sudah hadir! :)');
});
Expand Down

0 comments on commit 6417e74

Please sign in to comment.