-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
150 lines (131 loc) · 5.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burnt Brotta | Home</title>
<link href="./CSS files/common.css" rel="stylesheet" type="text/css">
<link href="./CSS files/landingpage.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./CSS files/common.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap" rel="stylesheet">
</head>
<body>
<!-- setting up the Mouse cursor -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- NAVBAR -->
<div id="navbar">
<div class="logo"></div>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="catalog.html">Recipes</a></li>
<li><a href="https://www.nofoodwaste.org/" target="_blank">Donate</a></li>
<li><a href="aboutUs.html">About</a></li>
<li><a href="index.html#contact" id="con">Contact Us</a></li>
</ul>
</div>
<div id="menu-bar">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="main_wrapper" id="main">
<!-- Starting div of the landing page -->
<div class="main_div">
<h1>BURNT<br>BROTTA</h1>
<div class="menu2">
<h2><a href="catalog.html">Recipes</a></h2>
<h2><a href="https://www.nofoodwaste.org/" target="_blank">Donate</a></h2>
<h2><a href="aboutUs.html">About Us</a></h2>
</div>
</div>
<!-- First hero section-->
<a href="#hero_section1" id="arrow"><div class="arrow-container">
<div class="arrow-down"></div>
</div></a>
</div>
<div class="hero_section1" id="hero_section1">
<div class="hero1">
<h1>Kitchen Disasters Turned Delicious: </h1>
<h3>The Chronicles of Burnt Brotta!</h3>
</div>
<div class="img1">
</div>
</div>
<!-- Popular recipies div-->
<div class="popularrec">
<h1>Popular Recipes</h1>
<div class="cards">
<a href="recipe.html?id=1"><img src="images/landing/r1.png" ></a>
<a href="recipe.html?id=3"><img src="images/landing/r2.png"></a>
<a href="recipe.html?id=6"><img src="images/landing/r3.png"></a>
</div>
<div class="viewmore"><a href="catalog.html">View More!</a></div>
</div>
<!-- Second hero section -->
<div class="hero_section2" >
<div class="hero2">
<h3>We put recipes to the <br>test, so you can<br>savor the success!</h3>
</div>
<div class="img2"></div>
</div>
</body>
<!-- Contact us-->
<div class="contactus" >
<h1 id="contact">Contact Us!</h1>
<form name="myform" method="post" onsubmit="return validateemail();">
<div class="formel" >
<input type="text" placeholder="Name">
<input type="email" id="email" placeholder="Email ID">
</div>
<textarea placeholder="Message" id="message"></textarea>
<div class="mess"><input type="submit" value="Send Message!"></div>
</form>
</div>
<script src="JS files/landing.js" type="text/javascript"></script>
<!-- Common footer for all subpages -->
<footer>
<div class="footer">
<div class="footer1">
<h2>Amritha</h2>
<div class="logos">
<a href="https://www.instagram.com/amrututu/" target="_blank"><img src="images/instalogo.png" ></a>
<a href="https://www.linkedin.com/in/amrithanandini/" target="_blank"><img src="images/linkedinlogo.png" ></a>
<a href="https://github.com/amri-tah" target="_blank"><img src="images/githublogo.png" ></a>
</div>
</div>
<div class="footer1">
<h2>Samhitha</h2>
<div class="logos">
<a href="http://instagram.com/samhitha_07/" target="_blank"><img src="images/instalogo.png" ></a>
<a href="https://www.linkedin.com/in/samhitha-s-476634270/" target="_blank"><img src="images/linkedinlogo.png"></a>
<a href="https://github.com/Samhitha-07" target="_blank"><img src="images/githublogo.png"></a>
</div>
</div>
<div class="footer1">
<h2>Manasha</h2>
<div class="logos">
<a href="https://www.instagram.com/_maanzz_/" target="_blank"><img src="images/instalogo.png"></a>
<a href="https://www.linkedin.com/in/manasha-arunachalam-531719250/" target="_blank"><img src="images/linkedinlogo.png"></a>
<a href="https://github.com/Manasha-1204" target="_blank"><img src="images/githublogo.png"></a>
</div>
</div>
</div>
<p class="Copyright">© Burnt Brotta B_Team 1 | Privacy | Terms</p>
</footer>
</html>