-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathos.html
152 lines (136 loc) · 5.45 KB
/
os.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
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
150
151
152
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GCE Bodi</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<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=Oxygen&display=swap" rel="stylesheet">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<style>
body{
background:#36454f;
}
.panel-footer{
background-color:#00022e;
}
#phone{
color:white;
}
span{
color:gray;
}
</style>
</head>
<body>
<header>
<nav id="header-nav" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a href="index.html" class="pull-left visible-md visible-lg">
<div id="logo-img" alt="Logo Image"></div>
</a>
<div class="navbar-brand">
<a href="index.html"><h1>Government College of Engineering,Bodinayakanur.</h1></a>
<p>
<img src="images/cse.png" alt="CSE LOGO" width="50" height="50"><span>Computer Science and Engineering!</span>
</p>
</div>
<button type="button" class="navbar-toggle collapsed" data-bs-toggle="collapse" data-bs-target="#collapsable-nav" aria-expanded='false'>
<span class="sr-only">Options</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="collapsable-nav" class="collapse navbar-collapse">
<ul id="nav-list" class="nav navbar-nav navbar-right">
<li><a href="index.html">
<span class="glyphicon glyphicon-home"></span><br class="hidden-xs">Home</a></li>
<li class="active">
<a href="course.html">
<span class="glyphicon glyphicon-tags"></span><br class="hidden-xs">CSE Course</a>
</li>
<li>
<a href="Other.html">
<span class="glyphicon glyphicon-book"> </span><br class="hidden-xs">Other Courses</a>
</li>
<li>
<a href="about.html">
<span class="glyphicon glyphicon-info-sign"></span><br class="hidden-xs">About
</a>
</li>
<li>
<a href="fc.html">
<span class="glyphicon glyphicon-user"></span><br class="hidden-xs">Faculty And Admins
</a>
</li>
<li id="phone" class="hidden-xs">
<a href="tel:(04546)282555">
<span>(04546)282555</span>
</a><div style="text-align: center;border: 2px solid white;margin:0 40px 0 40px;color: white;font-style: italic;">*For query!!!</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="call-btn" class="visible-xs">
<a class="btn" href="tel:(04546)282555">
<span class="glyphicon glyphicon-earphone"></span>(04546)282555</a><div style="text-align: center;border: 2px solid black;margin:0 40px 0 40px;color: white;font-style: italic;">*For query!!!</div>
</div>
<div id="main-content" class="container" style="color: white;">
<h2 id="course-title" class="text-center" style="color: white;">Regulation 2021</h2>
<div class="text-center" style="color: white;">*This course is only for AU students*<hr class="visible-xs visible-lg visible-md">
</div>
<section class="row">
<div class="course-item-title col-md-6">
<div class="row">
<div class="col-sm-5">
<div class="course-item-photo">
<div style="color: black">OS</div>
<img class=" img-responsive" width="250" height="150" src="images/courses/os.png" alt="course">
</div>
<div class="course-title-type">Theory<span style="color: #211222;">( CS3451 )</span></div>
</div>
<div class="course-description col-sm-7 col-md-6">
<h3>Operating Systems!</h3>
<p style="color: gray;" class="course-details">Introducton to OPERATING SYSTEMS!!<br>The operating system (OS) manages all of the software and hardware on the computer. It performs basic tasks such as file, memory and process management, handling input and output, and controlling peripheral devices such as disk drives and printers.</p>
<hr class="visible-xs visible-lg visible-md">
</div>
</div>
</div>
</section>
</div>
<footer class="panel-footer">
<div class="container">
<div class="row">
<section id="hours" class="col-sm-4">
<span>Hours:</span><br>
Mon-Fri:10:00am - 4:30pm<br>
Sat:10:30am - 12:30pm<br>
Sunday closed!
<hr class="visible-xs">
</section>
<section id="address" class="col-sm-4">
<span>Address:</span><br>
Palayam-Bodi Rd<br>
Near B.Renganathapuram<br>
<p>Bodinayakanur (hidden paradise!)</p>
<p>Theni-625582</p>
<hr class="visible-xs">
</section>
<section id="Admissions" class="col-sm-4">
<p>"The College admissions are purely from Counselling!!!"</p>
<p>"Clean and enormous Environment!"</p>
</section>
</div>
<div class="text-center" style="color: white;">© Copyrights GOVERNMENT COLLEGE OF ENGINEERING,BODI.</div>
</div>
</footer>
</body>
</html>