Skip to content

Commit

Permalink
Merge pull request #23 from DemocraciaEnRed/main
Browse files Browse the repository at this point in the history
Updated Amparo section
  • Loading branch information
guillecro authored Sep 3, 2024
2 parents 7c58383 + d07737b commit 3e82e08
Show file tree
Hide file tree
Showing 19 changed files with 198 additions and 59 deletions.
14 changes: 14 additions & 0 deletions public/amparo/part2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import desktop1 from "./part2/01.png"
import desktop2 from "./part2/02.png"
import desktop3 from "./part2/03.png"
import desktop4 from "./part2/04.png"
import desktop5 from "./part2/05.png"


export const cartoonsPart2 = {
desktop1,
desktop2,
desktop3,
desktop4,
desktop5
}
Binary file added public/amparo/part2/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/amparo/part2/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/amparo/part2/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/amparo/part2/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/amparo/part2/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/fonts/Nippo-Bold.woff
Binary file not shown.
Binary file added public/fonts/Nippo-Bold.woff2
Binary file not shown.
Binary file added public/fonts/Nippo-Extralight.woff
Binary file not shown.
Binary file added public/fonts/Nippo-Extralight.woff2
Binary file not shown.
Binary file added public/fonts/Nippo-Light.woff
Binary file not shown.
Binary file added public/fonts/Nippo-Light.woff2
Binary file not shown.
Binary file added public/fonts/Nippo-Medium.woff
Binary file not shown.
Binary file added public/fonts/Nippo-Medium.woff2
Binary file not shown.
Binary file added public/fonts/Nippo-Regular.woff
Binary file not shown.
Binary file added public/fonts/Nippo-Regular.woff2
Binary file not shown.
192 changes: 134 additions & 58 deletions src/app/amparo/page.tsx

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,54 @@ body {
background: linear-gradient(to bottom,
transparent,
rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
}


@font-face {
font-family: 'Nippo';
src: url('/fonts/Nippo-Light.woff2') format('woff2'),
url('/fonts/Nippo-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Nippo';
src: url('/fonts/Nippo-Bold.woff2') format('woff2'),
url('/fonts/Nippo-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Nippo';
src: url('/fonts/Nippo-Medium.woff2') format('woff2'),
url('/fonts/Nippo-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Nippo';
src: url('/fonts/Nippo-Extralight.woff2') format('woff2'),
url('/fonts/Nippo-Extralight.woff') format('woff');
font-weight: 200;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Nippo';
src: url('/fonts/Nippo-Regular.woff2') format('woff2'),
url('/fonts/Nippo-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

.is-nippo{
font-family: 'Nippo', sans-serif;
}
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const kanit = Kanit({
variable: '--font-kanit'
})


const metaTitle = 'Datos en Fuga | ¿Tu información está segura?'
const metaDescription = 'Queremos que el Estado asegure estándares de ciberseguridad y que deje de perseguir hackers que realizan denuncias.'

Expand Down

0 comments on commit 3e82e08

Please sign in to comment.