Skip to content

Commit

Permalink
Merge pull request #55 from Open-Data-Product-Initiative/new-brand
Browse files Browse the repository at this point in the history
Logo and colors update
  • Loading branch information
kyyberi authored Sep 7, 2024
2 parents 282a6bb + 59ecf9c commit a60cd67
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 5 deletions.
24 changes: 24 additions & 0 deletions source/examples/DQ/dataquality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


dataQuality:
declarative:
- dimension: accuracy
displaytitle:
- en: Data Accuracy (percent)
description:
- en: >-
Data Accuracy ensures the data product reflects the real-world
entities or events it represents, minimizing errors and providing
reliable insights.
objective: 98
unit: percentage
executable:
- dimension: accuracy
type: SodaCL
reference: https://docs.soda.io/soda-cl/soda-cl-overview.html
spec:
- require_unique(member_id)
- require_range(age_band, 18, 100)



26 changes: 26 additions & 0 deletions source/examples/SLA/sla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


SLA:
declarative:
- dimension: uptime
displaytitle:
- en: Uptime
objective: 99
unit: percent
executable:
- dimension: uptime
type: prometheus
reference: 'https://prometheus.io/docs/prometheus/latest/querying/basics/'
spec: |-
avg_over_time(
(
sum without() (up{job="prometheus"})
or
(0 * sum_over_time(up{job="prometheus"}[7d]))
)[7d:5m]
)
support:
phoneNumber: '+971508976456'
phoneServiceHours: Mon-Fri 8am-4pm (GMT)
email: support@opendataproducts.org
emailServiceHours: Mon-Fri 8am-4pm (GMT)
Binary file added source/images/logo-dps-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.
<link rel="icon" href="https://data-product-business.github.io/open-data-product-spec/images/favicon-bc890431.png"/>
<meta charset="utf-8">
<meta property="og:title" content="Open Data Product Specification Development Version" />
<meta property="og:url" content="https://open-data-product-initiative.github.io/open-data-product-spec-dev/" />
<meta property="og:url" content="https://opendataproducts.org/dev/" />
<meta property=”og:type” content=”website” />
<meta property="og:image" content="https://camo.githubusercontent.com/899d761afc97f791f9b3b5950427cdeb5c1e087d0b90af249e6be9a4c1119973/68747470733a2f2f6f70656e6461746170726f64756374732e6f72672f696d672f70726f66696c652e706e67" />
<meta property="og:description"
Expand Down Expand Up @@ -92,7 +92,7 @@ under the License.
</span>
</a>
<div class="toc-wrapper">
<%= image_tag "logo-dps-new.png", class: 'logo' %>
<%= image_tag "logo-dps-2024.png", class: 'logo' %>
<% if language_tabs.any? %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>
Expand Down
6 changes: 3 additions & 3 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ html, body {
padding-bottom: 0.5em;
margin-bottom: $h1-margin-bottom;
margin-top: 2em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #f60;
border-top: 1px solid #FCB601;
border-bottom: 1px solid #FCB601;
background-color: #5F1C87;
margin-right: 1px;
}

Expand Down

0 comments on commit a60cd67

Please sign in to comment.