-
Notifications
You must be signed in to change notification settings - Fork 0
/
ngo.html
152 lines (144 loc) · 8 KB
/
ngo.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
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<title>MealConnect</title>
</head>
<body>
<div class="navbar-expand-lg bg-dark navbar-dark">
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<img src="img/img2.jpg" alt="" style="height:60px; width:160px">
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">AboutUS</a>
<a href="contact.html" class="nav-item nav-link">ContactUs</a>
<a href="partners.html" class="nav-item nav-link">Partners</a>
<a href="preferences.html" class="nav-item nav-link">Preferences</a>
<a href="faq.html" class="nav-item nav-link">FAQ</a>
</div>
</div>
</div>
<div class="container mt-5 mb-5" style="border:2px solid rgb(51, 51, 51); padding:60px ;background-color: #faf7f7; font-weight:bolder">
<h1 class="" style="text-align: center;">Sign Up</h1><p>or login with your credentials <a href="login_beneficiary.html">login</a></p><hr>
<div class="mb-3">
<label for="formGroupExampleInput" class="form-label">Upload Your organization Logo</label>
<input type="file" class="form-control" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04" aria-label="Upload">
<!-- <button class="btn btn-outline-secondary mt-3" type="button" id="inputGroupFileAddon04">Button</button> -->
</div>
<div class="mb-3">
<label for="formGroupExampleInput" class="form-label">Name</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Enter Your Name"/>
</div>
<div class="mb-3">
<label for="formGroupExampleInput2" class="form-label">What sort of a organization are you?</label>
<div class="mb-3">
<label for="formGroupExampleInput2" class="form-label">Type: </label>
<select id="type">
<option value="restraunt">Restraunt</option>
<option value="mess">Mess</option>
<option value="fucntion">Function</option>
<option value="marriage">Marriage</option>
<option value="farm">Farm</option>
<option value="juice">Juice Bars</option>
<option value="fruits">Fruits/vegetables</option>
<option value="vendor">Vendor</option>
</select>
</div>
</div>
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="[email protected]"/>
</div>
<label for="inputPassword5" class="form-label">Password</label>
<input type="password" id="inputPassword5" class="form-control" aria-labelledby="passwordHelpBlock"/>
<div id="passwordHelpBlock" class="form-text">
Your password must be 8-20 characters long, contain letters and numbers, and must not contain spaces, special characters, or emoji.
</div>
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 100px"></textarea>
<label for="floatingTextarea2">Description</label>
</div>
<form class="row g-3">
<div class="col-12">
<label for="inputAddress" class="form-label">Address</label>
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St">
</div>
<div class="col-12">
<label for="inputAddress2" class="form-label">Address 2</label>
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor">
</div>
<div class="col-md-6">
<label for="inputCity" class="form-label">City</label>
<input type="text" class="form-control" id="inputCity">
</div>
</form>
<button type="button" class="btn btn-secondary mt-3">Submit</button>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col " style= "float:left">
<h1>United by Food</h1>
<img class="Image"src="img/img2.jpg" style="height:50px; width:100px" alt="LOGO">
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="About us.html">About us</a></li>
<li><a href="our services.html">our services</a></li>
<li><a href="privacy policy.html">privacy policy</a></li>
<li><a href="Terms and Condition.html">Terms and Condition</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Help and Support</a></li>
<li><a href="#">Partner With Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<p class="copyright">© 2023 Meal Connect</p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/parallax/parallax.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>