-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
95 lines (85 loc) · 6.36 KB
/
about.html
File metadata and controls
95 lines (85 loc) · 6.36 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>About Page</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css.css">
<link rel="stylesheet" href="stylenew.css">
<!------for fonts-------->
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap" rel="stylesheet">
<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=Chau+Philomene+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="banner1">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="https://seeklogo.com/images/C/CSC-logo-683D039854-seeklogo.com.png" class="logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#toggleitems" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleitems">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.php" ><p class="text-white">HOME</p></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" class="text white"><p class="text-white">ABOUT</p></a>
</li>
<li class="nav-item">
<a class="nav-link" href="courses.html"><p class="text-white">COURSES</p></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<p class="text-white">LOGIN</p>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="student login.html">
<p class="text-danger">Student login</p>
</a></li>
<li><a class="dropdown-item" href="user login.php"><p class="text-danger">Admin Login</p></a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><p class="text-white">CONTACT US</p></a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-sm btn-outline-danger" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<!-- <div class="container-fluid">
<div class="contentabout"> -->
<h2 class="text-light text-center mt-5">ABOUT US</h2>
</section>
<!----------about us content------------>
<section class="aboutus">
<div class="rowg">
<div class="about-col">
<h1>World's Best Institution</h1>
<p style="text-align:center">CSC Computer Education in Nagercoil is one of the leading businesses in the Institutes. Also known for Computer Training Institutes, Institutes, Language Classes For English, Tally Training Institutes, AUTOCAD Training Institutes, CAD Training Institutes, Handwriting Classes, Educational Institutions and much more. Find Address, Contact Number, Reviews & Ratings, Photos, Maps of CSC Computer Education, Nagercoil.
Since 2000, CSC Computer Education in Veppamoodu, Nagercoil has been offering professional training to students. It specialises and is well-known for training students as well as working professionals in accounting, web designing, programming languages, hardware and networking. It is run and managed by a seasoned professionals who leads a team of educators and trainers having relevant domain expertise. At this institution, one can get trained in the subject of their choice by opting from a wide range of courses. These easy-to-follow courses are primarily aimed at students, working professionals as well as IT professionals who want to enhance their knowledge and further their career prospects. Located Opp to Praveen Clinic, you can find this institution with relative ease at No 110, Syrus Building in Veppamoodu. Undoubtedly it is one of the best computer training institutes in Veppamoodu, Nagercoil. Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not only five centuries, but also
the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the
1960s with the release of Letraset sheets containing </p>
<a href="courses.html" class="main-button red-button">Explore Us</a>
</div>
<div class="about-col">
<img src="images/coaching.jpg">
</div>
</div>
</section>
</div>
</div>
</div>
</body>
</html>