-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (75 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lazy Lab</title>
<link rel="icon" href="./assests/aXKVzQCJSHe-_UTEAm-fTQ.png" type="icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page1">
<div>
<div style="background-color:#0D1717 ; display: flex; justify-content: space-between; margin: 10px;padding: 10px; box-shadow: 2px 1px 2px #eee;">
<div>
<a href="https://www.jiit.ac.in/" target="_blank">
<img style="height: 100px; width: 100px;" class="logo" src="./assests/JIIT Logo(White).png" alt="jiit logo">
</a>
</div>
<div style="display: flex; justify-content: space-between; gap: 10px; padding: 20px;">
<a class="n" href=""><div style="padding: 20px; color: wheat;cursor: pointer;">About</div></a>
<a class="n" href="./calculator/cal.html"><div style="padding: 20px; color: wheat;cursor: pointer;">Calculator</div></a>
<a class="n" href="./redirects/Team.html"><div style="padding: 20px; color: wheat;cursor: pointer;">Our Team</div></a>
<a class="n" href="./redirects/contact.html"><div style="padding: 20px; color: wheat;cursor: pointer;">Contact us</div></a>
</div>
</div>
<br>
</div>
<div>
<div>
<h1 class="us">About Us</h1>
<hr class="hm" width="10%">
<p class="about" style="display: flex; justify-content: center">
Welcome, students, to our Physics Lab Guide! This webpage is the culmination of our Project-Based Learning (PBL) endeavor aimed at enhancing your understanding of the concepts behind the experiments performed in the physics laboratory. Our goal is to provide comprehensive guidance, covering everything from the aim of each experiment to the apparatus required, procedures to follow, concepts utilized, sources of error, precautions to take, and even simplified calculations to aid your learning process.
But that's not all! We've gone a step further and incorporated a dynamic feature: Graph Plotting. You can input your observations directly into our interactive tool, and it will generate the required graph for you, saving you time and effort while ensuring accuracy in your results analysis.
Explore the sections below to delve into the intricacies of each experiment and gain a deeper understanding of the principles of physics in action.
</p>
<hr class="hm" width="10%">
</div>
</div>
</div>
<div class="page2">
<h1>Experiments we cover</h1>
<br>
<br>
<div class="exp">
<div class="exp1">
<h3>Experiment 1</h2>
<p style="font-size: 18px;">To Determine Band gap in a semiconductor using a PN junction diode</p>
<a href="./Experiments/exp1.html" target="_blank" class="btn">Read More</a>
<br>
</div>
<br>
<br>
<div class="exp2">
<h3>Experiment 2</h2>
<p style="font-size: 18px;">To determine planck's constant using LED of known wavelength</p>
<a href="./Experiments/Experiment-2/exp2.html" target="_blank" class="btn">Read More</a>
</div>
<br>
<br>
<div class="exp3">
<h2>Experiment 3</h2>
<p style="font-size: 18px;">To measure Numerical Aperture of an Optical Fiber</p>
<a href="./Experiments/experiment 3/exp3.html" target="_blank" class="btn">Read More</a>
</div>
<br>
<br>
<div class="exp4">
<h2>Experiment 4</h2>
<p style="font-size: 18px;">To study Photovoltaic cell and hence verify Inverse sqaure law</p>
<a href="Experiments\experiment 4\exp4.html" target="_blank" class="btn">Read More</a>
</div>
</div>
</body>
</html>