-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourteam.html
85 lines (53 loc) · 2.28 KB
/
ourteam.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8">
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="team.css">
<div class="loader"></div>
<script type="text/javascript">
$(window).load(function() {
$(".loader").fadeOut("slow");
});
</script>
</head>
<body>
<div id="particles-js" >
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
</div>
<h1 class="h1x"><b><span>O</span>u<span>r </span>T<span>e</span>a<span>m</span></b></h1>
<img class="mx-auto d-block rounded img-fluid green " src="cv.jpg" width="600" height="365">
<div class="container" >
<div class="head">
<p class="ment">Mentors</p>
</div>
<div class="row ">
<div class="m1">
<img src="cv.jpg" alt="" width="140" height="140" background="#777" color="#777" class="rounded-circle img">
<p class="name">Mr.Lakshay</p>
</div>
<div class="m2">
<img src="cv.jpg" alt="" width="140" height="140" background="#777" color="#777" class="rounded-circle img">
<p class="name">Mr.Awadesh Shukla</p>
</div>
</div>
<div class="row ">
<div class="m1">
<img src="cv.jpg" alt="" width="140" height="140" background="#777" color="#777" class="rounded-circle img">
<p class="name">Mr.Lakshay</p>
</div>
<div class="m2">
<img src="cv.jpg" alt="" width="140" height="140" background="#777" color="#777" class="rounded-circle img">
<p class="name">Mr.Awadesh Shukla</p>
</div>
</div>
</body>
</html>