-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmsmentorship.html
134 lines (112 loc) · 6.35 KB
/
cmsmentorship.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
<!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/cmsmentorship.jpeg');">
<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">
CMS-FHS<br>Mentorship Program</h1>
<div class="mx-auto w-75">
<p style="font-family:'Josefin Sans', sans-serif;font-size:20px;color:white;font-weight:10">
<a target="_blank" href="https://forms.gle/JNqsM5V6Q7Ppxmn87"
style="text-decoration: underline; text-decoration-color: #EED7A3">Join the project</a>
</p>
</div>
<div class="mx-auto w-75">
<p style="font-family:'Josefin Sans', sans-serif;font-size:20px;color:white;font-weight:10">
</p>
</div>
<div class="mx-auto w-75">
<p></p>
</div>
</div>
</div>
</div>
<a href="#next-section" class="scroll-button smoothscroll">
<span style="color:black" class="icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section" id="next-section" style="background-color: white;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<a href="">
<img src="images/cmsmentorship1.jpeg" alt="Image" class="img-fluid img-shadow">
</a>
</div>
<div class="col-lg-5 ml-auto">
<h2 style="font-family:'Josefin Sans', sans-serif; color:#E8AC2A;" class="section-title mb-3"><a
href="" style="color:#E8AC2A; text-decoration: none">About</a></h2>
<p style="color:#3D4236;" class="lead">During the second semester of our 2021 school year our Fremont
High School team put together a mentorship program at Cupertino Middle School.<br>During this program we focused
on guiding middle schoolers and getting them ready for high school. We started a high school mentorship
program at Cupertino Middle School in order to be an ear and guide for them as they navigate the struggles
of middle school and soon-to-be high school.<br>Coming into high school many of us didn’t know what to expect and
the shift from middle school to high school was a big leap that overwhelmed many of us. What we wanted to do is give
middle schoolers an introduction to what to expect in high school so that they can be more prepared and ready to take
on high school!<br>We worked closely with the Vice Principal and Counselors of Cupertino Middle School in order to
create a program that was effective and fun for all the students regardless of background. We received lots of
positive feedback from this program which helped us make the decision to continue this program to the 2021-2022
school year! If you go to Fremont or Homestead High School and are interested in this program please reach
out to <u>[email protected]</u>.
</p>
</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>