forked from amri-tah/burntbrotta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
125 lines (121 loc) · 4.23 KB
/
catalog.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
<!DOCTYPE html>
<html>
<head>
<title>Burnt Brotta | Catalog</title>
<link rel="stylesheet" href="./CSS files/catalog.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.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:wght@400;500;600;700;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
</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="index.html">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>
<script src="JS files/common.js" type="text/javascript"></script>
<div>
<section id="product1" class="sec1">
<h2><br /></h2>
<div class="moving-text">
<span><p>Find your next favorite recipe</p></span>
</div>
<div class="c-container" id="catalog-container">
<!-- Dynamic content will be inserted here -->
</div>
</section>
</div>
<!-- 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>
</footer>
<p class="Copyright">© Burnt Brotta B_Team 1 | Privacy | Terms</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js"></script>
<script src="JS files/catalog.js" type="text/javascript"></script>
</body>
</html>