-
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.
Deploying to gh-pages from @ d8424f1 🚀
- Loading branch information
Automated
committed
Dec 11, 2023
1 parent
2a09ad0
commit e6ffd5e
Showing
57 changed files
with
6,824 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 |
---|---|---|
@@ -0,0 +1,208 @@ | ||
<!-- | ||
Base application layout. Contains libraries and metadata that are used for all pages. | ||
Usage: Include `layout: layouts/base` in the Front Matter of a template file. | ||
--> | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<title></title> | ||
<link rel="icon" href="/public/img/favicon.ico"> | ||
<!-- Google Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<!-- Load application CSS --> | ||
<link rel="stylesheet" href="/public/css/main.css"> | ||
<!-- Load application Javascript --> | ||
<script src="/public/js/app.js" type="module" async></script> | ||
<!-- SEO meta data--> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "Article", | ||
"name": "Project", | ||
"image": [ | ||
"http://project.com/public/img/openbudget.png", | ||
"http://project.com/public/img/trashai.png", | ||
"http://project.com/public/img/learningBlocks.png" | ||
] | ||
} | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<!--Load page layout--> | ||
|
||
<!-- | ||
Home layout with navigation bar and footer. | ||
--> | ||
<div class="full-width"> | ||
<!-- | ||
Default application navigation bar. | ||
--> | ||
<nav id="navbar-toolbar" class="navbar-toolbar"> | ||
<div id="navbar-toolbar-main"> | ||
<div class="navbar-toolbar-content"> | ||
<!-- | ||
Left section. | ||
--> | ||
<div class="navbar-left-container"> | ||
<a class="navbar-left-section" href="/"> | ||
<img src="/public/img/logo_opensac_all.png" alt="Project logo" height="60" width="200"> | ||
</a> | ||
</div> | ||
<!-- | ||
Middle section. | ||
--> | ||
<div class="navbar-middle-container"> | ||
<ul class="navbar-middle-section"> | ||
<li class="navbar-link"> | ||
<a href="/">Home</a> | ||
</li> | ||
<li class="navbar-link"> | ||
<a href="/opensac">Opensac.org</a> | ||
</li> | ||
<li class="navbar-link"> | ||
<a href="/learningblocks">Learning Blocks</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- | ||
Right section. | ||
--> | ||
<div class="navbar-right-container"> | ||
<div class="navbar-right-section"> | ||
<div class="navbar-extended-parent-link"> | ||
<!-- <a href="#">--> | ||
<!-- Get Involved--> | ||
<!-- <img class="navbar-nested-extended-link-image" src="/public/img/chevron-down.png" width="16" height="16"--> | ||
<!-- alt="Get involved navigation links">--> | ||
<!-- </a>--> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="navbar-toolbar-extended" class="hidden"> | ||
<div class="navbar-extended-content"> | ||
<!-- | ||
Extended section mobile. | ||
--> | ||
<div class="navbar-extended-mobile-container"> | ||
<div class="navbar-extended-mobile-content"> | ||
<ul> | ||
<li class="navbar-extended-mobile-section"> | ||
<a href="/projects">Projects</a> | ||
</li> | ||
<li class="navbar-extended-mobile-section"> | ||
<a href="/project-pitch">Pitch a Project</a> | ||
</li> | ||
<li class="navbar-extended-mobile-section"> | ||
<a href="/meetup">Meetup</a> | ||
</li> | ||
<li class="navbar-extended-mobile-section"> | ||
<a href="/faqs">FAQs</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- | ||
Extended section desktop. | ||
--> | ||
<div class="navbar-extended-desktop-container"> | ||
<div class="navbar-extended-desktop-content-container"> | ||
<div class="navbar-extended-desktop-left-container"> | ||
<div class="navbar-extended-desktop-left-section"> | ||
Get started today and volunteer with us to drive positive change through technology, making a meaningful | ||
impact in your community! | ||
<a class="navbar-extended-desktop-button" href="/projects">Get Started</a> | ||
</div> | ||
<div class="navbar-extended-desktop-left-section"> | ||
Explore our projects and discover how you can contribute your skills to drive innovation and create | ||
positive | ||
change. | ||
<a class="navbar-extended-desktop-button" href="/projects">See Projects</a> | ||
</div> | ||
<div class="navbar-extended-desktop-left-section"> | ||
Explore our projects and discover how you can contribute your skills to drive innovation and create | ||
positive | ||
change. | ||
<a class="navbar-extended-desktop-button" href="/project-pitch">Pitch a Project</a> | ||
</div> | ||
</div> | ||
<div class="navbar-extended-desktop-right-container"> | ||
<div class="navbar-extended-desktop-right-section"> | ||
Join us for our weekly meetings on <a href="/meetup">meetup</a>. | ||
</div> | ||
<div class="navbar-extended-desktop-right-section"> | ||
For any questions, visit our <a href="/faqs">FAQs</a>. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="full-width"> | ||
<!-- | ||
All projects page. | ||
--> | ||
<h1>All Open Sacramento community projects</h1> | ||
<a href=""></a> | ||
|
||
<p>This page contains information for Open Sacramento projects.</p> | ||
|
||
</div> | ||
<!-- | ||
Default application footer. | ||
--> | ||
<footer> | ||
<div class="footerContainerTop"> | ||
<div class="footerMessage"> | ||
<h2 class="footerMessageHeader">Get Involved.</h2> | ||
<p class="footerMessageParagraph">Project is a tax-deductible civic-tech community dedicated to using | ||
technology and open data for positive civic change in Locale.</p> | ||
</div> | ||
|
||
<div class="footerActionLinks"> | ||
<p class="footerActionLinksItem"> | ||
Join us for our weekly meetings on <a href="/" class="footerActionLinksAnchor">meetup.</a> | ||
</p> | ||
<p class="footerActionLinksItem"> | ||
See our <a href="/" class="footerActionLinksAnchor">projects.</a> | ||
</p> | ||
<p class="footerActionLinksItem"> | ||
For any questions, visit our <a href="/" class="footerActionLinksAnchor">FAQs.</a> | ||
</p> | ||
</div> | ||
|
||
<div class="footerSocialMedia"> | ||
<a href="/" class="footerSocialMediaLink"> | ||
<img src="/public/img/socialmedia/facebook.svg" alt="Facebook" class="footerSocialMediaIcon"> | ||
</a> | ||
<a href="/" class="footerSocialMediaLink"> | ||
<img src="/public/img/socialmedia/twitter.svg" alt="X" class="footerSocialMediaIcon"> | ||
</a> | ||
<a href="/" class="footerSocialMediaLink"> | ||
<img src="/public/img/socialmedia/youtube.svg" alt="Youtube" class="footerSocialMediaIcon"> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="footerBottomContainer"> | ||
<div class="footerBottomTitle">Open Sacramento</div> | ||
<div class="footerBottomLinksContainer"> | ||
<a href="/" class="footerBottomLink">get started</a> | ||
<a href="/" class="footerBottomLink">our team</a> | ||
<a href="/" class="footerBottomLink">code of conduct</a> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.