-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathteam.html
112 lines (98 loc) · 4.8 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<title> Inspiel | About Us</title>
<meta charset="utf-8">
<!-- Font Link -->
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<!-- CSS Link -->
<link rel="stylesheet" type="text/css" href="css/styles_team.css">
<!-- JS Link -->
<link rel="stylesheet" type="text/css" href="team_page.js">
<!-- Font Awesome Link-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section id="team">
<div class="all-content">
<div class="header">
<h2>About Us</h2>
<h3 class=" line anim-typewriter">We Book Courts</h3>
<p class="info">We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings. We are happy to provide court bookings in your area. all you have to do is visit our website and select your timings.</p>
</div>
<div class="header-two">
<h2>Our Team</h2>
</div>
<div class="row1">
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>   
<a href="#"><i class="fa fa-twitter"></i></a>   
<a href="#"><i class="fa fa-facebook"></i></a>
<div class="change">
<p>Hello, this is Richa Joshi</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>  
<a href="#"><i class="fa fa-twitter"></i></a>  
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>  
<a href="#"><i class="fa fa-twitter"></i></a>  
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<br><br>
<div class="row2">
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>   
<a href="#"><i class="fa fa-twitter"></i></a>   
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>  
<a href="#"><i class="fa fa-twitter"></i></a>  
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
<div class="column">
<div class="card">
<img src="assets/profilePicture.jpg" style="width:150px; height:150px; padding-top: 10px">
<h1>Richa Joshi</h1>
<p class="title">CEO & Founder</p>
<a href="#"><i class="fa fa-instagram"></i></a>  
<a href="#"><i class="fa fa-twitter"></i></a>  
<a href="#"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>