-
Notifications
You must be signed in to change notification settings - Fork 12
/
aboutUs.html
108 lines (100 loc) · 4.95 KB
/
aboutUs.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
<html lang="en"></html>
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burnt Brotta | About</title>
<link rel="stylesheet" href="./CSS files/aboutUs.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">
<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=Sacramento&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="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>
<!-- about-section text-->
<div class="about-section">
<div class="inner-container">
<h1>About Us</h1>
<p class="text">
It all started during one of our food outings, where one of our friends (Samhitha), who has an unmatched passion for culinary experiences, playfully uttered the now-legendary word "brotta" instead of "parotta." The whole group had a good laugh, teasingly discussing their own pronunciations. Little did they know that this light-hearted moment would spark something incredible. They decided to turn this funny incident into a food blog website called BurntBrotta for their UI Design project.Thanks for checking us out!
</p>
<div class="skills">
<span>Amrita</span>
<span>Samhitha</span>
<span>Manasha</span>
</div>
<div class="skills" style="font-family: Sacramanto; color: #ffe55b;" >
<span>AmruTuTu</span>
<span>SaMm</span>
<span>ManZz</span>
</div>
</div>
</div>
</div>
<!-- Contributors image -->
<div class="us">
<div class="usimage"></div>
<div class="ustext">Burnt Brotta </div>
</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>
</body>