File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
public/assets/images/icons Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -33,46 +33,61 @@ class FooterPage extends PureComponent {
33
33
src = "/assets/images/icons/golang.png"
34
34
width = "50px"
35
35
alt = "golang"
36
+ title = "Golang"
36
37
/>
37
38
< img
38
39
src = "/assets/images/icons/nodejs.png"
39
40
width = "50px"
40
41
alt = "nodejs"
42
+ title = "NodeJS"
41
43
/>
42
44
< img
43
45
src = "/assets/images/icons/react.png"
44
46
width = "50px"
45
47
alt = "reactjs"
48
+ title = "ReacJS"
46
49
/>
47
50
< img
48
51
src = "/assets/images/icons/mysql.png"
49
52
width = "50px"
50
53
alt = "mysql"
54
+ title = "MySQL"
51
55
/>
52
56
< img
53
57
src = "/assets/images/icons/docker.png"
54
58
width = "50px"
55
59
alt = "docker"
60
+ title = "Docker"
56
61
/>
57
62
< img
58
63
src = "/assets/images/icons/gcp.png"
59
64
width = "50px"
60
65
alt = "gcp"
66
+ title = "Google Cloud Platform"
61
67
/>
62
68
< img
63
69
src = "/assets/images/icons/kubernetes.png"
64
70
width = "50px"
65
71
alt = "kubernetes"
72
+ title = "Kubernetes"
73
+ />
74
+ < img
75
+ src = "/assets/images/icons/jenkins.png"
76
+ width = "50px"
77
+ alt = "jenkins"
78
+ title = "Jenkins"
66
79
/>
67
80
< img
68
81
src = "/assets/images/icons/elastic.png"
69
82
width = "50px"
70
83
alt = "elastic"
84
+ title = "Elastic Search"
71
85
/>
72
86
< img
73
- src = "/assets/images/icons/jenkins .png"
87
+ src = "/assets/images/icons/grafana .png"
74
88
width = "50px"
75
- alt = "jenkins"
89
+ alt = "grafana"
90
+ title = "Grafana"
76
91
/>
77
92
</ div >
78
93
</ Footer >
You can’t perform that action at this time.
0 commit comments