-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d511bed
commit e058d70
Showing
1 changed file
with
218 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,219 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<title>Brown Initiative for Policy | Bilingual Education</title> | ||
<link rel="icon" href="../favicon.ico"> | ||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" | ||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" /> | ||
<script src="../js/home.js"></script> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- Loader --> | ||
<div class="preloader"> | ||
<div class="lds-ellipsis"> | ||
<div></div> | ||
<div></div> | ||
<div></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
|
||
<!-- Navigation --> | ||
<div class="header-wrapper"> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light nav-custom"> | ||
<div class="navbar-brand" onclick="window.location.href='/'" style="cursor: pointer;"> | ||
<img src="../img/home/logo.png" height="30" alt=""> | ||
</div> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" | ||
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../index.html">Home</a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="../projects.html">Projects<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../for-partners.html">For Partners</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../for-students.html">For Students</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../about-us.html" style="padding-right: 0px">About Us</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
|
||
<!-- Website Content --> | ||
<div class="website-wrapper" style="padding-bottom: 50px;"> | ||
<div class="project-main-lightbox-wrapper" style="box-shadow: 0px 2px 7px 1px rgba(168, 168, 168, 0.23);"> | ||
<div class="spotlight-text-area" style="background-color: #F9F4FB"> | ||
<div class="spotlight-text-wrapper"> | ||
<div class="project-spotlight-heading" style="color: #2E2B60"> | ||
HOME | ||
</div> | ||
<div class="spotlight-description" style="line-height: 1.4em; color: #2E2B60"> | ||
TBD! | ||
</div> | ||
</div> | ||
</div> | ||
<div class="spotlight-image-wrapper"> | ||
<img class="spotlight-image" src="/img/home/bilingual-card.jpeg"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="full-width-white-background" style="padding-top:75px; padding-bottom: 75px;"> | ||
<div class="website-wrapper"> | ||
<div class="project-section-header"> | ||
<div class="project-subtitle project-header-text"> | ||
Overall Purpose | ||
</div> | ||
<div class="story-text story-header-text"> | ||
TBD! | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="website-wrapper"> | ||
<div class="project-section-header" style="margin-top: 75px; margin-bottom: 75px;"> | ||
<div class="story-subtitle story-header-text"> | ||
Short-Term Goals | ||
</div> | ||
<div class="story-text story-header-text"> | ||
TBD! | ||
</div> | ||
</div> | ||
</div> | ||
<!-- desktop footer--> | ||
<div id="footer-white-background"> | ||
<div class="website-wrapper"> | ||
<div class="footer"> | ||
<div class="footer-left-area"> | ||
<div class="footer-logo-area"> | ||
<img class="footer-logo" src="../img/common/footer-logo.png"> | ||
<div class="footer-slogan"> | ||
Proposing and advocating for sensible solutions to problems in our community. | ||
</div> | ||
</div> | ||
<div class="footer-copyright"> | ||
© Brown Initiative for Policy All Rights Reserved | ||
</div> | ||
</div> | ||
<div class="footer-right-area"> | ||
<div class="footer-flex"> | ||
<div class="footer-subspace"> | ||
<ul class="footer-ul"> | ||
<li class="footer-headpage">Key Links</li> | ||
<li> <a href="../index.html" class="footer-page"> | ||
Home | ||
</a></li> | ||
<li> <a href="../projects.html" class="footer-page"> | ||
Projects | ||
</a></li> | ||
<li> <a href="../about-us.html" class="footer-page" style="margin-bottom: 0;"> | ||
About Us | ||
</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-subspace"> | ||
<ul class="footer-ul"> | ||
<li class="footer-headpage">Join Us</li> | ||
<li> <a href="../for-partners.html" class="footer-page"> | ||
For Partners | ||
</a></li> | ||
<li> <a href="../for-students.html" class="footer-page"> | ||
For Students | ||
</a></li> | ||
<li> <a href="#" class="footer-page" style="margin-bottom: 0;"> | ||
Pitch a Project | ||
</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-subspace"> | ||
<ul class="footer-ul"> | ||
<li class="footer-headpage">Follow Us</li> | ||
<li> <a href="https://www.facebook.com/BrownInitiativeforPolicy/" class="footer-page"> | ||
</a></li> | ||
<li> <a href="https://www.linkedin.com/company/brown-initiative-for-policy" | ||
class="footer-page" style="margin-bottom: 0;"> | ||
</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- mobile footer --> | ||
<div id="footer-white-background-mobile"> | ||
<div class="website-wrapper"> | ||
<div class="mobile-footer-logo-area"> | ||
<img class="mobile-footer-logo" src="../img/common/footer-logo.png"> | ||
<div class="mobile-footer-slogan"> | ||
Proposing and advocating for sensible solutions to problems in our community. | ||
</div> | ||
</div> | ||
<div class="mobile-footer-link-area"> | ||
<a href="../index.html" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
Home | ||
</a> <span>·</span> | ||
<a href="../projects.html" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
Projects | ||
</a> <span>·</span> | ||
<a href="../about-us.html" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
About Us | ||
</a> <span>·</span> | ||
<a href="../for-partners.html" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
For Partners | ||
</a> <span>·</span> | ||
<a href="../for-students.html" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
For Students | ||
</a> <span>·</span> | ||
<a href="#" class="mobile-footer-page" style="margin-bottom: 0;"> | ||
Pitch a Project | ||
</a> <span>·</span> | ||
<a href="https://www.facebook.com/BrownInstituteforPolicy/" class="mobile-footer-page" | ||
style="margin-bottom: 0;"> | ||
</a> <span>·</span> | ||
<a href="https://www.linkedin.com/company/brown-institute-for-policy" class="mobile-footer-page" | ||
style="margin-bottom: 0;"> | ||
</a> | ||
</div> | ||
<div class="mobile-footer-copyright"> | ||
© Brown Initiative for Policy<br>All Rights Reserved | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- JS for Bootstrap --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js" | ||
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"> | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" | ||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" | ||
crossorigin="anonymous"></script> | ||
</body> | ||
|
||
</html> |