-
Notifications
You must be signed in to change notification settings - Fork 0
/
starter.html
141 lines (132 loc) · 9.71 KB
/
starter.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Starter Pack - EliteTask Dynamics</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
<!-- Favicon -->
<link rel="icon" href="/assets/img/favicon/favicon.svg" type="image/x-icon">
<link rel="shortcut icon" href="/assets/img/favicon/favicon.svg" type="image/x-icon">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md sticky-top navbar-shrink py-3" id="mainNav">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/">
<span class="bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex justify-content-center align-items-center me-2 bs-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"></path>
<path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"></path>
</svg>
</span>
<span>EliteTask Dynamics</span>
</a>
<button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1">
<span class="visually-hidden">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item"><a class="nav-link" href="contacts.html">Contacts</a></li>
</ul>
<a class="btn btn-primary shadow me-2" role="button" href="signup.html">Sign up</a>
<a class="btn btn-outline-primary" role="button" href="signin.html">Sign In</a>
</div>
</div>
</nav>
<!-- Starter Pack Section -->
<section class="py-5">
<div class="container py-5">
<div class="row mb-4">
<div class="col-md-8 col-lg-6 text-center mx-auto">
<h2 class="fw-bold">Starter Pack</h2>
<p class="text-muted">Experience the essentials with our Starter Pack. Get started with limited access to
advanced features at an affordable price. Perfect for those who are just beginning their journey
with EliteTask Dynamics.</p>
</div>
</div>
<!-- Starter Pack Features -->
<div class="row">
<div class="col-md-6">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets/img/products/starter.jpg" class="rounded img-fluid" alt="Starter Pack Image">
</div>
<div class="col-md-6">
<h3 class="fw-bold mb-3">Essential Features</h3>
<p>The Starter Pack includes the following essential features:</p>
<ul>
<li><strong>Limited Access:</strong> Enjoy access to essential features, providing you with a solid
foundation for your needs.</li>
<li><strong>Standard Customer Support:</strong> Receive standard customer support to assist you
with any queries or challenges you may encounter.</li>
<li><strong>Community Forums:</strong> Join our community forums to connect with other users,
share experiences, and learn from the community.</li>
</ul>
<p>Unlock the potential of your business with the Starter Pack. Whether you're a small business or an
individual entrepreneur, this pack is designed to help you take the first step towards success.</p>
<!-- Add more content or links as needed -->
</div>
</div>
<!-- Additional Content Goes Here -->
</div>
</section>
<footer class="bg-primary-gradient">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Our Services</h3>
<ul class="list-unstyled">
<li><a href="/webdevelopment.html">Web Development</a></li>
<li><a href="/appdevelopment.html">App Development</a></li>
<li><a href="/cloudcomputing.html">Cloud Computing</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About Us</h3>
<ul class="list-unstyled">
<li><a href="/ourstory.html">Our Story</a></li>
<li><a href="/meettheteam.html">Meet the Team</a></li>
<li><a href="/ourvalues.html">Our Values</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Career Opportunities</h3>
<ul class="list-unstyled">
<li><a href="/careers.html">Job Openings</a></li>
<li><a href="/employeetestimonials.html">Employee Testimonials</a></li>
<li><a href="/employeebenefits.html">Employee Benefits</a></li>
</ul>
</div>
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2">
<span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center bs-icon me-2">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.a.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 1-3.185-3.185z"></path>
<path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.328A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"></path>
</svg>
</span>
<span>EliteTask Dynamics</span>
</div>
<p class="text-muted">Empowering digital success with EliteTask Dynamics.</p>
</div>
</div>
<hr class="mt-4">
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">© 2023 EliteTask Dynamics</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a href="https://www.facebook.com/soumikisonline/" class="text-white"><i class="bi bi-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/soumikisonline" class="text-white"><i class="bi bi-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://instagram.com/soumikisonline" class="text-white"><i class="bi bi-instagram"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
</html>