-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (98 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Company Home Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table width="100%">
<tr>
<td align="left">
<img src="./Screenshot 2024-07-29 005945.png" alt="Company Logo" class="logo" width="200" height="200">
</td>
<td align="right">
<nav>
<a href="index.html">Home</a>
<a href="#services">Services</a>
<a href="#work">How it Works</a>
<a href="#about">About</a>
</nav>
</td>
</tr>
</table>
<hr>
<hr>
<center>
<section id="home">
<h1>Welcome to Zapier Technologies</h1>
<h3><i>We are a tech company specializing in automation solutions, streamlining workflows by connecting various web applications to enhance productivity and efficiency. </i></h3>
<hr>
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20231205165904/web-development-image.webp" height="500px" width="900px">
<img src="./mobile-application-development-guidelines-riseuplabs.webp" height="500px" width="900px">
<img src="https://www.keenesystems.com/hubfs/blog-images/bigstock-It-Consultant-Presenting-Tag-C-435713942.jpg">
</section>
<hr>
<section id="services">
<h2>Our Services</h2>
<div >
<div><strong>Service 1: Web Development</strong></div>
<div><strong>Service 2: Mobile App Development</strong></div>
<div><strong>Service 3: Digital Marketing</strong></div>
<div><strong>Service 4: Cloud Solutions</strong></div>
<div><strong>Service 5: IT Consulting</strong></div>
</div>
</section>
<hr>
<section id="work">
<div>
<h2>Introduction Audio</h2>
<audio controls>
<source src="./17221957922455bbk4inb-voicemaker.in-speech.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<h2>Promotional Video</h2>
<video controls width="600">
<source src="./invideo-ai-1080 Zapier_ Your Ultimate Tech Partner! 2024-07-28.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>
<hr>
<section id="about">
<h2>Zapier is the one-stop destination for all your technical needs</h2>
<h2>We work for mankind and making lives easy</h2>
<img src="./i2.webp" >
</section>
<hr>
<section >
<h2>Company Details</h2>
<table>
<tr>
<th>Name</th>
<td>Zapier Technologies</td>
</tr>
<tr>
<th>Address</th>
<td>Mumbai, India</td>
</tr>
<tr>
<th>Contact</th>
<td>Phone: 1212345678 | Email: info@zapier.com</td>
</tr>
</table>
</section>
<footer>
<div >
<p>© 2024 Zapier. All rights reserved.</p>
<p>
<a href="https://facebook.com/xyzcorporation">Facebook</a> |
<a href="https://twitter.com/xyzcorporation">Twitter</a> |
<a href="https://linkedin.com/company/xyzcorporation">LinkedIn</a>
</p>
</div>
</footer>
</center>
</body>
</html>