Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions _config.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
permalink: /404.html
---

Expand Down
15 changes: 6 additions & 9 deletions src/_layouts/default.liquid
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<!doctype html>
<html lang="en">
<head>
{% assign title = title | default: 'Compiler' %}

{% if title_prefix %}
{% assign title = title_prefix | append: title %}
{% endif %}
Expand All @@ -11,9 +9,8 @@
<meta name="og:title" name="title" content="{{ title }}">
<meta charset="UTF-8">

{% if description %}
<meta name="description" property="og:description" content="{{ description }}">
{% endif %}
<meta name="description" property="og:description" content="{{ description }}">

{% if date %}
<meta property="article:published_time" content="{{ date | date: '%Y-%m-%d' }}">
{% endif %}
Expand All @@ -33,14 +30,14 @@
<link type="application/atom+xml" rel="alternate" href="{{ feed.outputPath }}" title="{{ feed.title }}">

<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB"
crossorigin="anonymous"
>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"
></script>

Expand Down
4 changes: 0 additions & 4 deletions src/about.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
layout: default
description: We build open-source, human-centered, secure, agile solutions to support the delivery of government services that increase equity of opportunity.
---
<section class="row position-relative">
<div class="container">
<div class="offset-lg-1 col-lg-7 py-5 my-5 py-md-0 my-md-0">
Expand Down
1 change: 0 additions & 1 deletion src/blog.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
description: An inside look at Compiler’s internal projects, interests and our client projects.
title: Compiler’s Blog
---
Expand Down
5 changes: 0 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: default
description: We build open-source, human-centered, secure, agile solutions to support the delivery of government services that increase equity of opportunity.
---

<div class="row">
<div class="container">
<div class="offset-lg-1 col-lg-7">
Expand Down
1 change: 0 additions & 1 deletion src/jobs.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Jobs with Compiler
---
<div class="row jobs">
Expand Down
3 changes: 1 addition & 2 deletions src/jobs/project-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Our team specializes in building software applications around data for operation

Our clients have included: City of Los Angeles, City of West Hollywood, CicLAvia, LA2050, Caltrans, County of Los Angeles, and the California Community Foundation.

**About PeMS:** The Caltrans Performance Measurement System (PeMS) application is a [multi-tier web application](https://pems.dot.ca.gov){:target="\_blank"}
that runs on a real-time transportation data warehouse. The traffic data displayed on the map is collected in real-time from over 39,000 individual detectors. These sensors span the freeway system across all major metropolitan areas of the State of California. PeMS is also an Archived Data User Service (ADUS) that provides over ten years of data for historical analysis. It integrates a wide variety of information from Caltrans and other local agency systems.
**About PeMS:** The Caltrans Performance Measurement System (PeMS) application is a <a href="https://pems.dot.ca.gov" target="_blank">multi-tier web application</a> that runs on a real-time transportation data warehouse. The traffic data displayed on the map is collected in real-time from over 39,000 individual detectors. These sensors span the freeway system across all major metropolitan areas of the State of California. PeMS is also an Archived Data User Service (ADUS) that provides over ten years of data for historical analysis. It integrates a wide variety of information from Caltrans and other local agency systems.
Comment thread
jgravois marked this conversation as resolved.
Outdated

Compiler is expected to design, develop, and deploy upgraded functions to the PeMS web application. Upon project completion, Compiler is expected to hand over all source code with documentation to Caltrans.

Expand Down
1 change: 0 additions & 1 deletion src/our-work.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Our Work
---
<section class="row position-relative">
Expand Down
5 changes: 5 additions & 0 deletions src/src.11tydata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"description": "We build open-source, human-centered, secure, agile solutions to support the delivery of government services that increase equity of opportunity.",
"layout": "default",
"title": "Compiler"
}