-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtextColumns.html
More file actions
57 lines (51 loc) · 3.12 KB
/
textColumns.html
File metadata and controls
57 lines (51 loc) · 3.12 KB
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
<!DOCTYPE html>
<html>
<head>
<div class="container" onclick="myFunction(this),sidebar()">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<link rel="stylesheet" href="clothingcloset.css">
<title> Scloset Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="SideBarstyle.css"></link>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"></link>
</head>
<body bgcolor = "#e3936e">
<h1>Click the button to upload new clothes</h1>
<div id="icon-bar">
<a class="active" href="textColumns.html"><img type="image/svg+xml"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-40.5 73.5 41 41" style="enable-background:new -40.5 73.5 41 41;" xml:space="preserve">
<path class="st0" d="M0,97.7c-0.2-0.5-0.5-0.9-0.8-1.3c-2.2-2.9-7.5-6.2-9.6-7.1c-0.9-0.4-1.8-0.7-2.7-1.2c-1.1-0.7-1.9-1.8-3-2.5 c-0.8-0.5-1.7-0.8-2.7-0.9c-0.2,0-0.3-0.1-0.3-0.3v-2.2c0-0.2,0.1-0.3,0.3-0.4c2-0.6,3.3-2.5,2.9-4.7c-0.3-1.6-1.6-3-3.2-3.3 c-2.7-0.6-5,1.5-5,4.1c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9c0-0.8,0.3-1.6,0.9-2c2.4-1.5,4.9,1.1,3.5,3.5 c-0.4,0.6-1.2,0.9-2,0.9c-0.5,0-0.9,0.4-0.9,0.9v3.3c0,0.2-0.1,0.3-0.3,0.3c-1.1,0.1-2,0.4-2.8,0.9c-1.1,0.7-1.9,1.8-3,2.5 c-0.8,0.5-1.8,0.9-2.7,1.2c-2,0.9-7.3,4.2-9.5,7.1c-0.4,0.4-0.6,0.9-0.8,1.3c-1.9,3.7,2.5,5,3.3,4.3c0.6-0.5,1.1-1.2,1.4-2 c0.1-0.1,0.1-0.1,0.2-0.1h4.9c0.2,0,0.4,0.2,0.4,0.4v10.7c0,0.1,0.1,0.3,0.1,0.4c1.4,1.9,4.5,3,9.7,3c4.6,0,8.4-2.3,9.5-3 c0.2-0.1,0.3-0.3,0.3-0.5v-10.7c0-0.2,0.2-0.4,0.4-0.4h4.9c0.1,0,0.2,0.1,0.3,0.2c0.4,0.8,0.7,1.5,1.3,1.9 C-2.4,102.7,1.9,101.4,0,97.7z M-6,98.2h-3.8c-0.2,0-0.4-0.2-0.4-0.4v-1.9c0-0.2-0.2-0.4-0.4-0.4h-18.7c-0.2,0-0.4,0.2-0.4,0.4v1.9 c0,0.2-0.2,0.4-0.4,0.4h-4c-0.1,0-0.2-0.1-0.2-0.2c0.6-1,1.1-2.1,1.8-2.9c2.2-2.9,5.5-4.8,9.1-5.3c1-0.1,5.2-0.1,5.9-0.1 c3.9,0.2,7.8,2.2,10.1,5.4c0.6,0.9,1.2,1.8,1.7,2.8C-5.6,97.9-5.8,98.2-6,98.2z/>
</svg>
"><br>Closet</a>
<a href="Home.html"><i class="fa fa-home"></i><br>Home</a>
<a href="mapapi.html"><i class="fa fa-globe"></i><br>Donate</a>
<a href="notification.html"><i class="fa fa-envelope"></i><br>Notification</a>
</div>
<div id="main">
<div id="container">
<div id="display"></div>
<div id="column1"></div>
<div id="column2"></div>
<div id="column3"></div>
</div>
</div>
<center><input
type="hidden"
role="uploadcare-uploader"
name="content"
data-multiple="true"
data-multiple-min="1" /></center>
</body>
<script>
UPLOADCARE_PUBLIC_KEY = '1051eded9dea3c0b7cbb';
UPLOADCARE_IMAGES_ONLY = true;
</script>
<script src="https://ucarecdn.com/libs/widget/3.6.0/uploadcare.full.min.js"></script>
<script src = "test.js"></script>
<script src="sidebar.js"></script>
</html>