-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (111 loc) · 3.76 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Here For You Team</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
/>
<link
rel="stylesheet"
href="https://daneden.github.io/animate.css/animate.min.css"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="images/logo.png" type="image/gif" sizes="16x16" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<section>
<section class="team-page-section">
<div class="container">
<!-- Sec Title -->
<div class="sec-title centered">
<img style="max-width: 30%;" src="images/logo.png" /><br /><br />
<div class="title">Here For You</div>
<div class="separator"><span></span></div>
<!-- <h2>Here For You</h2> -->
</div>
<div class="row clearfix" style="display: flex;">
<!-- Team Block -->
<div
class="team-block col-lg-4 col-md-6 col-sm-12"
style="margin: auto;"
>
<div
class="inner-box wow fadeInLeft"
data-wow-delay="0ms"
data-wow-duration="1500ms"
>
<ul class="social-icons">
<li>
<a href="https://github.com/utkarshminhas"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/utkarsh-minhas-348703147/"
><i class="fab fa-linkedin-in"></i
></a>
</li>
</ul>
<div class="image">
<a
href="https://www.linkedin.com/in/utkarsh-minhas-348703147/"
><img src="images/0.jpeg" alt=""
/></a>
</div>
<div class="lower-content">
<h3><a href="#">Utkarsh Minhas</a></h3>
<div class="designation">App Developer</div>
</div>
</div>
</div>
<!-- Team Block -->
<div
class="team-block col-lg-4 col-md-6 col-sm-12"
style="margin: auto;"
>
<div
class="inner-box wow fadeInLeft"
data-wow-delay="0ms"
data-wow-duration="1500ms"
>
<ul class="social-icons">
<li>
<a href="https://github.com/ash1478"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ashwin-m-640016186/"
><i class="fab fa-linkedin-in"></i
></a>
</li>
</ul>
<div class="image">
<a href="https://www.linkedin.com/in/ashwin-m-640016186/"
><img
style="max-width: 80%;"
src="images/1.jpg"
alt="ashwin"
/></a>
</div>
<div class="lower-content">
<h3><a href="#">Ashwin M</a></h3>
<div class="designation">App Developer</div>
</div>
</div>
</div>
<!-- Team Block -->
</div>
</div>
</section>
</section>
</body>
</html>