-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness.html
170 lines (162 loc) · 7.26 KB
/
business.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Business idea</title>
<link rel="icon" href="images/favicon.jpeg" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body style="background-color: #F5EEC8;">
<!-- nav bar -->
<nav class="navbar navbar-expand-lg" style="background-color: #A7D397;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/favicon.jpeg" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top my-1 mx-2"><strong>Business idea</strong></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
style="font-size: 18px;font-weight: bold;">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main body -->
<div class="input-group mt-3">
<span class="input-group-text">First and last name</span>
<input id="fname" type="text" aria-label="First name" class="form-control">
<input id="lname" type="text" aria-label="Last name" class="form-control">
</div>
<form class="row g-3">
<div class="col-md-6">
<label for="inputEmail4" class="form-label ms-2">Email</label>
<input type="email" class="form-control" id="inputEmail4">
</div>
<div class="col-md-6">
<label for="inputPassword4" class="form-label">Password</label>
<input type="password" class="form-control" id="inputPassword4">
</div>
<div class="col-12">
<label for="inputAddress" class="form-label ms-2">Describe your Business Idea</label>
<div class="form-floating">
<textarea class="form-control" placeholder="abstract business idea" id="floatingTextarea2"
style="height: 100px"></textarea>
<label for="floatingTextarea2">abstract business idea</label>
</div>
</div>
<div class="col-12">
<label for="inputAddress" class="form-label ms-2">Describe your Target Audience</label>
<div class="form-floating">
<textarea class="form-control" placeholder="abstract business idea" id="floatingTextarea3"
style="height: 100px"></textarea>
<label for="floatingTextarea2">Describe in brief</label>
</div>
</div>
<div class="col-12">
<label for="inputAddress" class="form-label ms-2">Describe the feasibility of your idea</label>
<div class="form-floating">
<textarea class="form-control" placeholder="abstract business idea" id="floatingTextarea4"
style="height: 100px"></textarea>
<label for="floatingTextarea2">Describe in brief</label>
</div>
</div>
<div class="col-12">
<label for="inputAddress" class="form-label ms-2">Describe the Challenges you will face in the implementation of
your idea</label>
<div class="form-floating">
<textarea class="form-control" placeholder="abstract business idea" id="floatingTextarea5"
style="height: 100px"></textarea>
<label for="floatingTextarea2">Describe in brief</label>
</div>
</div>
<label for="exampleFormControlInput1" class="form-label ms-2">How confident are you of your idea?</label>
<select class="form-select" aria-label="Default select example">
<option selected>--select--</option>
<option value="1">very confident</option>
<option value="2">confident</option>
<option value="3">not very confident</option>
</select>
<fieldset class="row mb-3 mt-2 ms-2">
<legend class="col-form-label col-sm-2 pt-0">Are you a user?</legend>
<div class="col-sm-10">
<div class="form-check">
<input class="form-check-input" type="radio" name="gridRadios" id="gridRadios1" value="option1" checked>
<label class="form-check-label" for="gridRadios1">
Yes
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="gridRadios" id="gridRadios2" value="option2">
<label class="form-check-label" for="gridRadios2">
No
</label>
</div>
</div>
</fieldset>
<div class="col-12 ms-2">
<label for="form-check-input">Do you want us to reach you out for the idea?</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
yes
</label>
</div>
</div>
<div class="col-12">
<button id="submit" type="submit" class="btn btn-primary">submit</button>
</div>
</form>
<!-- footer -->
<footer class="bg-dark text-white pt-5 pb-4 mt-3">
<div class="container text-center text-md-left">
<hr class="mb-4">
<div class="row align-items-center">
<div class="col-md-7 col-lg-7">
<p>Copyright @2023 All rights reserved by:</p>
<a href="#" style="text-decoration: none;"><strong class="text-warning">ShopNearCampus</strong></a>
</div>
<div class="col-md-5 col-lg-4">
<div class="text-center text-md-right">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-google-plus"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-linkedin-in"></i></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size:23px;"><i
class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>