forked from ktwu01/ut01
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (193 loc) · 13.9 KB
/
index.html
File metadata and controls
205 lines (193 loc) · 13.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
---
layout: none
---
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G6QZDW7ZJ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-G6QZDW7ZJ3', {
anonymize_ip: true,
cookie_flags: 'SameSite=None;Secure'
});
</script>
<title>ut01: Quick Navigation for UT Austin Students</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A comprehensive navigation hub for UT Austin students. Quick access to MyUT, Canvas, registration, financial services, housing, and international student resources.">
<meta name="keywords" content="UT Austin, University of Texas, Austin, International Students, Student Resources, MyUT, Canvas, ISSS, Housing, Financial Aid">
<meta name="author" content="GitHub: ut01, ktwu01">
<meta name="robots" content="index, follow">
<!-- Cache Control -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ut01.github.io/">
<meta property="og:title" content="ut01: Quick Navigation for UT Austin Students">
<meta property="og:description" content="A comprehensive navigation hub for UT Austin students. Quick access to MyUT, Canvas, registration, financial services, housing, and international student resources.">
<meta property="og:image" content="https://ut01.github.io/assets/Screenshot-Multiple-Device-ut01.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://ut01.github.io/">
<meta name="twitter:title" content="ut01: Quick Navigation for UT Austin Students">
<meta name="twitter:description" content="A comprehensive navigation hub for UT Austin students. Quick access to MyUT, Canvas, registration, financial services, housing, and international student resources.">
<meta name="twitter:image" content="https://ut01.github.io/assets/Screenshot-Multiple-Device-ut01.png">
<!-- Favicon -->
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="favicon.ico">
<!-- Canonical URL -->
<link rel="canonical" href="https://ut01.github.io/">
<!-- CSS -->
<link href="style.css" rel="stylesheet">
<link href="https://kit-pro.fontawesome.com/releases/v6.4.0/css/pro.min.css" rel="stylesheet">
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "ut01: Quick Navigation for UT Austin Students",
"description": "A comprehensive navigation hub for UT Austin students. Quick access to MyUT, Canvas, registration, financial services, housing, and international student resources.",
"url": "https://ut01.github.io/",
"author": {
"@type": "Person",
"name": "ut01"
},
"inLanguage": "en-US",
"about": {
"@type": "Organization",
"name": "University of Texas at Austin",
"url": "https://www.utexas.edu/"
},
"audience": {
"@type": "Audience",
"audienceType": "University Students"
}
}
</script>
</head>
<body>
<div class="u_nav-wrapper">
<div class="u_nav clearfix">
<div class="u_nav-left">
<a class="u_nav-link" href="https://github.com/ut01/ut01.github.io">ut01 Repo</a>
</div>
<div class="u_nav-input-group">
<form id="search-form-pc">
<input class="u_nav-input" id="search-pc" placeholder="Search...">
<input type="submit" hidden>
</form>
<ul>
<li class="u_nav-btn">
<span onclick="search('google', 'pc')">Google</span>
<ul class="u_nav-ul">
<li><span class="u_nav-li" onclick="search('bing', 'pc')">Bing</span></li>
<li><span class="u_nav-li" onclick="search('wolframalpha', 'pc')">Wolfram</span></li>
</ul>
</li>
</ul>
</div>
<div class="um_nav-input-group">
<div class="clearfix"></div>
<form id="search-form-mobile">
<input class="um_nav-input" id="search-mobile" placeholder="Search...">
<input type="submit" hidden>
</form>
<div class="um_nav-btn" onclick="search('google', 'mobile')">Google</div>
<div class="um_nav-btn" onclick="search('bing', 'mobile')">Bing</div>
<div class="um_nav-btn" onclick="search('wolframalpha_mob', 'mobile')">Wolfram</div>
</div>
<div class="u_nav-input-group" style="position: absolute; left: 41%; transform: translateX(-50%); top: 10px; margin-left: 150px; z-index: 1;">
<form id="find-form-pc">
<input class="u_nav-input" id="find-in-page-input" placeholder="use whole word to find in this page..." style="width: 280px;">
<input type="submit" hidden>
</form>
<ul>
<!-- <li class="u_nav-btn">
<span style="font-weight: bold;">Find</span>
</li> -->
</ul>
<div id="no-results-message" class="no-results-nav" style="display: none;">
No results found. Try a different search term.
</div>
</div>
<div class="u_nav-right">
<div class="u_nav-input-group" style="float: left; margin-right: 20px;">
<a href="https://github.com/ut01/ut01.github.io/fork" class="u_nav-link">Fork ut01</a>
</div>
<a href="#" class="u_nav-link" onclick="setHome(this, window.location)">Set as Homepage</a>
</div>
</div>
</div>
<div class="u_main-wrapper">
<div class="main clearfix">
{% assign columns = site.data.links %}
<div class="main-col">
{% for section in columns[0] %}
<div class="main-block">
<h2 class="block-title">{{ section.section }}</h2>
<div class="block-grid-wrapper clearfix">
{% for link in section.links %}
{% include block-grid.html url=link.url title=link.title icon=link.icon keywords=link.keywords %}
{% endfor %}
</div>
</div>
{% endfor %}
</div>
<div class="main-col">
{% for section in columns[1] %}
<div class="main-block">
<h2 class="block-title">{{ section.section }}</h2>
<div class="block-grid-wrapper clearfix">
{% for link in section.links %}
{% include block-grid.html url=link.url title=link.title icon=link.icon keywords=link.keywords %}
{% endfor %}
</div>
</div>
{% endfor %}
</div>
<div class="main-col">
{% for section in columns[2] %}
<div class="main-block">
<h2 class="block-title">{{ section.section }}</h2>
<div class="block-grid-wrapper clearfix">
{% for link in section.links %}
{% include block-grid.html url=link.url title=link.title icon=link.icon keywords=link.keywords %}
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
<!-- H1 Heading for SEO positioned above footer -->
<header class="main-header" style="text-align: center; padding: 30px 20px; background: #f8f9fa; border-top: 1px solid #e9ecef;">
<h1 style="font-size: 14px; color: #666; margin: 0; font-weight: 400;">UT Austin Student Navigation Hub / Quick access to essential university services and resources</h1>
</header>
<div class="footer">
<strong>Disclaimer:</strong> The information and links provided on this site are for convenience only and are not necessarily official or endorsed by The University of Texas at Austin. Even official university information may contain errors or become outdated. Users are responsible for verifying the accuracy and current status of all information before making important decisions. Always refer to official university sources for the most current and accurate information.
<br><br>
We care about your privacy. There's no form, no login prompt, and no JavaScript that captures or transmits user credentials. Everything points to standard hyperlinks.
<br>
If you like this page, please <a href="https://github.com/ut01/ut01.github.io/" target="_blank" rel="noopener noreferrer">star</a> or <a href="https://github.com/ut01/ut01.github.io/fork" target="_blank" rel="noopener noreferrer">fork</a> this repo on GitHub. You can also follow <a href="https://github.com/ut01" target="_blank" rel="noopener noreferrer">ut01</a> and follow <a href="https://github.com/ktwu01" target="_blank" rel="noopener noreferrer">me</a>. ut01 navigation is a resource page for UT-Austin students.
<br>
For errors or to suggest a modification, please <a href="https://github.com/ut01/ut01.github.io/issues" target="_blank" rel="noopener noreferrer">create an issue</a>. Copyright © <a href="https://ut01.github.io/" target="_blank" rel="noopener noreferrer">ut01</a> 2025 - {{ site.time | date: "%Y" }}.
<br>
This is a fork of <a href="https://ustc.life/">USTC Navigation</a> provided by <a href="https://0x01.me/">Hypercube</a> and <a href="https://github.com/SmartHypercube/ustclife/graphs/contributors">contributors</a>, source code is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</div>
</div>
<!-- https://clustrmaps.com/profile/1c6il/widget/customize -->
<!-- <script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=a5a0a0&w=a&t=tt&d=fQvKmZbPMctrjCs0jp8rDLqKYPwmQtmFVMiOSl9YUsE&co=f1f1f1&cmo=bc3a3a&cmn=1fd31f&ct=808080'></script> -->
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/counter_v2.js?cl=ffffff&w=a&t=n&d=YOUR_ID'></script>
</body>
<script>
var setHome=function(obj,url){try{obj.style.behavior='url(#default#homepage)';obj.setHomePage(url)}catch(e){if(window.netscape){try{netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect')}catch(e){alert('Sorry, this action is blocked by your browser!\n\nSolution 1:\nType "about:config" in your address bar and press Enter.\nThen set [signed.applets.codebase_principal_support] to true.\n\nSolution 2:\nManually set '+url+' as your homepage.')}var prefs=Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);prefs.setCharPref('browser.startup.homepage',url)}else{alert('Sorry, your browser does not support this action.\n\nPlease manually set '+url+' as your homepage.')}}};
var search=function(site,env){var searchId=env==='pc'?'search-pc':'search-mobile';var baseURL={google:'https://www.google.com/search?q=',baidu:'https://www.baidu.com/s?wd=',bing:'https://www.bing.com/search?q=',wolframalpha:'https://www.wolframalpha.com/input/?i=',wolframalpha_mob:'https://m.wolframalpha.com/input/?i='};window.open(baseURL[site]+encodeURIComponent(document.getElementById(searchId).value))};
document.getElementById("search-form-pc").onsubmit=function(e){e.preventDefault();search('google','pc')};
document.getElementById("search-form-mobile").onsubmit=function(e){e.preventDefault();search('bing','mobile')};
document.addEventListener('DOMContentLoaded',function(){const searchInput=document.getElementById('find-in-page-input');const noResultsMessage=document.getElementById('no-results-message');if(!searchInput)return;const mainBlocks=document.querySelectorAll('.main-block');searchInput.addEventListener('input',function(){const searchTerm=this.value.toLowerCase().trim();let totalVisibleItems=0;mainBlocks.forEach(function(block){const items=block.querySelectorAll('.searchable-item');let hasVisibleItems=false;items.forEach(function(item){const keywords=item.getAttribute('data-keywords');if(searchTerm===''||keywords.includes(searchTerm)){item.style.display='block';hasVisibleItems=true;totalVisibleItems++}else{item.style.display='none'}});if(hasVisibleItems||searchTerm===''){block.style.display='block'}else{block.style.display='none'}});if(searchTerm!==''&&totalVisibleItems===0){noResultsMessage.style.display='block'}else{noResultsMessage.style.display='none'}})});
</script>
</html>