-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBook a demo.html
97 lines (93 loc) · 4.85 KB
/
Book a demo.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
<!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>BOOK A DEMO | TaleSpin Marketing Agency</title>
<link href="Style\style.css" rel="stylesheet">
</head>
<div style="width: 1520px; margin: 0 auto; overflow: hidden;">
<body bgcolor="#e6fafa">
<div class=" SITEHEADER " width="100%" height="600px">
<body>
<h1 style="color:darkslategray">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">PRICING</a></li>
<li><a href="Contact us.html">CONTACT US</a></li>
<li><a href="Book a demo.html" id="demobooktag">BOOK A DEMO</a></li>
<button class="button " onclick="window.location.href='Sign In.html';">SIGN IN</button>
</ul>
</nav>
<div class="consult">
<body>
<h1 class="consult1">Book a consultation with our platform specialists</h1>
<h2 class="consult2">Fill in the required details and our team will get in touch with you.</h2>
</body>
</div>
<div class="fill_sdetails">
<body>
<form action="Demosuccess.html" autocomplete="on">
<label for="fname" class="lfname">First name*</label><br>
<input type="text" id="fname" name="fname" required><br><br>
<label for ="lname" class="llname">Last name*</label><br>
<input type="text" id="lname" name="lname" required><br><br>
<label for="demoemail" class="ldemoemail">Email Address*</label><br>
<input type="email" id="demoemail" name="demoemail" required><br><br>
<label for ="comname" class="lcomname">Company name*</label><br>
<input type="text" id="comname" name="comname" required><br><br>
<label for="demophone" class="ldemophone">Phone Number*</label><br>
<input type="number" id="demophone" name="demophone" required><br><br>
<label for="demoservice" class="ldemoservice">What Services do you need?</label><br>
<input type="text" id="demoservice" name="demoservice" required><br><br>
<input type="submit" value="Request a demo" id="demoreqbutton">
</form>
</body>
</div>
<div>
<img class="consult-img" src="img\consult.png" width="500px" height="400px">
</div>
<div class=" journey_startdemo">
<body background-color="darkslategray">
<h2 class=" journey_start_hdemo">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_footerdemo">
<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>
</body>
</html>