forked from adamSellers/login-widget-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
promo.html
73 lines (43 loc) · 1.83 KB
/
promo.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0051)https://c.salesforce.com/login-messages/promos.html -->
<html class="desktop no-touch" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope="" itemtype="http://schema.org/" lang="en"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<link href="./promo_files/login-messages-new-min.css" rel="stylesheet" type="text/css">
</head>
<body class="en US profile-customer noMobileNav">
<div id="pagewrap" class="touch-unhover">
<div id="content-wrap">
<div class="content clearfix" style="">
<div id="layout">
<!-- rowprofile: customer,prospect -->
<div class="grid-row grid-row-first grid-row-last">
<div class="grid-cell grid-100 cell-first cell-last">
<div class="cell-content"><div class="hide">
<style>
@media only screen and (max-height: 650px) {
.wrapper {
padding-top: 55px !important;
}
}
.wrapper {
padding-top: 135px; }
body {
background: url(/images/coffee/pull.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style></div>
<!--<div class="promo-center">
<div class="left-40 right-40"><img class="flex" src="/login-messages/assets/images/login_cloud_lockup.jpg" alt="The Customer Success Platform: Sales, Service, Marketing, Community, Analytics, Apps" /></div>
</div>--></div>
</div>
</div>
</div>
</div><!-- "content" -->
</div><!-- #content-wrap -->
</div><!-- end "pagewrap" w/ footer -->
</body></html>