-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
120 lines (102 loc) · 3.98 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About The Developers</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karma">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Karma", sans-serif
}
.w3-bar-block .w3-bar-item {
padding: 20px
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.nav li {
float: right;
}
.nav li a {
display: block;
text-align: center;
padding: 16px;
text-decoration: none;
}
.nav a {
display: block;
text-align: center;
padding: 16px;
text-decoration: none;
}
ul-foringredients {
list-style-type: none;
margin: 0;
padding: 0;
}
ul-foringredients li {
float: none
}
</style>
</head>
<body>
<!-- Top menu -->
<div class="w3-top w3-light-grey">
<div class="w3-white w3-xlarge" style="max-width:1200px;margin:auto">
<!-- <div class="w3-button w3-padding-16 w3-left" onclick="w3_open()">☰</div>
<!-- <div class="w3-right w3-padding-16">Mail</div> -->
<div class="w3-left w3-padding-16 nav li a"> <a href="index.html"> Cullinary Compass </a> </div>
<div class='w3-right w3-padding-16 nav li a'>
<ul class="nav">
<li class="li"><a class="nav li" href="about.html">About US</a></li>
<li class="nav"><a class="nav" href="contact.html">Contact US</a></li>
<li class="nav"><a class="nav" href="index.html"> Home Page </a></li>
</ul>
</div>
</div>
</div>
<!-- !PAGE CONTENT! -->
<div class="w3-main w3-content w3-padding" style="max-width:1200px;margin-top:200px">
<div class="w3-row-padding w3-padding-16 w3-center">
<nav>
<h2>Hi, my name is Nihal and I was the lead code developer of this website. I am a twelve year old
seventh
grader who goes to Lionville Middle School. Going into this project, I mostly worried about things
like
experience since I was not the best coder. But, together with my team, we were able to perservere
and finish
the project.</h2>
<h2>Hi, my name is Om and I was one of the code developer of this website. I am a thirteen year old
seventh
grader who goes to Lionville Middle School. I contributed a lot when it came to finding recipes
since
cooking is my thing. Although I did happened to struggle a lot with coding since it is one of my
weaknesses.
</h2>
<h2>Hi, my name is Sai and I was one of the code developer of this website. I am a twelve year old
seventh
grader who goes to Lionville Middle School. I speciallized in html and was a great contributor to
the group.
Along with most of my peers I struggled in css and especially Java.
</h2>
<h2>Hi, my name is Krithik and I was one of the code developer of this website. I am a twelve year old
seventh
grader who goes to Lionville Middle School. I really didn't know much code at all. But I was able to
learn a
lot from Sai and Nihal.
</h2>
</nav>
</div>
</body>
</html>