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

First edit #92

Closed
wants to merge 22 commits into from
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: rampatra # Replace with a single Patreon username
patreon: # Replace with a single Patreon username
open_collective: jbot # Replace with a single Open Collective username
ko_fi: rampatra # Replace with a single Ko-fi username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: https://www.paypal.me/iamrampatra # Replace with a single custom sponsorship URL
custom: https://www.paypal.me/ # Replace with a single custom sponsorship URL
1 change: 1 addition & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# name: NodeJS with Gulp
# more

# on:
# push:
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wedding.rampatra.com
wedding.com
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
A beautiful, feature rich, device friendly wedding website.
_See [wedding.rampatra.com](http://wedding.rampatra.com/) for a demo. Use invite code `271117` to RSVP._

# Chace
- From desktop test


# Highlights
1. Slick and fully __responsive__ design.
2. __RSVP feature__ which directly uploads data to a Google sheet.
Expand Down
Empty file added dist/a
Empty file.
Binary file added img/received_10154724178852100.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
783 changes: 392 additions & 391 deletions index.html
100755 → 100644

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions npmfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exports.printMsg = function() {
console.log("Visit https://wedding.rampatra.com !");
exports.printMsg = function () {
console.log("Visit https://wedding.com !");
};
Loading