Skip to content
Open
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
Binary file added Mern.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added flutter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added german.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 27 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Restraunt</title>
<title>Restaurant</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
Expand All @@ -12,6 +12,10 @@
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
</head>
<body>
<nav class="navbar">
Expand All @@ -36,7 +40,7 @@ <h1 class="logo">RS</h1>
<section class="showcase-area" id="showcase">
<div class="showcase-container">
<h1 class="main-title" id="home">Eat Right Food</h1>
<p>Eat Healty, it is good for our health.</p>
<p>Eat healthy, it is <span class="typing"></span></p>
<a href="#food-menu" class="btn btn-primary">Menu</a>
</div>
</section>
Expand Down Expand Up @@ -111,7 +115,7 @@ <h2 class="food-menu-heading">Courses Offered</h2>
<div class="food-menu-container container">
<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/tyMZ0" alt="" />
<img src="android.png" alt="" />
</div>
<div class="food-description">
<h2 class="food-titile">Android</h2>
Expand All @@ -126,7 +130,7 @@ <h2 class="food-titile">Android</h2>
<div class="food-menu-item">
<div class="food-img">
<img
src="shorturl.at/rBJTY"
src="ml.jpeg"
alt="error"
/>
</div>
Expand All @@ -141,7 +145,7 @@ <h2 class="food-titile">Machine Learning</h2>
</div>
<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/qNT12" alt="" />
<img src="react.png" alt="" />
</div>
<div class="food-description">
<h2 class="food-titile">React JS</h2>
Expand All @@ -154,7 +158,7 @@ <h2 class="food-titile">React JS</h2>
</div>
<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/gnEMS" alt="" />
<img src="flutter.png" alt="" />
</div>
<div class="food-description">
<h2 class="food-titile">Flutter</h2>
Expand All @@ -167,7 +171,7 @@ <h2 class="food-titile">Flutter</h2>
</div>
<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/sxMV9" alt="" />
<img src="Mern.jpg" alt="" />
</div>
<div class="food-description">
<h2 class="food-titile">MERN</h2>
Expand All @@ -180,7 +184,7 @@ <h2 class="food-titile">MERN</h2>
</div>
<div class="food-menu-item">
<div class="food-img">
<img src="shorturl.at/fkquA" alt="" />
<img src="german.jpeg" alt="" />
</div>
<div class="food-description">
<h2 class="food-titile">German</h2>
Expand Down Expand Up @@ -264,7 +268,7 @@ <h2 class="testimonial-title">What Our Customers Say</h2>
<section id="contact">
<div class="contact-container container">
<div class="contact-img">
<img src="https://i.postimg.cc/1XvYM67V/restraunt2.jpg" alt="" />
<img src="https://i.postimg.cc/1XvYM67V/restaurant2.jpg" alt="" />
</div>

<div class="form-container">
Expand All @@ -281,7 +285,7 @@ <h2>Contact Us</h2>
</div>
</section>
<footer id="footer">
<h2>Restraunt &copy; all rights reserved</h2>
<h2>Restaurant &copy; all rights reserved</h2>
</footer>
</body>
<!--
Expand Down Expand Up @@ -316,4 +320,17 @@ <h2>Restraunt &copy; all rights reserved</h2>
});
});
</script>

<!-- Some js on typing behaviour -->
<script>

$(document).ready(function(){
var typed = new Typed(".typing", {
strings: ["good for our health."],
typeSpeed: 110,
backSpeed: 50,
loop: true
});
});
</script>
</html>
Binary file added ml.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ body {
margin-left: 1.5rem;
margin-bottom: 0.5rem;
font-size: 1.2rem;
padding: 0 15px;
}

.menu-items a {
Expand Down Expand Up @@ -382,6 +383,8 @@ body {
.contact-container {
display: flex;
background: #fff;
border:none;
border-radius: 20px;
}

.contact-img {
Expand All @@ -394,6 +397,8 @@ body {
width: 100%;
object-position: center;
object-fit: cover;
border:none;
border-radius: 20px;
}

.form-container {
Expand Down