-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_webpage.html
123 lines (114 loc) · 4.26 KB
/
main_webpage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@media (min-width: 768px) and (max-width: 1023px){
.grid.grid_main {
column-gap: 24px;
grid-template-columns: repeat(12, 1fr);
margin-left: 32px;
margin-right: 32px;
row-gap: 24px;
}}
.bg_image2{
float:right;
}
.third{
clear: right;
}
.third_header{
color:#032d60;
font-family: "Salesforce Sans",system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.div3_h2
{
font-size:32px;
}
.text{
font-family: "Salesforce Sans", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}
.garden_image_dekstop
{
height: 508px;
left: 0;
position: absolute;
top: 0;
}
.garden__background_dekstop {
width: 100%;
z-index: -1;
}
@media (max-width: 1023px){
.garden_image_desktop
{
display: none;
}}
.garden-mobile {
bottom: 0;
height: 1076px;
left: 0;
position: absolute;
}
.blade__background {
width: 100%;
z-index: -1;
}
.search_image{
position: relative;
top: 3px;
max-width: 18px;
}
</style>
</head>
<body>
<!-- div1 -->
<!--div first-->
<header>
<div class="first" style="display: flex;" >
<div style="margin-right: 10px; padding:10px;"><img src="https://a.sfdcstatic.com/shared/images/c360-nav/icons.svg#hamburger-blue" height="18"> </div>
<div>
<img src=" https://a.sfdcstatic.com/shared/images/c360-nav/salesforce-no-type-logo.svg" alt="salesforce_logo" height="31" length="45">
</div>
<div style="position: relative; top: 3px;left: 1140px;;">
<img src="https://a.sfdcstatic.com/shared/images/c360-nav/icons.svg#globe-light-blue" height="25">
</div>
<div >
<button style="position:fixed; right:120px; border-radius :100%;height: 40px;width: 40px;" ><img src="https://a.sfdcstatic.com/shared/images/c360-nav/icons.svg#user-light-blue" > </button>
</div>
<div class="button" style="width:110.38px ;height:50px;">
<button style="position: absolute; right:20px; top:15px ; border-radius: 5px; background-color: #2e844a; border:#2e844a;padding:0.5%;">
<a href="https://www.salesforce.com/in/form/signup/freetrial-sales/?d=topnav2-btn-ft" style="color:white">Try For Free</a>
</button>
</div>
<div>
<img class="search_image" src="https://a.sfdcstatic.com/shared/images/c360-nav/icons.svg#search-light-blue">
</div>
</div>
</header>
<!-- div2 -->
<div style="background-color:#032D60;padding:.001%;">
<center><h3 style="color:rgb(255,255,255)"> JUST ANNOUNCED: See why Gartner® recognised Salesforce as a Leader in Customer Data Platforms.
<a href="https://www.salesforce.com/in/form/pdf/gartner-cdp-magic-quadrant/?d=eb1-txt-gartner" style="color:rgb(255,255,255)"><u>Read the report</u></a></h3></center>
</div>
<div class="grid.grid_main">
<img class="garden_image_desktop garden__background_dekstop" loading="lazy" src="https://wp.salesforce.com/en-ap/wp-content/uploads/sites/14/2024/02/php-marquee-starter-lg-bg.jpg?resize=2048,640" height="100%" width="100%">
<img class="garden-mobile blade__background" src="https://wp.salesforce.com/en-ap/wp-content/uploads/sites/14/2024/02/php-marquee-starter-sm-bg.jpg?resize=1462,2048" height="100%" width="100%">
<h1 style ="text-align:left;margin-bottom:0;color:#032d60;" class="text">Try Salesforce Starter Suite for free.</h1></div><!-- #031610 -->
<br>
<br><br><br><br><br>
<!--div 3-->
<div class="third">
<header>
<div class="third_header">
<h2 class="div3_h2"> <center>Learn what Salesforce products can do for you.</center></h2>
</div>
</header>
<div class="cards">
</div>
</div>
</body>
</html>
<!-- href="https://www.salesforce.com/in/search/" search button -->