forked from anand13696/SAE-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharvind.html
More file actions
88 lines (83 loc) · 3.53 KB
/
Copy patharvind.html
File metadata and controls
88 lines (83 loc) · 3.53 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>SAE India - NITDGP</title>
<link rel="stylesheet" type="text/css" href="min/plugin-min.css">
<link rel="stylesheet" type="text/css" href="min/custom-min.css">
<link rel="stylesheet" type="text/css" href="min/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="css/materialize.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="navbar-fixed">
<nav role="navigation" class="wow bounceInDown">
<div class="nav-wrapper">
<a href="https://www.facebook.com/SAENITD/" target="_blank" class="brand-logo">
<div class="logo-img">
<img src="images/sae logo.jpg" width="23%" alt="saenitd logo">
</div>
</a>
<ul class="right hide-on-med-and-down">
<li><a href="./index.html">Home</a></li>
<li><a href="./index.html#about">About</a></li>
<li><a href="./index.html#events">Events</a></li>
<li><a href="./index.html#team">Our Team</a></li>
<li><a href="./index.html#sponsor">Sponsors</a></li>
<li><a href="./index.html#contact">Contact Us</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./index.html#about">About</a></li>
<li><a href="./index.html#events">Events</a></li>
<li><a href="./index.html#team">Our Team</a></li>
<li><a href="./index.html#sponsor">Sponsors</a></li>
<li><a href="./index.html#contact">Contact Us</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="fa fa-list" style="margin-left: 15px;"></i></a></div>
</div>
</nav>
</div>
<div class="container">
<div class="row" style="margin-top: 100px;">
<div class="col s12 m6 l4">
<div class="team-top">
<a href="./arvind.html"><img class="activator" src="images/team/sae/arvind.jpg"></a>
<h4>Arvind Satya</h4>
<h6><i>President</i></h6>
<a href="https://www.facebook.com/satyaarvind" target='_blank'><i class="fa fa-facebook fa-lg"></i></a>
<a href="#"><i class="fa fa-phone fa-lg" data-toggle="tooltip" title="7063698718"></i></a>
<a href=""><i class="fa fa-envelope fa-lg" data-toggle="tooltip" title="arvindsatya11@gmail.com"></i></a>
</div>
</div>
<div class="col s12 m6 l8">
<div class="text">
<p>Having one of the smarter brains in the club, the President of SAE, NIT Durgapur Collegiate Club is ever willing to embrace every constructive idea that unfolds during our club meetings and is the most approachable person in our club.</p>
</div>
</div>
</div>
</div><br><br><br>
<footer class="page-footer">
<div class="container">
<span style="font-size: 16px; color: #e3eefd;letter-spacing: 1px;">Designed & maintained by SAE India - NIT Durgapur</span>
</div>
</footer>
<script src="min/custom-min.js"></script>
<script src="min/plugin-min.js"></script>
<!-- <script src="js/materialize.js"></script> -->
<script src="js/materialize.min.js"></script>
<!-- <script src="js/slick.js"></script> -->
<script src="js/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('.scrollspy').scrollSpy();
$(".button-collapse").sideNav();
});
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>