forked from Ronaknowal/Hackon-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
68 lines (64 loc) · 2.61 KB
/
help.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
<!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">
<title>Professional Help</title>
<link rel="stylesheet" href="help.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="mood.html">Mood</a></li>
<li><a href="help.html">Professional help</a></li>
<li id="feedback"><a href="feedback.html">Feedback</a></li>
</ul>
</nav>
<section class="content">
<div class="container">
<div class="box" id="box1">
<h1>Dr. You</h1>
<p>Who else can do a good treatment than you yourself</p>
<a href="https://webcamtests.com/mirror">Connect</a>
</div>
<div class="box" id="box5">
<h1>Dr. Cosmos</h1>
<p>A professional mental health expert for space enthusiasts.</p>
<a href="https://www.google.com/sky/">Connect</a>
</div>
<div class="box" id="box6">
<h1>Dr. Memes</h1>
<p>A professional mental health expert for You.</p>
<a href="memes.html">Connect</a>
</div>
<div class="box" id="box4">
<h1>Dr. Food</h1>
<p>A professional mental health expert for the foodies.</p>
<a href="https://www.swiggy.com/">Connect</a>
</div>
<div class="box" id="box2">
<h1>Dr. Baburao Ganpatrao Apte</h1>
<p>A professional expert at making everyone laugh</p>
<a href="https://www.youtube.com/watch?v=5FXFnyRnl48">Connect</a>
</div>
<div class="box" id="box3">
<h1>Dr. Shubham Kumbhar</h1>
<p>A professional singer and mental health expert at VIT Bhopal.</p>
<a href="https://www.youtube.com/watch?v=XBasnWX33qY">Connect</a>
</div>
<div class="box" id="box7">
<h1>Dr. Music</h1>
<p>A professional mental health expert for you.</p>
<a href="https://www.youtube.com/watch?v=RrvTUyUoPRI">Connect</a>
</div>
<div class="box" id="box8">
<h1>Dr. Sujay Mahalle A.K.A. Suji</h1>
<p>A professional mental health expert at VIT Bhopal.</p>
<a href="https://www.youtube.com/watch?v=wntc7Pq4tK8">Connect</a>
</div>
</div>
</section>
</body>
</html>