File tree Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 4040//OLD header.inc
4141?>
4242<!DOCTYPE html>
43- <html prefix="og: http://ogp.me/ns#" ng-app="sm">
43+ <html prefix="og: http://ogp.me/ns#" ng-app="sm" lang="en" >
4444 <head>
4545 <title><?= (!empty ($ TITLE )) ? $ TITLE . " - " : "" ?> Schedule Maker</title>
4646
4949 <meta charset="utf-8">
5050 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5151 <meta name="apple-mobile-web-app-capable" content="yes">
52+ <meta name="theme-color" content="#2C3E50">
53+ <link rel="manifest" href="manifest.json">
5254
5355 <!-- STYLE SHEETS -->
5456 <link rel="stylesheet" href="//brick.a.ssl.fastly.net/Roboto:300,700">
9496 </div>
9597 <footer class="main default">
9698 <div class="container">
97- <div class="csh"><a target="_blank" href="http://www.csh.rit.edu/"><img src="<?= $ ASSETROOTADDRESS ?> img/csh.png " alt="CSH" /></a></div>
98- <a target="_blank" href="https://github.com/ComputerScienceHouse/schedulemaker">Version: <?= $ APP_VERSION ?> </a> | <a ui-sref="help">Help</a> | <a href="/status">Status</a> | <a target="_blank" href="https://github.com/ComputerScienceHouse/schedulemaker/issues">Report Issues</a>
99+ <div class="csh"><a target="_blank" rel="noopener" href="http://www.csh.rit.edu/"><img width="80" src="<?= $ ASSETROOTADDRESS ?> img/csh_logo_square.svg " alt="CSH" /></a></div>
100+ <a target="_blank" rel="noopener" href="https://github.com/ComputerScienceHouse/schedulemaker">Version: <?= $ APP_VERSION ?> </a> | <a ui-sref="help">Help</a> | <a href="/status">Status</a> | <a target="_blank" rel="noopener " href="https://github.com/ComputerScienceHouse/schedulemaker/issues">Report Issues</a>
99101 <div>
100102 Development v3: Ben Grawi (bgrawi at csh.rit.edu)<br>
101103 Development v2: Ben Russell (benrr101 at csh.rit.edu)<br>
106108 </footer>
107109 <footer class="main print">
108110 Made Using <a href='<?= $ HTTPROOTADDRESS ?> '>CSH ScheduleMaker</a>
109- <a href="http://www.csh.rit.edu/"><img height="25" src="/img/csh_print.png"></a>
111+ <a target="_blank" rel="noopener" href="http://www.csh.rit.edu/"><img height="25" src="/img/csh_print.png"></a>
110112 </footer>
111113 </div>
112114 <!-- LOAD SCRIPTS LAST -->
Original file line number Diff line number Diff line change 1+ {
2+ "background_color" : " #2B4E69" ,
3+ "description" : " A course database lookup tool and schedule building web application for use at Rochester Institute of Technology." ,
4+ "dir" : " auto" ,
5+ "display" : " standalone" ,
6+ "icons" : [
7+ {
8+ "sizes" : " 48x48 72x72 96x96 128x128 256x256 512x512" ,
9+ "type" : " image\/ svg" ,
10+ "src" : " /img/csh_logo_square.svg"
11+ }
12+ ],
13+ "lang" : " en" ,
14+ "name" : " CSH ScheduleMaker" ,
15+ "orientation" : " any" ,
16+ "short_name" : " ScheduleMaker" ,
17+ "start_url" : " /" ,
18+ "theme_color" : " #2C3E50"
19+ }
You can’t perform that action at this time.
0 commit comments