Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesh27 authored Dec 16, 2023
1 parent 6b49d10 commit 559677b
Showing 1 changed file with 54 additions and 73 deletions.
127 changes: 54 additions & 73 deletions Assignments/CB.EN.U4CYS22032/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,8 @@
<link rel="stylesheet" href="css/style.css">

<script>
window.onload = function() {

var firstName = prompt("Please enter your first name:");
var lastName = prompt("Please enter your last name:");
var email = prompt("Please enter your email:");
var phonenumber = prompt("Please enter your phone number:");
var address = prompt("Please enter your address:");

if (firstName && lastName && email && phonenumber && address) {
document.getElementById("first-name").value = firstName;
document.getElementById("last-name").value = lastName;
document.getElementById("email").value = email;
document.getElementById("phonenumber").value = phonenumber;
document.getElementById("address").value = address;
document.getElementById("content").style.display = "block";
}
else {
alert("Please fill in all the required information.");
window.location.href = "error.html";
}
};



function displayAlert() {
alert("Thank you for your interest! We will contact you to schedule a service visit.");
}
Expand All @@ -43,23 +23,15 @@



<title>KS interior's</title>
<title>KS Interior's</title>
</head>
<body>

<div id="content" style="display: none;">

<input type="hidden" id="first-name" name="first-name">
<input type="hidden" id="last-name" name="last-name">
<input type="hidden" id="email" name="email">
<input type="hidden" id="phonenumber" name="phonenumber">
<input type="hidden" id="address" name="address">
</div>


<header class="header fixed-top">

<a href="#" class="logo"><img src="images/LOGO.jpeg" alt=""></a>

<a href="#" class="logo"><img src="images/h.logo.jpg" alt=""></a>
<span class="CompanyName">KS Interior's</span>

<nav>
<ul>
Expand Down Expand Up @@ -126,10 +98,11 @@ <h2>the best Interior Design in the city</h2>
With a keen eye for detail and a commitment to excellence, we bring your interior dreams to life. Our designs seamlessly blend functionality, style, and innovation, ensuring that every space we touch becomes a true reflection of your unique personality and vision.</p>
<p>Client satisfaction is our utmost priority. We strive to exceed expectations by delivering exceptional results within the agreed-upon timelines and budget. Our transparent and collaborative approach ensures open communication throughout the entire process, making every step a seamless and enjoyable experience,Choose KS Interior to embark on a transformative journey where your dreams become reality. Experience the joy of spaces that not only inspire but also leave an indelible mark of elegance and sophistication. With us, your interior aspirations will soar to new heights, leaving you with a sense of pride in your beautifully designed surroundings.</p>
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
<a href="https://www.facebook.com" class="fab fa-facebook-f"></a>
<a href="https://twitter.com" class="fab fa-twitter"></a>
<a href="https://www.instagram.com" class="fab fa-instagram"></a>
</div>

</div>

</div>
Expand Down Expand Up @@ -186,49 +159,48 @@ <h3>Water works</h3>
<img src="images/pr_img-1.jpg" alt="">
<div class="info">
<h2>Living room Designs</h2>
<button class="btn" onclick="window.open('html/lr_designs.html')">
Get your's
</button>
<button class="btn" onclick="window.location.href='html/lr_designs.html'">Get Yours</button>
</div>
</div>

<div class="box">
<img src="images/pr_img-2.jpg" alt="">
<div class="info">
<h2>Balcony Designs</h2>
<button class="btn" onclick="window.open('html/bl_designs.html')">Get Your's</button>
<h2>Balcony Designs</h2>
<button class="btn" onclick="window.location.href='html/bl_designs.html'">Get Yours</button>
</div>
</div>


<div class="box">
<img src="images/pr_img-3.jpg" alt="">
<div class="info">
<h2>Pool Designs</h2>
<button class="btn" onclick="window.open('html/pl_designs.html')">Get Your's</button>
<button class="btn" onclick="window.location.href='html/pl_designs.html'">Get Yours</button>
</div>
</div>

<div class="box">
<img src="images/pr_img-4.jpg" alt="">
<div class="info">
<h2>Kitchen Designs</h2>
<button class="btn" onclick="window.open('html/kt_designs.html')">Get Your's</button>
<button class="btn" onclick="window.location.href='html/kt_designs.html'">Get Yours</button>
</div>
</div>

<div class="box">
<img src="images/pr_img-5.jpg" alt="">
<div class="info">
<h2>Bath Designs</h2>
<button class="btn" onclick="window.open('html/bt_designs.html')">Get Your's</button>
<button class="btn" onclick="window.location.href='html/bt_designs.html'">Get Yours</button>
</div>
</div>

<div class="box">
<img src="images/pr_img-6.jpg" alt="">
<div class="info">
<h2>Backyard Designs</h2>
<button class="btn" onclick="window.open('html/by_designs.html')">Get Your's</button>
<button class="btn" onclick="window.location.href='html/by_designs.html'">Get Yours</button>
</div>
</div>

Expand All @@ -245,12 +217,12 @@ <h1 class="heading">Approach us</h1>

<div class="contact-box">
<i class="fas fa-map-marker-alt"></i>
<h3>Coimbatore, india - 400104</h3>
<h3>Coimbatore, india - 641001</h3>
</div>

<div class="contact-box">
<i class="fas fa-envelope"></i>
<h3>interiors.ks@gmail.com</h3>
<h3>interiors.elite@gmail.com</h3>
</div>

<div class="contact-box">
Expand All @@ -260,23 +232,21 @@ <h3>+919456734534</h3>

</div>

<div class="form-container mx-auto">

<form action="">

<div class="inputBox">
<input type="text" placeholder="first name">
<input type="text" placeholder="last name">
</div>
<input type="email" placeholder="e-mail">
<textarea name="message" id="" cols="30" rows="10" placeholder="message"></textarea>
<input type="submit" value="send">

</form>

<div class="form-container mx-auto">
<form id="myForm">
<div class="inputBox">
<input type="text" id="firstName" placeholder="First Name" required>
<input type="text" id="lastName" placeholder="Last Name" required>
</div>
<input type="email" id="email" placeholder="E-mail" required>
<textarea id="message" cols="30" rows="10" placeholder="Message" required></textarea>
<input type="submit" value="Send">
</form>
</div>



</section>


Expand All @@ -286,7 +256,7 @@ <h3>+919456734534</h3>
<div class="row">

<div class="col-md-3">
<h2><img src="images/LOGO.jpeg" alt=""></h2>
<h2><img src="images/LOGO.jpg" alt=""></h2>
<p align="center">Whether it's a luxurious residence, a vibrant commercial space, or a cozy boutique hotel, KS Interior has the expertise and creativity to breathe life into your vision. We have earned a stellar reputation for our exceptional work and unwavering commitment to excellence.</p>
</div>

Expand All @@ -298,7 +268,6 @@ <h2>our location</h2>
<a href="#">Nellore</a>
<a href="#">Guntur</a>
<a href="#">Bangalore</a>

<a href="#">hyderabad</a>
<a href="#">vizag</a>
<a href="#">Trivandrum</a>
Expand All @@ -308,23 +277,35 @@ <h2>our location</h2>
<div class="col-md-3">
<h2>follow us</h2>
<div class="list">
<a href="#">facebook</a>
<a href="#">twitter</a>
<a href="#">instagram</a>
<a href="#">pinterest</a>
<a href="https://www.facebook.com">facebook</a>
<a href="https://twitter.com">twitter</a>
<a href="https://www.instagram.com">instagram</a>
<a href="https://www.pinterest.com">pinterest</a>
</div>
</div>

<div class="col-md-3 text-center text-md-left letter">
<h2>Membership</h2>
<p>join for latest updates</p>
<input type="email" placeholder="enter your email">
<input type="submit" placeholder="subscribe">
<p>Join for latest updates</p>
<form id="subscribeForm">
<input type="email" id="emailInput" placeholder="Enter your email" required>
<input type="submit" value="Subscribe">
</form>
</div>


</div>

<h1 class="credit"><span>KS designer's</span> | all rights reserved. </h1>
<h1 class="credit"><span>KS Interior's</span> | all rights reserved. </h1>
<footer>
<p>&copy; Copyright-2023 </p>
<p>Interior Designs-Jeeshitha K</p>
<p>II Year Btech CSE(CYS)<p>
<p>Part of 20CYS202 - User Interface Design </p>
<p>Amrita Vishwa Vidyapeetham, Coimbatore</p>

</footer>


</section>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
Expand All @@ -345,4 +326,4 @@ <h1 class="credit"><span>KS designer's</span> | all rights reserved. </h1>


</body>
</html>
</html>

0 comments on commit 559677b

Please sign in to comment.