-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1202 from Harsh2504/ContactPage
#3 Enhanced Contact Page ,dark mode and animations
- Loading branch information
Showing
9 changed files
with
253 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,23 +21,23 @@ | |
<link href="css/translate.css" rel="stylesheet" type="text/css" media="all" /> | ||
<link rel="stylesheet" href="css/contact.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> | ||
<title>Contact Form</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" | ||
/> | ||
<title>Naruto-Contact</title> | ||
</head> | ||
<body class="contact_body light-mode"> | ||
|
||
<body class="contact_body light-mode" style="position: relative; overflow-y: hidden;"> | ||
<header> | ||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="height: 60px; padding:5px 5px 5px 30px;"> | ||
<nav class=" animate__animated animate__fadeInDown navbar fixed-top navbar-expand-lg navbar-light" style="height: 60px; padding:5px 5px 5px 30px;"> | ||
|
||
<img src="adi image/naruto-advenimiento-los-animes-cortos-2.png" style="max-height: 100%; width: auto;"> | ||
<!-- <a class="navbar-brand brand1 ml-4" href="#" style="color: beige;">Naruto</a> --> | ||
|
||
|
||
<div class="search"> | ||
<div class="icon"></div> | ||
<div class="input"> | ||
<input type="text" placeholder="search" id="mysearch"> | ||
</div> | ||
|
||
<span class="clear" onclick="document.getElementById('mysearch').value = ' '"></span> | ||
</div> | ||
|
||
|
||
<button class="navbar-toggler" class="menu-btn" type="button" data-toggle="collapse" | ||
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
|
@@ -82,13 +82,15 @@ | |
</nav> | ||
|
||
</header> | ||
<h1>Naruto Friends, Get In Touch with us</h1> | ||
|
||
<div class="wpcf7" id="wpcf7-f156-p143-o1 formwrap"> | ||
<h1 class=" animate__animated animate__fadeInUp animate__slow">Naruto Friends, Get In Touch with us</h1> | ||
<img class="img1 animate__animated animate__fadeInLeft" src="adi image/kakashi.png" alt=""> | ||
<img class="img2 animate__animated animate__fadeInRight" src="adi image/contact_naruto.png " alt=""> | ||
<div class="wpcf7 container animate__animated animate__fadeInUp animate__slow" id="wpcf7-f156-p143-o1 formwrap" > | ||
|
||
<form | ||
action="https://formsubmit.co/[email protected]" | ||
method="POST" | ||
class="contact__form wpcf7-form" | ||
class="contact__form wpcf7-form " | ||
novalidate="novalidate" | ||
> | ||
<input type="hidden" name="_captcha" value="false" /> | ||
|
@@ -148,12 +150,26 @@ <h1>Naruto Friends, Get In Touch with us</h1> | |
<input | ||
type="submit" | ||
value="Send" | ||
class="wpcf7-form-control wpcf7-submit btn" | ||
class="wpcf7-form-control wpcf7-submit btn" | ||
style="float: none; margin-left: 165px;" | ||
/> | ||
</p> | ||
<div class="wpcf7-response-output wpcf7-display-none"></div> | ||
</form> | ||
</div> | ||
|
||
<footer class="footer" style="padding: 20px;"> | ||
<marquee> Developed and Designed By <span id="idblink" onclick="tap()" style="cursor: pointer;"><u>Vikhyat | ||
Singh</u></span> | © All | ||
Rights Reserved</marquee> | ||
</footer> | ||
<script> | ||
function tap() { | ||
const link = document.getElementById('idblink') | ||
window.location.href = "https://github.com/vikhyatsingh123" | ||
} | ||
</script> | ||
|
||
<script> | ||
function darkmode() { | ||
// console.log("hello"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.