-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStartups.html
107 lines (102 loc) · 5.32 KB
/
Startups.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
<!DOCTYPE html>
<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>Startup Pricing | TaleSpin</title>
<link href="Style\stylestar.css" rel="stylesheet">
</head>
<div style="width: 1520px; margin: 0 auto; overflow: hidden;">
<body bgcolor="#f7d9cd">
<div class=" SITEHEADERSTAR " width="100%" height="600px">
<body>
<h1 style="color:rgb(228, 93, 40)">DIGITAL MARKETING</h1>
</body>
</div>
<nav class="site-navigation">
<ul class="nav">
<li><a href="Marketing.html">HOME</a></li>
<li><a href="About Us.html">ABOUT US</a></li>
<li><a href="Services.html">SERVICES</a></li>
<li><a href="Pricing.html" id="selectedn">PRICING</a></li>
<li><a href="Contact us.html">CONTACT US</a></li>
<li><a href="Book a demo.html">BOOK A DEMO</a></li>
<button class="button " onclick="window.location.href='Sign In.html';">SIGN IN</button>
</ul>
</nav>
<div class="priceheading">
<h2 class="headingp3">Enhance your <span style="color:rgb(228, 93, 40)">Marketing</span> tale with <span style="color:rgb(228, 93, 40)">TaleSpin</span></h2>
<h4 class="heading4p3">PLANS & PRICING</h4>
</div>
<div>
<button class="buttonp1" onclick="window.location.href='Pricing.html';" type="submit "><b>Business</b></button>
</div>
<div>
<button class="buttonp2" onclick="window.location.href='Enterprises.html';" type="submit "><b>Enterprises</b></button>
</div>
<div>
<button class="buttonp3" onclick="window.location.href='Startups.html';" type="submit "><b>Startups</b></button>
</div>
<div class="individualpcon">
<img class="indivimg" src="img\startup.jpg" width="1188px" height="550px">
</div>
<div class="sign-in-box">
<h3 class="heading3pp1"><i>Startup Business</i></h3>
<h4 class="heading4pp1">The perfect solution for your new startup business which includes performance management and social media engagement.</h4>
<p class="contentbus"><i><b>Perks-:</b></i></p>
<ul class="listbusiness">
<li>Discounted Rates</li>
<li>Expert Help at lower rates</li>
<li>Analytics</li>
<li>Social Media Marketing</li>
<li>Priority Service</li>
<li>Website Designing</li>
</ul>
<div class="businesss1img">
<img id="business1img" src="img\rocket.png" width="18%" height="13%">
</div>
<p class="contentsus"><i><b>From-:</b></i></p>
<p class="contentsus2"><i><b>Rs.5,999<span style="font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">/mo</span></b></i></p>
<button class="buttonperf" onclick="window.location.href='Contact us.html';" type="submit "><b>Request Consultation</b></button>
</div>
<div class="allplansdiv">
<img class="allplans" src="img\allplans.png" width="450px" height="450px">
</div>
<div class=" journey_start">
<body>
<h2 class=" journey_start_h">READY TO START?</h2>
<button class="buttonjourney" onclick="window.location.href='Contact us.html';" type="submit "><b>Start a Project</b></button>
</body>
</div>
<div class="TaleSpin">
<a href="Marketing.html"><img src="img\TaleSpin.png" width="100%"></a>
</div>
<div class="content_footer">
<body background-color="#383838">
<a href="Marketing.html"><img src="img\TaleSpin.png" width="100%" id="footerlogodemo"></a>
<pre></pre>
</body>
<div id="footercontentaboutdemo">
<h2 id="footerhead">About</h2>
<div id="footercontenttdemo">
<p>_______________________________________</p>
<p>At TaleSpin Inc., we take pride in listening, setting goals, and building a digital platform that truly helps your brand. Innovating strategies that help you achieve your goals is what we’re most passionate about.</p>
</div>
</div>
<div id="footerservicesdemo">
<button id="footservice_button1" onclick="window.location.href='About Us.html';">About US</button>
<button id="footservice_button2" onclick="window.location.href='Services.html';">Our Services</button>
<button id="footservice_button3" onclick="window.location.href='Book a demo.html';">Book A Demo</button>
</div>
<div id="contactusfooter">
<p><b>Contact Us</b></p>
<p><b>Email:</b> <a href="mailto:[email protected]">[email protected]</a></p>
<p><b>Phone:</b> +917017073998</p>
<p><b>Follow Us On:</b></p>
<a href="https://twitter.com/TaleSpin2022?t=wlIywCGFi0aGHOKI27Abew&s=09"><img src="img\twitter.png" width="40px"></a>
<a href="https://t.me/TaleSpin2022"><img src="img\telegram.png" width="40px" id="telegram"></a>
</div>
</div>
</div>
</html>