Spaces:
Configuration error
Configuration error
File size: 7,010 Bytes
ba3e1ca |
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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Awareness of Waste Recycling</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://use.fontawesome.com/305ad9003c.js"></script>
<style>
.topnav {
overflow: hidden;
background-color: #232a34;
}
.topnav a {
float: left;
display: block;
color: wheat;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: wheat;
color: #232a34;
}
.topnav a.active {
background-color: wheat;
color: #232a34;
}
a {
cursor: alias;
color: wheat;
font-size: 120%;
}
h4{
color: wheat;
padding-top: 4%;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
background-color: #232a34;
}
h3{
color: wheat;
background-color: #232a34;
padding-top: 2%;
padding-bottom: 1%;
padding-left: 4px;
}
h2{
color: wheat;
background-color: #232a34;
padding-top: 2%;
padding-bottom: 1%;
padding-left: 4px;
}
@media screen and (min-width: 601px) {
h4 {
font-size: 25px;
}
h3 {
font-size: 30px;
}
h2 {
font-size: 30px;
}
.image-upload img
{
width: 80px;
cursor: pointer;
}
#upload-web {
display: block;
}
#upload-mobile {
display: none;
}
.classify-button{
border: 2px;
background: none;
background-color: wheat;
color: #232a34;
font-size: large;
font-weight: bold;
width: 250px;
padding: 10px;
border-radius-top-right: 5px;
-moz-border-radius-top-right: 5px;
-webkit-border-radius-top-right: 5px;
border-radius-bottom-right: 5px;
-moz-border-radius-bottom-right: 5px;
-webkit-border-radius-bottom-right: 5px;
cursor:pointer;
}
#logo-img{
height: 140px;
width: 580px;
}
}
@media screen and (max-width: 600px) {
h4 {
font-size: 15px;
}
h3 {
font-size: 20px;
}
h2 {
font-size: 12px;
}
.image-upload img
{
width: 40px;
cursor: pointer;
}
#upload-web {
display: none;
}
#upload-mobile {
display: block;
}
.classify-button{
border: 0px;
background: none;
background-color: wheat;
color: #232a34;
font-size: small;
font-weight: bold;
width: 195px;
padding: 10px;
border-radius-top-right: 5px;
-moz-border-radius-top-right: 5px;
-webkit-border-radius-top-right: 5px;
border-radius-bottom-right: 5px;
-moz-border-radius-bottom-right: 5px;
-webkit-border-radius-bottom-right: 5px;
cursor:pointer;
}
#logo-img{
height: 120px;
width: 360px;
}
}
body{
background-color: black;
font-family: 'Times New Roman';
}
.classy_frame{
position: relative;
display: block;
border: solid;
border-color: wheat;
border-radius: 7px;
overflow: hidden;
box-shadow: none;
transform: scale(0.98) translateY(5px);
padding-top: 2%;
margin-bottom: 3%;
}
.classy_frame:hover{
box-shadow: 0px 20px 30px wheat;
transition: all ease 0.4s;
}
hr {
border:6px solid #232a34;
border-radius: 5px;
background-color: wheat;
}
.image-upload > input
{
display: none;
}
#loading {
background: #000 url("{{ url_for('static', filename='images/loading.gif') }}") no-repeat center center;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999999;
display: none;
}
</style>
<link rel="shortcut icon" href="{{ url_for('static', filename='images/favicon.ico') }}" type="image/x-icon">
{{ JSGlue.include() }} <!-- this is use for use url_for() from javascript -->
</head>
<body>
<nav class="navbar" style="background-color: #232a34;">
<div class="container">
<center>
<div>
<a href="/"><img id="logo-img" src="{{ url_for('static', filename = 'images/awareness_of_waste_recycling.png') }}" alt="awareness of waste recycling" title = "awareness of waste recycling"></center></a>
</div>
</center>
</div>
</nav>
<br>
<!-- Modal -->
<div class="modal fade" id="errorPopup" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content classy_frame" style="background-color: #0b2438;">
<div class="modal-header">
<p class="modal-title" id="errorTitle" style="color:wheat;font-size:large;">Modal title</p>
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="color:wheat;font-size: large;">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color:wheat; font-size:medium;" id="errorMessage" style="color:wheat;"></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" style="background-color: wheat; color: #0b2438;">OK</button>
</div>
</div>
</div>
</div>
<div id="loading">
<h3 style="text-align: center;">Wait a second your messy waste is classifying...</h3>
</div>
{% block content %}
{% endblock %}
<footer style="background-color:#232a34">
<div class = "container">
<div class = "row">
<h4 style="text-align:center">Developed by</h4>
<hr>
<div class = "col-xs-6 col-sm-3">
<h4>
<a href="https://www.instagram.com/jaysoftic/" target="_blank"><i class="fa fa-instagram"></i> Instagram</a>
</h4>
<h4>
<a href="https://www.linkedin.com/in/jaysoftic/" target="_blank"><i class="fa fa-linkedin-square"></i> Linkedin</a>
</h4>
<h4>
<a href="https://github.com/jaysoftic" target="_blank"><i class="fa fa-github"></i> Github</a>
</h4>
<h4>
<a href="https://www.kaggle.com/jaysoftic/" target="_blank"><i class="fab fa-kaggle"></i> Kaggle</a>
</h4>
</div>
<div class = "col-xs-0 col-sm-6">
</div>
<div class = "col-xs-6 col-sm-3">
<img src="{{ url_for('static', filename = 'images/jaysoftic_brand.png') }}" alt="jaysoftic" height="47%" width="70%" title = "jaysoftic" class = "classy_frame" style="padding: 1%;" align="right">
</div>
</div>
<br>
<div class="row" style="background-color: #0b2438;">
<p style="color:wheat; text-align: center;">Learn from Mistakes and Live for Today.</p>
</div>
</div>
</footer>
</body>
</html>
|