-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathour-team.html
230 lines (197 loc) · 11.9 KB
/
our-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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!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>404 Page Template</title>
<!-- MDI Icons -->
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/6.5.95/css/materialdesignicons.min.css">
<!-- Tailwind -->
<script src="https://cdn-tailwindcss.vercel.app/"></script>
</head>
<body>
<!-- Page Container -->
<div class="flex items-center justify-center min-h-screen bg-white py-48">
<div class="flex flex-col">
<!-- Notes -->
<span class="text-center font-bold my-10 opacity-30">
MDI (npm i @mdi/font) reuqired for all icons
<hr class="my-4">
<a href="https://egoistdeveloper.github.io/twcss-to-sass-playground/" target="_blank" class="text-blue-600">
Convetert to SASS
</a>
</span>
<div class="flex flex-col mt-8">
<!-- Meet the Team -->
<div class="container max-w-7xl px-4">
<!-- Section Header -->
<div class="flex flex-wrap justify-center text-center mb-24">
<div class="w-full lg:w-6/12 px-4">
<!-- Header -->
<h1 class="text-gray-900 text-4xl font-bold mb-8">
Meet the Team
</h1>
<!-- Description -->
<p class="text-gray-700 text-lg font-light">
With over 100 years of combined experience, we've got a well-seasoned team at the helm.
</p>
</div>
</div>
<!-- Team Members -->
<div class="flex flex-wrap">
<!-- Member #1 -->
<div class="w-full md:w-6/12 lg:w-3/12 mb-6 px-6 sm:px-6 lg:px-4">
<div class="flex flex-col">
<!-- Avatar -->
<a href="#" class="mx-auto">
<img class="rounded-2xl drop-shadow-md hover:drop-shadow-xl transition-all duration-200 delay-100"
src="https://images.unsplash.com/photo-1634926878768-2a5b3c42f139?fit=clamp&w=400&h=400&q=80">
</a>
<!-- Details -->
<div class="text-center mt-6">
<!-- Name -->
<h1 class="text-gray-900 text-xl font-bold mb-1">
Tranter Jaskulski
</h1>
<!-- Title -->
<div class="text-gray-700 font-light mb-2">
Founder & Specialist
</div>
<!-- Social Icons -->
<div class="flex items-center justify-center opacity-50 hover:opacity-100
transition-opacity duration-300">
<!-- Linkedin -->
<a href="#" class="flex rounded-full hover:bg-indigo-50 h-10 w-10">
<i class="mdi mdi-linkedin text-indigo-500 mx-auto mt-2"></i>
</a>
<!-- Twitter -->
<a href="#" class="flex rounded-full hover:bg-blue-50 h-10 w-10">
<i class="mdi mdi-twitter text-blue-300 mx-auto mt-2"></i>
</a>
<!-- Instagram -->
<a href="#" class="flex rounded-full hover:bg-orange-50 h-10 w-10">
<i class="mdi mdi-instagram text-orange-400 mx-auto mt-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Member #2 -->
<div class="w-full md:w-6/12 lg:w-3/12 mb-6 px-6 sm:px-6 lg:px-4">
<div class="flex flex-col">
<!-- Avatar -->
<a href="#" class="mx-auto">
<img class="rounded-2xl drop-shadow-md hover:drop-shadow-xl transition-all duration-200 delay-100"
src="https://images.unsplash.com/photo-1634896941598-b6b500a502a7?fit=clamp&w=400&h=400&q=80">
</a>
<!-- Details -->
<div class="text-center mt-6">
<!-- Name -->
<h1 class="text-gray-900 text-xl font-bold mb-1">
Denice Jagna
</h1>
<!-- Title -->
<div class="text-gray-700 font-light mb-2">
Tired & M. Specialist
</div>
<!-- Social Icons -->
<div class="flex items-center justify-center opacity-50 hover:opacity-100
transition-opacity duration-300">
<!-- Linkedin -->
<a href="#" class="flex rounded-full hover:bg-indigo-50 h-10 w-10">
<i class="mdi mdi-linkedin text-indigo-700 mx-auto mt-2"></i>
</a>
<!-- Twitter -->
<a href="#" class="flex rounded-full hover:bg-blue-50 h-10 w-10">
<i class="mdi mdi-twitter text-blue-400 mx-auto mt-2"></i>
</a>
<!-- Instagram -->
<a href="#" class="flex rounded-full hover:bg-orange-50 h-10 w-10">
<i class="mdi mdi-instagram text-orange-400 mx-auto mt-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Member #3 -->
<div class="w-full md:w-6/12 lg:w-3/12 mb-6 px-6 sm:px-6 lg:px-4">
<div class="flex flex-col">
<!-- Avatar -->
<a href="#" class="mx-auto">
<img class="rounded-2xl drop-shadow-md hover:drop-shadow-xl transition-all duration-200 delay-100"
src="https://images.unsplash.com/photo-1634193295627-1cdddf751ebf?fit=clamp&w=400&h=400&q=80">
</a>
<!-- Details -->
<div class="text-center mt-6">
<!-- Name -->
<h1 class="text-gray-900 text-xl font-bold mb-1">
Kenji Milton
</h1>
<!-- Title -->
<div class="text-gray-700 font-light mb-2">
Team Memeber
</div>
<!-- Social Icons -->
<div class="flex items-center justify-center opacity-50 hover:opacity-100
transition-opacity duration-300">
<!-- Linkedin -->
<a href="#" class="flex rounded-full hover:bg-indigo-50 h-10 w-10">
<i class="mdi mdi-linkedin text-indigo-700 mx-auto mt-2"></i>
</a>
<!-- Twitter -->
<a href="#" class="flex rounded-full hover:bg-blue-50 h-10 w-10">
<i class="mdi mdi-twitter text-blue-400 mx-auto mt-2"></i>
</a>
<!-- Instagram -->
<a href="#" class="flex rounded-full hover:bg-orange-50 h-10 w-10">
<i class="mdi mdi-instagram text-orange-400 mx-auto mt-2"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Member #4 -->
<div class="w-full md:w-6/12 lg:w-3/12 mb-6 px-6 sm:px-6 lg:px-4">
<div class="flex flex-col">
<!-- Avatar -->
<a href="#" class="mx-auto">
<img class="rounded-2xl drop-shadow-md hover:drop-shadow-xl transition-all duration-200 delay-100"
src="https://images.unsplash.com/photo-1635003913011-95971abba560?fit=clamp&w=400&h=400&q=80">
</a>
<!-- Details -->
<div class="text-center mt-6">
<!-- Name -->
<h1 class="text-gray-900 text-xl font-bold mb-1">
Doesn't matter
</h1>
<!-- Title -->
<div class="text-gray-700 font-light mb-2">
Will be fired
</div>
<!-- Social Icons -->
<div class="flex items-center justify-center opacity-50 hover:opacity-100
transition-opacity duration-300">
<!-- Linkedin -->
<a href="#" class="flex rounded-full hover:bg-indigo-50 h-10 w-10">
<i class="mdi mdi-linkedin text-indigo-700 mx-auto mt-2"></i>
</a>
<!-- Twitter -->
<a href="#" class="flex rounded-full hover:bg-blue-50 h-10 w-10">
<i class="mdi mdi-twitter text-blue-400 mx-auto mt-2"></i>
</a>
<!-- Instagram -->
<a href="#" class="flex rounded-full hover:bg-orange-50 h-10 w-10">
<i class="mdi mdi-instagram text-orange-400 mx-auto mt-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>