-
Notifications
You must be signed in to change notification settings - Fork 0
/
mentalhealth.html
136 lines (111 loc) · 6.1 KB
/
mentalhealth.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
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173464330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173464330-1');
</script>
<title>Projects - BAY4J</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='icon' href='images/favicon6.png' type="">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<!-- NAVBAR -->
<script language="javascript" type="text/javascript" src="header.txt"></script>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section"
style="background-image: url('images/mh.jpg');">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-11 text-center">
<h1 style="font-family:'Josefin Sans', sans-serif;font-size:60px;color:#EED7A3;font-weight:10">
Mental Health Awareness</h1>
<div class="mx-auto w-75">
<p></p>
</div>
</div>
</div>
</div>
<a href="#event1" class="scroll-button smoothscroll">
<span style="color:black" class="icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section about-us-section" id="event1">
<div class="container">
<br>
<div class="row mb-5 pt-0 site-section">
<div class="col-md-6 align-self-center">
<h3 style="color:#E8AC2A; font-family:'Josefin Sans', sans-serif;font-size:30px;"
class="section-title mb-4">Mental Health Awareness event</h3>
<h5 style="color:#eb8fcf;">July 25th @ 5 PM (PST)</h5>
<p style="color:#3D4236;">With everything going on in the world right now, from the loss of
loved ones, to a fight for equality, to COVID-19, to being physically isolated, our mental
health is something that should be prioritized.</p>
<p style="color:#3D4236;"><b>BAY4J is holding a Mental Health Zoom Webinar!<br>Our goal is to
provide accessible, quality mental health support.</b></p>
<p style="color:#3D4236;"><u>We will be hosting 3 top psychologists in the Bay Area:</u><br>
<p class="mt-7"><a target="_blank" href="https://drjenniferkuhn.com/" class="spepcial_link"
style="color:#3D4236; font-weight: 500;">Dr. Jennifer Kuhn</a></p>
<p class="mt-7"><a target="_blank" href="http://bayareahealthpsychology.com/"
class="spepcial_link" style="color:#3D4236; font-weight: 500;">Dr. Larry Feinstein</a>
</p>
<p class="mt-7"><a target="_blank" href="https://www.bayareapsychology.net/"
class="spepcial_link" style="color:#3D4236; font-weight: 500;">Dr. Lisa Cohn</a></p>
<p style="color:#3D4236;"><u>The panelists will be discussing:</u><br>- What to do if you find
yourself in a tough mental spot<br>- What to do if your friend is going through a hard
time<br>- How to listen to others in need<br>- How to take care of yourself mentally during
this stressful time<br>- How to take care of oneself mentally<br>- Q & A
</p>
<p><a target="_blank" href="https://forms.gle/wCc68uRCZwnEKvnU9" class="spepcial_link"
style="color:#eb8fcf; font-weight: 500; font-size: 20px;"><b>RSVP HERE</b></a></p>
</div>
<div class="col-md-5 ml-auto img-overlap">
<a data-fancybox data-ratio="2" href="" class="block__96788">
<img src="images/mentalhealth.jpg" alt="Image" class="img-fluid img-shadow">
</a>
</div>
</div>
</div>
</section>
<!-- ABOUT US -->
<script language="javascript" type="text/javascript" src="footer.txt"></script>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>