-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
178 lines (155 loc) · 5.06 KB
/
About.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
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<style>
/* Add your CSS styles here */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f7f7f7;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
}
h2 {
margin-top: 0;
}
p {
margin-bottom: 20px;
}
</style>
</head>
<body>
<header>
<h1>About Us</h1>
<nav>
<a href="OpeningHours.html">Opening Hours</a>
<a href="ServicesOffered.html">Services</a>
<a href="Signup.html">Sign Up</a>
<a href="index.html">Home</a>
<a href="Contact.html">Contact</a>
<a href="Appointment.html">Make Appointment</a>
<a href="Location.html">Locations</a>
</nav>
</header>
<div class="container">
<h2>Vision Statement</h2>
<p>
"Our vision is to revolutionize the way people interact with technology by creating innovative software products that empower individuals and businesses to achieve their goals with ease and efficiency. We strive to be pioneers in our field, constantly pushing the boundaries of what's possible through cutting-edge technology and forward-thinking design. Our ultimate goal is to make complex tasks simple, to streamline workflows, and to enhance the overall user experience in every product we create. By prioritizing user feedback, embracing diversity, and fostering a culture of creativity and collaboration, we aim to be the trusted partner that our
customers turn to for all their software needs, now and in the future."</p>
<h2>Our Mission</h2>
<p>Our mission is to provide the best software products and services to our customers and create a positive impact on the community that sorrunds us.</p>
<h2>Meet the Team</h2>
<style>
/* Add your CSS styles here */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f7f7f7;
}
.container {
width: 80%;
margin: auto;
padding: 20px;
text-align: center;
}
.image-container {
display: inline-block;
width: 30%;
margin: 20px;
vertical-align: top;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
}
.image-container:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.image-container img {
width: 100%;
height: auto;
}
.image-info {
padding: 10px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 5px;
position: fixed;
width: 100%;
bottom: 0;
}
#homelink{
text-align: center;
font-size: larger;
}
nav {
background-color: #f4f4f4;
padding: 10px;
text-align: center;
}
nav a {
text-decoration: none;
color: #333;
margin: 0 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="image-container">
<img src="op.jpg" alt="Image 1">
<div class="image-info">
<h2>Chief Excuitive Officer</h2>
<p>He is the founder of Arcade Software Solutions</p>
</div>
</div>
<div class="image-container">
<img src="ceo.jpg" alt="Image 2">
<div class="image-info">
<h2>Operations Manager</h2>
<p>Oversees team ledership and Development, process improvemnt and strategic planning</p>
</div>
</div>
<div class="image-container">
<img src="image.jpg" alt="Image 3">
<div class="image-info">
<h2>Senior Software Engineer</h2>
<p>Is proficient in aplication Development, Web Development and Cyber Security</p>
</div>
</div>
<div class="image-container">
<img src="office-hours.jpg" alt="Image 3">
<div class="image-info">
<h2>Solutions Architect</h2>
<p>Is our solutions Architect who is an expert in that field. He focuses on selecting technology for Development,
, System Design
</p>
</div>
</div>
</div>
</body>
<!-- Add information about your team members here -->
<div>
<h2>Contact Us</h2>
<p>If you have any questions or inquiries, feel free to contact us at <a href="mailto:musungaretanaka@gmail.com">musungaretanaka@gmail.com</a>.</p>
</div>
</div>
</body>
</html>