-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
793 lines (602 loc) · 28.3 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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="shortcut icon" href="#" />
<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>HubSpot | Inbound Marketing,
Sales, and Service Software
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- NAV START -->
<nav>
<div id="top-navigation-bar">
<ul>
<li>
<a id="top-nav-language-option" href=""><i style="margin-right: 8px;"
class="fas fa-globe-europe"></i>English <i class="fas fa-chevron-down"
style="transition: all 1s ease 0s;"></i>
</a>
</li>
<li><a class="top-nav-contact-sales" id="contact-sales-nav-id"
href="contact_sales/contact_sales_index.html"><i style="margin-right: 5px;"
class="fas fa-user"></i>Contact Sales</a></li>
<div class="top-nav-space"></div>
<li>
<a href=""><i style="color: #00a4bd; font-size: 16px;" class="fa fa-search"></i></a>
</li>
<li><a id="top-nav-login" href="./login_page/login.html">Log in</a></li>
<li><a id="top-nav-customer-support" href="#">Customer Support</a></li>
<li>
<a id="top-nav-about-Us" href="">About <i class="fa fa-chevron-down"
style="transition: all 0.2s ease 0s;"></i></a>
</li>
</ul>
<!-- /////////////////////////////////// -->
<!-- software-nav -->
<!-- Here I have to connect all the pages -->
<div id="aboutUs-option-nav" class="bout-nav" style="display: none">
<div>
<div class="aboutUs-option-1-2-inside">
<a href="#" class="soft-nav-links"><span>About Us</span>
</a>
</div>
</div>
<div>
<div class="aboutUs-option-1-2-inside">
<a href="Careers.html" class="soft-nav-links"><span>Careers</span>
</a>
</div>
</div>
<div>
<div class="aboutUs-option-1-2-inside">
<a href="ContactUs.html" class="soft-nav-links"><span>Contact Us</span>
</a>
</div>
</div>
<div>
<div class="aboutUs-option-1-2-inside">
<a href="./investorRelations/index.html" class="soft-nav-links"><span>Investor Relations</span>
</a>
</div>
</div>
<div>
<div class="aboutUs-option-1-2-inside">
<a href="./managementTeam/index.html" class="soft-nav-links"><span>Management Team</span>
</a>
</div>
</div>
</div>
<!-- Language Option -->
<div id="Language-option-nav" class="lang-nav" style="display: none">
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>日本語</span>
</a>
</div>
</div>
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>Deutsch</span>
</a>
</div>
</div>
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>English</span>
</a>
</div>
</div>
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>Español</span>
</a>
</div>
</div>
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>Português</span>
</a>
</div>
</div>
<div>
<div class="Language-option-1-2-inside">
<a href="" class="soft-nav-links"><span>Français</span>
</a>
</div>
</div>
</div>
</div>
<!-- Main NAV-BAR Starts -->
<!-- <hr /> -->
<a href="index.html"><img
src="https://static.hsappstatic.net/salesImages/static-1.415/logos/hubspot-standard.svg"
alt="hubspot.com">
</a>
<ul>
<li>
<a id="software" href="" style="color: rgb(65, 64, 64);">Software <i class="fas fa-chevron-down"
style="transition: all 1s ease 0s;"></i>
</a>
</li>
<li><a class="pricing-nav" id="price" href="#">Pricing</a></li>
<li>
<a id="res" href="" style="color: rgb(65, 64, 64);">Resources <i class="fa fa-chevron-down"
style="transition: all 0.2s ease 0s;"></i></a>
</li>
<div class="space"></div>
<li style="margin-top: 20px;">
<button>Get Hubspot free</button>
</li>
<div id="burgerbtn" class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</ul>
<ul id="small-menu" class="burger-menu" style="display: none;">
<li><a href="#">Software</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Resources</a></li>
<li><a href="#">Get HubSpot Free</a></li>
</ul>
<div id="software-nav" class="soft-nav" class="extra-nav" style="display: none;">
<div id="soft-nav-sidebar">
<div>
<a href="">
<p>The Full CRM Platform</p>
<span>Overview of all<br />Products <i class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
<div>
<a href="">
<p>Free CRM Platform</p>
<span>Overview of<br />Hubspot's free<br />tools <i
class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
</div>
<div id="software-nav-1" class="software-nav-1-2" id="box-shadow">
<div>
<div class="res-para">
<i class="fa fa-list"></i>
<span>Marketing Hub</span>
</div>
<div class="software-nav-1-2-inside">
<a href="" class="soft-nav-links">Marketing automation software.<span>Free<br />and premium
plans <i class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
</div>
<div>
<div class="res-para">
<i class="fas fa-tools"></i>
<span>Service Hub</span>
</div>
<div class="software-nav-1-2-inside">
<a href="" class="soft-nav-links">Customer service software.
<span>Free and<br />premium plans <i class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
</div>
</div>
<div id="software-nav-2" class="software-nav-2-2" id="box-shadow">
<div>
<div class="res-para">
<i class="fas fa-cart-arrow-down"></i>
<span>Sales Hub</span>
</div>
<div class="software-nav-1-2-inside">
<a href="" class="soft-nav-links">Sales CRM software.<span>Free and<br />premium plans <i
class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
</div>
<div>
<div class="res-para">
<i class="fa fa-briefcase"></i>
<span>CMS Hub</span>
</div>
<div class="software-nav-1-2-inside">
<a href="" class="soft-nav-links">Content management system<br /> software.<span href="">Premium
plans
<i class="fas fa-long-arrow-alt-right"></i></span>
</a>
</div>
</div>
</div>
</div>
<div id="res-nav" class="extra-nav" style="display: none;">
<div id="res-nav-1">
<div>
<div class="res-para">
<i class="fas fa-graduation-cap"></i>
<span>Education</span>
</div>
<div>
<p style="display: grid;" class="res-links">
<a href="https://www.google.com/">Blog</a>
<a href="https://www.google.com/">Ebooks, Guides & More</a>
<a href="https://www.google.com/">Free Courses & Certifications</a>
<a href="https://www.google.com/">Inbound Methodology</a>
</p>
</div>
</div>
<div>
<div class="res-para">
<i class="fas fa-comment-alt"></i>
<span>Why HubSpot ?</span>
</div>
<div>
<p style="display: grid;" class="res-links">
<a href="">Customer Stories</a>
<a href="">Why Choose HubSpot?</a>
</p>
</div>
</div>
</div>
<div id="res-nav-2">
<div>
<div class="res-para">
<i class="fas fa-tools"></i>
<span>Services</span>
</div>
<div>
<p style="display: grid;" class="res-links">
<a href="">Onboarding & Consulting Services</a>
<a href="">Hire a Service Provider</a>
</p>
</div>
</div>
<div>
<div class="res-para">
<i class="fas fa-users"></i>
<span>Partners & Developers</span>
</div>
<div>
<p style="display: grid;" class="res-links">
<a href="">Partner Programs</a>
<a href="">Developer Tools</a>
</p>
</div>
</div>
</div>
</div>
</nav>
<!-- NAV END -->
<div id="hub-homepage-cont-page1" class="get-started">
<!-- <div class="background-clouds">
</div> -->
<div class="hub-homepage-left">
<h1>There’s a better way to grow.</h1>
<p>Marketing, sales, and service software that helps your business grow without compromise.
Because “good
for the business” should also mean “good for the customer.”</p>
<button><b>Get HubSpot free</b></button>
<p class="sm-para">Get started with FREE tools, and<br />upgrade as you grow.</p>
</div>
<!-- <div class="hub-homepage-image">
<img
src="https://cdn2.hubspot.net/hubfs/53/raw_assets/public/_Web%20Team%20Assets/Website/assets/svg/hero.svg" />
</div> -->
</div>
<div id="hub-homepage-cont-page2">
<div class="hub-homepage-cont-page2-just-below">
<h1>The CRM Platform Your Whole Business Will Love</h1>
<p>HubSpot’s CRM platform has all the tools and integrations you need for marketing, sales, content
management, and customer service. Each product in the platform is powerful alone, but the real
magic happens when you use them together.
</p>
<div id="get-CRM-button">
<button id="get-crm-free">Get free CRM</button>
<button id="get-crm-pro">Demo premium CRM</button>
</div>
</div>
<div id="homepage2-cont-4boxes">
<div id="homepage2-cont-4boxes-1">
<div class="homepage2-cont-4boxes-box1">
<h2>Marketing Hub</h2>
<p>Marketing software to help you grow traffic, convert more visitors, and run complete inbound
marketing campaigns at scale.</p>
<div>
<p>Popular Features</p>
<i class="fas fa-check-circle"><span>Lead generation</span></i>
<i class="fas fa-check-circle"><span>Marketing automation</span></i>
<i class="fas fa-check-circle"><span>Analytics<span></i>
</div>
<span>
<button id="homepage2-cont-4boxes-box1-btn" onclick="getStarted()">Get started</button>
</span>
</div>
<div class="homepage2-cont-4boxes-box1">
<h2>Sales Hub</h2>
<p>Sales CRM software to help you get deeper insights into prospects, automate the tasks you hate,
and close more deals faster.</p>
<div>
<p>Popular Features</p>
<i class="fas fa-check-circle"><span>Advanced CRM</span></i>
<i class="fas fa-check-circle"><span>Meeting scheduling</span></i>
<i class="fas fa-check-circle"><span>Quotes<span></i>
</div>
<span>
<button id="homepage2-cont-4boxes-box1-btn" onclick="getStarted()">Get started</button>
</span>
</div>
</div>
<div id="homepage2-cont-4boxes-1">
<div class="homepage2-cont-4boxes-box1">
<h2>Service Hub</h2>
<p>Customer service software to help you connect with customers, exceed expectations, and turn them
into promoters who grow your business.</p>
<div>
<p>Popular Features</p>
<i class="fas fa-check-circle"><span>Tickets</span></i>
<i class="fas fa-check-circle"><span>Customer feedback</span></i>
<i class="fas fa-check-circle"><span>Knowledge base<span></i>
</div>
<span>
<button id="homepage2-cont-4boxes-box1-btn" onclick="getStarted()">Get started</button>
</span>
</div>
<div class="homepage2-cont-4boxes-box1">
<h2>CMS Hub</h2>
<p>Content management software that’s flexible for marketers, powerful for developers, and gives
customers a personalized, secure experience.</p>
<div>
<p>Popular Features</p>
<i class="fas fa-check-circle"><span>Drag-and-drop editor</span></i>
<i class="fas fa-check-circle"><span>SEO recommendations</span></i>
<i class="fas fa-check-circle"><span>Website themes<span></i>
</div>
<span>
<button id="homepage2-cont-4boxes-box1-btn" onclick="getStarted()">Get started</button>
</span>
</div>
</div>
</div>
</div>
<!-- After 4BOXES Learn and grow with award-winning support -->
<div id="hub-homepage-learn-and-grow">
<div class="learn-and-grow-textPart">
<h2>Learn and grow with award-winning support and a thriving community behind you.</h2>
<p>You don't have to go it alone. Master the inbound methodology and get the most out of your tools with
HubSpot's legendary customer support team and a community of thousands of marketing and sales pros just
like
you.
</p>
</div>
<div class="hub-homepage-learn-and-grow-8grids">
<div class="learn-and-grow-8grids-1 learn-and-grow-8grids">
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_agency.svg" />
<h1 class="learn-and-grow-8grids-header">150+</h1>
<p class="learn-and-grow-8grids-para">HubSpot user groups</p>
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_blog.svg" />
<h1 class="learn-and-grow-8grids-header">7M+</h1>
<p class="learn-and-grow-8grids-para">monthly visits</p>
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_academy.svg" />
<h1 class="learn-and-grow-8grids-header">330K+</h1>
<p class="learn-and-grow-8grids-para">certified professionals</p>
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_inbound.svg" />
<h1 class="learn-and-grow-8grids-header">26K</h1>
<p class="learn-and-grow-8grids-para">registered attendees</p>
</div>
</div>
<div class="learn-and-grow-8grids-2 learn-and-grow-8grids">
<div>
<img style="width: 150px;"
src="https://cdn2.hubspot.net/hubfs/53/HubSpot-App-Marketplace-White.png" />
<h1 class="learn-and-grow-8grids-header">650+</h1>
<p class="learn-and-grow-8grids-para">integrations</p>
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_globe.svg" />
<h1 class="learn-and-grow-8grids-header">6</h1>
<p class="learn-and-grow-8grids-para">languages</p>
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/parrotdad/homepage/homepage_community_followers.svg" />
<h1 class="learn-and-grow-8grids-header">2.6M+</h1>
<p class="learn-and-grow-8grids-para">social followers</p>
</div>
<div>
<img src="https://cdn2.hubspot.net/hubfs/53/Lists.svg" />
<h1 class="learn-and-grow-8grids-header">100,000+</h1>
<p class="learn-and-grow-8grids-para">customers</p>
</div>
</div>
</div>
</div>
<!-- After 4BOXES Learn and grow with award-winning support 8GRIDS ENDED-->
<!-- After 8grids someCompnaies(SUZUKI , TRELLO ,WWF) STARTS-->
<div id="hub-homepage-wwf-suzuki-trello">
<div class="wwf-suzuki-trello-leftside">
<h2>100,000+</h2>
<p>customers in over <b>120</b> countries growing their businesses with HubSpot
</p>
</div>
<div class="hub-homepage-wwf-suzuki-trello-rightside">
<div class="wwf-suzuki-trello-rightside-1 wwf-suzuki-trello-grid">
<div>
<img src="https://f.hubspotusercontent00.net/hubfs/53/1200px-WWF_logo_svg%20(1).png" />
</div>
<div>
<img src="https://f.hubspotusercontent00.net/hubfs/53/trello-logo-blue%20(1).png" />
</div>
<div>
<img src="https://f.hubspotusercontent00.net/hubfs/53/1200px-G2_Crowd_logo.svg.png" />
</div>
<div>
<img src="https://www.hubspot.com/hubfs/assets/hubspot.com/homepage/Vertical_Sabaeus_RGB.svg" />
</div>
</div>
<div class="wwf-suzuki-trello-rightside-2 wwf-suzuki-trello-grid">
<div>
<img
src="https://newinboundblog.hubspot.com/hubfs/assets/hubspot.com/case-studies/logo-bank/EMEA-logo-bank/Suzuki.png" />
</div>
<div>
<img src="https://f.hubspotusercontent00.net/hubfs/53/soundcloud.png" />
</div>
<div class="classPass">
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/home/home_page_logos_June_2019/[email protected]" />
</div>
<div>
<img
src="https://www.hubspot.com/hubfs/assets/hubspot.com/home/home_page_logos_June_2019/[email protected]" />
</div>
</div>
</div>
</div>
<!-- After 8grids someCompnaies(SUZUKI , TRELLO ,WWF) ENDS -->
<div id="homepage-lastPage-page5">
<div class="homepage-lastPage-page5-leftSide">
<h1>Start Growing With HubSpot Today</h1>
<p>With tools to make every part of your process more human and a support team excited to help you, getting
started with inbound has never been easier.</p>
<span>Get started with FREE tools, or get more with our premium software.</span>
</div>
<div class="homepage-lastPage-page5-rightSide">
<img src="https://cdn2.hubspot.net/hubfs/53/assets/hubspot.com/_style-guide/sg-module-images/[email protected]" />
</div>
</div>
<!-- FOOTER STARTS -->
<div id="hub-footer-cont">
<div class="hub-footer-left">
<div>
<div class="footer-left-1" id="footer-content">
<p id="footer-left-head">Popular Features</p>
<a href="#">Free Meeting Scheduler App</a>
<a href="#">Social Media Tools</a>
<a href="#">Email Tracking Software</a>
<a href="#">Sales Email Automation</a>
<a href="#">Ads Software</a>
<a href="#">Email Marketing Software</a>
<a href="#">Lead Management Software</a>
<a href="#">Pipeline Management Tools</a>
</div>
</div>
<div>
<div class="footer-left-2" id="footer-content">
<a href="#">Sales Email Templates</a>
<a href="#">Help Desk Software</a>
<a href="#">Free Online Form Builder</a>
<a href="#">Free Chatbot Builder</a>
<a href="#">Free Live Chat Software</a>
<a href="#">Marketing Analytics</a>
<a href="#">Free Landing Page Builder</a>
<a href="#">PieSync Integrations</a>
</div>
</div>
</div>
<hr style="color: #CBD6E2; width: .5px; height: 55vh; margin-right: 30px;" />
<div class="hub-footer-right">
<div>
<div class="footer-right-1" id="footer-content">
<p id="footer-right-head-1">Free Tools</p>
<a href="#">Website Grader</a><br />
<a href="#">Make My Persona</a><br />
<a href="#">Email Signature Generator</a><br />
<a href="#">Blog Ideas Generator</a><br />
<a href="#">Invoice Template Generator</a><br />
<a href="#">Marketing Plan Generator</a><br />
<a href="#">Free Business Templates</a><br />
<a href="#">Industry Benchmark Data</a><br />
<a href="#">Software Comparisons Library</a><br />
</div>
</div>
<div>
<div class="footer-right-2" id="footer-content">
<p id="footer-right-head-2">Company</p>
<a href="#">About Us</a><br />
<a href="#">Careers</a><br />
<a href="#">Management Team</a><br />
<a href="#">Board of Directors</a><br />
<a href="#">Investor Relations</a><br />
<a href="#">Blog</a><br />
<a href="#">Contact Us</a>
</div>
</div>
<div>
<div class="footer-right-3" id="footer-content">
<p id="footer-right-head-3">Customers</p>
<a href="#">Customer Support</a>
<a href="#">Join a Local User Group</a>
</div>
<div class="footer-right-3" id="footer-content">
<p id="footer-right-head-3">Partners</p>
<a href="#">All Partner Programs</a>
<a href="#">Solutions Partner Program</a>
<a href="#">App Partner Program</a>
<a href="#">HubSpot for Startups</a>
<a href="#">Affiliate Program</a>
</div>
</div>
</div>
</div>
<div class="footer-icons">
<hr style="color: #CBD6E2; width: 30%; height: .5px; margin-right: 0;" />
<div class="all-the-icons">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-linkedin-in"></i>
<i class="fab fa-medium-m"></i>
</div>
<hr style="color: #CBD6E2; width: 30%; height: .5px; margin-left: 0;" />
</div>
<div class="footer-last">
<img src="https://www.hubspot.com/hubfs/WBZ-1165%20Global%20Nav%20Redesign/Wordmark-White.svg" />
<p>Copyright © 2021 HubSpot, Inc.</p>
<div>
<a href="#">Legal Stuff</a>
<a href="#">Privacy Policy</a>
</div>
</div>
<!-- FOOTER ENDS -->
<script>
var showMenu = true;
var getStarted = document.querySelector(".get-started");
function toggleMenu() {
var menu = document.getElementById("small-menu");
if (showMenu) {
menu.style.display = "block";
showMenu = false;
} else {
menu.style.display = "none";
showMenu = true;
}
}
function hideMenu() {
var menu = document.getElementById("small-menu");
menu.style.display = "none";
}
var btn = document.getElementById("burgerbtn");
btn.addEventListener("click", toggleMenu);
window.onresize = hideMenu;
</script>
<script src="script.js"></script>
</body>
</html>