-
Notifications
You must be signed in to change notification settings - Fork 0
/
Proprietorship Registration.html
172 lines (159 loc) · 7.41 KB
/
Proprietorship Registration.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proprietorship Registration</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
.container {
display: flex;
flex-direction: column;
height: 100vh;
}
.upper-section {
flex: 1;
background-color: #FFF593;
text-align: center;
animation: slide-up 1s ease-in-out;
}
.lower-section {
flex: 4;
display: flex;
}
.left-section {
flex: 2;
background-color: #92dcf5;
padding: 20px;
animation: slide-left 1s ease-in-out;
animation-play-state: running;
}
.right-section {
flex: 1;
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR6tK0lGoAIYv6Nqvq0Hf1ayIhy7c6PagjulA&usqp=CAU');
padding: 10px;
background-size: cover;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid black;
}
form {
border: 4px solid black;
border-radius: 10px;
padding: 30px;
margin: 20px;
}
label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}
input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 10px;
border: 1px solid black;
border-radius: 5px;
margin-bottom: 10px;
}
button[type="submit"] {
background-color: rgb(0, 191, 255);
color: white;
border: none;
padding: 10px 20px;
border-radius: 50px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button[type="submit"]:hover {
background-color: rgb(10, 212, 43);
}
button[type="submit"]:focus {
outline: none;
box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}
@keyframes slide-up {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes slide-left {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
</style>
</head>
<body>
<div class="container">
<div class="upper-section">
<h1>Proprietorship Registration with Anandam Infolines</h1>
<h2> Unleash Your Business Potential with Anandam Infolines</h2>
</div>
<div class="lower-section">
<div class="left-section">
<p><h2>Welcome to Anandam Infolines, your trusted partner in the seamless registration of proprietorship businesses. As a budding entrepreneur, we understand that setting up your own business can be both exciting and overwhelming. With our professional services, we aim to make the process of proprietorship registration smooth and hassle-free, empowering you to turn your business dreams into reality.</h2></p>
<h2>Why Choose Proprietorship?</h2>
<ul>
<li>Easy Setup: Registering a proprietorship is a breeze, involving minimal formalities and paperwork. With our guidance, you can complete the registration process swiftly and efficiently.</li>
<li>Complete Control: As the sole owner of your business, you have absolute control over decision-making, allowing you to shape and steer your business in line with your vision.</li>
<li>Direct Profits: Unlike other business structures, all the profits generated by your proprietorship belong solely to you. Enjoy the direct financial benefits of your hard work and dedication.</li>
<li>Flexibility and Agility: Proprietorships offer unparalleled flexibility in terms of business operations. You have the freedom to adapt, pivot, and make quick decisions to stay ahead in the dynamic business landscape.</li>
<li>Minimal Compliance: Say goodbye to complex compliance requirements. Proprietorships have fewer legal formalities, reducing administrative burden and costs, so you can focus on what truly matters – growing your business.</li>
</ul>
<h2>The Proprietorship Registration Process with Anandam Infolines:</h2>
<ol>
<li>Business Name Selection: We understand the importance of a captivating and unique business name. Our experts guide you in choosing a name that reflects your brand identity and resonates with your target audience.</li>
<li>Document Preparation: Our dedicated team assists you in gathering and preparing the necessary documents, including identity proof, address proof, and bank account details, ensuring a seamless registration experience.</li>
<li>Application Submission: Leave the paperwork to us! We handle the submission of your proprietorship registration application with the relevant government authorities, saving you time and effort.</li>
<li>Licenses and Permits: If your business requires specific licenses or permits, we provide guidance and support in obtaining them, ensuring compliance with all regulatory requirements.</li>
</ol>
<h2>Why Choose Anandam Infolines?</h2>
<ul>
<li>Expert Guidance: Our team of seasoned professionals possesses extensive knowledge and experience in proprietorship registration. We provide expert guidance tailored to your unique business requirements.</li>
<li>Time and Cost Savings: We understand the value of your time and resources. By entrusting us with your proprietorship registration, you can save valuable time and focus on nurturing your business.</li>
<li>Transparent and Efficient Service: Transparency is at the core of our service. We maintain clear communication and keep you informed at every stage of the registration process, ensuring a smooth and efficient experience.</li>
<li>Comprehensive Support: We go beyond registration. Anandam Infolines offers a range of additional services, including accounting, taxation, and compliance, to support your business growth and ensure ongoing legal and regulatory compliance.</li>
</ul>
<p>Unleash your business potential with Anandam Infolines. Our dedicated team is committed to your success and will walk hand-in-hand with you as you embark on your entrepreneurial journey.</p>
</div>
<div class="right-section">
<form>
<h1>Let's Craft Your Business</h1>
<label for="name">Name:</label>
<input type="text" id="name" name="name" />
<br /><br />
<label for="phone">Phone:</label>
<input type="text" id="phone" name="phone" />
<br /><br />
<label for="email">Email:</label>
<input type="email" id="email" name="email" />
<br /><br />
<textarea
name="text"
id="text"
cols="10"
rows="5"
placeholder="Write your Concern here"
></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
</div>
</body>
</html>