|
26 | 26 | </style> |
27 | 27 | {% endblock %} |
28 | 28 | </head> |
29 | | -<!--<html>--> |
30 | | -<!--<head>--> |
31 | | -<!--<meta name="viewport" content="width=device-width, initial-scale=1">--> |
32 | | -<!--<style>--> |
33 | | -<!--body {font-family: Arial, Helvetica, sans-serif;}--> |
34 | | -<!--form {border: 3px solid #f1f1f1;}--> |
35 | | - |
36 | | -<!--input[type=text], input[type=password] {--> |
37 | | -<!-- width: 100%;--> |
38 | | -<!-- padding: 12px 20px;--> |
39 | | -<!-- margin: 8px 0;--> |
40 | | -<!-- display: inline-block;--> |
41 | | -<!-- border: 1px solid #ccc;--> |
42 | | -<!-- box-sizing: border-box;--> |
43 | | -<!--}--> |
44 | | - |
45 | | -<!--button {--> |
46 | | -<!-- background-color: #000033;--> |
47 | | -<!-- color: white;--> |
48 | | -<!-- padding: 14px 20px;--> |
49 | | -<!-- margin: 8px 0;--> |
50 | | -<!-- border: none;--> |
51 | | -<!-- cursor: pointer;--> |
52 | | -<!-- width: 100%;--> |
53 | | -<!--}--> |
54 | | - |
55 | | -<!--button:hover {--> |
56 | | -<!-- opacity: 0.8;--> |
57 | | -<!--}--> |
58 | | - |
59 | | -<!--.cancelbtn {--> |
60 | | -<!-- width: auto;--> |
61 | | -<!-- padding: 10px 18px;--> |
62 | | -<!-- background-color: #f44336;--> |
63 | | -<!--}--> |
64 | | - |
65 | | -<!--.imgcontainer {--> |
66 | | -<!-- text-align: center;--> |
67 | | -<!-- margin: 24px 0 12px 0;--> |
68 | | -<!--}--> |
69 | | - |
70 | | -<!--img.avatar {--> |
71 | | -<!-- width: 40%;--> |
72 | | -<!--/* border-radius: 50%; */--> |
73 | | -<!--}--> |
74 | | - |
75 | | -<!--.container {--> |
76 | | -<!-- padding: 16px;--> |
77 | | -<!--}--> |
78 | | - |
79 | | -<!--span.psw {--> |
80 | | -<!-- float: right;--> |
81 | | -<!-- padding-top: 16px;--> |
82 | | -<!--}--> |
83 | | - |
84 | | -<!--/* Change styles for span and cancel button on extra small screens */--> |
85 | | -<!--@media screen and (max-width: 300px) {--> |
86 | | -<!-- span.psw {--> |
87 | | -<!-- display: block;--> |
88 | | -<!-- float: none;--> |
89 | | -<!-- }--> |
90 | | -<!-- .cancelbtn {--> |
91 | | -<!-- width: 100%;--> |
92 | | -<!-- }--> |
93 | | -<!--}--> |
94 | | -<!--</style>--> |
95 | | -<!--</head>--> |
96 | | -<body> |
97 | 29 |
|
98 | 30 | {% block banner %} |
99 | 31 | {% with tenant_id=tenant_id, is_banner=true %} |
|
105 | 37 | {% endblock %} |
106 | 38 |
|
107 | 39 | {% block footer %} |
108 | | -<footer> |
109 | | -<div class="footer"> |
110 | | - <p>Tapis project funded by NSF OAC grants #1931439, #1931575 and #2232259. </p> |
111 | | -</div> |
| 40 | +<footer class="s-footer" style="top: 100vh; position: sticky;"> |
| 41 | + <p>Tapis project funded by NSF OAC grants |
| 42 | + <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1931439" rel="noreferrer" target="_blank">#1931439</a>, |
| 43 | + <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1931575" rel="noreferrer" target="_blank">#1931575</a> |
| 44 | + and #2232259. |
| 45 | + </p> |
112 | 46 | </footer> |
113 | 47 | {% endblock %} |
114 | 48 |
|
115 | | -</body> |
0 commit comments