-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bkp
149 lines (131 loc) · 5.96 KB
/
index.html.bkp
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE HTML>
<html>
<head>
<title>Virtual Labs</title>
<link rel="icon" type="image-icon" href="images/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1" /> -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<!-- <img id="logo" src="images/vlead-logo.png" class="logo">
<nav id="nav">
<img id="logo" src="images/vlabs-logo.png">
</nav> -->
<!-- <a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a> -->
</div>
</header>
<!-- Banner -->
<section id="banner" class="img-responsive" alt="Responsive image">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="images/slider.jpg" class="img-rounded" alt="Cinque Terre">
<h1>WELCOME TO VIRTUAL LABS</h1>
<p>An Initiative of Ministry of Human Resource Development
Under the National Mission on Education through ICT</p>
</div>
</div>
</section>
<section>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<a href="http://14.139.13.147/Computer-Programming/" ><h3>Computer Programming <br /> IIIT Hyderabad</h3></a>
</header>
<p>Computer programming is the craft of writing useful, maintainable, and extensible source code which can be interpreted or compiled by a computing system to perform a meaningful task</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Problem-Solving/"><h3>Problem Solving <br /> IIIT Hyderabad</h3></a>
</header>
<p>Problem solving is the process of understanding how to translate the "algorithm" into something a computer can do</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Data-Structures/"><h3>Data Structures <br /> IIIT Hyderabad</h3></a>
</header>
<p>A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on</p>
</article>
</div> <br />
<div class="flex flex-4">
<article>
<header>
<a href="http://14.139.13.147/VLSI/"><h3>VLSI<br /> IIIT Hyderabad</h3></a>
</header>
<p>Very-large-scale integration (VLSI) is the process of creating an integrated circuit (IC) by combining hundreds of thousands of transistors or devices into a single chip</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Computer-Graphics/"><h3>Computer Graphics <br /> IIIT Hyderabad</h3></a>
</header>
<p>Computer graphics is a sub-field of Computer Science which studies methods for digitally synthesizing and manipulating visual conten</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Image-Processing/"><h3>Image Processing <br /> IIIT Hyderabad</h3></a>
</header>
<p>In computer science, digital image processing is the use of computer algorithms to perform image processing on digital images</p>
</article>
</div> <br />
<div class="flex flex-5" >
<article>
<header>
<a href="http://14.139.13.147/Surveying/"><h3>Surveying <br /> IIT Roorkee</h3></a>
</header>
<p>The interactive experiments in this lab offers students supplemental experience in fundamental land surveying measurement methods for surveying courses</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Ultrafast-Laser-Spectroscopy/"><h3>Ultra fast Laser Spectroscopy<br /> IIT Kanpur</h3></a>
</header>
<p>Understanding chemistry requires a knowledge of the structure of atoms and molecules as well as how they interact in terms of chemical reactions.</p>
</article>
<article>
<header>
<a href="http://14.139.13.147/Signals-and-Systems/"><h3>Signals and Systems<br /> IIT Guwahati</h3></a>
</header>
<p>A signal is a description of how one parameter varies with another parameter. ... Continuous systems input and output continuous signals, such as in analog electronics</p>
</article>
</div> <br />
<div class="flex flex-6">
<article>
<header>
<a href="Hybrid-Electronics"><h3>Hybrid Electronics<br /> COE Pune </h3></a>
</header>
<p>A hybrid integrated circuit (HIC), hybrid microcircuit, hybrid circuit or simply hybrid is a miniaturized electronic circuit constructed of individual devices, such as semiconductor devices (e.g. transistors, diodes andor monolithic ICs) and passive components</p>
</article>
<article></article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
</div>
<ul class="icons">
<li><a href="https://www.facebook.com/VLabsIITDelhi/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/TheVirtualLabs" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.youtube.com/watch?v=mVBYNXLaDdg" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>