forked from dinesh0085/Shemrush-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
semrush-bottom.html
157 lines (140 loc) · 5.83 KB
/
semrush-bottom.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Semrush Bottom</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="semrush-bottom.css">
</head>
<body>
<div id="semrush-bottom">
<div id="semrush-bottom-header">
<div>
<div>
<select name="" id="" >
<option value="United States">United States</option>
<option value="Canada">Canada</option>
<option value="United Kingdom">United Kingdom</option>
<option value="Spain">Spain</option>
<option value="France">France</option>
<option value="Italy">Italy</option>
<option value="Germany">Germany</option>
<option value="Australia">Australia</option>
</select>
</div>
<p style="font-size: 21px;">+1 (800) 815 - 9959</p>
</div>
<div >
<p style="text-align: start;font-size: 13px;color:gray ;">10:00 AM - 6:00 PM (EST/EDT), Monday - Friday
Semrush Inc. 800 Boylston Street Suite 2475 <br> Boston, MA 02199
</p>
</div>
<div>
<button>Get Started With Semrush!</button>
<a href="" style="color: grey;font-weight:bold;margin-top: 10px;text-decoration: underline;font-size: 13px;">or see our plans & pricing</a>
</div>
</div>
<div id="semrush-bottom-middle">
<div>
<p>USA, 800 Boylston Street, Suite 2475, Boston, MA 02199</p>
<p style="font-size:15px;"><span style="padding: 0px 10px;font-size: 18px;">✉</span>mail@semrush.com</span> mail@semrush.com</p>
</div>
</div>
<div id="semrush-bottom-last">
<div id="semrush-bottom-last-company">
<div>
<ul>
<h4 style="color:white;">SEMRUSH</h4>
<li>Features</li>
<li>Pricing</li>
<li>Success Stories</li>
<li>Stats and Facts</li>
<li>Data Studies</li>
<li>News</li>
<li>Custom Report</li>
</ul>
</div>
<div>
<div>
<ul>
<h4 style="color:white;">HELP</h4>
<li>Knowledge Base</li>
<li>Academy</li>
<li> Semrush API</li>
</ul>
</div>
<div style="margin-top: 20px;">
<ul>
<h4 style="color:white;">COMMUNITY</h4>
<li> Semrush Blog</li>
<li>Webinars</li>
<li>Events</li>
</ul>
</div>
</div>
<div>
<ul>
<h4 style="color:white;">MORE TOOLS</h4>
<li>Analytics Reports</li>
<li>Projects</li>
<li> Content Marketplace</li>
<li>Agency Partners</li>
<li>Affiliate Program</li>
<li>SEOquake</li>
<li> Sensor</li>
<li>Tools for Amazon</li>
<li>Prowly</li>
<li> App Center</li>
</ul>
</div>
<div>
<ul>
<h4 style="color:white;">COMPANY</h4>
<li>About Us</li>
<li>Newsroom</li>
<li>Partners</li>
<li>Legal Info</li>
<li>Privacy Policy</li>
<li>Cookie Settings</li>
<li>Security Info</li>
<li>For Investors</li>
<li>Contact Us</li>
</ul>
</div>
<div>
<ul>
<h4 style="color: white;">FOLLOW US</h4>
<li>Twitter</li>
<li>Facebook</li>
<li>LinkedIn</li>
<li>Instagram</li>
<li>YouTube</li>
<li>Pinterest</li>
</ul>
</div>
<div>
<ul>
<h4 style="color: white;">LANGUAGE</h4>
<li>English</li>
<li>Español</li>
<li>Deutsch</li>
<li>Français</li>
<li>Italiano</li>
<li>Português (Brasil)</li>
<li>Tiếng Việt</li>
<li>Türkçe</li>
<li>中文</li>
<li>日本語</li>
<li>한국어</li>
</ul>
</div>
</div>
</div>
</div>
<div id="semrush-website-copyright">
<img src="https://www.semrush.com/lp/sem-aeoy/img/logo-white.svg" alt="">
<p>© 2008 - 2022 Semrush. All rights reserved.</p>
</div>
</body>
</html>