-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport.html
123 lines (98 loc) · 4.9 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Our Team Page HTML Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Our Team Page HTML Template" name="keywords">
<meta content="Our Team Page HTML Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Template Style sheet -->
<link href="./style1.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Starts -->
<nav class="navbar">
<h2 class="navbar-head">UNITUM</h2>
<div class="navbar-nav">
<a href="./index.html" class="navbar-item">Home</a>
<a href="./index.html" class="navbar-item">Vision</a>
<a href="./team.html" class="navbar-item">Team</a>
<a href="./support.html" class="navbar-item">Support</a>
<a href="./login.php" class="navbar-item" style="color: rgb(189, 91, 91);">LOGIN</a>
<a href="./register.php" class="navbar-item" style="color: rgb(204, 82, 82);">REGISTER</a>
</div>
</div>
</nav>
<!-- Navbar Ends -->
<br>
<br>
<br>
<br>
<br>
<h2 style="text-align: center;color:black;">YOU DON'T HAVE TO STRUGGLE IN SILENCE.</h2>
<h2 style="text-align: center;color: black;">CONTACT US</h2>
<!-- Team #1 Start -->
<div class="container" >
<div class="section-title">
</div>
<div class="row">
<div class="column">
<div class="team-1">
<div class="team-content" style="background-color: white;">
<h2 style="text-align: center;">Goverment Helplines</h2>
<P>24×7 helpline for people to seek mental health counselling.</P>
<p>9999-666-555</p>
<p>1800-599-0019</p>
<p>0904-611-0007</p>
<p>1800-444-0006</p>
</div>
</div>
</div>
<div class="column">
<div class="team-1">
<div class="team-content" style="background-color: white;">
<h2 style="text-align: center;">Goverment Doctors</h2>
<p>Govt doctors providing In-Patient psychiatric facilities</p>
<h3 style="color: gray;">Dr.Gaurav Singh</h3>
<h4 style="color: gray;">Dr.Uday K.Sinha</h4>
<h4 style="color:gray;">Dr.Deepak Kumar</h4>
<p style="color:gray;">Dr.Om Prakash</p>
</div>
</div>
</div>
<div class="column">
<div class="team-1">
<div class="team-content" style="background-color: white;">
<h2 style="text-align: center;">Private Helplines</h2>
<p>24×7 helpline for people to seek mental health counselling.</p>
<p>9966-444-775</p>
<p>9856-832-765</p>
<p>8867-234-780</p>
<p>7777-986-880</p>
</div>
</div>
</div>
<div class="column">
<div class="team-1">
<div class="team-content" style="background-color: white;">
<h2 style="text-align: center;">Private Doctors</h2>
<p>Private doctors providing In-Patient psychiatric facilities</p>
<h4 style="color: black;">Dr.Jyotsana Singh</h4>
<h4>Dr.Ritika Garg</h4>
<h4>Dr.Shikhar Gupta</h4>
<h4>Dr.Puneet Singh</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Team #1 End -->
<!-- Team #10 End -->
</body>
</html>