File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<header class =' adminHeader' >
2
2
<i class =' fa-solid fa-bars adminNav-toggle' ></i >
3
3
<a href =' /admin' >
4
- <img src =' /assets/logo-inline.svg' alt =' Stratos logo image' />
4
+ <img src =' /assets/logo-inline.svg' alt =' Stratos logo image' height = 60 width = 182 />
5
5
</a >
6
6
</header >
Original file line number Diff line number Diff line change 7
7
</div >
8
8
<div class =' adminNav__profile' >
9
9
<div class =' details' >
10
- <img src =' https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fpwco.com.sg%2Fwp-content%2Fuploads%2F2020%2F05%2FGeneric-Profile-Placeholder-v3.png&f=1&nofb=1 ' style = ' width: 50px; ' />
10
+ <img alt = ' Profile picture ' src =' /assets/profilePlaceholder.jpg ' width = 50 height = 50 />
11
11
<span >Matthew Fiddaman</span >
12
12
</div >
13
13
<a class =' logout' href =' /logout' ><i class =' fa-solid fa-arrow-right-from-bracket' ></i >Logout</a >
Original file line number Diff line number Diff line change 1
1
<div class =' feature' >
2
- <img src =' {{ img }} ' alt =' {{ alt }} ' />
2
+ <img src =' {{ img }} ' alt =' {{ alt }} ' height = 195 width = 377 />
3
3
<div class =' feature__text' >
4
4
<h2 class =' feature__title' >{{ title }} </h2 >
5
5
<p class =' feature__content' >{{ content }} </p >
Original file line number Diff line number Diff line change 1
1
<nav class =' mainNav' >
2
2
<a href =' /' >
3
- <img src =' /assets/logo-inline.svg' alt =' Stratos logo image' />
3
+ <img src =' /assets/logo-inline.svg' alt =' Stratos logo image' height = 60 width = 182 />
4
4
</a >
5
5
<div class =' mainNav__buttons' >
6
6
{{> button style =' full' colour =' primary' to =' /login' content =' Log In' }}
You can’t perform that action at this time.
0 commit comments