-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathabout.html
More file actions
104 lines (91 loc) · 5.68 KB
/
about.html
File metadata and controls
104 lines (91 loc) · 5.68 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: default
title: About
---
{% include htmlhead.html %}
<body id="about">
<!-- main wrapper starts-->
<div class="wrapper">
{% include colorpicker.html %}
<!-- Header Starts-->
<header>
<div class="brand-container">
<div class="brand">
<h3 class="brand-blog">About</h3>
<h1 class="brand-iiitv primary-color">iiitv</h1>
</div>
</div>
</header>
<!-- Header Starts-->
<!-- body Container Starts-->
<div class="main-container">
<div class="contents">
<div class="institute-container">
<div class="title-container primary-color">
<span class="dash-lg"></span>
<span class="title"><h2>Institute</h2></span>
<span class="dash-sm"></span>
</div>
<div class="institute">
<div class="institute-pic"><img src="img/coll_pic.jpg" alt=""></div>
<div class="institute-info">
<p>Indian Institute of Information Technology, Vadodara (IIITV) is one of IIITs established in the year 2013 by the Ministry of Human Resource Development (MHRD) , Government of India under Public Private Partnership (PPP) model as Institute of National Importance with a view to develop new knowledge in information technology and to provide manpower of global standards for the information technology industry and to provide for certain other matters connected with such institutions or incidental thereto. The partners in this project are Government of India, Government of Gujarat, Gujarat Energy Research and Management Institute, Gujarat State Fertilizers and Chemicals Ltd. and Tata Consultancy Services. At present, IIITV is operating from its temporary premises at Government Engineering College (Gandhinagar) till the time its new campus is made operational at Vadodara, Gujarat. The Government of Gujarat has lent support to the Institute by providing 50 acres of land at Dumad, Vadodara and a Academic Block at GEC, Gandhinagar</p>
</div>
</div>
</div>
<div class="blog-container">
<div class="title-container primary-color">
<span class="dash-sm"></span>
<span class="title"><h2>Blog</h2></span>
<span class="dash-lg"></span>
</div>
<div class="institute">
<div class="blog-info">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, dolorem? Fugit vitae aspernatur blanditiis impedit dolores officiis quos reiciendis dolorum, itaque dicta neque totam delectus perferendis voluptas vel dignissimos, harum temporibus nulla alias eligendi nam ipsa, reprehenderit. Eaque repellat, excepturi vero. Deleniti qui excepturi tenetur mollitia modi consequuntur consectetur nemo!</p>
</div>
</div>
</div>
<div class="team-container">
<div class="title-container primary-color">
<span class="dash-sm"></span>
<span class="title"><h2>Team</h2></span>
<span class="dash-sm"></span>
</div>
<div class="institute">
<div class="profile-container">
<div class="profile"><img src="img/mofid.jpg" alt="">
<div class="share-icon primary-color">
<ul>
<li><a href="http://www.facebook.com/ansarimofid"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://plus.google.com/+AnsariMofid"><i class="fa fa-google-plus"></i></a></li>
<li><a href="http://twitter.com/ansarimofid"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="profile"><img src="img/avi.jpg" alt="">
<div class="share-icon">
<ul>
<li><a href="http://www.facebook.com/avi.aryan.ap"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://google.com/+AviAryan"><i class="fa fa-google-plus"></i></a></li>
<li><a href="http://twitter.com/aviaryan123"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="team-info">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, dolorem? Fugit vitae aspernatur blanditiis impedit dolores officiis quos reiciendis dolorum, itaque dicta neque totam delectus perferendis voluptas vel dignissimos, harum temporibus nulla alias eligendi nam ipsa</p>
</div>
</div>
</div>
</div>
</div>
<!-- body Container Ends-->
{% include footer.html %}
</div>
<!-- main wrapper Ends-->
<!-- Scripts Starts-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/init.js"></script>
<!-- Scripts Ends-->
</body>
</html>