-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutUs.html
71 lines (63 loc) · 3.55 KB
/
AboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="aboutus.css">
</head>
<body>
<a href=index.html><img src="images/logo.jpg" alt="" class="logo"></a>
<div class="navbar">
<ul>
<li class="ULNavBar"><a href="mess.html">Mess</a></li>
<li class="ULNavBar"><a href="facilities.html" target="_blank">Facilities</a></li>
<li class="ULNavBar"><a href="ContactUs.html" target="_blank">Contact Us</a></li>
<li class="ULNavBar"><a href="AboutUs.html" target="_blank">About Us</a></li>
<li class="ULNavBar"><a href="log_in.html" target="_blank">Log In</a></li>
</ul>
</div>
<div class="heading"><h1 style="position: relative;top: -31px;">BMS Hostel</h1></div>
<section id="overview">
<h4>About BMSETH</h4>
<div class="wel-div-2"></div>
<p>
Founded in 1946, BMS College of Engineering (popularly known as BMSCE) is located in Bengaluru, Karnataka.
BMS College of Engineering is accredited by the NAAC with A++ grade and CGPA of 3.83 on a scale of four.
It is the first college of Karnataka to be accredited by National Board of Accreditation (NBA). The college
has been approved by the AICTE and UGC. Currently, BMS College offers 13 undergraduate and 16 postgraduate
courses in conventional and emerging areas. A total of 5,000 students are actively pursuing their higher studies
and 350 research scholars their PhD degrees at BMSCE. Also, the college is a partner institute of
the Melton Foundation, USA.
BMS College of Engineering also holds permanent affiliation with Visvesvaraya Technological University (VTU),
Belagavi. BMSCE ranked 98 among top Engineering colleges in the NIRF Ranking 2021. The college consists of 18
departments under the streams of Engineering, Management, Science and Research.
</p>
<p> BMSCE offers full-time BE programmes in 14 and ME in 15 specialisations at UG and PG level, respectively.
The duration of BE is four years and that of ME is two years. Other than these, the institute also offers
full-time MBA and MCA programmes. </p>
</div>
<div class="card1">
<img src="C:\VSCode\PW-1\images\profilepic.png" alt="">
<h6>Umang Goel - 1BM20CS176</h6>
<p> A curious web developer with a keen outlook on our ever expanding, tech-driven years to come.
<br>
Contact at [email protected]
</p>
</div>
<div class="card2">
<img src="C:\VSCode\PW-1\images\image0.jpeg." alt="Eiffel Tower">
<h7>Bhavya sri Tamminana - 1BM20CS169</h7>
<p> An interested ui/ux developer who would love to take a step into, and change the world of today's user experience.
<br>
Contact at [email protected]
</p>
</div>
<br>
<div class="footer">
<p>Copyright© | Ths website is developed by Bhavya & Umang. </p>
</div>
</section>