-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsimilarweb.html
202 lines (194 loc) · 7.38 KB
/
similarweb.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
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
<!doctype html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/annotation.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<title>
Overview of an URL as per SimilarWeb
</title>
</head>
<body>
<table width="100%" style="max-height: 200px; ">
<tr class="spaceUnder">
<td style="text-align: center;">
<div id ="horizontal_line" style="margin-bottom: 5px"></div>
<div class='container' style="background: white">
<img class='resize_fit_center'
src='images/logo.gif' />
</div>
<div id="horizontal_line" style="margin-top:3px"></div>
</td>
</tr>
</table>
<div>
<h2 style="text-align: center;"><strong>Overview of Current URL</strong><br><span style="font-size: 50%;font-family:sans-serif"> From <a style="cursor: pointer;" href="https://www.similarweb.com/">SimilarWeb</a></span></h2>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<strong style="font-family: Bebas Neue;font-size: 30px;">Total traffic (Visits)</strong>
<p>This is the total visit to the current URL you are at,in last three months</p>
<ul style="font-size: 30px">
<li>
Date: <span id="date-1-1"></span><br>
Traffic: <span id="traffic-1"></span>
</li>
<li>
Date: <span id="date-1-2"></span><br>
Traffic: <span id="traffic-2"></span>
</li>
<li>
Date: <span id="date-1-3"></span><br>
Traffic: <span id="traffic-3"></span>
</li>
</ul>
</div>
<div class="col-sm-12 col-md-6 right-side">
<strong style="font-family: Bebas Neue;font-size: 30px;">Global Rank in last three months</strong>
<p>This is the rank description of the current URL you are at, in last three months</p>
<ul style="font-size: 30px">
<li>
Date: <span id="date-1"></span><br>
Rank: <span id="rank-1"></span>
</li>
<li>
Date: <span id="date-2"></span><br>
Rank: <span id="rank-2"></span>
</li>
<li>
Date: <span id="date-3"></span><br>
Rank: <span id="rank-3"></span>
</li>
</ul>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-sm-12 col-md-6">
<strong style="font-family: Bebas Neue;font-size: 30px;">Total Engagement in the Last Month</strong>
<p>This is the total Engagement of the current URL in different Forms</p>
<ul style="font-size: 30px">
<li>
<span style="color: greenyellow">Page Views: </span><span id="page-views"></span>
</li>
<li>
<span style="color:black">Bounce Rate: </span><span id="bounce-rate"></span>
</li>
<li>
<span style="color:steelblue">Time On Site: </span><span id="time_on_site"></span>
</li>
</ul>
</div>
<div class="col-sm-12 col-md-6 right-side">
<strong style="font-family: Bebas Neue;font-size: 30px;">Similar Websites</strong>
<p>This is the list of similar Websites</p>
<ul style="font-size: 30px">
<li>
<a id="a-1"></a>
</li>
<li>
<a id="a-2"></a>
</li>
<li>
<a id="a-3"></a>
</li>
<li>
<a id="a-4"></a>
</li>
<li>
<a id="a-5"></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12 test" id="hide">
<strong style="font-family: Bebas Neue;font-size: 30px;">Social Network Sources</strong>
<h3 id="social-1"></h3>
<div class="progress">
<div class="progress-bar progress-bar-info" id="progress-1" role="progressbar" aria-valuemin="0" aria-valuemax="100" >
</div>
</div>
<h3 id="social-2"></h3>
<div class="progress">
<div class="progress-bar progress-bar-info" id="progress-2" role="progressbar" aria-valuemin="0" aria-valuemax="100" >
</div>
</div>
<h3 id="social-3"></h3>
<div class="progress">
<div class="progress-bar progress-bar-info" id="progress-3" role="progressbar" aria-valuemin="0" aria-valuemax="100" >
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="scripts/similarweb.js"></script>
<style>
body{
max-height: 100%;
}
@font-face {
font-family: Bebas Neue;
src: url("../fonts/BebasNeue.otf");
}
@font-face {
font-family: Gill Sans Light;
src: url("../fonts/GillSans-Light.ttf");
}
#horizontal_line{
margin: 0px;
padding: 0px;
border: 0px solid rgb(6, 117, 211);
font-size: 19px; font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font-stretch: inherit;
line-height: 1;
font-family: sans-serif;
vertical-align: baseline;
box-sizing: content-box;
overflow: unset;
height: 1px;
position: relative;
width: auto;
display: flex;
background-color: rgb(9, 150, 248); color: rgb(255, 255, 255);
text-align: left;
align-items: center;
border-radius: 3px;
justify-content: center;
text-decoration: none;
}
.resize_fit_center {
max-width:100%;
max-height:100px;
}
h2{
font-family: Bebas Neue;
font-size: 50px;
}
.container{
padding-left: 15px;
padding-right: 15px;
}
p{
font-family:Gill Sans Light;
font-size: 20px;
}
@media screen and (min-width: 400px) {
.test {
text-align: center;
}
}
@media screen and (min-width: 1000px) {
.right-side{
padding-left: 100px;
}
}
</style>