File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
< footer style ="flex: 0; padding: 10px; text-align: center; ">
2
2
< p >
3
3
Copyright © 2024. Made with ❤️ by
4
- < a href ="https://github.com/wajeht " title ="https://github.com/wajeht " target ="_blank "> wajeht</ a >
4
+ < a href ="https://github.com/wajeht " title ="https://github.com/wajeht " target ="_blank "> wajeht</ a > |
5
+ < a href ="https://github.com/wajeht/notify " title ="https://github.com/wajeht/notify " target ="_blank "> github</ a >
5
6
</ p >
6
7
</ footer >
Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ <h1><a href="/">Notify</a></h1>
4
4
< p > send notification to discord, email, and sms</ p >
5
5
</ div >
6
6
7
- < nav >
8
- < a style ="font-weight: <%= path === '/apps' ? 'bold' : 'normal' %>; " href ="/apps "> Home</ a >
9
- < a style ="font-weight: <%= path === '/profile' ? 'bold' : 'normal' %>; " href ="/profile "> Profile</ a >
10
- < a style ="font-weight: <%= path === '/settings' ? 'bold' : 'normal' %>; " href ="/settings "> Settings</ a >
7
+ < nav style ="display: flex; justify-content: space-between; align-items: center; ">
8
+ < div >
9
+ < a style ="font-weight: <%= path === '/apps' ? 'bold' : 'normal' %>; " href ="/apps "> Apps</ a >
10
+ < a style ="font-weight: <%= path === '/profile' ? 'bold' : 'normal' %>; " href ="/profile "> Profile</ a >
11
+ < a style ="font-weight: <%= path === '/settings' ? 'bold' : 'normal' %>; " href ="/settings "> Settings</ a >
12
+ </ div >
13
+
11
14
< a href ="/logout "> Logout</ a >
12
15
</ nav >
13
16
</ header >
Original file line number Diff line number Diff line change 5
5
< body style ="display: flex; flex-direction: column; gap: 10px; min-height: 100vh; ">
6
6
< %- include('../components/header.html') %>
7
7
8
- < main style ="flex: 1; ">
8
+ < main style ="flex: 1; display: flex; flex-direction: column; gap: 10px; ">
9
9
< h2 > Apps / < %= app.id %> </ h2 >
10
10
11
11
< div style ="display: grid; grid-template-columns: 20% 80%; ">
Original file line number Diff line number Diff line change 1
1
< div style ="display: flex; flex-direction: column; gap: 10px; ">
2
2
< div style ="display: flex; justify-content: space-between; align-items: center; ">
3
- < h2 > Apps</ h2 >
4
- < a href ="/apps/create "> Create a new App</ a >
3
+ < div >
4
+ < h2 > Apps</ h2 >
5
+ < p > Your apps</ p >
6
+ </ div >
7
+ < a href ="/apps/create "> Create a new app</ a >
5
8
</ div >
6
9
7
10
< div style ="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; ">
You can’t perform that action at this time.
0 commit comments