-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (95 loc) · 4.41 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Brainstorm</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Roboto+Mono:ital,wght@1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Ubuntu:wght@700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/17e0226a2a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
<body>
<div class="ac">
<section id="title">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info">
<a class="navbar-brand" href="#"> Brainstorm</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link">DEPARTMENT</a>
</li>
<li class="nav-item">
<a class="nav-link">CGPA</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<center>
<h1>"Education is not expensive as ignorance"</h1>
</center>
</div>
</section>
<div id="carouselControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item" data-interval="1000">
<img class="d-block w-100" src="images\New-Picture-7.png" alt="First slide">
</div>
<div class="carousel-item" data-interval="1000">
<img class="d-block w-100" src="images\New-Picture-8.png" alt="Second slide">
</div>
<div class="carousel-item active" data-interval="1000">
<img class="d-block w-100" src="images\DSC_9254-1024x683.jpg" alt="Third slide">
</div>
</div>
</div>
<!-- Features -->
<section id="features">
<div class="row">
<div class="box col-lg-4">
<i class="far fa-building fa-7x"></i>
<h3>DEPARTMENTS</h3>
<p>
<a href="#">IT</a>
</p>
<p>
<a href="#"> CSE</a>
</p>
<p>
<a href="#">BME</a>
</p>
</div>
<div class="box col-lg-4">
<i class="fas fa-calculator fa-8x"></i>
<h3>CGPA</h3>
<p><a href="#">GPA</a>
</p>
<p><a href="#"> CGPA </a>
</p>
</div>
</div>
</section>
<div class="about">
<p>Vel Tech Multi Tech Dr. Rangarajan Dr. Sakunthala Engineering College , An Autonomous Institution, has been accredited by NAAC in the year 2016 with ‘A’ Grade and with an impressive score of 3.49 / 4.0(Cycle 1). The Departments of BME, CSE, ECE, EEE, IT & MECH are accredited by National Board of Accreditation (NBA). The Institution stands among the top 200 Institutions(Band 151-200) in NIRF India Raking consecutively for three years in a row (2017,2018,2019)</p>
</div>
<!-- Testimonials -->
<!-- Footer -->
<footer id="footer">
<center>
<p>© Copyright 2021 LOGS</p>
</center>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>