File tree Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function App() {
48
48
< Route exact path = '/blog' component = { Blog } />
49
49
< Route exact path = '/links' component = { Links } />
50
50
</ Switch >
51
- < Footer version = "v22.7.0 " />
51
+ < Footer version = "v22.7.1 " />
52
52
</ div >
53
53
) ;
54
54
}
Original file line number Diff line number Diff line change @@ -2,13 +2,17 @@ import React from 'react';
2
2
import './Footer.css' ;
3
3
import FB from '../../media/fb.png' ;
4
4
import Github from '../../media/github.png' ;
5
+ import Linkedin from '../../media/linkedin.png' ;
6
+ import Youtube from '../../media/youtube.png' ;
5
7
6
8
export default class Footer extends React . Component {
7
9
render ( ) {
8
10
return (
9
11
< footer className = "mt-auto bg-light pb-1 text-left border-top" >
10
12
< a href = "https://github.com/swe-course" target = "_blank" without rel = "noopener noreferrer" className = "pl-2 float-left" > < img src = { Github } class = "Footer__logo img-fluid" alt = "" /> </ a >
11
13
< a href = "https://www.facebook.com/swecourse" target = "_blank" without rel = "noopener noreferrer" className = "pl-2 float-left" > < img src = { FB } class = "Footer__logo img-fluid" alt = "" /> </ a >
14
+ < a href = "https://www.linkedin.com/company/software-engineering-course" target = "_blank" without rel = "noopener noreferrer" className = "pl-2 float-left" > < img src = { Linkedin } class = "Footer__logo img-fluid" alt = "" /> </ a >
15
+ < a href = "https://www.youtube.com/channel/UCzFXQi0c1cb6Ne4DNvRdvJQ" target = "_blank" without rel = "noopener noreferrer" className = "pl-2 float-left" > < img src = { Youtube } class = "Footer__logo img-fluid" alt = "" /> </ a >
12
16
< small className = "text-secondary pr-2 mt-1 float-right" > { this . props . version } </ small >
13
17
</ footer >
14
18
) ;
Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ export default class Calendar extends BasePage {
61
61
url : 'https://martinfowler.com/bliki/PolyglotPersistence.html' ,
62
62
tags : [ 'reusability' ]
63
63
} ,
64
+ {
65
+ title : 'Design Patterns' ,
66
+ url : 'https://refactoring.guru/design-patterns/' ,
67
+ tags : [ 'patterns' ]
68
+ } ,
64
69
{
65
70
title : 'Software Architecture - The Difference Between Architecture and Design' ,
66
71
url : 'https://codeburst.io/software-architecture-the-difference-between-architecture-and-design-7936abdd5830' ,
You can’t perform that action at this time.
0 commit comments