forked from TanushreeRR/OS_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (252 loc) · 15.9 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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!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 href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<title>Operating System</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
</style>
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top" onclick=topFunction()">Back to Top</button>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-6xl text-5xl mb-4 font-medium text-gray-900">Operating System<br>CS255
</h1>
<div class="flex justify-center">
<a href="/features.html">
</a>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="https://www.sitesbay.com/os/images/what-is-operating-system.jpg">
</div>
</div>
<button class="flex mx-auto mt-16 text-black bg-yellow-500 border-0 py-2 px-8 focus:outline-none hover:bg-yellow-600 rounded text-lg" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2>Scroll Down to Explore</h2></button>
</section>
<br><br><br><br><br><br>
<div class="flex flex-col text-center w-full mb-12" style="background-color: rgb(222, 228, 228); padding: 100px;">
<h1 class="sm:text-6xl text-2xl font-medium title-font mb-4 text-gray-900">TOPICS</h1>
</div>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -mx-4 -mb-10 text-center">
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://s3.ap-south-1.amazonaws.com/afteracademy-server-uploads/what-is-process-synchronization-in-operating-system-banner.png">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Process Synchronization</h2>
<p class="leading-relaxed text-base"></p>
<a href="process-syncronization/index.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://www.educative.io/cdn-cgi/image/f=auto,fit=contain,w=600/api/page/4576367932342272/image/download/4586717729783808">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Memory Management</h2>
<p class="leading-relaxed text-base"></p>
<a href="MVT\mft\memory_index.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://i.ytimg.com/vi/oRgX6ixIipU/maxresdefault.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Disk Scheduling</h2>
<p class="leading-relaxed text-base"></p>
<a href="Disk-Scheduling-Algorithms/Simulate.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/dbb3825e-d700-4a88-abff-d2f3999fc355_thumb.png">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Deadlocks</h2>
<p class="leading-relaxed text-base"></p>
<a href="Deadlock/index.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://s3.ap-south-1.amazonaws.com/afteracademy-server-uploads/process-scheduling-algorithms-in-the-operating-system-banner.png">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Process Scheduling</h2>
<p class="leading-relaxed text-base"></p>
<a href="Scheduling/index.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://media.geeksforgeeks.org/wp-content/uploads/20190608174704/multilevel.png">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Single Level Paging</h2>
<p class="leading-relaxed text-base"></p>
<a href="OS-final/paging.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://www.tech-faq.com/wp-content/uploads/2010/01/file-allocation-table-fat-file-systems.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">File Allocation</h2>
<p class="leading-relaxed text-base"></p>
<a href="file-allocation/index_page.html">
<p class="leading-relaxed text-base"></p>
<a href="File/file-allocation.html">
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
<div class="sm:w-1/2 mb-10 px-4">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://cdn.educba.com/academy/wp-content/uploads/2020/04/Page-Replacement-Algorithms.jpg">
</div>
<h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">Page Replacement Methods</h2>
<p class="leading-relaxed text-base"></p>
<a href="page-replacement/index.html">
<p class="leading-relaxed text-base"></p>
<button class="flex mx-auto mt-6 text-white bg-yellow-500 border-0 py-2 px-5 focus:outline-none hover:bg-yellow-600 rounded" style="border-radius: 20px; background-color: rgb(222, 228, 228);"><h2 style="color: black; font-size: large; font-weight: bold;">Simulate</h2></button>
</a>
</div>
</div>
</div>
</section>
<div class="flex flex-col text-center w-full mb-12" style="background-color: rgb(222, 228, 228); padding: 30px;">
<h1 class="sm:text-5xl text-2xl font-medium title-font mb-4 text-gray-900">Our Team</h1>
</div>
<section class="text-gray-600 body-font" id="contact">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-2">
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Shreekara Rajendra</h2>
<p class="text-gray-500">211CS151</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Shreyas Udaya</h2>
<p class="text-gray-500">211CS152</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Shubhangi</h2>
<p class="text-gray-500">211CS153</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Shyam Balaji</h2>
<p class="text-gray-500">211CS154</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Sourabh</h2>
<p class="text-gray-500">211CS155</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Abhishek Talware</h2>
<p class="text-gray-500">211CS156</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Tanushree Ranjanagi</h2>
<p class="text-gray-500">211CS157</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Tejus V S</h2>
<p class="text-gray-500">211CS159</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="team" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="https://eitrawmaterials.eu/wp-content/uploads/2016/09/person-icon.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Ujjwal Anand</h2>
<p class="text-gray-500">211CS160</p>
</div>
</div>
</div>
</div>
</div>
<script>
var mybutton = document.getElementById("myBtn");
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</section>
<br><br><br><br><br>
</body>
</html>