Add the project layout template and update all projects
This commit is contained in:
12
_layouts/project.html
Normal file
12
_layouts/project.html
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="project-header">
|
||||
<div class="breadcrumb-wrapper">
|
||||
<a href="/projects">All projects</a>
|
||||
</div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
@@ -110,3 +110,24 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.project-header {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-top: 96px;
|
||||
}
|
||||
|
||||
.project-header h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.project-header .breadcrumb-wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 100%;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.project-header .breadcrumb-wrapper a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Don't Wake Sandie
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# Don't Wake Sandie
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Interchange
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# Interchange
|
||||
|
||||

|
||||
|
||||
**An iOS app for college transit, currently available for Chapman University.**
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Power to the People
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# Power to the People (CruzHacks 2024 President's Pick)
|
||||
|
||||

|
||||
|
||||
**An iPhone app designed to make traffic stops safer for marginalized
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Sourcebook
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# Sourcebook
|
||||
|
||||

|
||||
|
||||
**A lightweight content management system (CMS) designed to build class
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: Tad-Pool
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# Tad-Pool
|
||||
|
||||

|
||||
|
||||
**A mobile app designed to make carpooling easier for college students.** Find
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: teech.ai (Cal Hacks 12.0)
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# teech.ai (Cal Hacks 12.0)
|
||||
|
||||
<iframe type="text/html" style="width: 100%; height: 400px; border-radius: 1px; pointer-events: auto; background-color: white;" src="https://www.youtube.com/embed/luVIdLB9id0?enablejsapi=1&hl=en_US&rel=0&start=&version=3&wmode=transparent" allowfullscreen="allowfullscreen" frameborder="0" allowscriptaccess="always" webkitallowfullscreen="true" wmode="transparent" mode="transparent" class="video-embed"></iframe>
|
||||
|
||||
**A proof-of-concept tutoring app for students learning math.** Using the phone
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: The Farmer's Dog Trivia Game
|
||||
layout: default
|
||||
layout: project
|
||||
---
|
||||
|
||||
# The Farmer's Dog Trivia Game
|
||||
|
||||

|
||||
|
||||
**A Windows kiosk application designed to connect customers with the Farmer's
|
||||
|
||||
Reference in New Issue
Block a user