-
Notifications
You must be signed in to change notification settings - Fork 0
/
create.html
174 lines (159 loc) · 8.11 KB
/
create.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
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>upload product</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header id="header">
<!-- <div id="topbar">
<div class="container">
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div> -->
<div class="container">
<div class="logo float-left">
<h1 class="text-light"><a href="#intro" class="scrollto"><span><b>WRP</b> </span> </a>
<br>
<small id="emailHelp" class="form-text text-muted" style="font-size: small;"> <b>Waste, recycle and product</b></small>
<img src="" width="10%" alt=""></h1>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class=""><a href="#intro">Home</a></li>
<li class=""><a href="#intro">About us</a></li>
<li class=""><a href="#intro">Contact us</a></li>
<!-- <li><i class="fa fa-bell" aria-hidden="true"></i></li> -->
<!-- <li><a href="#footer">Contact Us</a></li> -->
</ul>
</nav>
<!-- .main-nav -->
</div>
</header>
</div>
<br> <br>
<br> <br>
<br>
<style>
.james {
/* background-image: url(https://images.pexels.com/photos/189296/pexels-photo-189296.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940); */
width:100%;
padding:0px;
}
</style>
<!-- <section id="intro" class="clearfix"> -->
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-sm-3">
<!-- ======Edit section====== -->
<h2>Profile</h2>
<div class="card" style="width:200px">
<img class="card-img-top" src="img/img1.jpeg" alt="Card image">
</div>
<br>
<h4><b>Ritik Varshney</b> </h4>
<br>
<div class="james">
<input type="button" class="btn btn-info" value="Edit Profile">
</div>
<hr class="d-sm-none">
</div>
<div class="col-sm-9">
<h3><b>Waste Details</b></h3>
<!-- <h5>Title description, Dec 7, 2017</h5> -->
<p> Give details about your waste product,describe it into words and categorize it using image recognition.
<a href="#">Give Details</a></p>
<hr>
<!-- <h6><b>Project Name</b></h6>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-4" type="text" placeholder="...">
<p><small>Make sure your Idea name should not more than 1 or 2 words.</small></p>
<h6><b>Description</b></h6>
<input class="form-control mr-4" type="text" placeholder="...">
<button class="btn btn-outline-info mr-4" type="submit">Upload</button>
</form> -->
<form>
<div class="form-group">
<label for="exampleInputEmail1"><b>Description</b></label>
<input type="text" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="...">
<small id="emailHelp" class="form-text text-muted">Make sure you have provides a brief description about the waste product.</small>
</div>
<!-- <div class="form-group">
<label for="exampleInputPassword1"><b>Description</b></label>
<input type="text" class="form-control" id="exampleInputPassword1" placeholder="...">
<small id="emailHelp" class="form-text text-muted">Give a brief description about your idea around 50 to 100 words.</small>
</div> -->
<!-- <h6><b>Domain</b></h6> -->
<label for="exampleInputEmail1"><b>Image</b></label>
<div class="input-group">
<div class="custom-file">
<input type="file" class="custom-file-input" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04">
<label class="custom-file-label" for="inputGroupFile04">Choose file</label>
</div>
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="submit" id="inputGroupFileAddon04">Upload</button>
</div>
</div>
<hr>
<label for="exampleInputEmail1"><b>Type</b></label>
<div class="checkbox">
<label><input type="checkbox" value="">Paper </label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="">Glass</label>
</div>
<div class="checkbox ">
<label><input type="checkbox" value="">Metal</label>
</div>
<div class="checkbox ">
<label><input type="checkbox" value="">e-waste</label>
</div>
<hr>
<button type="submit" class="btn btn-info mr-5"> <a href="file:///C:/Users/dell/Desktop/satellite/Rapid/ideator.html " style="color:white;">Build</a></button>
</form>
<hr>
</div>
</div>
</div>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>