Skip to content

Commit 88ee299

Browse files
authored
Merge pull request #58 from ti-broish/pdf-instructions
Link to PDF instructions
2 parents edbe898 + a85715d commit 88ee299

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/components/front/pages/instructions/WhatToWatchForInstructions.js

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
import React from 'react';
2-
2+
import Helmet from 'react-helmet';
3+
import styled from 'styled-components';
34
import { Wrapper, MainContent } from '../../Front';
5+
import { YouTubeVideoEmbed } from '../Videos';
46

5-
import Helmet from 'react-helmet';
7+
const InstructionAnchor = styled.a`
8+
font-size: 22px;
9+
width: 100%;
10+
display: block;
11+
text-decoration: none;
12+
color: #333;
13+
border: 1px solid #ccc;
14+
border-radius: 10px;
15+
padding: 10px;
16+
margin-bottom: 20px;
17+
box-sizing: border-box;
18+
border-bottom: 2px solid #ccc;
19+
`;
620

7-
import { YouTubeVideoEmbed } from '../Videos';
821

922
export default (props) => {
1023
let metaTitle = 'Как протича изборния ден | Ти Броиш';
@@ -30,6 +43,9 @@ export default (props) => {
3043
<MainContent>
3144
<h1>Как протича изборния ден</h1>
3245
<hr />
46+
<InstructionAnchor href="/files/%D0%9E%D0%B1%D1%83%D1%87%D0%B8%D1%82%D0%B5%D0%BB%D0%B5%D0%BD-%D0%BC%D0%B0%D1%82%D0%B5%D1%80%D0%B8%D0%B0%D0%BB-%D0%98%D0%B7%D0%B1%D0%BE%D1%80%D0%B8-02.04.2023.pdf">
47+
Обучение - Избори 02.04.2023
48+
</InstructionAnchor>
3349
<YouTubeVideoEmbed videoId={'Qz4V6uu7gTM'} />
3450
<YouTubeVideoEmbed videoId={'MpX0bA_DRtE'} />
3551
<YouTubeVideoEmbed videoId={'8J8r-e4shS8'} />

0 commit comments

Comments
 (0)