Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishnavi-3969 committed Mar 26, 2023
1 parent 2a4d348 commit ad5d0a4
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 81 deletions.
160 changes: 86 additions & 74 deletions contact us/index.html
Original file line number Diff line number Diff line change
@@ -1,94 +1,106 @@
<!DOCTYPE html>
<html lang="en" style="background-color: antiquewhite;">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>

<meta name="author" content="Codeconvey" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="css/style.css">

<link rel="stylesheet" href="css/demo.css" />

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>

<meta name="author" content="Codeconvey" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- <link rel="stylesheet" href="css/style.css"> -->

<!-- <link rel="stylesheet" href="css/demo.css" />
-->
</head>

<body>
<div class="ScriptTop">
<div class="header"></div>
<div class="ScriptTop">
<div class="rt-container">
<div class="col-rt-4" id="float-right">



</div>
<div class="col-rt-4" id="float-right">

<section>
<div class="rt-container">


</div>

<section>
<div class="rt-container">
<div class="col-rt-12">
<div class="Scriptcontent">
<div>
<div class="container">
<div class="contact-parent">
<div class="Scriptcontent">

<div>
<div class="container">
<div class="contact-parent">
<div class="contact-child child1">
<p>
<i class="fas fa-map-marker-alt"></i> Address <br />
<span> address
<br />
any address
</span>
</p>

<p>
<i class="fas fa-phone-alt"></i> phone <br />
<span>88888888</span>
</p>

<p>
<i class=" far fa-envelope"></i> email us <br />
<span>[email protected]</span>
</p>
<p>
<i class="fas fa-map-marker-alt"></i> Address <br />
<span> address
<br />
any address
</span>
</p>

<p>
<i class="fas fa-phone-alt"></i> phone <br />
<span>88888888</span>
</p>

<p>
<i class=" far fa-envelope"></i> email us <br />
<span>[email protected]</span>
</p>
</div>

<div class="contact-child child2">
<div class="inside-contact">
<h2>Contact Us</h2>
<h3>
<span id="confirm">
</h3>
<div class="inside-contact">
<h2>Contact Us</h2>
<h3>
<span id="confirm">
</h3>

<p>Name *</p>
<input id="txt_name" type="text" Required="required">
<p>Name *</p>
<input id="txt_name" type="text" Required="required">

<p>Email *</p>
<input id="txt_email" type="text" Required="required">
<p>Email *</p>
<input id="txt_email" type="text" Required="required">

<p>Phone *</p>
<input id="txt_phone" type="text" Required="required">
<p>Phone *</p>
<input id="txt_phone" type="text" Required="required">

<p>Subject *</p>
<input id="txt_subject" type="text" Required="required">
<p>Subject *</p>
<input id="txt_subject" type="text" Required="required">

<p>Message *</p>
<textarea id="txt_message" rows="4" cols="20" Required="required" ></textarea>
<input type="submit" id="btn_send" value="SEND">
</div>
<p>Message *</p>
<textarea id="txt_message" rows="4" cols="20" Required="required"></textarea>

<input type="submit" id="btn_send" value="SEND">
</div>
</div>
</div>
</div>
</div>
</div>


</div>
</div>
</div>

</section>



</body>
</div>


</div>
</div>
</div>

</section>

<div class="footer">
</div>

</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(function () {
$("#header").load("../header.html");
$("#footer").load("../footer.html");
});
</script>

</html>
14 changes: 7 additions & 7 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

h1 {
color: #5C7CFA;
color: #f7797d;
}

.card {
Expand All @@ -48,7 +48,7 @@
}

.heart {
color: #989898;
color: #f7797d;
margin-top: 15px;
margin-left: 230px;
font-size: 30px;
Expand All @@ -62,12 +62,12 @@
}

.heart-active {
color: #fbd786;
color: #f7797d;
}

.heart:hover {
color: red;
background-color: #f9f9f9;
background-color: #f7797d;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
Expand Down Expand Up @@ -120,7 +120,7 @@
}

.wish {
color: #C50707;
color: #fbd786;
}

#toast,
Expand All @@ -133,8 +133,8 @@
top: 0;
left: 80%;
transform: translate(-50%);
background-color: #EFF2FF;
color: #76777E;
background-color: #f7797d;
color: #f7797d;
padding: 1px;
border-radius: 8px;
text-align: center;
Expand Down

0 comments on commit ad5d0a4

Please sign in to comment.