Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Skill image highlight and Contact message fix #4

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

Closed
gbcastilho wants to merge 4 commits into ProgrammerGaurav:master from gbcastilho:master
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
4 changes: 2 additions & 2 deletions contact.html
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <h1 class="">ProgrammerGaurav</h1>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="form-group">
<label for="Messege">Messege</label>
<textarea type="email" class="form-control" id="messege" name="messege"
<label for="Message">Message</label>
<textarea type="email" class="form-control" id="message" name="message"
required></textarea>
</div>
<button type="submit" class="btn">Submit</button>
Expand Down
11 changes: 10 additions & 1 deletion css/style.css
View file Open in desktop

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/script.js
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var frm = $('#contact');
frm.submit(function (e) {
e.preventDefault();
let name = document.getElementById("name").value;
let messege = document.getElementById("messege").value;
var win = window.open(`https://wa.me/+918450996596?text=Hi%20I%27m%20${name},%20${messege}`, '_blank');
let message = document.getElementById("message").value;
var win = window.open(`https://wa.me/+918450996596?text=Hi%20I%27m%20${name},%20${message}`, '_blank');
});
new WOW().init();
$(document).ready(function () {
Expand Down

AltStyle によって変換されたページ (->オリジナル) /