-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontpage.html
74 lines (61 loc) · 2.78 KB
/
frontpage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="frontpage.css">
<title>Know Your Medicine</title>
</head>
<!--Unlike many websites which offer you names of medicines and their pros and cons, We here at Know Your Medicine believe
in telling our users the basic composition of any kind of drug or medicine used for the treatment of any kind of disorder.
Now you might be wondering that how this will help?-->
<body>
<div class="main">
<div class="copy-container">
<h1><marquee behavior = "alternate" scrollamount ="10">Know Your Medicine</h1></marquee>
<div class = "Line">
<img src = "Line.png">
</div>
<div class = "Line">
<img src = "Line.png">
</div>
<div class = "Line">
<img src = "Line.png">
</div>
<br>
<h2> Think of a time when you go to any chemist shop and you ask for
a particular medicine but unfortunately that particular medicine isn't available, the chemist offers you an alternative
but you remain unsure about the effectiveness of the new medicine. So what happens basically is many companies make medicines/drugs for
a particular illness or disorder but what they have in common in the basic necessary base drug used to treat the disorder.
Now their might be more ingredients given in composition but they are just to enhance the quality.
</h2>
</div>
</div>
<div class="contents">
<div class="content-logo"><span>Disorders On Basis of Human System Classification</span></div>
<div class="content-items1">
<a href="secondary/circulatory.html"><img src="1.jpg"></a>
</div>
<div class="content-items1">
<a href="secondary/digestive.html"><img src="2.jpg"></a>
</div>
<div class="content-items1">
<a href="secondary/endocrinalsys.html"><img src="3.jpg"></a>
</div>
<div class="content-items2">
<a href="secondary/nervous.html"><img src="4.jpg"></a>
</div>
<div class="content-items2">
<a href="secondary/reproductive.html"><img src="5.jpg"></a>
</div>
<div class="content-items2">
<a href="secondary/respiratory.html"><img src="6.jpg"></a>
</div>
</div>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.3.1/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</body>
</html>