-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutus.html
105 lines (91 loc) · 2.81 KB
/
Aboutus.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
<!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>Digital services</title>
<link rel="stylesheet" type="text/css" href="style1.css">
</head>
<body>
<h1> <font type="Sans Serif">Smart Service Line</font></h1>
<div class="tab">
<table >
<tr>
<th><a href="index.html">
Home
</a>
<th><a href="organisations.html">
Organisations
</a>
</th>
<th><a href="">
Services
</a>
</th>
<th><a href="login.html">
Login/signup
</a>
</th>
<th><a href="">
About us
</a>
</th>
</tr>
</table>
<h1>Our team</h1>
<div class="box">
<img src=
"https://media.geeksforgeeks.org/wp-content/uploads/20201231132740/Capture.PNG"
alt="picture goes here">
<p class="center">
<a href="Sania" style="text-decoration:none;color:black;
font-weight:bold;font-family: 'Langar', cursive;">
Sania
</a>
</p>
<p style="font-family: sans-serif">CEO and the Founder</p>
</div>
<div class="box">
<img src=
"https://media.geeksforgeeks.org/wp-content/uploads/20201231132740/Capture.PNG"
alt="picture goes here">
<p class="center">
<a href="" style="text-decoration:none;color:black;
font-weight:bold;font-family: 'Langar', cursive;">
Slavi
</a>
</p>
<p style="font-family: sans-serif ">co-founder</p>
<p style="font-family: sans-serif ">[email protected]</p>
</div>
<div class="box">
<img src=
"https://media.geeksforgeeks.org/wp-content/uploads/20201231132740/Capture.PNG"
alt="picture goes here">
<br>
<p class="center">
<a href="#Priya" style="text-decoration:none;color:black;
font-weight:bold;font-family: 'Langar', cursive;">
Priya
</a>
</p>
<p style="font-family: sans-serif ">Food Manager of the company </p>
</div>
</div>
</section>
<footer class="background">
<p class="text-footer">
Copyright ©-All rights are reserved
</p>
<script>
.box-main {
display: flex;
justify-content: center;
align-items: center;
color: white;
max-width: 50%;
margin: auto;
height: 80%;
}
</script>