-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
108 lines (107 loc) · 5.86 KB
/
about.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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="about-body.css">
<link rel="stylesheet" href="footer.css">
<title>CGEC - About</title>
</head>
<body>
<header class="header">
<nav class="nav">
<ul>
<div class="items" id="logo-div">
<a href="home.html"><img src="assets/CGEC-Logo.png" alt="CGEC-Logo"></a>
</div>
<div class="helpline">
<span>Contact info:</span>
<span>Email: abc@gmail.com</span>
<span>Contact: 9876543210</span>
</div>
<ul>
<li class="cgec">Coochbehar Government Engineering College</li>
</ul>
<li class="items"><a href="about.html">About</a></li>
<li class="items"><a href="#">Academics</a></li>
<li class="items"><a href="courses.html">Departments</a></li>
<li class="items"><a href="clubs.html">Club Corner</a></li>
</ul>
</nav>
</header>
<div class="body">
<div class="about-head">
<div class="logo"><img src="assets/CGEC-Logo.png" alt="Logo"></div>
<div class="name"><h1>About</h1></div>
</div>
<div class="about-body">
<h3>
Coochbehar Government Engineering College is a government engineering college located in the district of Coochbehar in the Indian state of West Bengal. It was established in the year 2016 and is affiliated with the Maulana Abul Kalam Azad University of Technology (MAKAUT), formerly known as West Bengal University of Technology.
</h3>
<h3>
The college offers undergraduate programs in four major disciplines of engineering, including Computer Science and Engineering, Electronics and Communication Engineering, Electrical Engineering, and Mechanical Engineering. The curriculum of these programs is designed to provide students with a strong foundation in theoretical concepts as well as practical knowledge in their chosen field.
</h3>
<h3>
Coochbehar Government Engineering College has a team of highly qualified and experienced faculty members who are dedicated to providing quality education to their students. The college has state-of-the-art infrastructure and well-equipped laboratories to support the academic needs of the students.
</h3>
<h3>
Apart from academics, the college also provides various co-curricular and extracurricular activities to encourage students to showcase their talents and develop their overall personality. There are several student clubs and societies in the college, including the Robotics Club, Literary Club, and Music Club, among others.
</h3>
<h3>
Overall, Coochbehar Government Engineering College aims to provide its students with an excellent academic experience and prepare them to become skilled professionals in their respective fields.
</h3>
</div>
<div class="last-box">
<div class="left">
<h2>Contact info.:</h2>
<h2>Harinchawra, Coochbehar,</h2>
<h2>West Bengal,736170</h2>
<h2>abc@gmail.com</h2>
<h2>1234567890</h2>
</div>
<div class="right">
<div class="map">
<iframe width="600" height="450" id="gmap_canvas" src="https://maps.google.com/maps?q=cgec&t=&z=17&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-box1">
<div class="box-1">
<h2>Social Handles</h2>
<ul>
<li class="social"><a href="https://www.youtube.com/@esperanzacgec" target="_blank"><img src="assets/social-youtube.svg" alt="youtube"></a></li>
<li class="social"><a href="https://www.facebook.com/official.cgec/" target="_blank"><img src="assets/social-facebook.svg" alt="facebook"></a></li>
<li class="social"><a href="https://www.linkedin.com/school/official-cgec/" target="_blank"><img src="assets/social-linkedin.svg" alt="linkedin"></a></li>
</ul>
</div>
<div class="box-2">
<h2>Clubs Corner</h2>
<ul>
<li class="clubs">Tech-O-Nicks</li>
<li class="clubs">GDSC CGEC</li>
<li class="clubs">CGEC Sports Club</li>
<li class="clubs">Debate Club</li>
<li class="clubs">Pep Talks Club</li>
<li class="clubs">Melodies of CGEC</li>
<li class="clubs">The CGEC Times</li>
<li class="clubs">Dance Club</li>
<li class="clubs">Creative Pens</li>
<li class="clubs">Cine-Photography</li>
<li class="clubs">Theater Club</li>
</ul>
</div>
</div>
<div class="footer-box2">
<h4>Copyright © all Right Reserved</h4>
<h4>Designed by Teq Titans</h4>
</div>
</div>
</body>
</html>