forked from Mehr-un-nisa/internship_stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
416 lines (331 loc) · 9.84 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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html lang="en">
<head>
<title>Login form</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="login_container">
<div id="header">
<i class="fas fa-sign-in-alt"></i>
<h1>Welcome</h1>
</div>
<div id="Input_fields_box">
<input type="email" placeholder="Emial Address" />
<br />
<input type="password" placeholder="password" />
<br />
<button type="submit">Log in</button>
</div>
<div id="footer">
<p><a class="SignInHere" href="#">Sign up </a> for a new account</p>
</div>
</div>
</body>
</html>
<!-- Hide elements on different screen sizes -->
<style>
div.example {
background-color: yellow;
padding: 20px;
}
@media only screen and (max-width: 420px) {
.example {
display: none;
}
}
</style>
<h2>Hide elements on different screen sizes</h2>
<h2>See result</h2>
<div class="example">Example</div>
<p>
When the browser's width is 420px wide or less, hide the div element. Resize
the browser window to see the effect.
</p>
<!-- jQuery -->
<script>
$(document).ready(function () {
$("button").addClass("animated bounce");
$(".well").addClass("animated shake");
$("#target3").addClass("animated fadeOut");
});
</script>
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<h4>#left-well</h4>
<div class="well" id="left-well">
<button class="btn btn-default target" id="target1">#target1</button>
<button class="btn btn-default target" id="target2">#target2</button>
<button class="btn btn-default target" id="target3">#target3</button>
</div>
</div>
<div class="col-xs-6">
<h4>#right-well</h4>
<div class="well" id="right-well">
<button class="btn btn-default target" id="target4">#target4</button>
<button class="btn btn-default target" id="target5">#target5</button>
<button class="btn btn-default target" id="target6">#target6</button>
</div>
</div>
</div>
</div>
<!-- COVID-form using bootstrap -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bootstrap challenge</title>
<link href="styleone.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<ul class="breadcrumb">
<h2>COVID-19 <br> Screening tool</h2>
<p>Use this self-assesment tool to <br> help determine whether you <br> need to be tested for COVID- <br>19. </p>
<p>You can complete this<br> assesment for yourself or on<br> behalf of someone else if they<br> are not able.</p>
<a href="#" class="btn btn-primary" style="width:50%";>Start Screening</a>
</ul
</div>
<div class="container">
<ul class="breadcrumb" style="background-color:white";>
<h2>More Information</h2>
<div class="list-group">
<a href="#" class="list-group-item" > <img src="covid-img.jpg" width="150px"
<h2 >What is COVID-19?</h2>
<p style="margin-left:35%";>Corona virus disease (COVID-19)<br>
is an infectious disease..</p>
</a>
<a href="#" class="list-group-item" > <img src="covid-img.jpg" width="150px"
<h2 >What are its symptoms?</h2>
<p style="margin-left:35%";>The COVID-19 affects <br> different people in different ways..
</p>
</a>
<a href="#" class="list-group-item" > <img src="covid-img.jpg" width="150px"
<h2 >How can you prevent it?</h2>
<p style="margin-left:35%";>There is currently no vaccine to <br> prevent corona virus diseases.</p>
</a>
</div>
</ul>
</div>
<script src="scriptone.js"></script>
</body>
</html>
<!-- Form 2 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bootstrap challenge</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<ul class="breadcrumb" style="background-color:white";>
<h2>Do you have fever above <br> 101.4?</h2>
<a href="#" > <img src="fever_person.png" width="150px" >
<br>
<br>
<a href="#" class="btn btn-primary" style="width:50%";>Yes, i do</a>
<br>
<br>
<a href="#" class="btn btn-primary" style="width:50%";>No, I don't </a>
</ul>
</div>
<script src="scriptone.js"></script>
</body>
</html>
<!-- Form 3 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bootstrap challenge</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<ul class="breadcrumb" style="background-color:white";>
<h2>Covid-19</h2>
<p>Corona virus disease is an infectious <br> disease caused by new virus.
<br>
<br>
The COVID-19 affects different people in different ways.There is currently no vaccine to prevent corona virus diseases.Corona virus disease (COVID-19) is an infectious disease.You can protect yourslef by washing your hands.
</p>
<h3>How it spreads?</h3>
<p>The COVID-19 affects different people in different ways.There is currently no vaccine to prevent corona virus diseases.Corona virus disease (COVID-19) is an infectious disease.You can protect yourslef by washing your hands.
</p>
<br>
</ul>
</div>
<script src="scriptone.js"></script>
</body>
</html>
<!-- Form 4 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bootstrap challenges</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<ul class="breadcrumb" style="background-color:white";>
<h2>High Probability of Corona</h2>
<br>
<ul> 1. Isolate from others</ul>
<ul> 2. Rest and take care</ul>
<ul> 3. Call work Health Providers</ul>
<ul> 4. Minor symptoms</ul>
<ul> 5. Talk to someone about testing</ul>
<ul> 6. Follow Govt instructions</ul>
<br>
<p> As of new, you answers suggest that you may<br> need testing. if anything chnages, take the <br> questionnare again.
</ul>
</div>
<script src="scriptone.js"></script>
</body>
</html>
<!-- PHP -->
<?php
// echo "HelloWorld to PHP";
?>
<!-- exmaple2 -->
<?php
// Example
$txt = "Hello world!";
$x = 5;
$y = 10.5;
<!-- examplel3 -->
// Don't write above this line
$interns = "interns";
?>
<!-- Example4 -->
<?php
$properCamelCase = "just some random string";
//Your code here
$myName = "Mehr-un-nisa";
?>
<!-- echo method -->
<?php
//Your code here
$x=20;
$z=30;
echo $z - $x;
?>
<!-- Difference -->
<?php
// Example
$myVar = 12 - 6; // assigned 6
// do not write above this line
$difference = 20 - 10;
?>
<!-- Challenge -->
<?php
//Sample code
$day = "Saturday";
if ($d == "Saturday") {
echo "It's a Weekend";
}
?>
<!-- break statement -->
<?php
// Sample code
$d = date("D");
switch ($d){
case "Mon":
echo "Today is Monday";
break;
case "Tue":
echo "Today is Tuesday";
break;
case "Wed":
echo "Today is Wednesday";
break;
case "Thu":
echo "Today is Thursday";
break;
case "Fri":
echo "Today is Friday";
break;
case "Sat":
echo "Today is Saturday";
break;
case "Sun":
echo "Today is Holiday!";
break;
default:
echo "Wonder which day is this ?";
}
?>
<!-- for loop -->
<?php
$v_init = 1;
$v_stop = 21;
for( $i = $v_init; $i<$v_stop; $i++ ) {
echo $i;
}
?>
<!-- function -->
<?php
// Defining a PHP Function
function writeMessage() {
echo "You are really a nice person, Have a nice time!";
}
// Calling a PHP Function
writeMessage();
// Your code here
function reusableFunction() {
echo "Hello World!";
}
reusableFunction();
?>
<!-- echo -->
<?php
// Write your code below this line
echo 10/2;
?>
<!-- if else if -->
<?php
$a = 20;
$b = 20;
// Write your code below this line
if($a==$b)
{
echo ("1");
}
else if($a>$b)
{
echo ("2");
}
else
{
echo ("3");
}
?>