-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (92 loc) · 3.72 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<title>Salesforce</title>
</head>
<body>
<div id="navbar">
<div id="logo1">
<img
src="https://a.sfdcstatic.com/shared/images/c360-nav/salesforce-with-type-logo.svg"
alt="Salesforce Logo"
/>
</div>
<div id="text">
<p>Products</p>
<p>Industries</p>
<p>Customers</p>
<p>Learning</p>
<p>Support</p>
<p>Company</p>
<p>Salesforce+</p>
</div>
<div id="contact_us">
<p id="text1">Contact Us</p>
<p id="text2">1800-420-7332</p>
</div>
<div id="icons">
<img src="magnifying-glass-solid.svg" alt="Search Icon" />
<img src="globe-solid.svg" alt="Globe Icon" />
<img src="user-solid.svg" alt="User Icon" />
</div>
<div id="try_for_free_button">
<button id="button_1">Try for free</button>
</div>
</div>
<div id="textbar">
<img id= "logo2" src="https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2024/09/Dreamforce-2021-Cloud-Logo-RGB-1-2.png?resize=768,151">
<p id="text3"> Humans with Agents, driving success together.</p>
<p id="text4">Discover Agentforce</p>
</div>
<div id="main">
<img id="main_img" src="php-marquee-starter-lg-bg.webp">
<div id="left">
<p id="text5">Try Saleforce starter suite for free.</p>
<p id="text6">Unite markteing, sales, and sevice in a single app. Try Salesforce
Starter Suite for free. There nothing to install. No credit card required.</p>
</p>
<div id="buttons">
<button id="button_2">Start free trail</button>
<button id="button_3">Watch demo</button>
</div>
</div>
<div id="right">
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/5OwOoQzLOyc" frameborder="0" allowfullscreen></iframe>
</div>
<!-- Let Us Chat button -->
<button id="chatButton">Let Us Chat</button>
</div>
<div id="mid_text">
<p>Learn what Salesforce products can do for you.</p>
</div>
<div id="four_card">
<div id="card1">
<img id="picture" src="https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2023/03/pb-hp-product-smb_icon-1.jpg?resize=768,433"/>
<p id="text7" >Small Business</p>
<p id="text8">Sales, service, and email outreach tools in a single app.</p>
</div>
<div id="card2">
<img id="picture" src="https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2023/03/pb-hp-product-smb_icon-2.jpg?resize=768,433" />
<h3 id="text7">Sales Cloud</h3>
<p id="text8">Close more deals and speed up growth with the #1 CRM.</p>
</div>
<div id="card3">
<img id="picture" src="https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2023/03/pb-hp-product-smb_icon-3.jpg?resize=768,433" />
<h3 id="text7">Service Cloud</h3>
<p id="text8">Make customers happy faster and build loyalty with Service Cloud.</p>
</div>
<div id="card4">
<img id="picture" src="https://wp.sfdcdigital.com/en-in/wp-content/uploads/sites/21/2023/03/pb-hp-product-smb_icon-4.jpg?resize=768,433" />
<h3 id="text7">Marketing Cloud</h3>
<p id="text8">Build customer relationships for life with data-first digital marketing.</p>
</div>
</div>
<div id="explore">
<img id="bottom_img" src="pb-hp-products-bg.webp">
<button id="text9"> Explore all products </button>
</div>
</body>
</html>