Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 6,436 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html class="uk-height-1-1">
 <head>
  <meta charset="utf-8">
  <meta content="noindex" name="robots">
  <meta content name="description">
  <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
  <meta content="10.20.150.6" name="a">
  <title>
   CX Journeys &vellip; Sign In
  </title>
 </head>
 <body class="uk-height-1-1">
  <div class="uk-vertical-align uk-text-center uk-height-1-1">
   <div class="uk-vertical-align-middle uk-width-large-2-6 uk-width-medium-5-6 uk-width-small-5-6">
    <div style="width: 300px; margin:30px auto 0 auto">
     <img class="uk-margin-bottom" id="logo" src="rick.jpg" width="100%">
    </div>
    <div class="" style="height: 30px;">
     &nbsp;
    </div>
    <form action="/login/login" autocomplete="off" class="uk-form" id="loginForm" method="POST" onsubmit="return setSubmitUrl(this);" style="width: 300px; margin: 0 auto;max-width: 100%">
     <div class="uk-form-row" data-uk-tooltip title="Email address">
      <input autofocus="true" class="uk-width-1-1 uk-form-large" id="username" name="username" placeholder="Email address" required type="email" value>
     </div>
     <div class="uk-form-row uk-form-password">
      <input class="uk-width-1-1 uk-form-large" id="password" name="password" placeholder="Password" required type="password">
     </div>
     <div id="recaptcha_element" style="text-align: center; min-height:15px">
     </div>
     <div class="d-flex-center" style="margin-top: 30px">
      <button class="uk-width-3-10 uk-button uk-button-medium" onclick="return trackSigninType('cooladata');" style="width: 225px;height: 48px;font-size: 20px; background-color:#4cd2c0" type="submit">
       Sign In
      </button>
     </div>
     <div class="d-flex-center" style="margin-top: 20px">
      <a>
       Reset password
      </a>
     </div>
     <div class="d-flex-center" style="margin-top:50px">
      <a class="d-flex-center" id="google-connect-link" onclick="return trackSigninType(this,'google');">
       <i>
       </i>
      </a>
     </div>
     <div style="margin-bottom:100px;margin-top:50px">
      <a>
       About Medallia Journey Analytics
      </a>
     </div>
    </form>
   </div>
  </div>
  <style>
   @font-face {
    font-family: 'HCo Gotham';
    src:local('?'),
    url(/assets/fonts/HCo_Gotham-normal-400.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}




body, html {
    margin: 0;
    height: 100%;
}
html {
    --bg-blue: #4050C6;
    --border-grey: #ddd;
    --placeholder-grey: #999;
    --button-black: #444;
    font: 400 14px/20px 'HCo Gotham',Arial,sans-serif;
    font-family: 'HCo Gotham',Arial,sans-serif;
}
/* main container */
body > .uk-vertical-align {
    background-color: var(--bg-blue);
    color: #fff;
    height: 100%;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: auto;
    border: 1px solid transparent;
    box-sizing: border-box;
}
body > .uk-vertical-align > div {
    max-height: 100%;
}
.uk-vertical-align a {
    color: inherit;
    text-decoration: none;
    margin: 3px 0;
}
.uk-vertical-align a:hover:not(.uk-button) {
    color: inherit;
    text-decoration: underline;
}
/* The input fields */
.uk-form-large {
    width: 100%;
    padding: 8px 6px;
    border: 1px solid var(--border-grey);
    border-radius: 4px;
    -webkit-appearance: none;
    font: inherit;
    box-sizing: border-box;
    outline: none;
}
.uk-form-large::placeholder {
    color: var(--placeholder-grey);
}
.uk-form-row {
    margin-top: 1em;
}
.uk-form-row:first-child {
    margin-top: 0;
}
/* The submit button */
#recaptcha_element + .uk-form-row {
    display: flex;
    justify-content: center;
}
.uk-button {
    font: inherit;
    border-radius: 4px;
    border: none;
    padding: 0 12px;
    color: var(--button-black);
    display: inline-block;
    vertical-align: middle;
    color: var(--button-black);
    line-height: 28px;
}
a.uk-button {
    color: var(--button-black);
}
#recaptcha_element {
    display: none;
}
/* RESET PASSWORD */
.uk-width-medium-5-6 {
    width: 600px;
    max-width: 100%;
}
.uk-text-small + .uk-form-row {
    margin: 0;
    height: 15px;
    border-bottom: 1px solid #fff;
}
.uk-width-medium-5-6 #logo {
    width: 256px;
}
.uk-width-medium-5-6 hr {
    display: none;
}
/* Forget your password? title */
.uk-width-medium-5-6 h3 {
    margin: 0;
    padding: 25px 0;
    font-size: 18px;
    border-top: 1px solid #fff;
    font-weight:400;
}
.uk-width-medium-5-6 h3 + div {
    display: none;
}
/* we will send you... message */
.uk-text-small {
    font-size: 11px;
}
/* back to login link */
[] {
    font-size: 14px;
}
/* send button */
[] + .uk-button {
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    min-width: 180px;
}


.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #2d7091;
    border: 1px solid rgba(45,112,145,.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
*+.uk-alert {
    margin-top: 15px;
}
.uk-alert.uk-alert-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226,131,39,.3);
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#google-connect-link i{
    background-repeat: no-repeat;
    background-position: center;
    background: url('/assets/images/google/[EMAIL REDACTED]');
    width: 191px;
    height: 46px;
    display:inline-block;
    background-size: contain;
}
#google-connect-link i:hover {
    background: url("/assets/images/google/[EMAIL REDACTED]");
    background-size: contain;
}


    #recaptcha_element > div {margin: auto; width: 100%}
    #recaptcha_element {margin-top: 15px; margin-bottom: 15px; display: none}
    .g-recaptcha{        display: inline-block;        margin: 10px 0;    }
  </style>
  <!-- Google Code for Remarketing Tag -->
  <!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
  <noscript>
   <div style="display:inline;">
    <img alt height="1" src="rick.jpg" style="border-style:none;" width="1">
   </div>
  </noscript>
 </body>
</html>