File tree 1 file changed +19
-3
lines changed
src/components/front/pages/instructions
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
-
2
+ import Helmet from 'react-helmet' ;
3
+ import styled from 'styled-components' ;
3
4
import { Wrapper , MainContent } from '../../Front' ;
5
+ import { YouTubeVideoEmbed } from '../Videos' ;
4
6
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
+ ` ;
6
20
7
- import { YouTubeVideoEmbed } from '../Videos' ;
8
21
9
22
export default ( props ) => {
10
23
let metaTitle = 'Как протича изборния ден | Ти Броиш' ;
@@ -30,6 +43,9 @@ export default (props) => {
30
43
< MainContent >
31
44
< h1 > Как протича изборния ден</ h1 >
32
45
< 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 >
33
49
< YouTubeVideoEmbed videoId = { 'Qz4V6uu7gTM' } />
34
50
< YouTubeVideoEmbed videoId = { 'MpX0bA_DRtE' } />
35
51
< YouTubeVideoEmbed videoId = { '8J8r-e4shS8' } />
You can’t perform that action at this time.
0 commit comments