-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
16 changed files
with
452 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,8 @@ | ||
--- | ||
layout: default | ||
title: Page Not Found | ||
permalink: /404.html | ||
--- | ||
|
||
<p>Sorry, the page you're looking for can't be found.<br> | ||
Head back to the <a href="{{ site.url}}">homepage</a>.</p> |
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,7 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll", "~> 4.3.2" | ||
|
||
group :jekyll_plugins do | ||
gem "jekyll-feed" | ||
end |
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,77 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.7) | ||
public_suffix (>= 2.0.2, < 7.0) | ||
bigdecimal (3.1.8) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.3.4) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
ffi (1.17.0-arm64-darwin) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (4.28.3-arm64-darwin) | ||
bigdecimal | ||
rake (>= 13) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.6) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.4) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-feed (0.17.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.9.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (6.0.1) | ||
rake (13.2.1) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.11.1) | ||
ffi (~> 1.0) | ||
rexml (3.3.9) | ||
rouge (4.4.0) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.80.5-arm64-darwin) | ||
google-protobuf (~> 4.28) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
unicode-display_width (2.6.0) | ||
webrick (1.8.2) | ||
|
||
PLATFORMS | ||
arm64-darwin | ||
|
||
DEPENDENCIES | ||
jekyll (~> 4.3.2) | ||
jekyll-feed | ||
|
||
BUNDLED WITH | ||
2.5.21 |
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 @@ | ||
title: Cérele — Hospedagem e otimização de sites de notícias | ||
description: Agência web especializada em sites de notícias | ||
url: "https://celere.dev" | ||
|
||
markdown: kramdown | ||
|
||
exclude: | ||
- README.md | ||
- LICENSE.md |
Binary file not shown.
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,7 @@ | ||
<footer> | ||
<ul> | ||
<li><a href="https://www.linkedin.com/company/celere-dev">LinkedIn</a></li> | ||
<li><a href="https://github.com/celere-dev">GitHub</a></li> | ||
<li><a href="mailto:contato@celere.dev">Contato</a></li> | ||
</ul> | ||
</footer> |
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,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-BR"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>{{ page.title }} — {{ site.title }}</title> | ||
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> | ||
<link href="{{ site.baseurl }}/feed.xml" rel="alternate" type="application/atom+xml"> | ||
<link rel="canonical" href="{{ site.baseurl }}{{ page.url }}"> | ||
|
||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css" media="all" /> | ||
</head> | ||
|
||
<body> |
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,7 @@ | ||
<header> | ||
<h1 class="title"> | ||
<img src="{{ site.url }}/assets/celere-logo.svg" | ||
alt="Célere" width="275" height="45" | ||
/> | ||
</h1> | ||
</header> |
Binary file not shown.
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,14 @@ | ||
{% include head.html %} | ||
|
||
{% include header.html %} | ||
|
||
<main> | ||
|
||
{{ content }} | ||
|
||
</main> | ||
|
||
{% include footer.html %} | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,108 @@ | ||
:root { | ||
--primary: #2f0b48; | ||
--secondary: #dedcff; | ||
--text: #050315; | ||
--accent: #433bff; | ||
--background: #fbfbfe; | ||
|
||
--ff-base: ui-system, sans-serif; | ||
--ff-mono: ui-monospace, monospace; | ||
|
||
--fs-0: 1rem; | ||
--fs-1: 1.2rem; | ||
--fs-2: 1.6rem; | ||
--fs-3: 2.5rem; | ||
|
||
--pos-margem-baixo: 1.25rem; | ||
--pos-salto-medio: 5rem; | ||
--pos-grande-salto: 12rem; | ||
--pos-curvada: .4rem; | ||
} | ||
|
||
/* CSS reset */ | ||
*, | ||
*::before, | ||
*::after { | ||
box-sizing: border-box; | ||
} | ||
|
||
* { | ||
margin: 0; | ||
} | ||
|
||
html { | ||
color-scheme: light dark; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
} | ||
|
||
body { | ||
background-color: var(--background); | ||
width: min(100% - 1rem, 64ch); | ||
margin: 2rem auto 2rem 2rem; | ||
font-family: var(--ff-base); | ||
font-size: var(--fs-1); | ||
line-height: 1.5; | ||
color: var(--text); | ||
word-wrap: break-word; | ||
overflow-wrap: break-word; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
a { | ||
color: var(--primary); | ||
cursor: pointer; | ||
} | ||
a:hover { | ||
color: var(--accent); | ||
} | ||
|
||
p, | ||
ul { | ||
margin-bottom: var(--pos-margem-baixo); | ||
} | ||
|
||
h1 { | ||
font-weight: 500; | ||
line-height: 1.2; | ||
} | ||
|
||
hr { | ||
height: 2px; | ||
border: none; | ||
background-color: var(--secondary); | ||
margin: var(--pos-salto-medio) auto; | ||
} | ||
|
||
header { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
margin: var(--pos-margem-baixo) auto var(--pos-salto-medio); | ||
} | ||
|
||
main { | ||
margin: 0 auto; | ||
} | ||
|
||
footer { | ||
margin: var(--pos-salto-medio) auto var(--pos-margem-baixo); | ||
padding: var(--pos-margem-baixo) 0 0; | ||
} | ||
footer ul { | ||
display: flex; | ||
column-gap: 1rem; | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
@media only screen and (max-width: 512px) { | ||
body { | ||
margin: 0 auto; | ||
} | ||
} |
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,29 @@ | ||
--- | ||
layout: default | ||
title: Célere — Hospedagem e otimização de sites de notícias | ||
--- | ||
O desafio de publicar na web já foi resolvido há décadas. Mesmo assim, ainda é comum topar com sites de notícias lentos, com UX defasada e ineficiências diversas. | ||
|
||
O WordPress, sistema de gerenciamento de conteúdo mais popular do mundo, oferece uma base ótima, mas peca em vários aspectos — da ausência de recursos básicos, como um cache eficiente, à necessidade de plugins nem sempre óbvios ou fáceis de encontrar para funcionalidades complementares. É fácil de instalar; já configurá-lo bem… nem tanto. | ||
|
||
A Célere surgiu para resolver esses gargalos. | ||
|
||
Unindo as nossas expertises no WordPress em contextos jornalísticos à excelência em hospedagem da Automattic, oferecemos às redações brasileiras as melhores condições possíveis para que elas possam se concentrar no que importa — o editorial —, a fim de oferecer a melhor experiência possível a seus leitores. | ||
|
||
O menu de serviços da Célere inclui: | ||
|
||
* Migração e gerenciamento da hospedagem nos servidores da Automattic. | ||
* Otimização de leiaute, plugins e banco de dados do WordPress pautada por métricas aferíveis. | ||
* Suporte humano que entende de WordPress e de jornalismo. | ||
|
||
A melhor parte? É muito provável que os nossos serviços tenham melhor custo-benefício que sua solução atual para rodar o WordPress. | ||
|
||
[Vamos conversar?](https://calendly.com/celere-wp/mapeamento) | ||
|
||
*** | ||
|
||
Clarissa Mendes | ||
[claromes@celere.dev](mailto:claromes@celere.dev) | ||
|
||
Rodrigo Ghedin | ||
[rghedin@celere.dev](mailto:rghedin@celere.dev) |