-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.html
134 lines (124 loc) · 6.87 KB
/
apps.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apps</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/jquery.minicolors.css">
<link href="css/style.css" rel="stylesheet">
<script>var pagename = "app"</script>
</head>
<body>
<nav class="navbar navbar-default custom-nav" role="navigation">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="header-nav">
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li><a href="design.html">Design</a></li>
<li><a href="roles.html">Roles</a></li>
<li><a href="apps.html">Apps</a></li>
<li><a href="#">Products</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-design">
<p class="fontsize18">APPLICATIONS</p>
<span class="fontsize16">Manage the apps on your brand's page.</span>
<div id="applist">
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
<div class="item">
<div class="app-image">
<img src="images/uncheck.jpg" height="124" width="124">
<p><a href="javascript:void(0);">Edit Functionality</a></p>
</div>
<div class="app-desc">
<p class="fontbold">Brand’s Posts</p>
<p>This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description. This is the app’s description.<a href="javascript:void(0);">+ Read more</a></p>
<p>Installs: 25,384</p>
<p>Monthly Active Users: 13,540</p>
</div>
</div>
</div>
<button type="button" class="btn btn-default apps-btn-save">Save Changes</button>
<button type="button" class="btn btn-default apps-btn-cancel">Cancel</button>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.minicolors.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>