forked from anand13696/SAE-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvikram.html
More file actions
83 lines (78 loc) · 3.33 KB
/
Copy pathvikram.html
File metadata and controls
83 lines (78 loc) · 3.33 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
<!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="./vikram.html"><img class="activator" src="images/team/sae/vikram.jpg"></a>
<h4>K. Vikram Reddy</h4>
<h6><i>Treasurer</i></h6>
<a href="https://www.facebook.com/kovvuri.vikram?ref=br_rs" target='_blank'><i class="fa fa-facebook fa-lg"></i></a>
<a href=""><i class="fa fa-phone fa-lg" data-toggle="tooltip" title="7063282644"></i></a>
<a href=""><i class="fa fa-envelope fa-lg" data-toggle="tooltip" title="kovvurivikram11@gmail.com"></i></a>
</div>
</div>
<div class="col s12 m6 l8">
<div class="text">
<p>Out of the box thinking is what our treasurer emhasizes and practices the same. He remains largely unruffled to the challenges posed at and brings out the best ideas for implementation.</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 type="text/javascript">
$(document).ready(function () {
$('.scrollspy').scrollSpy();
$(".button-collapse").sideNav();
});
</script>
</body>
</html>