File tree 24 files changed +42
-4394
lines changed
24 files changed +42
-4394
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,6 @@ The config file should be stored as `config.json`. You can copy from the example
120
120
Harker Robotics' apps use [ @harker-robo/prettier-config ] ( npmjs.com/package/@harker-robo/prettier-config ) for standardized code style. To format your code:
121
121
122
122
npm run format
123
-
124
- * [ Ignoring files] ( https://prettier.io/docs/en/ignore.html )
125
- * [ Auto-formatting] ( https://prettier.io/docs/en/editors.html )
123
+
124
+ - [ Ignoring files] ( https://prettier.io/docs/en/ignore.html )
125
+ - [ Auto-formatting] ( https://prettier.io/docs/en/editors.html )
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >About - Harker Robotics</title >
4
+ <title >About | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Calendar - Harker Robotics</title >
4
+ <title >Calendar | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 2
2
<html >
3
3
4
4
<head >
5
- <title >Contact - Harker Robotics</title >
5
+ <title >Contact | Harker Robotics</title >
6
6
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
7
7
8
8
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Media - Harker Robotics</title >
4
+ <title >Media | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >About - Harker Robotics</title >
4
+ <title >About | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Outreach - Harker Robotics</title >
4
+ <title >Outreach | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Past Leadership - Harker Robotics</title >
4
+ <title >Past Leadership | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Sponsorship - Harker Robotics</title >
4
+ <title >Sponsorship | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <title >Blog - Harker Robotics</title >
4
+ <title >Blog | Harker Robotics</title >
5
5
<% - include (__base + ' views/new/partials/analytics.ejs' ) %>
6
6
7
7
<% - include (__base + ' views/new/partials/favicon.ejs' ) %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Calendar " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/member.css" />
6
6
7
7
<meta name =" apple-mobile-web-app-capable" content =" yes" >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Error " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/error.css" />
6
6
</head >
7
7
<body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Portal " } ) %>
5
5
</head >
6
6
<body >
7
7
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Login " } ) %>
5
5
</head >
6
6
<body >
7
7
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Create Part " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/parts.css" />
6
6
<link rel =" stylesheet" type =" text/css" href =" /css/datepicker.css" />
7
7
</head >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Edit Part " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/parts.css" />
6
6
<link rel =" stylesheet" type =" text/css" href =" /css/datepicker.css" />
7
7
</head >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Create PR " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/purchase.css?v=3" />
6
6
<style >
7
7
@media screen and (max-width : 800px ) {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' , {title: ` Edit PR #${ purchase .purchase_id } - ${ purchase .vendor } | Harker Robotics 1072 ` }) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title: ` Edit PR #${ purchase .purchase_id } - ${ purchase .vendor } ` }) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/purchase.css?v=3" />
6
6
</head >
7
7
<body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " PR System " } ) %>
5
5
</head >
6
6
<body >
7
7
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' , {title: ` View PR #${ purchase .purchase_id } - ${ purchase .vendor } | Harker Robotics 1072 ` }) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , {title: ` View PR #${ purchase .purchase_id } - ${ purchase .vendor } ` }) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/purchase.css?v=3" />
6
6
<style media =" print" >
7
7
#approval-buttons {
309
309
< % } % >
310
310
311
311
window .addEventListener (" beforeprint" , () => document .title = " OID<%= purchase.purchase_id %>" );
312
- window .addEventListener (" afterprint" , () => document .title = " View PR #<%= purchase.purchase_id %> - <%= purchase.vendor %> | Harker Robotics 1072 " );
312
+ window .addEventListener (" afterprint" , () => document .title = " View PR #<%= purchase.purchase_id %> - <%= purchase.vendor %>" );
313
313
</script >
314
314
315
315
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <% - include (__base + ' views/partials/head.ejs' ) %>
4
+ <% - include (__base + ' views/partials/head.ejs' , { title : " Resources " } ) %>
5
5
<link rel =" stylesheet" type =" text/css" href =" /css/member.css" />
6
6
7
7
<meta name =" apple-mobile-web-app-capable" content =" yes" >
Original file line number Diff line number Diff line change 5
5
<!-- <script src="/js/index.js" defer></script> -->
6
6
<title > URL Shortener</title >
7
7
<meta charset =" UTF-8" >
8
- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
9
- <meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
8
+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
9
+ <meta http-equiv =" X-UA-Compatible" content =" ie=edge" >
10
10
11
- <meta name =" google" content =" notranslate" />
11
+ <meta name =" google" content =" notranslate" />
12
12
13
- <link rel =" shortcut icon" href =" /favicon.ico" >
14
- <link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" >
15
- <link href =" https://fonts.googleapis.com/icon?family=Noto+Sans" rel =" stylesheet" >
13
+ <link rel =" shortcut icon" href =" /favicon.ico" >
14
+ <link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" >
15
+ <link href =" https://fonts.googleapis.com/icon?family=Noto+Sans" rel =" stylesheet" >
16
16
</head >
17
17
<body >
18
18
<div id =" link-main" >
Original file line number Diff line number Diff line change 1
1
<title >
2
2
<% if (typeof title == ' string' ) { % >
3
- < %- title % >
4
- < % } else { % >
5
- Harker Robotics 1072
6
- < % } %>
3
+ < %- title % > |
4
+ < % } %> Harker Robotics
7
5
</title >
8
6
9
7
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
You can’t perform that action at this time.
0 commit comments