-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcontact.html
288 lines (241 loc) · 11.5 KB
/
contact.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
<title>Financial Development</title>
<link rel="icon" href="./Assets/icon2.png" type="image/icon" sizes="16x16">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
</head>
<body>
<style>
body {
background: rgb(9, 11, 58) !important;
/* margin-bottom: 200px; */
}
.card {
background-color: transparent;
/* margin-top: 150px !important; */
/* margin-left: 10px; */
}
.image0 {
/* margin-top: 50px; */
transition: transform .8s;
z-index: 0;
}
.image0:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
z-index: 1;
}
#gitt {
height: 50px;
width: 40px;
font-size: 35px;
color: white !important;
margin-right: 0.2px;
margin-left: 1px;
margin-top: 20px;
margin-bottom: -20px;
transition: transform .8s;
}
#gitt:hover {
-ms-transform: scale(1.9);
-webkit-transform: scale(1.9);
transform: scale(1.9);
}
#head1 {
text-align: center;
/* font-size: 40px; */
color: white;
margin: 0px;
margin-top: 5%;
}
h2 {
text-align: center;
color: white;
font-size: 20px;
}
.full-height {
min-height: calc(100vh - 15.3rem)
}
.col-2{
width: 20%;
}
@media only screen and (max-width: 1000px) {
.col-2 {
width: 50%;
}
h2{font-size: 16px;}
.iconchange{font-size: 1px;}
#gitt{
font-size:30px;
/* height: 50px;
width: 40px; */
/* font-size: 35px; */
color: white !important;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
transition: transform .8s;
}
}
a:hover,a{color: transparent;}
</style>
<header>
<h1 class="abc">Essential Finance</h1>
</header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid" style="background-color: rgb(9, 11, 58) ;">
<a class="navbar-brand" href="index.html" style="background-color: rgb(9, 11, 58) ;color: white;">Financial
Education
101</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"
style="background-color:white">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav nav-tabs ">
<li class="nav-item">
<a class="nav-link li1" aria-current="page" href="index.html" style="color: white;">Home</a>
</li>
<li class="nav-item">
<a onclick="getArticles()" class="nav-link li1" href="stockNews.html"
style="color: white;">Stock
News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle centertabs" href="#" id="navbarDropdownMenuLink"
role="button" data-bs-toggle="dropdown" aria-expanded="false" style="color: white;">
KnowledgeBase
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item " href="flashcard.html">Flash Cards</a></li>
<li><a class="dropdown-item" href="quizz.html">Quizz</a></li>
<li><a class="dropdown-item" href="videolectures.html">Video Lectures</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html" style="color: rgb(9, 11, 58) ;">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<script src="script.js"></script>
<div class="container full-height " style="margin-top: 5%;">
<div class="row">
<h1 style="text-align: center;">Meet The Team</h1>
</div>
<div class="row">
<div class="col-2">
<div class="card image0"style="margin-top: 30%;">
<img src="./Assets/Fatih.jpg"
style="margin:auto;margin-top: 2%; height:100px; width:100px; border-radius: 50%;">
<div class="card-body">
<div style="text-align: center;">
<a class="iconchange" target="_blank" href="https://www.linkedin.com/in/fatih-sultan-ay-211689181/"> <i
id="gitt" class="fab fa-linkedin"></i> </a>
<a class="iconchange" target="_blank" href="https://github.com/fatihay53"><i id="gitt"
class="fab fa-github-square"></i>
</a>
<a class="iconchange" target="_blank" href="mailto: [email protected]"> <i id="gitt"
class="fab fa-google-plus-g"></i></a>
<h2>Fatih Ay</h2>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class=" card image0" style="margin-top: 30%;">
<img src="./Assets/Ilias.jpg"
style="margin:auto;margin-top: 2%; height:100px; width:100px; border-radius: 50%;">
<div class="card-body">
<div style="text-align: center;">
<a target="_blank" href="https://www.linkedin.com/in/ilias-c-a2594717a"> <i id="gitt"
class="fab fa-linkedin"></i> </a>
<a target="_blank" href="https://github.com/iliasc8"><i id="gitt"
class="fab fa-github-square"></i>
</a>
<a target="_blank" href="mailto: [email protected]"> <i id="gitt" class="fab fa-google-plus-g"></i></a>
<h2>Ilias Chowdhury</h2>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class="card image0"style="margin-top: 30%;">
<img src="./Assets/Muhammad.jpg"
style="margin:auto;margin-top: 2%; height:100px; width:100px; border-radius: 50%;">
<div class="card-body">
<div style="text-align: center;">
<a target="_blank" href="https://www.linkedin.com/in/fatih-sultan-ay-211689181/"> <i
id="gitt" class="fab fa-linkedin"></i> </a>
<a target="_blank" href="https://github.com/muhammadalim5"><i id="gitt"
class="fab fa-github-square"></i>
</a>
<a target="_blank" href="mailto: [email protected]"> <i id="gitt"
class="fab fa-google-plus-g"></i></a>
<h2>Muhammad Alim</h2>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class="card image0"style="margin-top: 30%;">
<img src="./Assets/said.jpg"
style="margin:auto;margin-top: 2%; height:100px; width:100px; border-radius: 50%;">
<div class="card-body">
<div style="text-align: center;">
<div style="text-align: center;">
<a target="_blank" href="https://www.linkedin.com/in/said-mghabghab/"> <i id="gitt"
class="fab fa-linkedin"></i> </a>
<a target="_blank" href="https://github.com/saidmg"><i id="gitt"
class="fab fa-github-square"></i>
</a>
<a target="_blank" href="mailto: [email protected]"> <i id="gitt"
class="fab fa-google-plus-g"></i></a>
</div>
<h2>Said Mghabghab</h2>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class="card image0"style="margin-top: 30%;">
<img src="./Assets/Vithu.png"
style="margin:auto;margin-top: 2%; height:100px; width:100px; border-radius: 50%;">
<div class="card-body">
<div style="text-align: center;">
<a target="_blank" href="https://www.linkedin.com/in/vithushan-esan-3b636611a/"> <i
id="gitt" class="fab fa-linkedin"></i> </a>
<a target="_blank" href="https://github.com/VithushanE"><i id="gitt"
class="fab fa-github-square"></i>
</a>
<a target="_blank" href="mailto: [email protected]"> <i id="gitt"
class="fab fa-google-plus-g"></i></a>
<h2>Vithushan Esan</h2>
</div>
</div>
</div>
</div>
</div>
<script>
// window.scrollTo(0,document.body.scrollHeight);
</script>
</body>
</html>