-
Notifications
You must be signed in to change notification settings - Fork 0
/
social_media.html
82 lines (78 loc) · 4.16 KB
/
social_media.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MindCare Connect</title>
<link rel="stylesheet" href="blog.css">
<link rel="stylesheet" href="bmi.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="bmis.js"></script>
</head>
<body style="background-color:#FFFFFF; overflow-x: hidden;">
<!--NAV BAR-->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/48f879f3-f15f-4195-9ddd-126ea094aae6/webchat/config.js" defer></script>
<div style="background-color: #FFFFFF;">
<a><img src=""></a>
<a href="blog_page.html" style="text-decoration: none;"><div style="text-align: center; color: black; font-size: 25px; font-family: Nunito; font-weight: 700; word-wrap: break-word;margin-left:900px;">Blog</div></a>
<a href="about_us.html" style="text-decoration: none;"><div style="text-align: center; color: black; font-size: 25px; font-family: Nunito; font-weight: 700; word-wrap: break-word; margin-left:700px;margin-top:-37px;">About us</div></a>
<a href="index.html" style="text-decoration: none;"><div style="text-align: center; color: black; font-size: 25px; font-family: Nunito; font-weight: 700; word-wrap: break-word; margin-left:240px;margin-top:-37px;">Home</div></a>
<a href="forum_discussion_page.html" style="text-decoration: none;"><div style="text-align: center; color: black; font-size: 25px; font-family: Nunito; font-weight: 700; word-wrap: break-word; margin-left:440px;margin-top:-37px;">Forum</div></a>
<a href="index.html"><img src="MCC_logo.png" style="width:200px; margin-top:-50px;"></a>
<!--DROP DOWN MENU-->
<div style="margin-left:1170px; margin-top:-190px;"><center>
<ul class="nav nav-tabs" style="border-color: #ffffff;">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">
<div style="width: 35px;height: 5px;background-color: black;margin: 3px 0;"></div>
<div style="width: 35px;height: 5px;background-color: black;margin: 3px 0;"></div>
<div style="width: 35px;height: 5px;background-color: black;margin: 3px 0;"></div>
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="bmi_diet_lifestyle.html">BMI, Diet and Lifestyle</a></li>
<li><a class="dropdown-item" href="lgbtq_page.html">LGBTQ+ support</a></li>
<li><a class="dropdown-item" href="quiz_page.html">Assessment</a></li>
<li><a class="dropdown-item" href="crisis.html">Crisis & Helpline</a></li>
</ul>
</li>
</ul>
</center></div>
<!--END OF DROP DOWN-->
</div>
<!--END OF NAV BAR-->
<br><br><br><br><br><br>
<div id="div11" style="margin-left:-5%;"></div>
<div id="div11" style="margin-left:80%; margin-top:-100px;"></div>
<center><h5 style="margin-top:10px;">Forum Discussions Coming soon!</h5></center>
<h1 style="margin-top:-150px;">NO SOCIAL MEDIA HANDLES FOUND :/</h1>
<h1 style="padding:10px;">Oops! We'll notify you shortly!</h1>
<style>
#div11 {
width: 100px;
height: 100px;
border-radius:50px;
background-color: brown;
position: relative;
animation-name: example;
animation-duration: 10s;
animation-delay: 0.3s;
}
#div11:after {
visibility: hidden;
}
@keyframes example {
0% {background-color:brown; left:0px; top:0px;}
25% {background-color:lightbrown; left:200px; top:0px;}
50% {background-color:lightbrown; left:200px; top:200px;}
75% {background-color:lightbrown; left:0px; top:200px;}
100% {background-color:beige; left:0px; top:0px;}
}
</style>
<br><br><br><br>
<!--FOOTER-->
<p style="text-align: center; font-weight: bolder; margin-top:100px;">MindCare Connect</p>
<p style="text-align: center; margin-top:0px; font-weight: bolder;">@2023. All Rights Reserved.</p>
</body>
</html>