Contents
About This Report
Report Parameters
Contexts
No contexts were selected, so all contexts were included by default.
Sites
The following sites were included:
- https://firefox.settings.services.mozilla.com
- https://firefox-settings-attachments.cdn.mozilla.net
- https://dd09d59dd95b.26067ad6.us-east-1.token.awswaf.com
- http://www.sanjac.edu
- https://www.sanjac.edu
(If no sites were selected, all sites were included by default.)
An included site must also be within one of the included contexts for its data to be included in the report.
Risk levels
Included: High, Medium, Low, Informational
Excluded: None
Confidence levels
Included: User Confirmed, High, Medium, Low
Excluded: User Confirmed, High, Medium, Low, False Positive
Summaries
Alert Counts by Risk and Confidence
| Confidence | ||||||
|---|---|---|---|---|---|---|
| User Confirmed | High | Medium | Low | Total | ||
| Risk | High | 0 (0.0%) |
0 (0.0%) |
0 (0.0%) |
0 (0.0%) |
0 (0.0%) |
| Medium | 0 (0.0%) |
5 (25.0%) |
2 (10.0%) |
0 (0.0%) |
7 (35.0%) |
|
| Low | 0 (0.0%) |
2 (10.0%) |
4 (20.0%) |
1 (5.0%) |
7 (35.0%) |
|
| Informational | 0 (0.0%) |
0 (0.0%) |
4 (20.0%) |
2 (10.0%) |
6 (30.0%) |
|
| Total | 0 (0.0%) |
7 (35.0%) |
10 (50.0%) |
3 (15.0%) |
20 (100%) |
|
Alert Counts by Site and Risk
| Risk | |||||
|---|---|---|---|---|---|
|
High (= High) |
Medium (>= Medium) |
Low (>= Low) |
Informational (>= Informational) |
||
| Site | https://firefox-settings-attachments.cdn.mozilla.net | 0 (0) |
0 (0) |
2 (2) |
1 (3) |
| https://www.sanjac.edu | 0 (0) |
7 (7) |
5 (12) |
5 (17) |
|
Alert Counts by Alert Type
| Alert type | Risk | Count |
|---|---|---|
| CSP: Failure to Define Directive with No Fallback | Medium | 880 (4,400.0%) |
| CSP: Wildcard Directive | Medium | 880 (4,400.0%) |
| CSP: script-src unsafe-inline | Medium | 880 (4,400.0%) |
| CSP: style-src unsafe-inline | Medium | 880 (4,400.0%) |
| Content Security Policy (CSP) Header Not Set | Medium | 292 (1,460.0%) |
| Cross-Domain Misconfiguration | Medium | 3523 (17,615.0%) |
| Missing Anti-clickjacking Header | Medium | 1 (5.0%) |
| Cross-Domain JavaScript Source File Inclusion | Low | 3018 (15,090.0%) |
| Information Disclosure - Debug Error Messages | Low | 1 (5.0%) |
| Private IP Disclosure | Low | 1 (5.0%) |
| Strict-Transport-Security Header Not Set | Low | 3 (15.0%) |
| Timestamp Disclosure - Unix | Low | 32 (160.0%) |
| X-Content-Type-Options Header Missing | Low | 4 (20.0%) |
| ZAP is Out of Date | Low | 4 (20.0%) |
| Content-Type Header Missing | Informational | 138 (690.0%) |
| Information Disclosure - Suspicious Comments | Informational | 12 (60.0%) |
| Modern Web Application | Informational | 744 (3,720.0%) |
| Re-examine Cache-control Directives | Informational | 1724 (8,620.0%) |
| Retrieved from Cache | Informational | 3 (15.0%) |
| User Agent Fuzzer | Informational | 12 (60.0%) |
| Total | 20 |
Alerts
-
Risk=Medium, Confidence=High (5)
-
https://www.sanjac.edu (5)
-
CSP: Failure to Define Directive with No Fallback (1)
GET https://www.sanjac.edu/_resources/api/
Alert tags Alert description The Content Security Policy fails to define one of the directives that has no fallback. Missing/excluding them is the same as allowing anything.
Other info The directive(s): form-action is/are among the directives that do not fallback to default-src.
Request Request line and header section (289 bytes)
GET https://www.sanjac.edu/_resources/api/ HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/robots.txtRequest body (0 bytes)
Response Status line and header section (554 bytes)
HTTP/1.1 403 Forbidden Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 199 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (199 bytes)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>Parameter Content-Security-PolicyEvidence default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.comSolution Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
-
CSP: Wildcard Directive (1)
GET https://www.sanjac.edu/_resources/api/
Alert tags Alert description Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Other info The following directives either allow wildcard sources (or ancestors), are not defined, or are overly broadly defined:
script-src, style-src, img-src, connect-src, frame-src, font-src, media-src, object-src, manifest-src, worker-src
Request Request line and header section (289 bytes)
GET https://www.sanjac.edu/_resources/api/ HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/robots.txtRequest body (0 bytes)
Response Status line and header section (554 bytes)
HTTP/1.1 403 Forbidden Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 199 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (199 bytes)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>Parameter Content-Security-PolicyEvidence default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.comSolution Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
-
CSP: script-src unsafe-inline (1)
GET https://www.sanjac.edu/_resources/api/
Alert tags Alert description Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Other info script-src includes unsafe-inline.
Request Request line and header section (289 bytes)
GET https://www.sanjac.edu/_resources/api/ HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/robots.txtRequest body (0 bytes)
Response Status line and header section (554 bytes)
HTTP/1.1 403 Forbidden Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 199 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (199 bytes)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>Parameter Content-Security-PolicyEvidence default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.comSolution Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
-
CSP: style-src unsafe-inline (1)
GET https://www.sanjac.edu/_resources/api/
Alert tags Alert description Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Other info style-src includes unsafe-inline.
Request Request line and header section (289 bytes)
GET https://www.sanjac.edu/_resources/api/ HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/robots.txtRequest body (0 bytes)
Response Status line and header section (554 bytes)
HTTP/1.1 403 Forbidden Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 199 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (199 bytes)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>Parameter Content-Security-PolicyEvidence default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.comSolution Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
-
Content Security Policy (CSP) Header Not Set (1)
GET https://www.sanjac.edu/programs/areas-of-study/manufacturing/plumbing/
Alert tags Alert description Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
Request Request line and header section (367 bytes)
GET https://www.sanjac.edu/programs/areas-of-study/manufacturing/plumbing/ HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/programs/areas-of-study/manufacturing/plumbing/index.phpRequest body (0 bytes)
Response Status line and header section (454 bytes)
HTTP/1.1 202 Accepted Date: Tue, 17 Mar 2026 19:23:08 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: keep-alive x-amzn-waf-action: challenge Cache-Control: no-store, max-age=0 Access-Control-Allow-Origin: * Access-Control-Max-Age: 86400 Access-Control-Allow-Methods: OPTIONS,GET,POST Access-Control-Expose-Headers: x-amzn-waf-action Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (0 bytes)
Solution Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
-
-
-
Risk=Medium, Confidence=Medium (2)
-
https://www.sanjac.edu (2)
-
Cross-Domain Misconfiguration (1)
GET https://www.sanjac.edu/robots.txt
Alert tags Alert description Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server.
Other info The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
Request Request line and header section (240 bytes)
GET https://www.sanjac.edu/robots.txt HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cacheRequest body (0 bytes)
Response Status line and header section (662 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 1030 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Last-Modified: Sun, 28 Sep 2025 00:39:21 GMT ETag: "406-63fd1bff6fac8" Accept-Ranges: bytes Vary: Accept-Encoding Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (1030 bytes)
#robots.txt file #Created 5/15/23 #David White # This file is to prevent the crawling and indexing of certain parts of our site by web crawlers and spiders run by sites like Google. By telling these "robots" where not to go on our site, we save bandwidth and server resources. # Ensure that this file is always at the root. This file will be ignored within any other directory. User-agent: * Crawl-delay: 10 Sitemap: https://sanjac.edu/sitemap.xml #Sections Disallow: /noindex/ Disallow: /_showcase/ Disallow: /_resources/data/ Disallow: /_resources/_design/ Disallow: /_resources/api/ Disallow: /_resources/dmc/ Disallow: /_resources/external_xml/ Disallow: /_resources/includes/ Disallow: /_resources/js/ Disallow: /_resources/ldp/ Disallow: /_resources/ou/ Disallow: /_resources/php/ Disallow: /_resources/serach/ Disallow: /_resources/xsl/ Disallow: /programs/credentials/ Disallow: /about-san-jac/economic-impact/ Disallow: /programs/areas of study/health/nursing/next-steps Disallow: /sites/default/filesEvidence Access-Control-Allow-Origin: *Solution Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
-
Missing Anti-clickjacking Header (1)
GET https://www.sanjac.edu/_showcase/_qa/info-modal
Alert tags Alert description The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
Request Request line and header section (452 bytes)
GET https://www.sanjac.edu/_showcase/_qa/info-modal HTTP/1.1 host: www.sanjac.edu User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.9 Connection: keep-alive Upgrade-Insecure-Requests: 1 Sec-Fetch-Dest: document Sec-Fetch-Mode: navigate Sec-Fetch-Site: none Sec-Fetch-User: ?1 Priority: u=0, iRequest body (0 bytes)
Response Status line and header section (457 bytes)
HTTP/1.1 202 Accepted Date: Tue, 17 Mar 2026 19:23:15 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 1991 Connection: keep-alive x-amzn-waf-action: challenge Cache-Control: no-store, max-age=0 Access-Control-Allow-Origin: * Access-Control-Max-Age: 86400 Access-Control-Allow-Methods: OPTIONS,GET,POST Access-Control-Expose-Headers: x-amzn-waf-action Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (1991 bytes)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title></title> <style> body { font-family: "Arial"; } </style> <script type="text/javascript"> window.awsWafCookieDomainList = []; window.gokuProps = { "key":"AQIDAHjcYu/GjX+QlghicBgQ/7bFaQZ+m5FKCMDnO+vTbNg96AHA71V9sVf6zv8GXoNBffnGAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMtxcQigfEZSRN3CMPAgEQgDszcH1A1aLtnbGSrp9KEVoF+1jRHIpgoe/UK7jf3sPFq6VHAfWVkoNqm+cr+S1Mce7P35mDiiWi6CGfjw==", "iv":"CgAHoDMPewAAChKM", "context":"1GwkciC3JGTHUNe5bV1MfYGPQa8BPj6c+wJxaxySw4YeyXijBwJgyLpWHbKrwiiAPIFKRrycCoxGSIkCJoAwb0Z2j21GAiHwFhQ1RT3OhLPU8FIDHAOkT+1YxetbG6e2q0lqhgpIJz8FWMCH/fBs8m+M4hFwezo44rS3ouGs6tS2yTQZ8O7e1ijVq7llbbTRMCc1JeiKi/uRMjxnQgAshZoAlpYNQbqlfsdc44q9i3MAiTWe4QIPssFLGNY71jJn5oiogaDcdogJt302OK3ThKQIyqppiJQ0e+Bv6h8H5EC4YvLMgKUVScx6m/wDgeoxFopcosLVJVHUYNOksWRSu52cXDPjoE8dweubf2F1GeB8cx42bh4H/g==" }; </script> <script src="https://dd09d59dd95b.26067ad6.us-east-1.token.awswaf.com/dd09d59dd95b/1bdf67bb7115/f5fd66522cf2/challenge.js"></script> </head> <body> <div id="challenge-container"></div> <script type="text/javascript"> AwsWafIntegration.saveReferrer(); AwsWafIntegration.checkForceRefresh().then((forceRefresh) => { if (forceRefresh) { AwsWafIntegration.forceRefreshToken().then(() => { window.location.reload(true); }); } else { AwsWafIntegration.getToken().then(() => { window.location.reload(true); }); } }); </script> <noscript> <h1>JavaScript is disabled</h1> In order to continue, we need to verify that you're not a robot. This requires JavaScript. Enable JavaScript and then reload the page. </noscript> </body> </html>Parameter x-frame-optionsSolution Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.
If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.
-
-
-
Risk=Low, Confidence=High (2)
-
https://firefox-settings-attachments.cdn.mozilla.net (1)
-
Strict-Transport-Security Header Not Set (1)
GET https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/tracking-protection-lists/2b4efd96-23e8-4a03-b29d-e4b7db15c103
Alert tags Alert description HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.
Request Request line and header section (363 bytes)
GET https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/tracking-protection-lists/2b4efd96-23e8-4a03-b29d-e4b7db15c103 HTTP/1.1 host: firefox-settings-attachments.cdn.mozilla.net User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0 Accept: */* Accept-Language: en-US,en;q=0.9 Connection: keep-aliveRequest body (0 bytes)
Response Status line and header section (852 bytes)
HTTP/1.1 200 OK Connection: keep-alive Content-Length: 1749 X-GUploader-UploadID: AJRbA5XkMvF64vZ-prIC07RP5YffHEFFKnJ2QgYRauiRFG2Cpp7qIw-b4-0F29Mw3PxjQgNE x-goog-generation: 1768439653497023 x-goog-metageneration: 1 x-goog-stored-content-encoding: identity x-goog-stored-content-length: 1749 x-goog-hash: crc32c=PCCNCg== x-goog-hash: md5=vsJ/dvRaQ6Y0x0QnRQ4eMQ== x-goog-storage-class: STANDARD Server: UploadServer Expires: Mon, 09 Feb 2026 22:01:07 GMT Last-Modified: Thu, 15 Jan 2026 01:14:13 GMT ETag: "bec27f76f45a43a634c74427450e1e31" Content-Type: text/plain Accept-Ranges: bytes Age: 0 Date: Tue, 17 Mar 2026 19:23:22 GMT Via: 1.1 varnish X-Served-By: cache-bfi-krnt7300029-BFI X-Cache: HIT X-Cache-Hits: 0 X-Timer: S1773775402.072419,VS0,VE85 Vary: Accept-Encoding Cache-Control: public, max-age=31536000, immutableResponse body (1749 bytes)
a:1768439403:32:1728 ò&Fia 3Àæ´ô¦õè^ÏØ£¿mNQ»ÉDX¦À10%ujÚzs²ûɱY,ØR°É¤Ì«±"Nvé¡~ácì)=*É£NNÉBBna0CÌæ÷væbCMFLQ¹?£H¶ËYÙ£^<9<"é¡JN¢ÿßµ«LR¹1lZñwÚjÿ½X!´'æRr§nièåÓc¬DôÎïZúİ ¦z'±ÆgÔÕ6([j2§´¡ñ÷~BMøH/û[¸O~û?õïë$˦û7©¡¾ aþü¹ês·ÄýÒö2zƦìU¬êâºrOêOÜAá¥9²=¨wT)xG1¦'T àY·}%ø¨DuáA»öË9PH/XãreÊÊm¦TvR¨x{ÎF0Üe#½cù@ËËÖÂüeÔ)¶nU@ÚU9%¤E°'n0èó'bóµUãef3¡ÜÂnJpd#º04H[ vÀ/g]# "Êí é«(-á¾´©5à2fÛåú(ŨLq¹³Y×MkÐ æoS"9¼Éí÷h#¾åì^JkÇÀ»háèé EýÿRÀXé_ÈÐå¹ÝKrñ6J¤qtu¨C]ªqèáÉS6øýtEjRRªs´ Pµ{Ñà¿(ëôÌ8ðáéÛQ®#z {æë«Õ38BÑ#Äå×l1j^Àqvhè³7ÛÚ>2nÒFf×p ^Øâ¶ayÈ©×w±.í.%×c %hÌ!=º©ý,'saHGaÖ¢ÌY'ÿ¹öÅrÑ*ßòÇáê½æ²!7K BÏ;8!ý)`h>¹ã¤±0½q±õ|Awxe@=©!`ÍxHÖ1c©ÊöÛÙÜu§öbzÖ¾ë%Òиâ¯Jß"]y M0£©ò=19YFhaä£+ðHrw«=ÔÒ§ÉÍ*ËwÉå¯òg:¾SYÏwìZÙÜ' ̦7ЫôR%?áxl² 0½ÝØ6æå«#¸ºO¼ÓÑÕÖRgÁmí¨ñ/ݶ׻Gië¥&»ê¿=þp»2¤5nícÜÖ²ó[â21{±sDZçʨ7¨b!Ð÷ä¯mâµÉpeÁe«,ÕæK£×2¬ØÞ Ïñé¤úß6ÿ^TÔ53~¹áþ >§Ô`ý@· Ü$9ØðPx+Yt%ëV'Ät2ûÈëªÜ,µãºXƯ_3@)xlèÂì±@2ܾßÂN¶N HÉòÜ¥m˸ªw¬R%ÈV]$|ÿÐ 7¿-¢®J ÖQ&Øz ·Ê´´ c¸ÏÍÈ~'Uª=ªÿÑgbaùC ~®{ú¯LÓkß8ª¾ìxñÊß®lCå~b´YöD$}M×k ¥]Ç·Gè²3ð¿:_Åâ·Ç7tóC«µbì{çLïA]c×X *ã>´CËhÚiãsÊò¬¶ÍõyS¥NghHoåßTígÚZå*éS²ÙPÚ7Cà®÷AÌ/瑱]©Ã¬î¼,£zû¿Ý2"(ìÃî[Ó÷ÿ6°bÖß~ÙI "\ðýϾ÷ÕM£&ÈL¡US¯Ï2Æ0p¬ÃH~AQ[ËV,õ»<£ÿâ©ð}ãææ(í=OÆnI6ðÆa¤ö äh°ÎYV[ÁA¥ aÝERNu¶l}YÝä0v%½ÅïåÒFêéZqúÛÒ¸R®q½¤Hq^FzVnBÚÿMm¨á=RÅDVñkcC0qµ/µ'íÍ q#QD:Õ",=(¤lìêÉ7Oµy¦Ð¯jé½¼å+[LûèÁV£ OíZ,ÉÁñô ±Ý©Én!±ú©§¦oò&©ga½}Ä> ëÁ²Õ90¾è.Î(E]Ç\z. ã¿òYÊp_í:¶mmþe5K)¾[Ìdâ¬i7Zó# qY2oíþöTtÆ&¿FV3:³ý6ØÉêU/|?ÃÖ!ëORèJ¦>ÌÏ:sV¡*JSolution Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
-
-
https://www.sanjac.edu (1)
-
ZAP is Out of Date (1)
GET https://www.sanjac.edu/robots.txt
Alert tags Alert description The version of ZAP you are using to test your app is out of date and is no longer being updated.
The risk level is set based on how out of date your ZAP version is.
Other info The latest version of ZAP is 2.17.0
Request Request line and header section (240 bytes)
GET https://www.sanjac.edu/robots.txt HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cacheRequest body (0 bytes)
Response Status line and header section (662 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:15 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 1030 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Last-Modified: Sun, 28 Sep 2025 00:39:21 GMT ETag: "406-63fd1bff6fac8" Accept-Ranges: bytes Vary: Accept-Encoding Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (1030 bytes)
#robots.txt file #Created 5/15/23 #David White # This file is to prevent the crawling and indexing of certain parts of our site by web crawlers and spiders run by sites like Google. By telling these "robots" where not to go on our site, we save bandwidth and server resources. # Ensure that this file is always at the root. This file will be ignored within any other directory. User-agent: * Crawl-delay: 10 Sitemap: https://sanjac.edu/sitemap.xml #Sections Disallow: /noindex/ Disallow: /_showcase/ Disallow: /_resources/data/ Disallow: /_resources/_design/ Disallow: /_resources/api/ Disallow: /_resources/dmc/ Disallow: /_resources/external_xml/ Disallow: /_resources/includes/ Disallow: /_resources/js/ Disallow: /_resources/ldp/ Disallow: /_resources/ou/ Disallow: /_resources/php/ Disallow: /_resources/serach/ Disallow: /_resources/xsl/ Disallow: /programs/credentials/ Disallow: /about-san-jac/economic-impact/ Disallow: /programs/areas of study/health/nursing/next-steps Disallow: /sites/default/filesSolution Download the latest version of ZAP from https://www.zaproxy.org/download/ and install it.
-
-
-
Risk=Low, Confidence=Medium (4)
-
https://firefox-settings-attachments.cdn.mozilla.net (1)
-
X-Content-Type-Options Header Missing (1)
GET https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/tracking-protection-lists/2b4efd96-23e8-4a03-b29d-e4b7db15c103
Alert tags Alert description The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
Other info This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scan rule will not alert on client or server error responses.
Request Request line and header section (363 bytes)
GET https://firefox-settings-attachments.cdn.mozilla.net/main-workspace/tracking-protection-lists/2b4efd96-23e8-4a03-b29d-e4b7db15c103 HTTP/1.1 host: firefox-settings-attachments.cdn.mozilla.net User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0 Accept: */* Accept-Language: en-US,en;q=0.9 Connection: keep-aliveRequest body (0 bytes)
Response Status line and header section (852 bytes)
HTTP/1.1 200 OK Connection: keep-alive Content-Length: 1749 X-GUploader-UploadID: AJRbA5XkMvF64vZ-prIC07RP5YffHEFFKnJ2QgYRauiRFG2Cpp7qIw-b4-0F29Mw3PxjQgNE x-goog-generation: 1768439653497023 x-goog-metageneration: 1 x-goog-stored-content-encoding: identity x-goog-stored-content-length: 1749 x-goog-hash: crc32c=PCCNCg== x-goog-hash: md5=vsJ/dvRaQ6Y0x0QnRQ4eMQ== x-goog-storage-class: STANDARD Server: UploadServer Expires: Mon, 09 Feb 2026 22:01:07 GMT Last-Modified: Thu, 15 Jan 2026 01:14:13 GMT ETag: "bec27f76f45a43a634c74427450e1e31" Content-Type: text/plain Accept-Ranges: bytes Age: 0 Date: Tue, 17 Mar 2026 19:23:22 GMT Via: 1.1 varnish X-Served-By: cache-bfi-krnt7300029-BFI X-Cache: HIT X-Cache-Hits: 0 X-Timer: S1773775402.072419,VS0,VE85 Vary: Accept-Encoding Cache-Control: public, max-age=31536000, immutableResponse body (1749 bytes)
a:1768439403:32:1728 ò&Fia 3Àæ´ô¦õè^ÏØ£¿mNQ»ÉDX¦À10%ujÚzs²ûɱY,ØR°É¤Ì«±"Nvé¡~ácì)=*É£NNÉBBna0CÌæ÷væbCMFLQ¹?£H¶ËYÙ£^<9<"é¡JN¢ÿßµ«LR¹1lZñwÚjÿ½X!´'æRr§nièåÓc¬DôÎïZúİ ¦z'±ÆgÔÕ6([j2§´¡ñ÷~BMøH/û[¸O~û?õïë$˦û7©¡¾ aþü¹ês·ÄýÒö2zƦìU¬êâºrOêOÜAá¥9²=¨wT)xG1¦'T àY·}%ø¨DuáA»öË9PH/XãreÊÊm¦TvR¨x{ÎF0Üe#½cù@ËËÖÂüeÔ)¶nU@ÚU9%¤E°'n0èó'bóµUãef3¡ÜÂnJpd#º04H[ vÀ/g]# "Êí é«(-á¾´©5à2fÛåú(ŨLq¹³Y×MkÐ æoS"9¼Éí÷h#¾åì^JkÇÀ»háèé EýÿRÀXé_ÈÐå¹ÝKrñ6J¤qtu¨C]ªqèáÉS6øýtEjRRªs´ Pµ{Ñà¿(ëôÌ8ðáéÛQ®#z {æë«Õ38BÑ#Äå×l1j^Àqvhè³7ÛÚ>2nÒFf×p ^Øâ¶ayÈ©×w±.í.%×c %hÌ!=º©ý,'saHGaÖ¢ÌY'ÿ¹öÅrÑ*ßòÇáê½æ²!7K BÏ;8!ý)`h>¹ã¤±0½q±õ|Awxe@=©!`ÍxHÖ1c©ÊöÛÙÜu§öbzÖ¾ë%Òиâ¯Jß"]y M0£©ò=19YFhaä£+ðHrw«=ÔÒ§ÉÍ*ËwÉå¯òg:¾SYÏwìZÙÜ' ̦7ЫôR%?áxl² 0½ÝØ6æå«#¸ºO¼ÓÑÕÖRgÁmí¨ñ/ݶ׻Gië¥&»ê¿=þp»2¤5nícÜÖ²ó[â21{±sDZçʨ7¨b!Ð÷ä¯mâµÉpeÁe«,ÕæK£×2¬ØÞ Ïñé¤úß6ÿ^TÔ53~¹áþ >§Ô`ý@· Ü$9ØðPx+Yt%ëV'Ät2ûÈëªÜ,µãºXƯ_3@)xlèÂì±@2ܾßÂN¶N HÉòÜ¥m˸ªw¬R%ÈV]$|ÿÐ 7¿-¢®J ÖQ&Øz ·Ê´´ c¸ÏÍÈ~'Uª=ªÿÑgbaùC ~®{ú¯LÓkß8ª¾ìxñÊß®lCå~b´YöD$}M×k ¥]Ç·Gè²3ð¿:_Åâ·Ç7tóC«µbì{çLïA]c×X *ã>´CËhÚiãsÊò¬¶ÍõyS¥NghHoåßTígÚZå*éS²ÙPÚ7Cà®÷AÌ/瑱]©Ã¬î¼,£zû¿Ý2"(ìÃî[Ó÷ÿ6°bÖß~ÙI "\ðýϾ÷ÕM£&ÈL¡US¯Ï2Æ0p¬ÃH~AQ[ËV,õ»<£ÿâ©ð}ãææ(í=OÆnI6ðÆa¤ö äh°ÎYV[ÁA¥ aÝERNu¶l}YÝä0v%½ÅïåÒFêéZqúÛÒ¸R®q½¤Hq^FzVnBÚÿMm¨á=RÅDVñkcC0qµ/µ'íÍ q#QD:Õ",=(¤lìêÉ7Oµy¦Ð¯jé½¼å+[LûèÁV£ OíZ,ÉÁñô ±Ý©Én!±ú©§¦oò&©ga½}Ä> ëÁ²Õ90¾è.Î(E]Ç\z. ã¿òYÊp_í:¶mmþe5K)¾[Ìdâ¬i7Zó# qY2oíþöTtÆ&¿FV3:³ý6ØÉêU/|?ÃÖ!ëORèJ¦>ÌÏ:sV¡*JParameter x-content-type-optionsSolution Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
-
-
https://www.sanjac.edu (3)
-
Cross-Domain JavaScript Source File Inclusion (1)
GET https://www.sanjac.edu/_showcase/_qa/info-modal
Alert tags Alert description The page includes one or more script files from a third-party domain.
Request Request line and header section (254 bytes)
GET https://www.sanjac.edu/_showcase/_qa/info-modal HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cacheRequest body (0 bytes)
Response Status line and header section (567 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:14 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Vary: Accept-Encoding Server: director Strict-Transport-Security: max-age=31536000; includeSubDomains content-length: 89711Response body (89711 bytes)
<!DOCTYPE HTML><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Click Info Modal and Tooltip</title> <link rel="canonical" href="https://www.sanjac.edu/_showcase/_qa/info-modal.php"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><script type="text/javascript"> var OUC = OUC || {}; OUC.globalProps = OUC.globalProps || {}; OUC.pageProps = OUC.pageProps || {}; OUC.props = OUC.props || {}; OUC.globalProps['path'] = "/_showcase/_qa/info-modal.php"; OUC.globalProps['domain'] = "https://www.sanjac.edu"; OUC.globalProps['index-file'] = "index"; OUC.globalProps['extension'] = "php"; OUC.pageProps['breadcrumb'] = "Click Info Modal and Tooltip"; OUC.pageProps['hero-content'] = "image-text"; OUC.pageProps['intro'] = ""; OUC.pageProps['override-og-type'] = "Website"; OUC.pageProps['override-og-image'] = ""; OUC.pageProps['override-og-image-alt'] = ""; OUC.pageProps['override-og-description'] = ""; OUC.pageProps['override-twitter-card-description'] = ""; OUC.pageProps['override-twitter-card-image'] = ""; OUC.pageProps['override-twitter-card-image-alt'] = ""; OUC.pageProps['override-twitter-card-type'] = "summary_large_image"; var key; for (key in OUC.globalProps) { OUC.props[key] = OUC.globalProps[key]; } for (key in OUC.pageProps) { OUC.props[key] = OUC.pageProps[key]; } </script> <!-- OU Search Ignore Start Here --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P64BC8T');</script> <!-- End Google Tag Manager --> <!-- this is the headcode include --> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <link rel="stylesheet" media="print" href="/_resources/css/print.css" /> <link rel="stylesheet" href="/_resources/css/main.css"> <link rel="stylesheet" href="/_resources/css/oustyles.css" /> <link rel="stylesheet" href="/_resources/css/ds-flex.css"/> <link rel="stylesheet" href="/_resources/css/program-detail-dev-only.css"/> <link rel="stylesheet" href="/_resources/css/lightcast.css"/> <link rel="stylesheet" href="/_resources/css/badge-options.css"/> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1234821513277163'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1234821513277163&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!--Font Awesome --> <!-- <script src="https://kit.fontawesome.com/aa2fbd460e.js" crossorigin="anonymous"></script> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!--Append UTM to RFI form--> <script src="/_resources/js/utm-capture.js?v=1" defer></script> <!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <!-- Insert google analytics here --> <!-- OU Search Ignore End Here --><meta property="og:title" content="Click Info Modal and Tooltip"> <meta property="og:url" content="https://www.sanjac.edu/_showcase/_qa/info-modal.php"> <meta property="og:description" content=""> <meta property="og:type" content="Website"> <meta property="og:updated_time" content="2026-03-17T12:13:48.159331001-07:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:url" content="https://www.sanjac.edu/_showcase/_qa/info-modal.php"> <meta name="twitter:title" content="Click Info Modal and Tooltip"> <meta name="twitter:description" content=""> <link href="https://www.sanjac.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129172314" rel="stylesheet"></head> <body><!-- OU Search Ignore Start Here --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P64BC8T" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!-- OU Search Ignore End Here --><a href="#main" class="skip-link visually-hidden">Skip to content</a><header><!-- OU Search Ignore Start Here --><div class="main-header" role="banner"> <div class="main-header_content-box"> <div class="logo-holder"><a href="/index.php" title="main page"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="224" height="51" viewBox="0 0 224 51" fill="none"> <rect width="224" height="51" fill="url(#pattern0)"/> <defs> <pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"> <use xlink:href="#image0_1229_1962" transform="translate(0 -0.000734496) scale(0.00162866 0.00715335)"/> </pattern> <image id="image0_1229_1962" width="614" height="140" xlink:href="data:image/png;base64,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"/> </defs></svg></a></div> <div class="search__box" role="search"><button type="button" class="search__opener" aria-expanded="false"><span class="visually-hidden">open search</span><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"> <path d="M16.46 18L11.33 13.2533C10.78 13.7064 10.1475 14.0651 9.4325 14.3294C8.7175 14.5938 7.95667 14.7259 7.15 14.7259C5.15167 14.7259 3.4606 14.0134 2.0768 12.5884C0.692267 11.1626 0 9.4208 0 7.36295C0 5.3051 0.692267 3.56329 2.0768 2.13752C3.4606 0.712507 5.15167 0 7.15 0C9.14833 0 10.8398 0.712507 12.2243 2.13752C13.6081 3.56329 14.3 5.3051 14.3 7.36295C14.3 8.19365 14.1717 8.97714 13.915 9.71344C13.6583 10.4497 13.31 11.1011 12.87 11.6674L18 16.4141L16.46 18ZM7.15 12.4604C8.525 12.4604 9.69393 11.965 10.6568 10.9742C11.6189 9.98265 12.1 8.77891 12.1 7.36295C12.1 5.947 11.6189 4.74325 10.6568 3.75171C9.69393 2.76092 8.525 2.26552 7.15 2.26552C5.775 2.26552 4.60607 2.76092 3.6432 3.75171C2.68107 4.74325 2.2 5.947 2.2 7.36295C2.2 8.77891 2.68107 9.98265 3.6432 10.9742C4.60607 11.965 5.775 12.4604 7.15 12.4604Z" fill="currentColor"/></svg></button><button type="button" class="search__close" aria-expanded="false"><span class="visually-hidden">close search</span></button><form action="/search/index.php" method="get" class="search__form" aria-hidden="true"><label for="header-search" class="visually-hidden">Search</label><input id="header-search" type="search" name="q" class="search__input" placeholder="Search"><div class="search__submit-wrapper"><input type="submit" value="Submit" class="search__submit"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"> <path d="M16.46 18L11.33 13.2533C10.78 13.7064 10.1475 14.0651 9.4325 14.3294C8.7175 14.5938 7.95667 14.7259 7.15 14.7259C5.15167 14.7259 3.4606 14.0134 2.0768 12.5884C0.692267 11.1626 0 9.4208 0 7.36295C0 5.3051 0.692267 3.56329 2.0768 2.13752C3.4606 0.712507 5.15167 0 7.15 0C9.14833 0 10.8398 0.712507 12.2243 2.13752C13.6081 3.56329 14.3 5.3051 14.3 7.36295C14.3 8.19365 14.1717 8.97714 13.915 9.71344C13.6583 10.4497 13.31 11.1011 12.87 11.6674L18 16.4141L16.46 18ZM7.15 12.4604C8.525 12.4604 9.69393 11.965 10.6568 10.9742C11.6189 9.98265 12.1 8.77891 12.1 7.36295C12.1 5.947 11.6189 4.74325 10.6568 3.75171C9.69393 2.76092 8.525 2.26552 7.15 2.26552C5.775 2.26552 4.60607 2.76092 3.6432 3.75171C2.68107 4.74325 2.2 5.947 2.2 7.36295C2.2 8.77891 2.68107 9.98265 3.6432 10.9742C4.60607 11.965 5.775 12.4604 7.15 12.4604Z" fill="currentColor"/></svg></div> </form> </div> <div class="main-nav__box" role="navigation" aria-label="Main"><button type="button" class="main-nav-opener" aria-expanded="true"><span class="text">Menu</span><span class="main-nav-opener__icon"><span></span><span></span><span></span></span></button><div class="nav__holder" role="region" aria-expanded="false"> <div class="nav__wrapper"> <nav class="main-menu" aria-label="Primary"> <ul class="main-menu__list"> <li class="main-menu__item"><a class="main-menu__link" href="/programs/">Programs</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/programs/areas-of-study/" class="submenu__link">Areas of Study </a></li> <li class="submenu__item"><a href="/continuing-education/index.php" class="submenu__link">Continuing Education</a></li> <li class="submenu__item"><a href="/programs/explore.php" class="submenu__link">Explore All Programs</a></li> <li class="submenu__item"><a href="/programs/honors/" class="submenu__link">Honors Program</a></li> <li class="submenu__item"><a href="/programs/online.php" class="submenu__link">Online Learning </a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/admissions/">Admissions & Aid</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/admissions/campus-tours.php" class="submenu__link">Campus Tours</a></li> <li class="submenu__item"><a href="/admissions/courses-registration/" class="submenu__link">Courses & Registration</a></li> <li class="submenu__item"><a href="/admissions/how-to-apply/" class="submenu__link">How to Apply</a></li> <li class="submenu__item"><a href="/admissions/new-student-orientation/" class="submenu__link">New Student Orientation</a></li> <li class="submenu__item"><a href="/admissions/paying-for-college/index.php" class="submenu__link">Paying for College</a></li> <li class="submenu__item"><a href="/admissions/testing/" class="submenu__link">Testing</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/support/">Support</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/support/academic-support/" class="submenu__link">Academic Support</a></li> <li class="submenu__item"><a href="/support/accessibility/index.php" class="submenu__link">Accessibility Support</a></li> <li class="submenu__item"><a href="/support/career-support/" class="submenu__link">Career Support</a></li> <li class="submenu__item"><a href="/support/commencement.php" class="submenu__link">Commencement</a></li> <li class="submenu__item"><a href="/support/health-support/" class="submenu__link">Health Support</a></li> <li class="submenu__item"><a href="/support/personal-support/" class="submenu__link">Personal Support</a></li> <li class="submenu__item"><a href="/support/technology-support/index.php" class="submenu__link">Technology Support</a></li> <li class="submenu__item"><a href="/support/transfer-support/" class="submenu__link">Transfer Support</a></li> <li class="submenu__item"><a href="/support/veteran-support/" class="submenu__link">Veteran Support</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/student-life/">Student Life</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/student-life/athletics.php" class="submenu__link">Athletics</a></li> <li class="submenu__item"><a href="/student-life/campus-amenities/" class="submenu__link">Campus Amenities</a></li> <li class="submenu__item"><a href="/student-life/campus-life-resources/" class="submenu__link">Campus Life Resources</a></li> <li class="submenu__item"><a href="/student-life/campus-safety/" class="submenu__link">Campus Safety</a></li> <li class="submenu__item"><a href="/student-life/clubs-organizations/" class="submenu__link">Clubs & Organizations</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/about/">About</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/about/board-trustees/index.php" class="submenu__link">Board of Trustees</a></li> <li class="submenu__item"><a href="/about/college-leadership/index.php" class="submenu__link">College Leadership</a></li> <li class="submenu__item"><a href="/about/contact-us/" class="submenu__link">Contact Us</a></li> <li class="submenu__item"><a href="/about/facts-figures/index.php" class="submenu__link">Facts & Figures</a></li> <li class="submenu__item"><a href="/about/foundation/index.php" class="submenu__link">Foundation</a></li> <li class="submenu__item"><a href="/about/history/" class="submenu__link">History</a></li> <li class="submenu__item"><a href="/about/locations/" class="submenu__link">Locations</a></li> <li class="submenu__item"><a href="/about/news/" class="submenu__link">News</a></li> <li class="submenu__item"><a href="/about/policies-procedures/" class="submenu__link">Policies & Procedures</a></li> <li class="submenu__item"><a href="/about/strategic-plan/" class="submenu__link">Strategic Plan</a></li> </ul> </div> </li> </ul> </nav> <nav class="secondary-menu" aria-label="secondary"> <ul class="secondary-menu__list"> <li class="secondary-menu__item"><a href="https://my.sanjac.edu/" class="secondary-menu__link cta cta--link">My San Jac Portal</a></li> <li class="secondary-menu__item"><a href="/information-for/faculty-staff-future-employees/" class="secondary-menu__link cta cta--link">Careers at San Jac</a></li> <li class="secondary-menu__item"><a href="/about/foundation/ways-to-give/index.php" class="secondary-menu__link cta cta--link">Give Now</a></li> </ul> <ul class="secondary-menu__list"> <li class="secondary-menu__item"><button type="button" class="secondary-submenu__opener" aria-expanded="false">Information For <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a class="submenu__link" href="/information-for/business-partners/index.php">Business & Industry Partners</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/community-members/">Community Members</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/current-students/">Current Students</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/government-relations/index.php">Elected Officials</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/faculty-staff-future-employees/index.php">Employees</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/para-hispanohablantes/index.php">Para Hispanohablantes</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/parents/">Parents</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/recently-admitted-students/index.php">Recently Admitted Students</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/school-counselors/index.php">School Counselors</a></li> </ul> </div> </li> <li class="secondary-menu__item"><button type="button" class="secondary-submenu__opener" aria-expanded="false">Quick Links <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a class="submenu__link" href="https://blackboard.sanjac.edu/">Blackboard Login</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/current-students/blackboard-support.php">Blackboard Support</a></li> <li class="submenu__item"><a class="submenu__link" href="/calendar.php">College Calendar</a></li> <li class="submenu__item"><a class="submenu__link" href="/email/index.php">College Email</a></li> <li class="submenu__item"><a class="submenu__link" href="https://coursefinder.sanjac.edu/">Course Finder</a></li> <li class="submenu__item"><a class="submenu__link" href="/support/academic-support/library/index.php">Library</a></li> <li class="submenu__item"><a class="submenu__link" href="https://generalssb-prod.ec.sanjac.edu/BannerExtensibility/customPage/page/SJCHOMEPAGE">SOS Login</a></li> </ul> </div> </li> </ul> </nav> </div> </div> </div> </div> </div><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <div class="sticky-ctas"> <button class="sticky-ctas__toggle" aria-expanded="true"> <span class="visually-hidden">Actions</span> </button> <div class="sticky-ctas__buttons"> <button class="cta sticky-ctas__chat" onclick="document.querySelector('button.chatLauncher').click()"> <span>Chat</span> <svg width="26" height="21" viewBox="0 0 26 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M24.7361 0.000102639H10.1571C9.46045 0.000102639 8.89355 0.566854 8.89355 1.26362V3.00644H18.2523C19.579 3.00644 20.658 4.08564 20.658 5.4121V12.3631H20.939L23.3245 15.0959C23.4267 15.2131 23.5729 15.277 23.7227 15.277C23.7852 15.277 23.8477 15.266 23.9085 15.2434C24.1145 15.1659 24.2515 14.9688 24.2515 14.7482V12.3631H24.7363C25.4329 12.3631 25.9998 11.7963 25.9998 11.0995L26 1.26352C26 0.566751 25.4331 0 24.7365 0L24.7361 0.000102639Z" fill="currentColor" /> <path d="M18.2522 4.06369H1.96648C1.22616 4.06369 0.618164 4.67188 0.618164 5.412V16.3945C0.618164 17.14 1.22636 17.7428 1.96648 17.7428H2.56927V20.4712C2.56927 20.688 2.70678 20.889 2.91296 20.963C2.97644 20.9895 3.03993 21 3.09804 21C3.25147 21 3.39417 20.9366 3.49985 20.8203L6.18076 17.743H18.2523C18.9978 17.743 19.6006 17.1402 19.6006 16.3947V5.41218C19.6006 4.67187 18.9978 4.06387 18.2521 4.06387L18.2522 4.06369ZM5.34008 12.5289C4.44112 12.5289 3.70621 11.7939 3.70621 10.895C3.70621 9.99604 4.44117 9.26648 5.34008 9.26648C6.23903 9.26648 6.9686 9.99624 6.9686 10.895C6.96879 11.794 6.23903 12.5289 5.34008 12.5289ZM10.1096 12.5289C9.21066 12.5289 8.4811 11.7939 8.4811 10.895C8.4811 9.99604 9.21066 9.26648 10.1096 9.26648C11.0086 9.26648 11.7381 9.99624 11.7381 10.895C11.7381 11.794 11.0086 12.5289 10.1096 12.5289ZM14.879 12.5289C13.98 12.5289 13.2504 11.7939 13.2504 10.895C13.2504 9.99604 13.9802 9.26648 14.879 9.26648C15.7779 9.26648 16.5128 9.99624 16.5128 10.895C16.5128 11.794 15.7779 12.5289 14.879 12.5289Z" fill="currentColor" /> </svg> </button> <div class="sticky-ctas__wrapper"> <a href="/about/contact-us/index.php" class="cta cta--button">Connect</a> <a href="https://tracker.sanjac.edu/info-request" class="cta cta--button">Request Info</a> <a href="/admissions/how-to-apply/index.php" class="cta cta--button">Apply</a> </div> </div> </div> <!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <!-- Chatbot for prod environment --> <link rel="stylesheet" media="all" href="/_resources/css/chatbot.css"> <script type="text/javascript" src="/_resources/js/servicedesk.bundle.js"></script> <script> let json = { "englishIntegrationID": "afffdb1b-fc26-4aef-ac87-5ad7aedf2297", "englishServiceInstanceID": "27c823c0-4753-4196-8b3a-8353b9dfbedd", "spanishIntegrationID": "ee91901d-c39e-4f02-87a6-6dd38d5f3c78", "spanishServiceInstanceID": "27c823c0-4753-4196-8b3a-8353b9dfbedd", "chatServerBaseUrl": "https://ibm-ce.sanjac.edu" } const { chatServerBaseUrl } = json; SERVER_BASE_URL = chatServerBaseUrl; </script> <script defer type="text/javascript" src="/_resources/js/chatbot.bundle.js"></script> <div id="sanjacChat"/><!-- OU Search Ignore End Here --></header> <main role="main" id="main" class="main" tabindex="-1"> <div class="hero__wrapper"> <div class="hero"> <div class="hero__content"> <nav class="breadcrumbs" aria-label="Section"><button type="button" class="breadcrumbs__opener" aria-expanded="false">Click Info Modal and Tooltip<span class="breadcrumbs__opener-icon"></span></button><div class="breadcrumbs__box" aria-hidden="true"> <nav class="breadcrumbs__list-wrapper" aria-label="Breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/">Home</a></li> <li class="breadcrumbs__item current"><a class="breadcrumbs__item-link" >Click Info Modal and Tooltip</a></li> </ul><button type="button" class="breadcrumbs__close"><span class="visually-hidden">Close breadcrumbs menu</span></button></nav> </div> </nav> <h1 class="hero__title">Click Info Modal and Tooltip</h1> </div> </div> <nav class="breadcrumbs" aria-label="Section"><button type="button" class="breadcrumbs__opener" aria-expanded="false">Click Info Modal and Tooltip<span class="breadcrumbs__opener-icon"></span></button><div class="breadcrumbs__box" aria-hidden="true"> <nav class="breadcrumbs__list-wrapper" aria-label="Breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/">Home</a></li> <li class="breadcrumbs__item current"><a class="breadcrumbs__item-link" >Click Info Modal and Tooltip</a></li> </ul><button type="button" class="breadcrumbs__close"><span class="visually-hidden">Close breadcrumbs menu</span></button></nav> </div> </nav> </div> <div class="container"> <button class="modal-button" id="openModal1">More Info</button> <div class="modal-overlay" id="modalOverlay1" role="dialog" aria-modal="true" aria-labelledby="modalTitle1" aria-describedby="modalDesc1"> <div class="modal" tabindex="-1"> <button class="modal-close" type="button" aria-label="close">×</button> <h2 id="modalTitle1">Modal Title 1</h2> <p id="modalDesc1">This is a WCAG-compliant modal. You can navigate using the keyboard, and pressing ESC will close it.</p> <a class="modal-button" href="#" target="_blank" rel="noopener">Action 1</a><a class="modal-button" href="#" target="_self" rel="noopener">Action 2</a> </div> </div> <button class="modal-button" id="openModal2">See More</button> <div class="modal-overlay" id="modalOverlay2" role="dialog" aria-modal="true" aria-labelledby="modalTitle2" aria-describedby="modalDesc2"> <div class="modal" tabindex="-1"> <button class="modal-close" type="button" aria-label="close">×</button> <h2 id="modalTitle2">Modal Title 2</h2> <p id="modalDesc2">This is a WCAG-compliant modal. You can navigate using the keyboard, and pressing ESC will close it.</p> <a class="modal-button" href="#" target="_blank" rel="noopener">Action 1</a><a class="modal-button" href="#" target="_self" rel="noopener">Action 2</a> </div> </div> <p> </p> <section class="wysiwyg"> <p>Lorem ipsum dolor sit amet, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in <span class="tooltip"> <button type="button" class="tt" aria-describedby="tt-3" aria-expanded="false"> ipsum adipiscing elit </button> <span role="tooltip" id="tt-3" class="tt-content"> This is the tooltip content. sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore </span> </span> , sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> <ul> <li>Lorem <span class="tooltip"> <button type="button" class="tt" aria-describedby="tt-tooltip-2" aria-expanded="false"> ipsum </button> <span role="tooltip" id="tt-tooltip-2" class="tt-content"> This is the tooltip content. </span> </span> dolor sit amet</li> <li>Dolor sit amet</li> <li>Lorem ipsum dolor sit</li> <li>Lorem ipsum</li> <li>Lorem ipsum</li> </ul> </section> </div> </main> <!-- OU Search Ignore Start Here --><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --><footer class="main-footer" role="contentinfo"> <div class="container"> <div class="main-footer__columns"> <div class="main-footer__col"> <div class="main-footer__logo"><svg xmlns="http://www.w3.org/2000/svg" width="284" height="69" viewBox="0 0 284 69" fill="none"> <title>San Jacinto College logo</title> <g clip-path="url(#clip0_4822_5577)"> <mask style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="0" width="285" height="69"> <path d="M283.75 0H-0.819946V68.66H283.75V0Z" fill="white"/> </mask> <g> <path d="M22.18 22.8C27.38 26.29 28.89 30.03 28.89 34.54C28.89 41.86 22.11 47.07 12.69 47.07C11.0734 47.1378 9.45464 47.0068 7.87 46.68L6.87 46.48C6.87002 45.436 7.12035 44.4073 7.59999 43.48C7.71115 43.5198 7.81831 43.57 7.92 43.63C9.62838 44.4085 11.4936 44.7816 13.37 44.72C16.89 44.72 20.37 43.27 21.67 39.72C21.9789 38.5227 22.0937 37.2836 22.01 36.05" fill="currentColor"/> <path d="M29.82 33.59C30.528 33.9626 31.2557 34.2964 32 34.59L32.51 41.85H31.24C30.93 39.92 30.76 38.92 29.82 37.7C29.82 37.64 29.28 37.3 29.23 37.24C29.6682 36.0853 29.8688 34.8541 29.82 33.62" fill="currentColor"/> <path d="M21.1 46.45C20.48 55.11 14.53 59.69 10.44 59.76C8.82999 59.76 3.87999 59.08 4.27999 55.5C4.29818 54.9128 4.5443 54.3558 4.96617 53.947C5.38805 53.5382 5.95254 53.3097 6.54 53.31C7.61 53.31 8.09999 53.87 8.45999 54.94C8.87999 56.28 9.65999 57.49 11.36 57.49C14.48 57.49 15.05 53.49 15.05 47.49C17.1031 47.4372 19.1391 47.1007 21.1 46.49M9.34999 11.97C9.34999 11.87 15.41 12.1 17.96 12.1C20.79 12.1 23.77 12.03 26.96 11.95V13.8C23.06 13.8 21.14 14.22 21.14 16.92V38.87C19.14 44.01 15.14 44.05 15.14 44.05L15.05 16.92C15.05 14.5 12.39 13.68 9.34999 13.68C9.34999 13.68 9.34999 12.29 9.34999 11.97Z" fill="currentColor"/> <path d="M25.32 0.959991C22.32 0.869991 18 0.0400085 14.52 0.0400085C6.52003 0.0400085 1.16003 5.71 1.16003 11.94C1.16003 19.08 3.81004 22.55 13.88 27.77L14 27.83L13.95 18.43C8.20004 15.31 7.20004 13.49 7.20004 9.73999C7.20004 5.52999 10.4 2.41998 15.2 2.41998C21.2 2.41998 23.25 6.25999 24.26 9.92999H26.1L25.32 0.959991Z" fill="currentColor"/> <path d="M31.39 58.26C31.0235 60.7 29.7933 62.9273 27.9232 64.5368C26.053 66.1463 23.6673 67.031 21.2 67.03C18.7707 66.9746 16.3953 66.3033 14.2964 65.0789C12.1975 63.8546 10.4439 62.1173 9.19998 60.03C9.01998 59.98 8.32997 59.85 8.01997 59.77C6.78046 59.5129 5.62522 58.949 4.65997 58.13C4.12218 57.5771 3.76235 56.8758 3.62689 56.1165C3.49142 55.3572 3.58655 54.5747 3.89997 53.87C4.42707 52.9505 5.25801 52.2433 6.24996 51.87C6.15762 51.07 6.11088 50.2653 6.10996 49.46C6.10996 41.38 9.83998 36.94 14.06 34.88V32.68C7.60998 34.68 2.32998 39.83 1.05998 46.61C0.877745 47.5995 0.787356 48.6038 0.789972 49.61C0.789972 61.02 8.29997 68.68 20.16 68.68C23.51 68.68 29.24 67.31 31.37 65.99L32.54 58.58L31.39 58.26Z" fill="currentColor"/> <path d="M2.10002 34.9L0.0200195 35.02L1.40002 43.38C1.86774 41.8047 2.63511 40.3345 3.66002 39.05C3.00229 37.7224 2.47966 36.3321 2.10002 34.9Z" fill="currentColor"/> <path d="M69.34 66.3C65.44 67.51 64.01 68.19 59.88 68.19C49.73 68.19 43.88 61.89 43.88 53.46C43.88 44.4 50.88 38.72 59.59 38.72C64.29 38.72 65.26 40.1 69.91 40.27L70.25 46.92H68.93C68.93 45.6 67.21 40.56 60.39 40.56C55.39 40.56 49.15 43.56 49.15 52.66C49.15 59.19 53.39 66.36 60.15 66.36C64.05 66.36 67.09 65.04 68.92 59.59L70.41 59.77L69.34 66.3Z" fill="currentColor"/> <path d="M93.87 38.73C103.16 38.73 109.24 45.03 109.24 53.29C109.186 55.3047 108.734 57.2888 107.912 59.1288C107.089 60.9687 105.912 62.6283 104.447 64.0125C102.982 65.3966 101.258 66.4781 99.3747 67.1949C97.4911 67.9118 95.4845 68.2499 93.47 68.19C84.01 68.19 77.76 62.12 77.76 53.35C77.76 44.35 85.45 38.73 93.87 38.73ZM94.1 66.36C101.33 66.36 103.62 60.05 103.62 53.86C103.62 45.86 99.09 40.56 93.01 40.56C86.13 40.56 83.38 46.56 83.38 52.77C83.38 60.45 88.08 66.36 94.1 66.36Z" fill="currentColor"/> <path d="M121.9 43.43C121.9 41.25 120.35 40.9 117.66 40.9V39.41C119.84 39.47 122.07 39.53 124.25 39.53C126.43 39.53 128.95 39.47 131.08 39.41V40.9C128.55 40.9 126.83 41.08 126.83 43.43V62.52C126.83 64.93 127.58 65.67 132.11 65.67C137.21 65.67 138.47 64.87 140.59 60.22H142.03L140.31 67.51C138.82 67.45 131.36 67.39 129.7 67.39C125.7 67.39 121.7 67.45 117.7 67.51V66.02C120.39 66.02 121.94 65.67 121.94 63.49L121.9 43.43Z" fill="currentColor"/> <path d="M152 43.43C152 41.25 150.45 40.9 147.75 40.9V39.41C149.93 39.47 152.17 39.53 154.35 39.53C156.53 39.53 159.05 39.47 161.17 39.41V40.9C158.65 40.9 156.93 41.08 156.93 43.43V62.52C156.93 64.93 157.67 65.67 162.2 65.67C167.31 65.67 168.57 64.87 170.69 60.22H172.1L170.38 67.51C168.89 67.45 161.44 67.39 159.77 67.39C155.77 67.39 151.77 67.45 147.77 67.51V66.02C150.47 66.02 152.02 65.67 152.02 63.49L152 43.43Z" fill="currentColor"/> <path d="M199.75 67.51C195.62 67.45 191.55 67.39 187.42 67.39C183.75 67.39 180.03 67.45 176.36 67.51V66.02C179.05 66.02 180.6 65.67 180.6 63.49V43.43C180.6 41.25 179.05 40.9 176.36 40.9V39.41C178.94 39.47 181.52 39.53 184.1 39.53C188.8 39.53 193.56 39.47 198.2 39.41L198.54 45.49H197.34C196.65 41.59 195.68 41.25 189.77 41.25H185.53V52.08H190.29C193.16 52.08 194.42 52.03 194.42 48.08H195.91C195.85 49.57 195.79 51.08 195.79 52.67C195.79 54.26 195.85 55.82 195.91 57.43H194.42C194.42 54.27 193.67 53.93 190.29 53.93H185.53V62.3C185.53 64.76 186.91 65.68 191.66 65.68C197.46 65.68 197.86 64.94 200.09 61.15H201.53L199.75 67.51Z" fill="currentColor"/> <path d="M234.95 47.04H233.68C232.25 43.89 230.82 40.56 224.85 40.56C218.61 40.56 213.33 44.34 213.33 53.56C213.33 58.89 216.33 66.4 225.43 66.4C226.836 66.3829 228.223 66.0695 229.5 65.48C229.5 64.97 229.61 61.81 229.61 61.07C229.61 57.86 229.16 57 225.2 57V55.51C227.38 55.56 229.84 55.68 232.02 55.68C233.74 55.68 235.8 55.56 237.53 55.51V57C234.83 57 234.2 57.34 234.2 59.29V62.96C234.2 63.96 234.2 64.85 235.2 65.19V66.29C231.369 67.4667 227.396 68.1193 223.39 68.23C214.16 68.23 207.68 61.75 207.68 53.73C207.68 44.56 214.79 38.73 223.79 38.73C225.596 38.7888 227.396 38.9625 229.18 39.25C229.93 39.37 233.65 40.05 234.46 40.25L234.95 47.04Z" fill="currentColor"/> <path d="M266.3 67.51C262.17 67.45 258.1 67.39 253.97 67.39C250.3 67.39 246.58 67.45 242.91 67.51V66.02C245.6 66.02 247.15 65.67 247.15 63.49V43.43C247.15 41.25 245.6 40.9 242.91 40.9V39.41C245.49 39.47 248.07 39.53 250.65 39.53C255.35 39.53 260.11 39.47 264.75 39.41L265.1 45.49H263.89C263.2 41.59 262.23 41.25 256.32 41.25H252.1V52.08H256.86C259.73 52.08 260.99 52.03 260.99 48.08H262.48C262.42 49.57 262.36 51.08 262.36 52.67C262.36 54.26 262.42 55.82 262.48 57.43H260.99C260.99 54.27 260.24 53.93 256.86 53.93H252.1V62.3C252.1 64.76 253.48 65.68 258.24 65.68C264.03 65.68 264.43 64.94 266.66 61.15H268.1L266.3 67.51Z" fill="currentColor"/> <path d="M45.3201 19.44H46.1001C46.7101 22.11 48.7001 24.7 51.6401 24.7C52.2741 24.7287 52.9073 24.6274 53.5007 24.4022C54.094 24.177 54.635 23.8327 55.0903 23.3905C55.5456 22.9483 55.9056 22.4176 56.148 21.8311C56.3905 21.2445 56.5103 20.6146 56.5001 19.98C56.5001 13.38 46.0001 15.33 46.0001 6.98001C46.0001 2.40001 49.2601 0.0299988 53.5901 0.0299988C55.0444 0.100573 56.4916 0.277713 57.9201 0.559998L58.4901 5.10001H57.6701C57.5755 3.97583 57.044 2.93354 56.1895 2.1969C55.3351 1.46025 54.2259 1.08798 53.1001 1.16C50.4001 1.16 48.8401 3.15999 48.8401 5.70999C48.8401 12.31 59.7701 10.5 59.7701 18.71C59.7701 23.32 55.6201 25.91 51.4301 25.91C49.5547 25.9064 47.7023 25.497 46.0001 24.71L45.3201 19.44Z" fill="currentColor"/> <path d="M76.1001 17.59H76.5201C77.4101 17.59 78.3 17.34 78.3 16.74C78.2835 16.3344 78.1849 15.9364 78.0101 15.57L76.7001 11.99H70.7001L69.9201 14.29C69.6296 15.0343 69.4249 15.8093 69.3101 16.6C69.3101 17.45 70.49 17.6 71.16 17.6H71.5901V18.53C70.3801 18.53 69.17 18.46 67.97 18.46C67.04 18.46 65.9701 18.46 65.0601 18.53V17.59C66.8701 17.59 67.4001 16.85 67.6801 16.1L72.7601 3.10001C72.9394 2.73155 73.0576 2.33639 73.11 1.92999C73.1064 1.76116 73.0829 1.59333 73.0401 1.42999L75.7701 0.429993L81.1001 15.48C81.6601 17.11 82.2001 17.57 84.1001 17.57V18.5C82.7501 18.5 81.4401 18.43 80.1001 18.43C78.7601 18.43 77.4401 18.43 76.1001 18.5V17.59ZM73.7601 3.67999H73.69L71.0901 10.85H76.3101L73.7601 3.67999Z" fill="currentColor"/> <path d="M91.4801 3.67999C91.4801 2.07999 89.3501 2.01001 88.6501 2.01001V1.09C89.5001 1.09 90.3101 1.16 91.1301 1.16C91.9501 1.16 92.7601 1.16 93.5101 1.09L104.33 13.79V4.48999C104.33 2.03999 103.33 2.01001 101.49 2.01001V1.09C102.63 1.09 103.87 1.16 105 1.16C106.13 1.16 107.17 1.16 108.2 1.09V2.01001C106.53 2.01001 105.75 2.08001 105.75 3.85001V18.9H104.9L92.9001 4.89999V14.37C92.9001 16.93 93.2601 17.53 95.9001 17.53V18.46C94.7301 18.46 93.3801 18.38 92.1701 18.38C90.9601 18.38 89.76 18.38 88.55 18.46V17.59C91.46 17.59 91.4601 16.14 91.4601 13.59L91.4801 3.67999Z" fill="currentColor"/> <path d="M135.1 22.25C135.1 27.04 134.43 28.25 133.47 29.91C132.86 30.8192 132.036 31.564 131.069 32.0785C130.103 32.5931 129.025 32.8615 127.93 32.86C126.16 32.86 124.28 32.18 124.28 30.48C124.264 30.2771 124.292 30.0732 124.36 29.8816C124.429 29.69 124.537 29.5149 124.677 29.3678C124.818 29.2207 124.988 29.1048 125.176 29.0276C125.364 28.9505 125.567 28.9138 125.77 28.92C125.93 28.9233 126.088 28.9598 126.234 29.0273C126.38 29.0948 126.51 29.1917 126.616 29.312C126.722 29.4323 126.802 29.5734 126.851 29.7262C126.9 29.8791 126.917 30.0404 126.9 30.2C126.9 31.15 127.79 31.72 128.82 31.72C131.62 31.72 131.62 27.29 131.62 24.45V4.01001C131.62 1.52001 130.28 1.48998 128.39 1.44998V0.529999C130.06 0.529999 131.69 0.600006 133.29 0.600006C134.89 0.600006 136.56 0.599999 138.29 0.529999V1.44998C136.41 1.44998 135.06 1.52001 135.06 4.01001L135.1 22.25Z" fill="currentColor"/> <path d="M153.9 17.59H154.33C155.22 17.59 156.1 17.34 156.1 16.74C156.089 16.3348 155.993 15.9364 155.82 15.57L154.51 11.99H148.51L147.73 14.29C147.433 15.0303 147.222 15.8019 147.1 16.59C147.1 17.44 148.27 17.59 148.95 17.59H149.37V18.52C148.16 18.52 146.96 18.45 145.75 18.45C144.83 18.45 143.8 18.45 142.84 18.52V17.59C144.65 17.59 145.18 16.85 145.47 16.1L150.54 3.10001C150.726 2.73364 150.848 2.33781 150.9 1.92999C150.891 1.76159 150.868 1.59428 150.83 1.42999L153.56 0.429993L158.88 15.48C159.45 17.11 159.98 17.57 161.88 17.57V18.5C160.53 18.5 159.22 18.43 157.88 18.43C156.54 18.43 155.22 18.43 153.88 18.5L153.9 17.59ZM151.56 3.67999H151.49L148.9 10.85H154.1L151.56 3.67999Z" fill="currentColor"/> <path d="M182.26 17.73C179.84 18.48 178.96 18.9 176.4 18.9C170.12 18.9 166.5 15 166.5 9.78C166.5 4.17 170.83 0.660004 176.22 0.660004C179.13 0.660004 179.74 1.51 182.61 1.66L182.82 5.78H182.01C182.01 4.96 180.94 1.84 176.72 1.84C173.63 1.84 169.77 3.68001 169.77 9.32001C169.77 13.37 172.39 17.81 176.58 17.81C178.99 17.81 180.87 16.99 182.01 13.62L182.93 13.73L182.26 17.73Z" fill="currentColor"/> <path d="M192.1 3.59C192.1 2.24 191.1 2.03 189.47 2.03V1.10999C190.82 1.10999 192.21 1.17999 193.55 1.17999C194.89 1.17999 196.46 1.17999 197.78 1.10999V2.03C196.11 2.03 195.15 2.24 195.15 3.59V15.99C195.15 17.34 196.15 17.55 197.78 17.55V18.48C196.46 18.48 194.97 18.41 193.55 18.41C192.13 18.41 190.82 18.41 189.47 18.48V17.59C191.14 17.59 192.1 17.38 192.1 16.03V3.59Z" fill="currentColor"/> <path d="M206.6 3.67999C206.6 2.07999 204.47 2.01001 203.76 2.01001V1.09C204.61 1.09 205.43 1.16 206.24 1.16C207.05 1.16 207.88 1.16 208.62 1.09L219.44 13.79V4.48999C219.44 2.03999 218.49 2.01001 216.61 2.01001V1.09C217.74 1.09 218.98 1.16 220.12 1.16C221.26 1.16 222.28 1.16 223.31 1.09V2.01001C221.65 2.01001 220.86 2.08001 220.86 3.85001V18.9H220.01L208.01 4.89999V14.37C208.01 16.93 208.36 17.53 211.01 17.53V18.46C209.84 18.46 208.49 18.38 207.29 18.38C206.09 18.38 204.88 18.38 203.67 18.46V17.59C206.58 17.59 206.58 16.14 206.58 13.59L206.6 3.67999Z" fill="currentColor"/> <path d="M234.88 2.22H232.18C230.02 2.22 229.59 2.50998 228.99 4.91998H228.1L228.59 0.23999H229.3C229.3 0.90999 230.12 1.09 230.86 1.09H242.18C242.543 1.15523 242.916 1.10889 243.252 0.957123C243.588 0.805353 243.869 0.555294 244.06 0.23999H244.78L244.42 4.91998H243.42C243.21 2.64998 242.93 2.22 241.47 2.22H237.92V15.99C237.92 17.34 238.92 17.55 240.76 17.55V18.48C239.24 18.48 237.76 18.41 236.33 18.41C234.9 18.41 233.59 18.41 232.03 18.48V17.59C233.91 17.59 234.87 17.38 234.87 16.03L234.88 2.22Z" fill="currentColor"/> <path d="M259.9 0.660004C265.65 0.660004 269.41 4.56 269.41 9.66C269.375 10.9064 269.095 12.1337 268.585 13.2717C268.076 14.4098 267.347 15.4363 266.441 16.2925C265.534 17.1488 264.468 17.818 263.303 18.262C262.138 18.706 260.896 18.916 259.65 18.88C253.79 18.88 249.93 15.12 249.93 9.69C249.93 4.26 254.68 0.639984 259.93 0.639984M260.07 17.75C264.54 17.75 265.96 13.84 265.96 10.01C265.96 5.01001 263.16 1.78 259.4 1.78C255.14 1.78 253.4 5.5 253.4 9.34C253.4 14.09 256.31 17.75 260.04 17.75" fill="currentColor"/> <path d="M276.99 3.28C276.991 3.08047 276.916 2.88812 276.78 2.74158C276.645 2.59503 276.459 2.50514 276.26 2.48999C276.156 2.48058 276.051 2.49438 275.952 2.5304C275.854 2.56642 275.765 2.62378 275.691 2.69833C275.617 2.77289 275.561 2.8628 275.526 2.96164C275.492 3.06048 275.479 3.16578 275.49 3.26999C275.49 4.26999 277.36 3.99999 277.36 5.48999C277.356 5.6782 277.312 5.86344 277.232 6.03381C277.152 6.20419 277.037 6.35592 276.895 6.47928C276.753 6.60264 276.586 6.69492 276.406 6.75015C276.226 6.80538 276.037 6.82235 275.85 6.79999C275.499 6.78897 275.156 6.69288 274.85 6.51999C274.85 6.19999 274.78 5.89001 274.75 5.57001H274.92C275 6.10001 275.29 6.57001 275.92 6.57001C276.017 6.57688 276.115 6.5636 276.207 6.53101C276.299 6.49842 276.383 6.44721 276.455 6.38059C276.526 6.31396 276.583 6.23334 276.622 6.14377C276.66 6.0542 276.68 5.95759 276.68 5.85999C276.68 4.74999 274.85 5.1 274.85 3.59C274.843 3.41098 274.875 3.23262 274.943 3.06699C275.012 2.90135 275.115 2.75231 275.246 2.62998C275.376 2.50764 275.532 2.41487 275.702 2.35794C275.872 2.30101 276.052 2.28123 276.23 2.29999C276.4 2.29999 276.93 2.36999 277.13 2.39999C277.13 2.69766 277.15 2.99498 277.19 3.29001L276.99 3.28Z" fill="currentColor"/> <path d="M280.79 5.59L282.27 2.32999H282.9H283.56V2.59C283.37 2.59 282.99 2.59 282.98 2.88C282.969 3.04317 282.969 3.20683 282.98 3.37L283.22 6.22C283.22 6.53 283.4 6.56001 283.77 6.57001V6.76001H282.87H281.87V6.57001C282.2 6.57001 282.41 6.57 282.41 6.28C282.41 6.2 282.41 6.14 282.41 5.97L282.24 3.34L280.65 6.85001H280.5L278.99 3.41L278.77 6.14999C278.77 6.34999 278.82 6.45 278.91 6.5C279.031 6.55935 279.166 6.58361 279.3 6.57001H279.38V6.76001H278.53H277.8V6.57001H277.88C278.38 6.57001 278.39 6.33998 278.45 5.88998L278.64 4.16C278.683 3.79481 278.706 3.42763 278.71 3.06C278.71 2.71 278.44 2.59 278.17 2.59H278.09V2.41H278.85H279.41L280.79 5.59Z" fill="currentColor"/> </g> </g> <defs> <clipPath> <rect width="283.76" height="68.66" fill="white"/> </clipPath> </defs></svg></div> <div class="social-media__list"> <div class="social-media__item"><a href="https://www.facebook.com/SanJacintoCollege/"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"> <path d="M30.5 15.001C30.5 6.7167 23.7843 0.000976562 15.5 0.000976562C7.21572 0.000976562 0.5 6.7167 0.5 15.001C0.5 22.4878 5.98525 28.6935 13.1562 29.8188V19.3369H9.34766V15.001H13.1562V11.6963C13.1562 7.93692 15.3957 5.86035 18.822 5.86035C20.4626 5.86035 22.1797 6.15332 22.1797 6.15332V9.84473H20.2883C18.425 9.84473 17.8438 11.0011 17.8438 12.1885V15.001H22.0039L21.3389 19.3369H17.8438V29.8188C25.0147 28.6935 30.5 22.4878 30.5 15.001Z" fill="currentColor"/></svg><span class="visually-hidden">facebook</span></a></div> <div class="social-media__item"><a href="https://twitter.com/sanjaccollege"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"> <path d="M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z" fill="#0048B5" stroke="white" stroke-width="0.109119" stroke-miterlimit="10"/> <path d="M6.75997 7.30945L13.9298 16.896L6.71478 24.6904H8.33872L14.6556 17.8661L19.7593 24.6904H25.2852L17.7118 14.5647L24.4276 7.30945H22.8036L16.9863 13.5942L12.2859 7.30945H6.75997ZM9.14804 8.50551H11.6866L22.8968 23.4943H20.3582L9.14804 8.50551Z" fill="white"/></svg><span class="visually-hidden">twitter</span></a></div> <div class="social-media__item"><a href="https://www.instagram.com/sanjaccollege"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"> <path d="M15.5 2.70215C19.5078 2.70215 19.9824 2.71973 21.5586 2.79004C23.0234 2.85449 23.8145 3.10059 24.3418 3.30566C25.0391 3.5752 25.543 3.90332 26.0645 4.4248C26.5918 4.95215 26.9141 5.4502 27.1836 6.14746C27.3887 6.6748 27.6348 7.47168 27.6992 8.93066C27.7695 10.5127 27.7871 10.9873 27.7871 14.9893C27.7871 18.9971 27.7695 19.4717 27.6992 21.0479C27.6348 22.5127 27.3887 23.3037 27.1836 23.8311C26.9141 24.5283 26.5859 25.0322 26.0645 25.5537C25.5371 26.0811 25.0391 26.4033 24.3418 26.6729C23.8145 26.8779 23.0176 27.124 21.5586 27.1885C19.9766 27.2588 19.502 27.2764 15.5 27.2764C11.4922 27.2764 11.0176 27.2588 9.44141 27.1885C7.97656 27.124 7.18555 26.8779 6.6582 26.6729C5.96094 26.4033 5.45703 26.0752 4.93555 25.5537C4.4082 25.0264 4.08594 24.5283 3.81641 23.8311C3.61133 23.3037 3.36523 22.5068 3.30078 21.0479C3.23047 19.4658 3.21289 18.9912 3.21289 14.9893C3.21289 10.9814 3.23047 10.5068 3.30078 8.93066C3.36523 7.46582 3.61133 6.6748 3.81641 6.14746C4.08594 5.4502 4.41406 4.94629 4.93555 4.4248C5.46289 3.89746 5.96094 3.5752 6.6582 3.30566C7.18555 3.10059 7.98242 2.85449 9.44141 2.79004C11.0176 2.71973 11.4922 2.70215 15.5 2.70215ZM15.5 0.000976562C11.4277 0.000976562 10.918 0.0185547 9.31836 0.0888672C7.72461 0.15918 6.62891 0.416992 5.67969 0.786133C4.68945 1.17285 3.85156 1.68262 3.01953 2.52051C2.18164 3.35254 1.67188 4.19043 1.28516 5.17481C0.916016 6.12988 0.658203 7.21973 0.587891 8.81348C0.517578 10.4189 0.5 10.9287 0.5 15.001C0.5 19.0732 0.517578 19.583 0.587891 21.1826C0.658203 22.7764 0.916016 23.8721 1.28516 24.8213C1.67188 25.8115 2.18164 26.6494 3.01953 27.4814C3.85156 28.3135 4.68945 28.8291 5.67383 29.21C6.62891 29.5791 7.71875 29.8369 9.3125 29.9072C10.9121 29.9775 11.4219 29.9951 15.4941 29.9951C19.5664 29.9951 20.0762 29.9775 21.6758 29.9072C23.2695 29.8369 24.3652 29.5791 25.3145 29.21C26.2988 28.8291 27.1367 28.3135 27.9688 27.4814C28.8008 26.6494 29.3164 25.8115 29.6973 24.8272C30.0664 23.8721 30.3242 22.7822 30.3945 21.1885C30.4648 19.5889 30.4824 19.0791 30.4824 15.0068C30.4824 10.9346 30.4648 10.4248 30.3945 8.8252C30.3242 7.23145 30.0664 6.13574 29.6973 5.18652C29.3281 4.19043 28.8184 3.35254 27.9805 2.52051C27.1484 1.68848 26.3105 1.17285 25.3262 0.791992C24.3711 0.422852 23.2813 0.165039 21.6875 0.0947266C20.082 0.0185547 19.5723 0.000976562 15.5 0.000976562Z" fill="currentColor"/> <path d="M15.5 7.2959C11.2461 7.2959 7.79492 10.7471 7.79492 15.001C7.79492 19.2549 11.2461 22.7061 15.5 22.7061C19.7539 22.7061 23.2051 19.2549 23.2051 15.001C23.2051 10.7471 19.7539 7.2959 15.5 7.2959ZM15.5 19.999C12.7402 19.999 10.502 17.7607 10.502 15.001C10.502 12.2412 12.7402 10.0029 15.5 10.0029C18.2598 10.0029 20.498 12.2412 20.498 15.001C20.498 17.7607 18.2598 19.999 15.5 19.999Z" fill="currentColor"/> <path d="M25.3086 6.99121C25.3086 7.98731 24.5 8.79004 23.5098 8.79004C22.5137 8.79004 21.7109 7.98145 21.7109 6.99121C21.7109 5.99512 22.5195 5.19238 23.5098 5.19238C24.5 5.19238 25.3086 6.00098 25.3086 6.99121Z" fill="currentColor"/></svg><span class="visually-hidden">instagram</span></a></div> <div class="social-media__item"><a href="https://www.youtube.com/channel/UCI1NpfV1ucoBD9ZJbg1MJOA"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="22" viewBox="0 0 31 22" fill="none"> <path d="M30.2012 5.00098C30.2012 5.00098 29.9082 2.93262 29.0059 2.02441C27.8633 0.829102 26.5859 0.823242 26 0.75293C21.8047 0.448242 15.5059 0.448242 15.5059 0.448242H15.4941C15.4941 0.448242 9.19531 0.448242 5 0.75293C4.41406 0.823242 3.13672 0.829102 1.99414 2.02441C1.0918 2.93262 0.804688 5.00098 0.804688 5.00098C0.804688 5.00098 0.5 7.43262 0.5 9.8584V12.1318C0.5 14.5576 0.798828 16.9893 0.798828 16.9893C0.798828 16.9893 1.0918 19.0576 1.98828 19.9658C3.13086 21.1611 4.63086 21.1201 5.29883 21.249C7.70117 21.4775 15.5 21.5479 15.5 21.5479C15.5 21.5479 21.8047 21.5361 26 21.2373C26.5859 21.167 27.8633 21.1611 29.0059 19.9658C29.9082 19.0576 30.2012 16.9893 30.2012 16.9893C30.2012 16.9893 30.5 14.5635 30.5 12.1318V9.8584C30.5 7.43262 30.2012 5.00098 30.2012 5.00098ZM12.4004 14.8916V6.45996L20.5039 10.6904L12.4004 14.8916Z" fill="currentColor"/></svg><span class="visually-hidden">youtube</span></a></div> </div> <div class="general-links"> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewBox="0 0 21 18" fill="none"> <title>Phone</title> <path d="M7.62273 5.92291L8.26627 5.33679C8.93604 4.73298 8.93604 3.74683 8.26627 3.14302L5.30598 0.457942C4.98339 0.165495 4.55339 0.000488281 4.09448 0.000488281C3.6396 0.000488281 3.20964 0.165484 2.88721 0.457942L2.23438 1.05005L7.62273 5.92291Z" fill="currentColor"/> <path d="M13.1482 12.0108C12.4227 12.0668 10.9103 11.4657 9.32497 10.0278C8.44838 9.2328 7.76629 8.37409 7.39826 7.6016C7.19654 7.17545 7.11031 6.80575 7.14 6.54497L1.64979 1.58008L1.2789 1.9166C-0.713926 3.7204 1.46082 8.51672 6.22393 12.8405C9.68457 15.9756 13.6 18.0004 16.2008 18.0004C17.0774 18.0004 17.7719 17.7755 18.2682 17.3255L18.6312 16.9962L13.1482 12.0108Z" fill="currentColor"/> <path d="M19.8758 13.6728L16.9155 10.984C16.5889 10.6916 16.1589 10.5303 15.704 10.5303C15.2451 10.5303 14.8151 10.6915 14.4925 10.984L13.8398 11.5784L19.2149 16.466L19.8755 15.8669C20.5412 15.263 20.5412 14.2768 19.8757 13.6729L19.8758 13.6728Z" fill="currentColor"/></svg></div><a href="tel:2819986150" class="general-links__link">281-998-6150</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Inquire</title> <path d="M6.98374 0.000976562C3.41002 0.000976562 0.5 2.9072 0.5 6.48089C0.5 8.39335 1.33993 10.2009 2.80256 11.4346C3.8525 12.3233 4.49753 13.5308 4.59886 14.802H9.36869C9.4737 13.5308 10.1149 12.3233 11.165 11.4346C12.6275 10.2009 13.4676 8.39328 13.4676 6.48089C13.4673 2.90717 10.561 0.000976562 6.98346 0.000976562H6.98374ZM11.0864 6.85591C10.8764 6.85591 10.7114 6.69092 10.7114 6.48089C10.7114 4.4297 9.03887 2.75709 6.98374 2.75709C6.77753 2.75709 6.60872 2.58829 6.60872 2.38206C6.60872 2.17584 6.77738 2.00704 6.98374 2.00704C9.45115 2.00704 11.4614 4.0132 11.4614 6.48089C11.4614 6.69104 11.2926 6.85591 11.0864 6.85591Z" fill="currentColor"/> <path d="M4.61719 16.7336C4.61719 16.9398 4.78586 17.1086 4.99221 17.1086C5.27718 17.1086 5.50976 17.3411 5.50976 17.6262C5.50976 17.8324 5.67843 18.0012 5.88479 18.0012H8.08233C8.29235 18.0012 8.45736 17.8325 8.45736 17.6262C8.45736 17.3412 8.68982 17.1086 8.97491 17.1086C9.18493 17.1086 9.34994 16.94 9.34994 16.7336V15.5524L4.61736 15.5522L4.61719 16.7336Z" fill="currentColor"/></svg></div><a href="mailto:information@sjcd.edu" class="general-links__link">General Inquiry</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"> <title>Feedback</title> <path d="M15.0102 0.856934H1.99008C1.17009 0.856934 0.5 1.52884 0.5 2.35868V10.3289H16.4999L16.5 2.35868C16.5 1.52896 15.83 0.857058 15.01 0.857058L15.0102 0.856934ZM13.7539 3.59012L9.52988 7.84727C9.39966 7.9785 9.18869 7.9785 9.05857 7.84727L7.03735 5.81047L3.71771 9.15611C3.65266 9.22166 3.5673 9.25456 3.48206 9.25456C3.39682 9.25456 3.31146 9.22178 3.24641 9.15611C3.1162 9.02487 3.1162 8.81225 3.24641 8.6811L6.8016 5.09808C6.93181 4.96684 7.14279 4.96684 7.27291 5.09808L9.29413 7.13487L13.2826 3.11512C13.4129 2.98388 13.6238 2.98388 13.754 3.11512C13.8842 3.24636 13.8842 3.45889 13.7541 3.59012H13.7539Z" fill="currentColor"/> <path d="M0.5 11.7823C0.5 12.5958 1.16996 13.2577 1.99007 13.2577H6.28345L5.41014 15.2436C5.36347 15.3458 5.3735 15.4611 5.43674 15.5533C5.49671 15.6488 5.60335 15.7048 5.71337 15.7048H11.2866C11.3967 15.7048 11.5033 15.6487 11.5633 15.5533C11.6266 15.4611 11.6367 15.3458 11.59 15.2436L10.7167 13.2577H15.0101C15.83 13.2577 16.5 12.5958 16.5 11.7823V10.9688H0.500175L0.5 11.7823ZM8.26344 11.5122C8.38676 11.3903 8.61007 11.387 8.73679 11.5122C8.79676 11.5716 8.8334 11.6572 8.8334 11.7427C8.8334 11.8316 8.79676 11.9173 8.73679 11.9765C8.67343 12.0391 8.58674 12.0754 8.50005 12.0754C8.41337 12.0754 8.32679 12.0392 8.26344 11.9766C8.20335 11.9173 8.16671 11.8317 8.16671 11.7427C8.16671 11.6572 8.20335 11.5716 8.26344 11.5122H8.26344Z" fill="currentColor"/></svg></div><a href="https://www.sanjac.edu/website-feedback.php" class="general-links__link">Website Feedback</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"> <path d="M19 10.5C18.7 7.5 16.3 5 13.5 5C11.2 5 9.2 6.5 8.5 8.6C5.9 8.9 4 10.9 4 13.5C4 16.1 6 18 8.5 18H18C20.2 18 22 16.2 22 14C22 12 20.7 10.4 19 10.5Z"/></svg></div><a href="/about/contact-us/index.php" class="general-links__link">Contact Us</a></div> </div> </div> <div class="main-footer__col"> <div class="locations-list"> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/central.php" class="locations-list__link">Central Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/north.php" class="locations-list__link">North Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/maritime.php" class="locations-list__link">Maritime Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/south.php" class="locations-list__link">South Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/generation-park.php" class="locations-list__link">Generation Park Campus</a></div> </div> </div> <div class="main-footer__col main-footer__col--wide"> <div class="main-footer__sub-col"> <div class="links-list"> <div class="links-list__item"><a href="/academic-calendar/index.php">Academic Calendar</a></div> <div class="links-list__item"><a href="https://publications.sanjac.edu/">Academic Catalog</a></div> <div class="links-list__item"><a href="/about/contact-us/employee-directory/index.php">Employee Directory</a></div> </div> </div> <div class="main-footer__sub-col"> <div class="links-list__item"><a href="/transparency/accreditation.php">Accreditation</a></div> <div class="links-list__item"><a href="/information-for/faculty-staff-future-employees/">Careers at San Jac</a></div> <div class="links-list__item"><a href="/information-for/business-partners/doing-business-with-san-jac/index.php">Doing Business with San Jac</a></div> <div class="links-list__item"><a href="/support/health-support/mental-health-resources/index.php">Mental Health Resources</a></div> <div class="links-list__item"><a href="/support/personal-support/report-an-incident/index.php">Title IX: Sexual Misconduct Information & Reporting</a></div> <div class="links-list__item"><a href="/sitemap.php">Sitemap</a></div> <div class="links-dropdown"><button type="button" class="links-dropdown__opener" aria-expanded="false">Transparency </button><div class="links-dropdown__list" aria-hidden="true"> <div class="links-list__item"><a href="/transparency/consumer-information.php">Consumer Information</a></div> <div class="links-list__item"><a href="/transparency/copyright-notice.php">Copyright Notice</a></div> <div class="links-list__item"><a href="/transparency/equal-opportunity-institution.php">Equal Opportunity Institution</a></div> <div class="links-list__item"><a href="/transparency/expressive-activities.php">Expressive Activities</a></div> <div class="links-list__item"><a href="/transparency/facility.php">Facility Usage & Privacy Compliance</a></div> <div class="links-list__item"><a href="/transparency/financial-aid-disclosures.php">Financial Aid Disclosures</a></div> <div class="links-list__item"><a href="/transparency/fiscal-affairs-reports.php">Fiscal Affairs Reports</a></div> <div class="links-list__item"><a href="/transparency/ethics-reporting.php">Fraud and Ethics Reporting</a></div> <div class="links-list__item"><a href="/transparency/grants-management.php">Grants</a></div> <div class="links-list__item"><a href="https://apps.highered.texas.gov/resumes/">Institutional Resume</a></div> <div class="links-list__item"><a href="/transparency/internal-audit-reports.php">Internal Audit Reports</a></div> <div class="links-list__item"><a href="/transparency/investment-disclosure.php">Investment Disclosure</a></div> <div class="links-list__item"><a href="/transparency/severance-agreements.php">Severance Agreements</a></div> <div class="links-list__item"><a href="/transparency/syllabus-cv.php">Syllabus & CV</a></div> <div class="links-list__item"><a href="/transparency/truth-taxation.php">Truth in Taxation</a></div> <div class="links-list__item"><a href="/transparency/utilities-consumption-report.php">Utilities Consumption Report</a></div> <div class="links-list__item"><a href="/transparency/website-privacy-policy.php">Web Privacy Notice</a></div> </div> </div> <div class="links-dropdown"><button type="button" class="links-dropdown__opener" aria-expanded="false">FERPA </button><div class="links-dropdown__list" aria-hidden="true"> <div class="links-list__item"><a href="/ferpa/index.php">Family Educational Rights & Privacy Act Rights</a></div> <div class="links-list__item"><a href="/ferpa/ferpa-rights.php">FERPA Rights</a></div> <div class="links-list__item"><a href="/ferpa/directory-information.php">Directory Information</a></div> <div class="links-list__item"><a href="/ferpa/ferpa-exceptions.php">FERPA Exceptions </a></div> <div class="links-list__item"><a href="/ferpa/solomon-amendment.php">Solomon Amendment</a></div> </div> </div> </div> </div> </div> </div> <div class="copyright"> <div class="container"> <div class="content-box"><span><span id="directedit">©</span>2026 - San Jacinto College</span><a href="/transparency/equal-opportunity-institution.php">Equal Opportunity Statement</a></div> </div> </div> </footer><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue"></script> <script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script> <!-- needed for twitter --> <script src="/_resources/js/main-dev-only.js"></script> <script src="/_resources/js/ds-flex.js"></script> <script src="/_resources/js/nav.js"></script> <script> function playVideo(){ var src = document.querySelector('.vid-inline__embed > iframe').src +'&autoplay=1'; document.querySelector('.vid-inline__embed > iframe').src = src; } function playVideo2(clickedElement) { var container = clickedElement.closest('.vid-inline__container'); var iframe = container.querySelector('.vid-inline__embed > iframe'); var src = iframe.src; if (!src.includes('&autoplay=1')) { src += '&autoplay=1'; } iframe.src = src; } function fixHeaderPositioning() { var header = $('header'); var alerts = document.querySelectorAll('.alert'); var headerOffset = 0; alerts.forEach(function (a) { headerOffset += a.offsetHeight; }); $(window).on('scroll load', function () { if (window.scrollY > headerOffset) { header.removeClass('js-alert-positioned'); } else { header.addClass('js-alert-positioned'); } }); } $(window).on('scroll load', fixHeaderPositioning()); </script> <script async src="https://siteimproveanalytics.com/js/siteanalyze_67106500.js"></script><!-- OU Search Ignore End Here --> <div id="ou-hidden" style="display:none;"><a id="de" rel="nofollow" href="https://a.cms.omniupdate.com/11/?skin=oucampus&account=sanjac&site=www&action=de&path=/_showcase/_qa/info-modal.pcf">©</a></div><script> if(document.getElementById("de") != null && document.getElementById("directedit")) { var link = document.getElementById("de").parentNode.innerHTML; document.getElementById("de").parentNode.innerHTML = ""; document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,''); } </script> <script src="https://www.sanjac.edu/ou-alerts/alerts-config.alerts.js?v=2.1-20260129172312"></script> <script> // archive alert processing if (document.getElementById(ouEmergencyAlerts.archivedAlertDivId)) { ouEmergencyAlerts.loadAlertFeed("processAlertFeedForArchivePage", "activeAlertFeed", "archiveActiveAlertHeading"); setTimeout(function() { ouEmergencyAlerts.loadAlertFeed("processAlertFeedForArchivePage", "archiveAlertFeed", "archiveAlertHeading"); }, 200); } // active alert processing ouEmergencyAlerts.determineActiveAlertOutput(); </script> <script type="text/template" id="oualerts-active-announcement"> <div id="oualerts-active-alert-display" class="alert alert--minor"> <div class="alert__content"> <div class="alert__message"> {%=o.title%} {%=o.subtitle %} {%=o.description %} </div> {% if (o.guid) { %} <a href="{%=o.guid %}" class="alert__cta">Learn More</a> {% } %} <button class="alert__close" id="oualerts-close-button"> <span class="visually-hidden">Close Alert</span> </button> </div> </div> </script> <script type="text/template" id="oualerts-active-warning"> <div id="oualerts-active-alert-display" class="alert alert--medium"> <div class="alert__content"> <div class="alert__message">{%=o.title%} {%=o.subtitle %} {%=o.description %}</div> {% if (o.guid) { %} <a class="alert__cta" href="{%=o.guid %}">Learn More</a> {% } %} <button id="oualerts-close-button" class="alert__close"> <span class="visually-hidden">Close Alert</span> </button></div> </div> </script> <script type="text/template" id="oualerts-active-emergency"> <div id="oualerts-active-alert-display" class="alert alert--major"> <div class="alert__content"> <div class="alert__message"> {%=o.title%} {%=o.subtitle %} {%=o.description %} </div> {% if (o.guid) { %} <a href="{%=o.guid %}" class="alert__cta">Learn More</a> {% } %} <button class="alert__close" id="oualerts-close-button"> <span class="visually-hidden">Close Alert</span> </button> </div> </div> </script> <script type="text/template" id="oualerts-archived-template"> {% if (o[0].htmlHeading) { %} <h2 class="oualerts-archive-main-heading">{%=o[0].htmlHeading %}</h2> {% } %} <ul class="oualerts-achive-list"> {% for (var i=0; o.length > i; i++) { %} <li class="oualerts-achive-list-item oualerts-archive-type-{%=o[i].severity%}"> <div class="oualerts-achive-list-item-inner"> <h3 class="oualerts-archive-title">{%=o[i].title%}</h3> <div class="oualerts-archive-date">{%=ouEmergencyAlerts.alertDateFormat("F d, Y h:i A",o[i].pubDate)%}</div> {% if (o[i].subtitle) { %} <p class="oualerts-archive-subtitle"><strong>{%=o[i].subtitle %}</strong></p> {% } %} {% if (o[i].description) { %} <p class="oualerts-archive-msg">{%=o[i].description %} {% } %} {% if (o[i].guid) { %} <a href="{%=o[i].guid %}" class="oualerts-archive-link">{%=ouEmergencyAlerts[o[i].severity + "Archive"].readMoreText%}</a> {% } %} {% if (o[i].description) { %} </p> {% } %} {% if (o[i].updates) { %} <h4 class="oualerts-archive-list-update-header">{%=ouEmergencyAlerts[o[i].severity + "Archive"].updateText %}</h4> <ul class="oualerts-achive-list-update"> {% for (var k=0; o[i].updates.length > k; k++) { %} <li class="oualerts-achive-list-item-update"> <div class="oualerts-achive-list-item-update-inner"> <h5 class="oualerts-archive-title-update">{%=o[i].updates[k].title%}</h5> <div class="oualerts-archive-date-update">{%=ouEmergencyAlerts.alertDateFormat("F d, Y h:i A",o[i].updates[k].pubDate)%}</div> {% if (o[i].updates[k].subtitle) { %} <p class="oualerts-archive-subtitle-update"><strong>{%=o[i].updates[k].subtitle %}</strong></p> {% } %} {% if (o[i].updates[k].description) { %} <p class="oualerts-archive-msg-update">{%=o[i].updates[k].description %} {% } %} {% if (o[i].updates[k].guid) { %} <a href="{%=o[i].updates[k].guid %}" class="oualerts-archive-link-update">{%=ouEmergencyAlerts[o[i].severity + "Archive"].readMoreText%}</a> {% } %} {% if (o[i].updates[k].description) { %} </p> {% } %} </div> </li> {% } %} </ul> {% } %} </div> </li> {% } %} </ul> </script> <!-- ouc:info uuid="a4d742b2-0f8a-4081-817e-0fe127c8cfbc"/ --></body> </html>Parameter https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.jsEvidence <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"></script>Solution Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
-
Information Disclosure - Debug Error Messages (1)
GET https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program
Alert tags Alert description The response appeared to contain common error messages returned by platforms such as ASP.NET, and Web-servers such as IIS and Apache. You can configure the list of common debug messages.
Request Request line and header section (410 bytes)
GET https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.phpRequest body (0 bytes)
Response Status line and header section (568 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:37 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Vary: Accept-Encoding Server: director Strict-Transport-Security: max-age=31536000; includeSubDomains content-length: 125272Response body (125272 bytes)
<!DOCTYPE HTML><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Arrowood brings experience and passion to maritime program</title> <link rel="canonical" href="https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><script type="text/javascript"> var OUC = OUC || {}; OUC.globalProps = OUC.globalProps || {}; OUC.pageProps = OUC.pageProps || {}; OUC.props = OUC.props || {}; OUC.globalProps['path'] = "/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php"; OUC.globalProps['domain'] = "https://www.sanjac.edu"; OUC.globalProps['index-file'] = "index"; OUC.globalProps['extension'] = "php"; OUC.pageProps['dsn'] = "blogs"; OUC.pageProps['breadcrumb'] = "Arrowood brings experience and passion to maritime program"; OUC.pageProps['override-og-type'] = "Article"; OUC.pageProps['override-og-image'] = ""; OUC.pageProps['override-og-image-alt'] = ""; OUC.pageProps['override-og-description'] = "Captain Amy Arrowood, San Jacinto College's director of the maritime credit program, has a Coast Guard and maritime career that spans more than 20 years. Since Arrowood joined San Jac, the Maritime Campus has grown to offer the state's first and only associate degree for maritime transportation."; OUC.pageProps['override-twitter-card-description'] = ""; OUC.pageProps['override-twitter-card-image'] = "/_resources/images/areas-of-interest-video.jpg"; OUC.pageProps['override-twitter-card-image-alt'] = ""; OUC.pageProps['override-twitter-card-type'] = "summary_large_image"; var key; for (key in OUC.globalProps) { OUC.props[key] = OUC.globalProps[key]; } for (key in OUC.pageProps) { OUC.props[key] = OUC.pageProps[key]; } </script><meta name="Description" content="Captain Amy Arrowood, San Jacinto College's director of the maritime credit program, has a Coast Guard and maritime career that spans more than 20 years. Since Arrowood joined San Jac, the Maritime Campus has grown to offer the state's first and only associate degree for maritime transportation."> <!-- OU Search Ignore Start Here --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P64BC8T');</script> <!-- End Google Tag Manager --> <!-- this is the headcode include --> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <link rel="stylesheet" media="print" href="/_resources/css/print.css" /> <link rel="stylesheet" href="/_resources/css/main.css"> <link rel="stylesheet" href="/_resources/css/oustyles.css" /> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1234821513277163'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1234821513277163&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!--Font Awesome --> <!-- <script src="https://kit.fontawesome.com/aa2fbd460e.js" crossorigin="anonymous"></script> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!--Append UTM to RFI form--> <script src="/_resources/js/utm-capture.js?v=1" defer></script> <!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <!-- Insert google analytics here --> <!-- OU Search Ignore End Here --> <meta property="og:title" content="Arrowood brings experience and passion to maritime program"> <meta property="og:url" content="https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php"> <meta property="og:description" content="Captain Amy Arrowood, San Jacinto College's director of the maritime credit program, has a Coast Guard and maritime career that spans more than 20 years. Since Arrowood joined San Jac, the Maritime Campus has grown to offer the state's first and only associate degree for maritime transportation."> <meta property="og:type" content="Article"> <meta property="og:updated_time" content="2025-06-27T07:05:21.680758961-07:00"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:url" content="https://www.sanjac.edu/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php"> <meta name="twitter:title" content="Arrowood brings experience and passion to maritime program"> <meta name="twitter:description" content="Captain Amy Arrowood, San Jacinto College's director of the maritime credit program, has a Coast Guard and maritime career that spans more than 20 years. Since Arrowood joined San Jac, the Maritime Ca"> <meta name="twitter:image" content="https://www.sanjac.edu/_resources/images/areas-of-interest-video.jpg"> <link href="https://www.sanjac.edu/ou-alerts/alerts-config.alerts.css?v=2.1-20260129172314" rel="stylesheet"></head> <body><!-- OU Search Ignore Start Here --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P64BC8T" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --><!-- OU Search Ignore End Here --><a href="#main" class="skip-link visually-hidden">Skip to content</a><header><!-- OU Search Ignore Start Here --><div class="main-header" role="banner"> <div class="main-header_content-box"> <div class="logo-holder"><a href="/index.php" title="main page"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="224" height="51" viewBox="0 0 224 51" fill="none"> <rect width="224" height="51" fill="url(#pattern0)"/> <defs> <pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"> <use xlink:href="#image0_1229_1962" transform="translate(0 -0.000734496) scale(0.00162866 0.00715335)"/> </pattern> <image id="image0_1229_1962" width="614" height="140" xlink:href="data:image/png;base64,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"/> </defs></svg></a></div> <div class="search__box" role="search"><button type="button" class="search__opener" aria-expanded="false"><span class="visually-hidden">open search</span><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"> <path d="M16.46 18L11.33 13.2533C10.78 13.7064 10.1475 14.0651 9.4325 14.3294C8.7175 14.5938 7.95667 14.7259 7.15 14.7259C5.15167 14.7259 3.4606 14.0134 2.0768 12.5884C0.692267 11.1626 0 9.4208 0 7.36295C0 5.3051 0.692267 3.56329 2.0768 2.13752C3.4606 0.712507 5.15167 0 7.15 0C9.14833 0 10.8398 0.712507 12.2243 2.13752C13.6081 3.56329 14.3 5.3051 14.3 7.36295C14.3 8.19365 14.1717 8.97714 13.915 9.71344C13.6583 10.4497 13.31 11.1011 12.87 11.6674L18 16.4141L16.46 18ZM7.15 12.4604C8.525 12.4604 9.69393 11.965 10.6568 10.9742C11.6189 9.98265 12.1 8.77891 12.1 7.36295C12.1 5.947 11.6189 4.74325 10.6568 3.75171C9.69393 2.76092 8.525 2.26552 7.15 2.26552C5.775 2.26552 4.60607 2.76092 3.6432 3.75171C2.68107 4.74325 2.2 5.947 2.2 7.36295C2.2 8.77891 2.68107 9.98265 3.6432 10.9742C4.60607 11.965 5.775 12.4604 7.15 12.4604Z" fill="currentColor"/></svg></button><button type="button" class="search__close" aria-expanded="false"><span class="visually-hidden">close search</span></button><form action="/search/index.php" method="get" class="search__form" aria-hidden="true"><label for="header-search" class="visually-hidden">Search</label><input id="header-search" type="search" name="q" class="search__input" placeholder="Search"><div class="search__submit-wrapper"><input type="submit" value="Submit" class="search__submit"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"> <path d="M16.46 18L11.33 13.2533C10.78 13.7064 10.1475 14.0651 9.4325 14.3294C8.7175 14.5938 7.95667 14.7259 7.15 14.7259C5.15167 14.7259 3.4606 14.0134 2.0768 12.5884C0.692267 11.1626 0 9.4208 0 7.36295C0 5.3051 0.692267 3.56329 2.0768 2.13752C3.4606 0.712507 5.15167 0 7.15 0C9.14833 0 10.8398 0.712507 12.2243 2.13752C13.6081 3.56329 14.3 5.3051 14.3 7.36295C14.3 8.19365 14.1717 8.97714 13.915 9.71344C13.6583 10.4497 13.31 11.1011 12.87 11.6674L18 16.4141L16.46 18ZM7.15 12.4604C8.525 12.4604 9.69393 11.965 10.6568 10.9742C11.6189 9.98265 12.1 8.77891 12.1 7.36295C12.1 5.947 11.6189 4.74325 10.6568 3.75171C9.69393 2.76092 8.525 2.26552 7.15 2.26552C5.775 2.26552 4.60607 2.76092 3.6432 3.75171C2.68107 4.74325 2.2 5.947 2.2 7.36295C2.2 8.77891 2.68107 9.98265 3.6432 10.9742C4.60607 11.965 5.775 12.4604 7.15 12.4604Z" fill="currentColor"/></svg></div> </form> </div> <div class="main-nav__box" role="navigation" aria-label="Main"><button type="button" class="main-nav-opener" aria-expanded="true"><span class="text">Menu</span><span class="main-nav-opener__icon"><span></span><span></span><span></span></span></button><div class="nav__holder" role="region" aria-expanded="false"> <div class="nav__wrapper"> <nav class="main-menu" aria-label="Primary"> <ul class="main-menu__list"> <li class="main-menu__item"><a class="main-menu__link" href="/programs/">Programs</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/programs/areas-of-study/" class="submenu__link">Areas of Study </a></li> <li class="submenu__item"><a href="/continuing-education/index.php" class="submenu__link">Continuing Education</a></li> <li class="submenu__item"><a href="/programs/explore.php" class="submenu__link">Explore All Programs</a></li> <li class="submenu__item"><a href="/programs/honors/" class="submenu__link">Honors Program</a></li> <li class="submenu__item"><a href="/programs/online.php" class="submenu__link">Online Learning </a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/admissions/">Admissions & Aid</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/admissions/campus-tours.php" class="submenu__link">Campus Tours</a></li> <li class="submenu__item"><a href="/admissions/courses-registration/" class="submenu__link">Courses & Registration</a></li> <li class="submenu__item"><a href="/admissions/how-to-apply/" class="submenu__link">How to Apply</a></li> <li class="submenu__item"><a href="/admissions/new-student-orientation/" class="submenu__link">New Student Orientation</a></li> <li class="submenu__item"><a href="/admissions/paying-for-college/index.php" class="submenu__link">Paying for College</a></li> <li class="submenu__item"><a href="/admissions/testing/" class="submenu__link">Testing</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/support/">Support</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/support/academic-support/" class="submenu__link">Academic Support</a></li> <li class="submenu__item"><a href="/support/accessibility/index.php" class="submenu__link">Accessibility Support</a></li> <li class="submenu__item"><a href="/support/career-support/" class="submenu__link">Career Support</a></li> <li class="submenu__item"><a href="/support/commencement.php" class="submenu__link">Commencement</a></li> <li class="submenu__item"><a href="/support/health-support/" class="submenu__link">Health Support</a></li> <li class="submenu__item"><a href="/support/personal-support/" class="submenu__link">Personal Support</a></li> <li class="submenu__item"><a href="/support/technology-support/index.php" class="submenu__link">Technology Support</a></li> <li class="submenu__item"><a href="/support/transfer-support/" class="submenu__link">Transfer Support</a></li> <li class="submenu__item"><a href="/support/veteran-support/" class="submenu__link">Veteran Support</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/student-life/">Student Life</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/student-life/athletics.php" class="submenu__link">Athletics</a></li> <li class="submenu__item"><a href="/student-life/campus-amenities/" class="submenu__link">Campus Amenities</a></li> <li class="submenu__item"><a href="/student-life/campus-life-resources/" class="submenu__link">Campus Life Resources</a></li> <li class="submenu__item"><a href="/student-life/campus-safety/" class="submenu__link">Campus Safety</a></li> <li class="submenu__item"><a href="/student-life/clubs-organizations/" class="submenu__link">Clubs & Organizations</a></li> </ul> </div> </li> <li class="main-menu__item"><a class="main-menu__link" href="/about/">About</a><button type="button" class="main-submenu__opener" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg><span class="visually-hidden">open submenu</span></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a href="/about/board-trustees/index.php" class="submenu__link">Board of Trustees</a></li> <li class="submenu__item"><a href="/about/college-leadership/index.php" class="submenu__link">College Leadership</a></li> <li class="submenu__item"><a href="/about/contact-us/" class="submenu__link">Contact Us</a></li> <li class="submenu__item"><a href="/about/facts-figures/index.php" class="submenu__link">Facts & Figures</a></li> <li class="submenu__item"><a href="/about/foundation/index.php" class="submenu__link">Foundation</a></li> <li class="submenu__item"><a href="/about/history/" class="submenu__link">History</a></li> <li class="submenu__item"><a href="/about/locations/" class="submenu__link">Locations</a></li> <li class="submenu__item"><a href="/about/news/" class="submenu__link">News</a></li> <li class="submenu__item"><a href="/about/policies-procedures/" class="submenu__link">Policies & Procedures</a></li> <li class="submenu__item"><a href="/about/strategic-plan/" class="submenu__link">Strategic Plan</a></li> </ul> </div> </li> </ul> </nav> <nav class="secondary-menu" aria-label="secondary"> <ul class="secondary-menu__list"> <li class="secondary-menu__item"><a href="https://my.sanjac.edu/" class="secondary-menu__link cta cta--link">My San Jac Portal</a></li> <li class="secondary-menu__item"><a href="/information-for/faculty-staff-future-employees/" class="secondary-menu__link cta cta--link">Careers at San Jac</a></li> <li class="secondary-menu__item"><a href="/about/foundation/ways-to-give/index.php" class="secondary-menu__link cta cta--link">Give Now</a></li> </ul> <ul class="secondary-menu__list"> <li class="secondary-menu__item"><button type="button" class="secondary-submenu__opener" aria-expanded="false">Information For <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a class="submenu__link" href="/information-for/business-partners/index.php">Business & Industry Partners</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/community-members/">Community Members</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/current-students/">Current Students</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/government-relations/index.php">Elected Officials</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/faculty-staff-future-employees/index.php">Employees</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/para-hispanohablantes/index.php">Para Hispanohablantes</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/parents/">Parents</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/recently-admitted-students/index.php">Recently Admitted Students</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/school-counselors/index.php">School Counselors</a></li> </ul> </div> </li> <li class="secondary-menu__item"><button type="button" class="secondary-submenu__opener" aria-expanded="false">Quick Links <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"> <path d="M1.47648 0.335068L5.99996 4.84869L10.5234 0.335068L11.913 1.72463L5.99996 7.63768L0.0869141 1.72463L1.47648 0.335068Z" fill="currentColor"/></svg></button><div class="submenu" aria-hidden="true"> <ul class="submenu__list"> <li class="submenu__item"><a class="submenu__link" href="https://blackboard.sanjac.edu/">Blackboard Login</a></li> <li class="submenu__item"><a class="submenu__link" href="/information-for/current-students/blackboard-support.php">Blackboard Support</a></li> <li class="submenu__item"><a class="submenu__link" href="/calendar.php">College Calendar</a></li> <li class="submenu__item"><a class="submenu__link" href="/email/index.php">College Email</a></li> <li class="submenu__item"><a class="submenu__link" href="https://coursefinder.sanjac.edu/">Course Finder</a></li> <li class="submenu__item"><a class="submenu__link" href="/support/academic-support/library/index.php">Library</a></li> <li class="submenu__item"><a class="submenu__link" href="https://generalssb-prod.ec.sanjac.edu/BannerExtensibility/customPage/page/SJCHOMEPAGE">SOS Login</a></li> </ul> </div> </li> </ul> </nav> </div> </div> </div> </div> </div><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <div class="sticky-ctas"> <button class="sticky-ctas__toggle" aria-expanded="true"> <span class="visually-hidden">Actions</span> </button> <div class="sticky-ctas__buttons"> <button class="cta sticky-ctas__chat" onclick="document.querySelector('button.chatLauncher').click()"> <span>Chat</span> <svg width="26" height="21" viewBox="0 0 26 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M24.7361 0.000102639H10.1571C9.46045 0.000102639 8.89355 0.566854 8.89355 1.26362V3.00644H18.2523C19.579 3.00644 20.658 4.08564 20.658 5.4121V12.3631H20.939L23.3245 15.0959C23.4267 15.2131 23.5729 15.277 23.7227 15.277C23.7852 15.277 23.8477 15.266 23.9085 15.2434C24.1145 15.1659 24.2515 14.9688 24.2515 14.7482V12.3631H24.7363C25.4329 12.3631 25.9998 11.7963 25.9998 11.0995L26 1.26352C26 0.566751 25.4331 0 24.7365 0L24.7361 0.000102639Z" fill="currentColor" /> <path d="M18.2522 4.06369H1.96648C1.22616 4.06369 0.618164 4.67188 0.618164 5.412V16.3945C0.618164 17.14 1.22636 17.7428 1.96648 17.7428H2.56927V20.4712C2.56927 20.688 2.70678 20.889 2.91296 20.963C2.97644 20.9895 3.03993 21 3.09804 21C3.25147 21 3.39417 20.9366 3.49985 20.8203L6.18076 17.743H18.2523C18.9978 17.743 19.6006 17.1402 19.6006 16.3947V5.41218C19.6006 4.67187 18.9978 4.06387 18.2521 4.06387L18.2522 4.06369ZM5.34008 12.5289C4.44112 12.5289 3.70621 11.7939 3.70621 10.895C3.70621 9.99604 4.44117 9.26648 5.34008 9.26648C6.23903 9.26648 6.9686 9.99624 6.9686 10.895C6.96879 11.794 6.23903 12.5289 5.34008 12.5289ZM10.1096 12.5289C9.21066 12.5289 8.4811 11.7939 8.4811 10.895C8.4811 9.99604 9.21066 9.26648 10.1096 9.26648C11.0086 9.26648 11.7381 9.99624 11.7381 10.895C11.7381 11.794 11.0086 12.5289 10.1096 12.5289ZM14.879 12.5289C13.98 12.5289 13.2504 11.7939 13.2504 10.895C13.2504 9.99604 13.9802 9.26648 14.879 9.26648C15.7779 9.26648 16.5128 9.99624 16.5128 10.895C16.5128 11.794 15.7779 12.5289 14.879 12.5289Z" fill="currentColor" /> </svg> </button> <div class="sticky-ctas__wrapper"> <a href="/about/contact-us/index.php" class="cta cta--button">Connect</a> <a href="https://tracker.sanjac.edu/info-request" class="cta cta--button">Request Info</a> <a href="/admissions/how-to-apply/index.php" class="cta cta--button">Apply</a> </div> </div> </div> <!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <!-- Chatbot for prod environment --> <link rel="stylesheet" media="all" href="/_resources/css/chatbot.css"> <script type="text/javascript" src="/_resources/js/servicedesk.bundle.js"></script> <script> let json = { "englishIntegrationID": "afffdb1b-fc26-4aef-ac87-5ad7aedf2297", "englishServiceInstanceID": "27c823c0-4753-4196-8b3a-8353b9dfbedd", "spanishIntegrationID": "ee91901d-c39e-4f02-87a6-6dd38d5f3c78", "spanishServiceInstanceID": "27c823c0-4753-4196-8b3a-8353b9dfbedd", "chatServerBaseUrl": "https://ibm-ce.sanjac.edu" } const { chatServerBaseUrl } = json; SERVER_BASE_URL = chatServerBaseUrl; </script> <script defer type="text/javascript" src="/_resources/js/chatbot.bundle.js"></script> <div id="sanjacChat"/><!-- OU Search Ignore End Here --></header> <main role="main" id="main" class="main" tabindex="-1"> <div class="hero__wrapper"> <div class="hero hero--blog-detail"> <div class="hero__content"> <nav class="breadcrumbs" aria-label="Section"><button type="button" class="breadcrumbs__opener" aria-expanded="false">Arrowood brings experience and passion to maritime program<span class="breadcrumbs__opener-icon"></span></button><div class="breadcrumbs__box" aria-hidden="true"> <nav class="breadcrumbs__list-wrapper" aria-label="Breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/">Home</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/">About San Jac</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/news/">News</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/news/2023/">2023</a></li> <li class="breadcrumbs__item current"><button type="button" class="breadcrumbs__item-link" aria-expanded="false">Arrowood brings experience and passion to maritime program<span class="icon"></span></button><span class="breadcrumbs__item-link">Arrowood brings experience and passion to maritime program</span><ul class="breadcrumbs__sub-list" aria-hidden="true"><li><a href="/about/news/2023/generation-park-welcomes-families-trot-campus.php">Generation Park welcomes families to trot on campus</a></li> <li><a href="/about/news/2023/paving-way-women-industry.php">Paving the way for women in industry</a></li> <li><a href="/about/news/2023/promise-scholarship-deadline-approaching.php">Promise scholarship deadline is approaching</a></li> <li><a href="/about/news/2023/board-trustees-approves-order-may-election-0.php">Board of Trustees approves order for May election</a></li> <li><a href="/about/news/2023/san-jac-community-recovers-after-tornado.php">San Jac community recovers after tornado</a></li> <li><a href="/about/news/2023/welders-training-show-their-stuff-first-student-competition.php">Welders-in-training show their stuff in first student competition</a></li> <li><a href="/about/news/2023/alumna-trades-war-zone-opportunity-rich-cybersecurity-field.php">Alumna trades war zone for opportunity-rich cybersecurity field</a></li> <li><a href="/about/news/2023/meet-new-alumni-annual-giving-coordinator.php">Meet new alumni, annual giving coordinator</a></li> <li><a href="/about/news/2023/san-jacinto-college-selected-resource-college-unlocking-opportunity-initiative.php">San Jacinto College selected as resource college for "Unlocking Opportunity" initiative</a></li> <li><a href="/about/news/2023/1m-nursing-scholarship-endowment-started-i-do.php">$1M nursing scholarship endowment started with 'I do'</a></li> <li><a href="/about/news/2023/trumpeter-turned-professor-helps-students-tune-life.php">Trumpeter-turned-professor helps students tune up for life</a></li> <li><a href="/about/news/2023/san-jacinto-college-and-nuro-announce-first-av-technician-certificate-program-texas.php">San Jacinto College and Nuro Announce First AV Technician Certificate Program in Texas</a></li> <li><a href="/about/news/2023/take-flight-stem-honors-student-pivots-ho-hum-job-rice-pathway.php">Take Flight: STEM honors student pivots from ho-hum job to Rice pathway</a></li> <li><a href="/about/news/2023/gutierrez-set-sights-finish-line-honda-pact.php">Gutierrez set sights finish line with Honda PACT</a></li> <li><a href="/about/news/2023/music-students-break-records.php">Music students break records</a></li> <li><a href="/about/news/2023/ptk-stretches-paws-honors-action.php">PTK stretches paws for Honors in Action</a></li> <li><a href="/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php">Arrowood brings experience and passion to maritime program</a></li> <li><a href="/about/news/2023/gear-truck-driving.php">Gear up with truck driving</a></li> <li><a href="/about/news/2023/promise-graduate-framing-future-art-teacher.php">Promise graduate framing future as art teacher</a></li> <li><a href="/about/news/2023/what-you-should-know-about-student-services-changes.php">What you should know about student services changes</a></li> <li><a href="/about/news/2023/softball-coach-kelly-saenz-reaches-700th-victory.php">Softball Coach Kelly Saenz reaches 700th victory</a></li> <li><a href="/about/news/2023/4-vie-2-positions-san-jacinto-college-board-trustees.php">4 to vie for 2 positions on San Jacinto College Board of Trustees</a></li> <li><a href="/about/news/2023/change-can-mean-uncertainty-also-sweet-rewards.php">Change can mean uncertainty but also sweet rewards</a></li> <li><a href="/about/news/2023/18-ready-join-energy-sector-thanks-api-san-jac-job-readiness-program.php">18 ready to join energy sector thanks to API, San Jac job readiness program</a></li> <li><a href="/about/news/2023/occupational-therapy-career-choice-no-accident.php">Occupational therapy career choice is no accident</a></li> <li><a href="/about/news/2023/san-jacinto-college-partners-openfortune-drive-enrollment.php">San Jacinto College partners with OpenFortune to drive enrollment</a></li> <li><a href="/about/news/2023/grow-your-business-with-center-for-entrepreneurship.php">Grow your business with Center for Entrepreneurship</a></li> <li><a href="/about/news/2023/navy-vet-finds-new-purpose-at-san-jac.php">Navy veteran finds new purpose at San Jac</a></li> <li><a href="/about/news/2023/see-to-succeed-celebrates-100000-students.php">Award-winning See to Succeed reaches 100,00th student</a></li> <li><a href="/about/news/2023/rns-wanting-flexibility-affordability-can-start-san-jacs-nursing-bsn-program.php">RNs wanting flexibility, affordability can start with San Jac’s BSN program</a></li> <li><a href="/about/news/2023/two-careers-stem-from-san-jac-summer-camp.php">Two careers STEM from San Jac summer camp</a></li> <li><a href="/about/news/2023/Empty%20Bowls%20Combining%20art%20and%20charity%20to%20tackle%20hunger.php">Empty Bowls: Combining art and charity to tackle hunger</a></li> <li><a href="/about/news/2023/paving-pathways-student-success.php">Paving Pathways to Student Success</a></li> <li><a href="/about/news/2023/mother-daughter-duo-support-each-other-enrollment-commencement.php">Mother-daughter duo support each other from enrollment to commencement</a></li> <li><a href="/about/news/2023/san-jacinto-college-unofficial-board-trustees-election-results.php">San Jacinto College: Unofficial Board of Trustees Election Results</a></li> <li><a href="/about/news/2023/yondellbasell-cpet-partners-tpc-group-operator-training.php">LyondellBasell CPET partners with TPC Group for operator training</a></li> <li><a href="/about/news/2023/aspen-institute-recognizes-san-jacinto-college-top-10-community-college-nation.php">Aspen Institute recognizes San Jacinto College as a top 10 community college in the nation</a></li> <li><a href="/about/news/2023/san-jac-investment-club-builds-futures.php">San Jac Investment Club builds futures</a></li> <li><a href="/about/news/2023/texas-workforce-commission-presents-332000-aerospace-training.php">Texas Workforce Commission presents $332,000 for aerospace training</a></li> <li><a href="/about/news/2023/students-explore-inner-geek-mind-trekkers.php">Students explore inner geek with Mind Trekkers</a></li> <li><a href="/about/news/2023/san-jac-secures-first-second-place-napta-competition.php">San Jac secures first, second place at NAPTA Competition </a></li> <li><a href="/about/news/2023/north-campus-karate-inspires-confidence-improves-strength.php">North Campus karate inspires confidence, improves strength</a></li> <li><a href="/about/news/2023/wheeler-named-trustee-emeritus-new-board-members-sworn.php">Wheeler named Trustee Emeritus, new Board members sworn in</a></li> <li><a href="/about/news/2023/new-certificate-degree-programs-rolling-out-fall.php">New certificate, degree programs rolling out this fall</a></li> <li><a href="/about/news/2023/Foundation-donors-give-3.5-million-2022-2023.php">Foundation donors give $3.5M to students in 2022-2023</a></li> <li><a href="/about/news/2023/4-myths-to-know-about-beating-heat.php">4 Myths You Should Know About Beating the Heat</a></li> <li><a href="/about/news/2023/your-new-career-awaits-autonomous-vehicles-biomanufacturing-and-more.php">Your new career awaits: autonomous vehicles, biotechnology, and more</a></li> <li><a href="/about/news/2023/back-school-resources-you-need-succeed-2023-2024.php">Back to school: Resources you need to succeed in 2023-2024</a></li> <li><a href="/about/news/2023/whirlwind-honors-germany-trip-reflects-history-memory.php">Whirlwind honors Germany trip reflects on history, memory</a></li> <li><a href="/about/news/2023/recent-san-jac-grads-celebrate-lyondellbasell-careers.php">Recent San Jac grads celebrate LyondellBasell careers</a></li> <li><a href="/about/news/2023/stars-aligned-alumnus-career-aerospace-industry.php">Stars aligned for alumnus’ career in aerospace industry</a></li> <li><a href="/about/news/2023/power-minority-male-educators-classroom.php">Power of minority male educators in the classroom</a></li> <li><a href="/about/news/2023/fenwick-receives-women-mean-business-award.php">Fenwick receives Women Who Mean Business Award</a></li> <li><a href="/about/news/2023/san-jac-bezos-academy-open-tuition-free-preschool-north-houston.php">San Jacinto College and Bezos Academy open tuition-free preschool in North Houston</a></li> <li><a href="/about/news/2023/hispanic-outlook-magazine-ranks-san-jacinto-college-top-50-lists.php">Hispanic Outlook magazine ranks San Jacinto College on Top 50 lists</a></li> <li><a href="/about/news/2023/new-bachelors-degree-aimed-helping-fill-teacher-shortage.php">New bachelor’s degree aimed at helping to fill teacher shortage</a></li> <li><a href="/about/news/2023/san-jacinto-college-wins-three-prsa-houston-excalibur-awards.php">San Jacinto College wins three PRSA Houston Excalibur Awards</a></li> <li><a href="/about/news/2023/san-jacinto-college-player-alumni-selected-mlb-draft.php">San Jacinto College player, alumni selected in MLB Draft</a></li> <li><a href="/about/news/2023/san-jac-alum-graduates-university-3-majors-3-minors-and-40-4-years.php">San Jac alum graduates from university with 3 majors, 3 minors and 4.0 in 4 years</a></li> <li><a href="/about/news/2023/saenz-headed-eku-hall-fame.php">Saenz headed to EKU Hall of Fame</a></li> <li><a href="/about/news/2023/great-outdoors-club.php">Exploring nature’s classroom: Great Outdoors Club takes students into the wildPage Title</a></li> <li><a href="/about/news/2023/central-campus-gallery-opening-fall-2023.php">Central Campus Gallery opening fall 2023 in new location</a></li> <li><a href="/about/news/2023/san-jac-receives-acct-equity-award.php">San Jacinto College Board of Trustees receives ACCT Equity Award</a></li> <li><a href="/about/news/2023/professor-wins-vanguard-award.php">Professor wins inaugural Vanguard Award for career excellence</a></li> <li><a href="/about/news/2023/road-recovery-alumnus-gives-hope-drug-epidemic.php">Road to recovery: Alumnus gives hope amid drug epidemic</a></li> <li><a href="/about/news/2023/welcome-back-students.php">Welcome back, students</a></li> <li><a href="/about/news/2023/abacus-partners-with-san-jacinto-College-to-train-future-plumbers.php">Abacus partners with San Jacinto College to train future plumbers</a></li> <li><a href="/about/news/2023/andrades-path-to-musical-success.php">Reshaping dreams: Andrade's path to musical success</a></li> <li><a href="/about/news/2023/san-jac-celebrates-hispanic-heritage-month-with-joy.php">Alegría: San Jac celebrates Hispanic Heritage Month with joy</a></li> <li><a href="/about/news/2023/ivins-honored-as-texas-education-theatre-association-educator-of-the-year.php">Ivins honored as Texas Education Theatre Association Educator of the Year</a></li> <li><a href="/about/news/2023/san-jac-wins-big-at-ncmpr-district-competition.php">San Jac wins big at NCMPR District Competition</a></li> <li><a href="https://www.sanjac.edu/about/news/2023/veteran-pivots-military-encrypting-computer-networking.php">Veteran pivots from military encrypting to computer networking</a></li> <li><a href="/about/news/2023/san-jac-nibrt-announce-partnership-center-for-biotechnology.php">San Jacinto College & NIBRT announce partnership and the Center for Biotechnology</a></li> <li><a href="/about/news/2023/godspell-at-central-campus-theatre.php">Godspell at the Central Campus Theatre: Oct. 19-22</a></li> <li><a href="/about/news/2023/south-campus-presents-fall-exhibit.php">South Campus Gallery Presents Fall Exhibit</a></li> <li><a href="/about/news/2023/from-explorer-drafter-alumnus-justin-bewley.php">From explorer to drafter: Alumnus Justin Bewley</a></li> <li><a href="/about/news/2023/professor-shah-celebrates-decades-of-success.php">Professor Shah celebrates decades of success</a></li> <li><a href="/about/news/2023/hispanic-outlook-magazine-ranks-sjc-2023-10.php">Hispanic Outlook magazine ranks San Jacinto College among nation’s top 10</a></li> <li><a href="/about/news/2023/south-campus-dance-program-to-host-world-dance-extravaganza.php">South Campus Dance Program to Host World Dance Extravaganza</a></li> <li><a href="https://www.sanjac.edu/about/news/2023/transfer-spotlight-eliana-streeter.php">Transfer Spotlight: Eliana Streeter</a></li> <li><a href="/about/news/2023/alumna-sheds-new-light-on-term-mani-pedi.php">Alumna sheds new light on term mani-pedi</a></li> <li><a href="/about/news/2023/transfer-spotlight-gary-cooper.php">Transfer Spotlight: Gary Cooper</a></li> <li><a href="/about/news/2023/from-car-living-cardiovascular-nurse.php">From car living to cardiovascular nurse</a></li> <li><a href="/about/news/2023/board-of-trustees-approves-2023-property-tax-rates.php">Board of Trustees approves 2023 property tax rates</a></li> <li><a href="/about/news/2023/zamora-named-outstanding-chief-business-officer.php">Zamora named Outstanding Chief Business Officer by leading organization</a></li> <li><a href="/about/news/2023/san-jacinto-college-recognized-as-a-top-150-community-college.php">San Jacinto College recognized as a top 150 community college</a></li> <li><a href="/about/news/2023/cantu-wilson-appointed-to-national-assessment-governing-board.php">Dr. Cantú-Wilson appointed to National Assessment Governing Board</a></li> <li><a href="/about/news/2023/san-jacinto-college-to-launch-bachelors-degree-in-cybersecurity.php">San Jacinto College to launch bachelor’s degree in cybersecurity</a></li> <li><a href="/about/news/2023/santas-christmas-magic-theatre-at-central-campus.php">“Santa’s Christmas Magic: The Musical” at Central Campus: Dec. 7-17</a></li> <li><a href="/about/news/2023/mims-named-chair-of-acct-western-region-board.php">Mims named chair of ACCT Western Region Board</a></li> <li><a href="/about/news/2023/lifelong-learning-yoga-classes-promote-health-and-camaraderie.php">Lifelong Learning yoga classes promote health and camaraderie</a></li> <li><a href="/about/news/2023/step-by-step-instructions-for-crafting-stunning-wreaths.php">Wreath-Making Mastery: Step-by-Step Instructions for Crafting Stunning WreathsPage Title</a></li> <li><a href="/about/news/2023/state-of-the-college-highlights-accomplishments.php">Annual State of the College highlights accomplishments at San Jac</a></li> <li><a href="/about/news/2023/san-jac-awarded-certificate-of-achievement-for-excellence-in-financial-eporting.php">San Jac awarded Certificate of Achievement for Excellence in Financial Reporting</a></li> <li><a href="/about/news/2023/Pandora-Spectrometer-empowers-students-and-global-climate-research.php">Pandora Spectrometer empowers students and global climate research</a></li> <li><a href="/about/news/2023/ravens-baseball-celebrates-third-annual%20-challenger-day.php">Ravens baseball celebrates third annual Challenger Day</a></li> <li><a href="/about/news/2023/culinary-major-blends-college-and-community.php">Culinary major blends college and community</a></li> </ul></li> </ul><button type="button" class="breadcrumbs__close"><span class="visually-hidden">Close breadcrumbs menu</span></button></nav> </div> </nav> <h1 class="hero__title">Arrowood brings experience and passion to maritime program</h1> <div class="hero__info"><span>Mar 2, 2023</span><a href="/about/news/?author=Melissa Trevizo">Melissa Trevizo</a></div> </div> </div> <nav class="breadcrumbs" aria-label="Section"><button type="button" class="breadcrumbs__opener" aria-expanded="false">Arrowood brings experience and passion to maritime program<span class="breadcrumbs__opener-icon"></span></button><div class="breadcrumbs__box" aria-hidden="true"> <nav class="breadcrumbs__list-wrapper" aria-label="Breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/">Home</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/">About San Jac</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/news/">News</a></li> <li class="breadcrumbs__item"><a class="breadcrumbs__item-link" href="https://www.sanjac.edu/about/news/2023/">2023</a></li> <li class="breadcrumbs__item current"><button type="button" class="breadcrumbs__item-link" aria-expanded="false">Arrowood brings experience and passion to maritime program<span class="icon"></span></button><span class="breadcrumbs__item-link">Arrowood brings experience and passion to maritime program</span><ul class="breadcrumbs__sub-list" aria-hidden="true"><li><a href="/about/news/2023/generation-park-welcomes-families-trot-campus.php">Generation Park welcomes families to trot on campus</a></li> <li><a href="/about/news/2023/paving-way-women-industry.php">Paving the way for women in industry</a></li> <li><a href="/about/news/2023/promise-scholarship-deadline-approaching.php">Promise scholarship deadline is approaching</a></li> <li><a href="/about/news/2023/board-trustees-approves-order-may-election-0.php">Board of Trustees approves order for May election</a></li> <li><a href="/about/news/2023/san-jac-community-recovers-after-tornado.php">San Jac community recovers after tornado</a></li> <li><a href="/about/news/2023/welders-training-show-their-stuff-first-student-competition.php">Welders-in-training show their stuff in first student competition</a></li> <li><a href="/about/news/2023/alumna-trades-war-zone-opportunity-rich-cybersecurity-field.php">Alumna trades war zone for opportunity-rich cybersecurity field</a></li> <li><a href="/about/news/2023/meet-new-alumni-annual-giving-coordinator.php">Meet new alumni, annual giving coordinator</a></li> <li><a href="/about/news/2023/san-jacinto-college-selected-resource-college-unlocking-opportunity-initiative.php">San Jacinto College selected as resource college for "Unlocking Opportunity" initiative</a></li> <li><a href="/about/news/2023/1m-nursing-scholarship-endowment-started-i-do.php">$1M nursing scholarship endowment started with 'I do'</a></li> <li><a href="/about/news/2023/trumpeter-turned-professor-helps-students-tune-life.php">Trumpeter-turned-professor helps students tune up for life</a></li> <li><a href="/about/news/2023/san-jacinto-college-and-nuro-announce-first-av-technician-certificate-program-texas.php">San Jacinto College and Nuro Announce First AV Technician Certificate Program in Texas</a></li> <li><a href="/about/news/2023/take-flight-stem-honors-student-pivots-ho-hum-job-rice-pathway.php">Take Flight: STEM honors student pivots from ho-hum job to Rice pathway</a></li> <li><a href="/about/news/2023/gutierrez-set-sights-finish-line-honda-pact.php">Gutierrez set sights finish line with Honda PACT</a></li> <li><a href="/about/news/2023/music-students-break-records.php">Music students break records</a></li> <li><a href="/about/news/2023/ptk-stretches-paws-honors-action.php">PTK stretches paws for Honors in Action</a></li> <li><a href="/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.php">Arrowood brings experience and passion to maritime program</a></li> <li><a href="/about/news/2023/gear-truck-driving.php">Gear up with truck driving</a></li> <li><a href="/about/news/2023/promise-graduate-framing-future-art-teacher.php">Promise graduate framing future as art teacher</a></li> <li><a href="/about/news/2023/what-you-should-know-about-student-services-changes.php">What you should know about student services changes</a></li> <li><a href="/about/news/2023/softball-coach-kelly-saenz-reaches-700th-victory.php">Softball Coach Kelly Saenz reaches 700th victory</a></li> <li><a href="/about/news/2023/4-vie-2-positions-san-jacinto-college-board-trustees.php">4 to vie for 2 positions on San Jacinto College Board of Trustees</a></li> <li><a href="/about/news/2023/change-can-mean-uncertainty-also-sweet-rewards.php">Change can mean uncertainty but also sweet rewards</a></li> <li><a href="/about/news/2023/18-ready-join-energy-sector-thanks-api-san-jac-job-readiness-program.php">18 ready to join energy sector thanks to API, San Jac job readiness program</a></li> <li><a href="/about/news/2023/occupational-therapy-career-choice-no-accident.php">Occupational therapy career choice is no accident</a></li> <li><a href="/about/news/2023/san-jacinto-college-partners-openfortune-drive-enrollment.php">San Jacinto College partners with OpenFortune to drive enrollment</a></li> <li><a href="/about/news/2023/grow-your-business-with-center-for-entrepreneurship.php">Grow your business with Center for Entrepreneurship</a></li> <li><a href="/about/news/2023/navy-vet-finds-new-purpose-at-san-jac.php">Navy veteran finds new purpose at San Jac</a></li> <li><a href="/about/news/2023/see-to-succeed-celebrates-100000-students.php">Award-winning See to Succeed reaches 100,00th student</a></li> <li><a href="/about/news/2023/rns-wanting-flexibility-affordability-can-start-san-jacs-nursing-bsn-program.php">RNs wanting flexibility, affordability can start with San Jac’s BSN program</a></li> <li><a href="/about/news/2023/two-careers-stem-from-san-jac-summer-camp.php">Two careers STEM from San Jac summer camp</a></li> <li><a href="/about/news/2023/Empty%20Bowls%20Combining%20art%20and%20charity%20to%20tackle%20hunger.php">Empty Bowls: Combining art and charity to tackle hunger</a></li> <li><a href="/about/news/2023/paving-pathways-student-success.php">Paving Pathways to Student Success</a></li> <li><a href="/about/news/2023/mother-daughter-duo-support-each-other-enrollment-commencement.php">Mother-daughter duo support each other from enrollment to commencement</a></li> <li><a href="/about/news/2023/san-jacinto-college-unofficial-board-trustees-election-results.php">San Jacinto College: Unofficial Board of Trustees Election Results</a></li> <li><a href="/about/news/2023/yondellbasell-cpet-partners-tpc-group-operator-training.php">LyondellBasell CPET partners with TPC Group for operator training</a></li> <li><a href="/about/news/2023/aspen-institute-recognizes-san-jacinto-college-top-10-community-college-nation.php">Aspen Institute recognizes San Jacinto College as a top 10 community college in the nation</a></li> <li><a href="/about/news/2023/san-jac-investment-club-builds-futures.php">San Jac Investment Club builds futures</a></li> <li><a href="/about/news/2023/texas-workforce-commission-presents-332000-aerospace-training.php">Texas Workforce Commission presents $332,000 for aerospace training</a></li> <li><a href="/about/news/2023/students-explore-inner-geek-mind-trekkers.php">Students explore inner geek with Mind Trekkers</a></li> <li><a href="/about/news/2023/san-jac-secures-first-second-place-napta-competition.php">San Jac secures first, second place at NAPTA Competition </a></li> <li><a href="/about/news/2023/north-campus-karate-inspires-confidence-improves-strength.php">North Campus karate inspires confidence, improves strength</a></li> <li><a href="/about/news/2023/wheeler-named-trustee-emeritus-new-board-members-sworn.php">Wheeler named Trustee Emeritus, new Board members sworn in</a></li> <li><a href="/about/news/2023/new-certificate-degree-programs-rolling-out-fall.php">New certificate, degree programs rolling out this fall</a></li> <li><a href="/about/news/2023/Foundation-donors-give-3.5-million-2022-2023.php">Foundation donors give $3.5M to students in 2022-2023</a></li> <li><a href="/about/news/2023/4-myths-to-know-about-beating-heat.php">4 Myths You Should Know About Beating the Heat</a></li> <li><a href="/about/news/2023/your-new-career-awaits-autonomous-vehicles-biomanufacturing-and-more.php">Your new career awaits: autonomous vehicles, biotechnology, and more</a></li> <li><a href="/about/news/2023/back-school-resources-you-need-succeed-2023-2024.php">Back to school: Resources you need to succeed in 2023-2024</a></li> <li><a href="/about/news/2023/whirlwind-honors-germany-trip-reflects-history-memory.php">Whirlwind honors Germany trip reflects on history, memory</a></li> <li><a href="/about/news/2023/recent-san-jac-grads-celebrate-lyondellbasell-careers.php">Recent San Jac grads celebrate LyondellBasell careers</a></li> <li><a href="/about/news/2023/stars-aligned-alumnus-career-aerospace-industry.php">Stars aligned for alumnus’ career in aerospace industry</a></li> <li><a href="/about/news/2023/power-minority-male-educators-classroom.php">Power of minority male educators in the classroom</a></li> <li><a href="/about/news/2023/fenwick-receives-women-mean-business-award.php">Fenwick receives Women Who Mean Business Award</a></li> <li><a href="/about/news/2023/san-jac-bezos-academy-open-tuition-free-preschool-north-houston.php">San Jacinto College and Bezos Academy open tuition-free preschool in North Houston</a></li> <li><a href="/about/news/2023/hispanic-outlook-magazine-ranks-san-jacinto-college-top-50-lists.php">Hispanic Outlook magazine ranks San Jacinto College on Top 50 lists</a></li> <li><a href="/about/news/2023/new-bachelors-degree-aimed-helping-fill-teacher-shortage.php">New bachelor’s degree aimed at helping to fill teacher shortage</a></li> <li><a href="/about/news/2023/san-jacinto-college-wins-three-prsa-houston-excalibur-awards.php">San Jacinto College wins three PRSA Houston Excalibur Awards</a></li> <li><a href="/about/news/2023/san-jacinto-college-player-alumni-selected-mlb-draft.php">San Jacinto College player, alumni selected in MLB Draft</a></li> <li><a href="/about/news/2023/san-jac-alum-graduates-university-3-majors-3-minors-and-40-4-years.php">San Jac alum graduates from university with 3 majors, 3 minors and 4.0 in 4 years</a></li> <li><a href="/about/news/2023/saenz-headed-eku-hall-fame.php">Saenz headed to EKU Hall of Fame</a></li> <li><a href="/about/news/2023/great-outdoors-club.php">Exploring nature’s classroom: Great Outdoors Club takes students into the wildPage Title</a></li> <li><a href="/about/news/2023/central-campus-gallery-opening-fall-2023.php">Central Campus Gallery opening fall 2023 in new location</a></li> <li><a href="/about/news/2023/san-jac-receives-acct-equity-award.php">San Jacinto College Board of Trustees receives ACCT Equity Award</a></li> <li><a href="/about/news/2023/professor-wins-vanguard-award.php">Professor wins inaugural Vanguard Award for career excellence</a></li> <li><a href="/about/news/2023/road-recovery-alumnus-gives-hope-drug-epidemic.php">Road to recovery: Alumnus gives hope amid drug epidemic</a></li> <li><a href="/about/news/2023/welcome-back-students.php">Welcome back, students</a></li> <li><a href="/about/news/2023/abacus-partners-with-san-jacinto-College-to-train-future-plumbers.php">Abacus partners with San Jacinto College to train future plumbers</a></li> <li><a href="/about/news/2023/andrades-path-to-musical-success.php">Reshaping dreams: Andrade's path to musical success</a></li> <li><a href="/about/news/2023/san-jac-celebrates-hispanic-heritage-month-with-joy.php">Alegría: San Jac celebrates Hispanic Heritage Month with joy</a></li> <li><a href="/about/news/2023/ivins-honored-as-texas-education-theatre-association-educator-of-the-year.php">Ivins honored as Texas Education Theatre Association Educator of the Year</a></li> <li><a href="/about/news/2023/san-jac-wins-big-at-ncmpr-district-competition.php">San Jac wins big at NCMPR District Competition</a></li> <li><a href="https://www.sanjac.edu/about/news/2023/veteran-pivots-military-encrypting-computer-networking.php">Veteran pivots from military encrypting to computer networking</a></li> <li><a href="/about/news/2023/san-jac-nibrt-announce-partnership-center-for-biotechnology.php">San Jacinto College & NIBRT announce partnership and the Center for Biotechnology</a></li> <li><a href="/about/news/2023/godspell-at-central-campus-theatre.php">Godspell at the Central Campus Theatre: Oct. 19-22</a></li> <li><a href="/about/news/2023/south-campus-presents-fall-exhibit.php">South Campus Gallery Presents Fall Exhibit</a></li> <li><a href="/about/news/2023/from-explorer-drafter-alumnus-justin-bewley.php">From explorer to drafter: Alumnus Justin Bewley</a></li> <li><a href="/about/news/2023/professor-shah-celebrates-decades-of-success.php">Professor Shah celebrates decades of success</a></li> <li><a href="/about/news/2023/hispanic-outlook-magazine-ranks-sjc-2023-10.php">Hispanic Outlook magazine ranks San Jacinto College among nation’s top 10</a></li> <li><a href="/about/news/2023/south-campus-dance-program-to-host-world-dance-extravaganza.php">South Campus Dance Program to Host World Dance Extravaganza</a></li> <li><a href="https://www.sanjac.edu/about/news/2023/transfer-spotlight-eliana-streeter.php">Transfer Spotlight: Eliana Streeter</a></li> <li><a href="/about/news/2023/alumna-sheds-new-light-on-term-mani-pedi.php">Alumna sheds new light on term mani-pedi</a></li> <li><a href="/about/news/2023/transfer-spotlight-gary-cooper.php">Transfer Spotlight: Gary Cooper</a></li> <li><a href="/about/news/2023/from-car-living-cardiovascular-nurse.php">From car living to cardiovascular nurse</a></li> <li><a href="/about/news/2023/board-of-trustees-approves-2023-property-tax-rates.php">Board of Trustees approves 2023 property tax rates</a></li> <li><a href="/about/news/2023/zamora-named-outstanding-chief-business-officer.php">Zamora named Outstanding Chief Business Officer by leading organization</a></li> <li><a href="/about/news/2023/san-jacinto-college-recognized-as-a-top-150-community-college.php">San Jacinto College recognized as a top 150 community college</a></li> <li><a href="/about/news/2023/cantu-wilson-appointed-to-national-assessment-governing-board.php">Dr. Cantú-Wilson appointed to National Assessment Governing Board</a></li> <li><a href="/about/news/2023/san-jacinto-college-to-launch-bachelors-degree-in-cybersecurity.php">San Jacinto College to launch bachelor’s degree in cybersecurity</a></li> <li><a href="/about/news/2023/santas-christmas-magic-theatre-at-central-campus.php">“Santa’s Christmas Magic: The Musical” at Central Campus: Dec. 7-17</a></li> <li><a href="/about/news/2023/mims-named-chair-of-acct-western-region-board.php">Mims named chair of ACCT Western Region Board</a></li> <li><a href="/about/news/2023/lifelong-learning-yoga-classes-promote-health-and-camaraderie.php">Lifelong Learning yoga classes promote health and camaraderie</a></li> <li><a href="/about/news/2023/step-by-step-instructions-for-crafting-stunning-wreaths.php">Wreath-Making Mastery: Step-by-Step Instructions for Crafting Stunning WreathsPage Title</a></li> <li><a href="/about/news/2023/state-of-the-college-highlights-accomplishments.php">Annual State of the College highlights accomplishments at San Jac</a></li> <li><a href="/about/news/2023/san-jac-awarded-certificate-of-achievement-for-excellence-in-financial-eporting.php">San Jac awarded Certificate of Achievement for Excellence in Financial Reporting</a></li> <li><a href="/about/news/2023/Pandora-Spectrometer-empowers-students-and-global-climate-research.php">Pandora Spectrometer empowers students and global climate research</a></li> <li><a href="/about/news/2023/ravens-baseball-celebrates-third-annual%20-challenger-day.php">Ravens baseball celebrates third annual Challenger Day</a></li> <li><a href="/about/news/2023/culinary-major-blends-college-and-community.php">Culinary major blends college and community</a></li> </ul></li> </ul><button type="button" class="breadcrumbs__close"><span class="visually-hidden">Close breadcrumbs menu</span></button></nav> </div> </nav> </div> <div class="container"> <div class="blog blog--detail"> <section class="wysiwyg"> <figure class="img-inline img-inline--full blog__image"><img alt="San Jacinto Logo" src="/about/news/images/Amy_Arrowood_1_by_Melissa_Trevizo.jpg"></figure> <div class="blog__content"> <p>Captain Amy Arrowood, San Jacinto College's director of the maritime credit program, has a career that spans more than 20 years. During that time, she served in the U.S. Coast Guard and sailed U.S. flag vessels coastwide and internationally.</p> <p>A graduate of Texas A&M University-Galveston with a Bachelor of Science in marine transportation, Arrowood joined the Coast Guard as a commissioned officer in 2002. She counts many memorable experiences while being in port in 15 countries.</p> <p>"Once, my ship traveled to the Marshall Islands in the central Pacific Ocean between Hawaii and the Philippines," she said. "It's a remote island that most mariners wouldn't get to see. Our ship was one of the largest to ever call in that area."</p> <p>She earned the U.S. Coast Guard Meritorious Team Commendation and Unit Commendation in 2004 and the U.S. Coast Guard Commendation Medal in 2005.</p> <p><span style="font-size: 18px;"><strong>Dropping anchor at San Jac</strong></span></p> <p> <figure class="img-inline img-inline--float float-right"> <img alt="Amy Arrowood" src="/about/news/images/amy_arrowood_2_by_melissa_trevizo_0.jpeg"> </figure> Arrowood's connection to San Jac began in 2014, when she joined an advisory committee for the Maritime Technology and Training Center while working as a port captain and marine operations manager for J.A.M. Marine Services.</p> <p>"Serving on the committee, I saw the architect's renderings for the building and got in early to set the foundation for what courses would be the most beneficial to our students," Arrowood said. "This facility and program were an answer to the needs of the industry to fill an educational gap for entry-level mariners."</p> <p>After signing on as a maritime transportation program faculty member, she began teaching classes and curating curriculum in a temporary facility off State Highway 225 while the new center was under construction.</p> <p>"It was a small program that filled up quickly, and I knew each of my students well," Arrowood said. "If they ever missed class, I was checking up on them to see if they were OK. Even now, if my students are absent or miss assignments, I'm waiting at the top of the stairs to catch them to see how they are doing."</p> <p>Arrowood earned the 2018-2019 Administrator Excellence Award for serving as a role model, working collaboratively with others, meeting students' and other employees' needs, and exemplifying dedication, service, and involvement in the College community.</p> <p>"Part of the joy of being an instructor is seeing the outcomes of our program," she said. "I love when a student lands a job and they circle back to let us know how they are doing. It's a great feeling when you see passion for the industry spark in a student and they see it through."</p> <p>Captain Jennifer Del Angel, a San Jac maritime graduate, credits her drive to prove she can be the best partly to Arrowood.</p> <p>"Captain Amy is my mentor," Del Angel said. "She went to bat for me and helped me get my internships. I look at her as a strong role model of what women in our industry can achieve."</p> <p><span style="font-size: 18px;"><strong>About the program</strong></span></p> <p>Since Arrowood joined San Jac, the maritime programs have grown. Two years after starting maritime training, the College introduced the state's first and only associate degree for maritime transportation. This degree program combines Coast Guard- and Standards of Training, Certification, and Watchkeeping-approved maritime training with the college-level academics required of an associate degree.</p> <p>The College also started a program for those who wish to work in other areas of maritime: an associate degree for cargo handling/logistics, transferable to universities.</p> <p>In March 2016, the Maritime Technology and Training Center officially opened its doors to both credit and non-credit students. And in 2019, the center earned the prestigious Bellwether Award in Workforce Development.</p> <p>"The goal moving forward is to keep growing the program and establishing more educational partnerships and transfer opportunities," Arrowood said. "The success of our students always comes first."</p> <p>Learn more at <a href="/programs/areas-of-study/manufacturing/maritime/">sanjac.edu/programs/areas-of-study/manufacturing/maritime/</a>.</p> </div> </section> <section class="blog__tags"> <div class="blog__tag-label"> Categorized As </div> <div class="blog__tag-list"><a href="/about/news/?tag=Maritime">Maritime</a></div> </section> </div> </div> </main> <!-- OU Search Ignore Start Here --><!-- OU Search Ignore End Here --> <div class="footer-sock"> <div class="footer-sock__image"><img src="/_resources/images/hero.jpg" alt="placeholder image"></div> <div class="container"> <div class="footer-sock__content"> <div class="footer-sock__eyebrow">Make San Jac</div> <h2 class="footer-sock__title">Your Launchpad to success</h2> </div> </div> </div> <!-- OU Search Ignore Start Here --><footer class="main-footer" role="contentinfo"> <div class="container"> <div class="main-footer__columns"> <div class="main-footer__col"> <div class="main-footer__logo"><svg xmlns="http://www.w3.org/2000/svg" width="284" height="69" viewBox="0 0 284 69" fill="none"> <title>San Jacinto College logo</title> <g clip-path="url(#clip0_4822_5577)"> <mask style="mask-type:luminance" maskUnits="userSpaceOnUse" x="-1" y="0" width="285" height="69"> <path d="M283.75 0H-0.819946V68.66H283.75V0Z" fill="white"/> </mask> <g> <path d="M22.18 22.8C27.38 26.29 28.89 30.03 28.89 34.54C28.89 41.86 22.11 47.07 12.69 47.07C11.0734 47.1378 9.45464 47.0068 7.87 46.68L6.87 46.48C6.87002 45.436 7.12035 44.4073 7.59999 43.48C7.71115 43.5198 7.81831 43.57 7.92 43.63C9.62838 44.4085 11.4936 44.7816 13.37 44.72C16.89 44.72 20.37 43.27 21.67 39.72C21.9789 38.5227 22.0937 37.2836 22.01 36.05" fill="currentColor"/> <path d="M29.82 33.59C30.528 33.9626 31.2557 34.2964 32 34.59L32.51 41.85H31.24C30.93 39.92 30.76 38.92 29.82 37.7C29.82 37.64 29.28 37.3 29.23 37.24C29.6682 36.0853 29.8688 34.8541 29.82 33.62" fill="currentColor"/> <path d="M21.1 46.45C20.48 55.11 14.53 59.69 10.44 59.76C8.82999 59.76 3.87999 59.08 4.27999 55.5C4.29818 54.9128 4.5443 54.3558 4.96617 53.947C5.38805 53.5382 5.95254 53.3097 6.54 53.31C7.61 53.31 8.09999 53.87 8.45999 54.94C8.87999 56.28 9.65999 57.49 11.36 57.49C14.48 57.49 15.05 53.49 15.05 47.49C17.1031 47.4372 19.1391 47.1007 21.1 46.49M9.34999 11.97C9.34999 11.87 15.41 12.1 17.96 12.1C20.79 12.1 23.77 12.03 26.96 11.95V13.8C23.06 13.8 21.14 14.22 21.14 16.92V38.87C19.14 44.01 15.14 44.05 15.14 44.05L15.05 16.92C15.05 14.5 12.39 13.68 9.34999 13.68C9.34999 13.68 9.34999 12.29 9.34999 11.97Z" fill="currentColor"/> <path d="M25.32 0.959991C22.32 0.869991 18 0.0400085 14.52 0.0400085C6.52003 0.0400085 1.16003 5.71 1.16003 11.94C1.16003 19.08 3.81004 22.55 13.88 27.77L14 27.83L13.95 18.43C8.20004 15.31 7.20004 13.49 7.20004 9.73999C7.20004 5.52999 10.4 2.41998 15.2 2.41998C21.2 2.41998 23.25 6.25999 24.26 9.92999H26.1L25.32 0.959991Z" fill="currentColor"/> <path d="M31.39 58.26C31.0235 60.7 29.7933 62.9273 27.9232 64.5368C26.053 66.1463 23.6673 67.031 21.2 67.03C18.7707 66.9746 16.3953 66.3033 14.2964 65.0789C12.1975 63.8546 10.4439 62.1173 9.19998 60.03C9.01998 59.98 8.32997 59.85 8.01997 59.77C6.78046 59.5129 5.62522 58.949 4.65997 58.13C4.12218 57.5771 3.76235 56.8758 3.62689 56.1165C3.49142 55.3572 3.58655 54.5747 3.89997 53.87C4.42707 52.9505 5.25801 52.2433 6.24996 51.87C6.15762 51.07 6.11088 50.2653 6.10996 49.46C6.10996 41.38 9.83998 36.94 14.06 34.88V32.68C7.60998 34.68 2.32998 39.83 1.05998 46.61C0.877745 47.5995 0.787356 48.6038 0.789972 49.61C0.789972 61.02 8.29997 68.68 20.16 68.68C23.51 68.68 29.24 67.31 31.37 65.99L32.54 58.58L31.39 58.26Z" fill="currentColor"/> <path d="M2.10002 34.9L0.0200195 35.02L1.40002 43.38C1.86774 41.8047 2.63511 40.3345 3.66002 39.05C3.00229 37.7224 2.47966 36.3321 2.10002 34.9Z" fill="currentColor"/> <path d="M69.34 66.3C65.44 67.51 64.01 68.19 59.88 68.19C49.73 68.19 43.88 61.89 43.88 53.46C43.88 44.4 50.88 38.72 59.59 38.72C64.29 38.72 65.26 40.1 69.91 40.27L70.25 46.92H68.93C68.93 45.6 67.21 40.56 60.39 40.56C55.39 40.56 49.15 43.56 49.15 52.66C49.15 59.19 53.39 66.36 60.15 66.36C64.05 66.36 67.09 65.04 68.92 59.59L70.41 59.77L69.34 66.3Z" fill="currentColor"/> <path d="M93.87 38.73C103.16 38.73 109.24 45.03 109.24 53.29C109.186 55.3047 108.734 57.2888 107.912 59.1288C107.089 60.9687 105.912 62.6283 104.447 64.0125C102.982 65.3966 101.258 66.4781 99.3747 67.1949C97.4911 67.9118 95.4845 68.2499 93.47 68.19C84.01 68.19 77.76 62.12 77.76 53.35C77.76 44.35 85.45 38.73 93.87 38.73ZM94.1 66.36C101.33 66.36 103.62 60.05 103.62 53.86C103.62 45.86 99.09 40.56 93.01 40.56C86.13 40.56 83.38 46.56 83.38 52.77C83.38 60.45 88.08 66.36 94.1 66.36Z" fill="currentColor"/> <path d="M121.9 43.43C121.9 41.25 120.35 40.9 117.66 40.9V39.41C119.84 39.47 122.07 39.53 124.25 39.53C126.43 39.53 128.95 39.47 131.08 39.41V40.9C128.55 40.9 126.83 41.08 126.83 43.43V62.52C126.83 64.93 127.58 65.67 132.11 65.67C137.21 65.67 138.47 64.87 140.59 60.22H142.03L140.31 67.51C138.82 67.45 131.36 67.39 129.7 67.39C125.7 67.39 121.7 67.45 117.7 67.51V66.02C120.39 66.02 121.94 65.67 121.94 63.49L121.9 43.43Z" fill="currentColor"/> <path d="M152 43.43C152 41.25 150.45 40.9 147.75 40.9V39.41C149.93 39.47 152.17 39.53 154.35 39.53C156.53 39.53 159.05 39.47 161.17 39.41V40.9C158.65 40.9 156.93 41.08 156.93 43.43V62.52C156.93 64.93 157.67 65.67 162.2 65.67C167.31 65.67 168.57 64.87 170.69 60.22H172.1L170.38 67.51C168.89 67.45 161.44 67.39 159.77 67.39C155.77 67.39 151.77 67.45 147.77 67.51V66.02C150.47 66.02 152.02 65.67 152.02 63.49L152 43.43Z" fill="currentColor"/> <path d="M199.75 67.51C195.62 67.45 191.55 67.39 187.42 67.39C183.75 67.39 180.03 67.45 176.36 67.51V66.02C179.05 66.02 180.6 65.67 180.6 63.49V43.43C180.6 41.25 179.05 40.9 176.36 40.9V39.41C178.94 39.47 181.52 39.53 184.1 39.53C188.8 39.53 193.56 39.47 198.2 39.41L198.54 45.49H197.34C196.65 41.59 195.68 41.25 189.77 41.25H185.53V52.08H190.29C193.16 52.08 194.42 52.03 194.42 48.08H195.91C195.85 49.57 195.79 51.08 195.79 52.67C195.79 54.26 195.85 55.82 195.91 57.43H194.42C194.42 54.27 193.67 53.93 190.29 53.93H185.53V62.3C185.53 64.76 186.91 65.68 191.66 65.68C197.46 65.68 197.86 64.94 200.09 61.15H201.53L199.75 67.51Z" fill="currentColor"/> <path d="M234.95 47.04H233.68C232.25 43.89 230.82 40.56 224.85 40.56C218.61 40.56 213.33 44.34 213.33 53.56C213.33 58.89 216.33 66.4 225.43 66.4C226.836 66.3829 228.223 66.0695 229.5 65.48C229.5 64.97 229.61 61.81 229.61 61.07C229.61 57.86 229.16 57 225.2 57V55.51C227.38 55.56 229.84 55.68 232.02 55.68C233.74 55.68 235.8 55.56 237.53 55.51V57C234.83 57 234.2 57.34 234.2 59.29V62.96C234.2 63.96 234.2 64.85 235.2 65.19V66.29C231.369 67.4667 227.396 68.1193 223.39 68.23C214.16 68.23 207.68 61.75 207.68 53.73C207.68 44.56 214.79 38.73 223.79 38.73C225.596 38.7888 227.396 38.9625 229.18 39.25C229.93 39.37 233.65 40.05 234.46 40.25L234.95 47.04Z" fill="currentColor"/> <path d="M266.3 67.51C262.17 67.45 258.1 67.39 253.97 67.39C250.3 67.39 246.58 67.45 242.91 67.51V66.02C245.6 66.02 247.15 65.67 247.15 63.49V43.43C247.15 41.25 245.6 40.9 242.91 40.9V39.41C245.49 39.47 248.07 39.53 250.65 39.53C255.35 39.53 260.11 39.47 264.75 39.41L265.1 45.49H263.89C263.2 41.59 262.23 41.25 256.32 41.25H252.1V52.08H256.86C259.73 52.08 260.99 52.03 260.99 48.08H262.48C262.42 49.57 262.36 51.08 262.36 52.67C262.36 54.26 262.42 55.82 262.48 57.43H260.99C260.99 54.27 260.24 53.93 256.86 53.93H252.1V62.3C252.1 64.76 253.48 65.68 258.24 65.68C264.03 65.68 264.43 64.94 266.66 61.15H268.1L266.3 67.51Z" fill="currentColor"/> <path d="M45.3201 19.44H46.1001C46.7101 22.11 48.7001 24.7 51.6401 24.7C52.2741 24.7287 52.9073 24.6274 53.5007 24.4022C54.094 24.177 54.635 23.8327 55.0903 23.3905C55.5456 22.9483 55.9056 22.4176 56.148 21.8311C56.3905 21.2445 56.5103 20.6146 56.5001 19.98C56.5001 13.38 46.0001 15.33 46.0001 6.98001C46.0001 2.40001 49.2601 0.0299988 53.5901 0.0299988C55.0444 0.100573 56.4916 0.277713 57.9201 0.559998L58.4901 5.10001H57.6701C57.5755 3.97583 57.044 2.93354 56.1895 2.1969C55.3351 1.46025 54.2259 1.08798 53.1001 1.16C50.4001 1.16 48.8401 3.15999 48.8401 5.70999C48.8401 12.31 59.7701 10.5 59.7701 18.71C59.7701 23.32 55.6201 25.91 51.4301 25.91C49.5547 25.9064 47.7023 25.497 46.0001 24.71L45.3201 19.44Z" fill="currentColor"/> <path d="M76.1001 17.59H76.5201C77.4101 17.59 78.3 17.34 78.3 16.74C78.2835 16.3344 78.1849 15.9364 78.0101 15.57L76.7001 11.99H70.7001L69.9201 14.29C69.6296 15.0343 69.4249 15.8093 69.3101 16.6C69.3101 17.45 70.49 17.6 71.16 17.6H71.5901V18.53C70.3801 18.53 69.17 18.46 67.97 18.46C67.04 18.46 65.9701 18.46 65.0601 18.53V17.59C66.8701 17.59 67.4001 16.85 67.6801 16.1L72.7601 3.10001C72.9394 2.73155 73.0576 2.33639 73.11 1.92999C73.1064 1.76116 73.0829 1.59333 73.0401 1.42999L75.7701 0.429993L81.1001 15.48C81.6601 17.11 82.2001 17.57 84.1001 17.57V18.5C82.7501 18.5 81.4401 18.43 80.1001 18.43C78.7601 18.43 77.4401 18.43 76.1001 18.5V17.59ZM73.7601 3.67999H73.69L71.0901 10.85H76.3101L73.7601 3.67999Z" fill="currentColor"/> <path d="M91.4801 3.67999C91.4801 2.07999 89.3501 2.01001 88.6501 2.01001V1.09C89.5001 1.09 90.3101 1.16 91.1301 1.16C91.9501 1.16 92.7601 1.16 93.5101 1.09L104.33 13.79V4.48999C104.33 2.03999 103.33 2.01001 101.49 2.01001V1.09C102.63 1.09 103.87 1.16 105 1.16C106.13 1.16 107.17 1.16 108.2 1.09V2.01001C106.53 2.01001 105.75 2.08001 105.75 3.85001V18.9H104.9L92.9001 4.89999V14.37C92.9001 16.93 93.2601 17.53 95.9001 17.53V18.46C94.7301 18.46 93.3801 18.38 92.1701 18.38C90.9601 18.38 89.76 18.38 88.55 18.46V17.59C91.46 17.59 91.4601 16.14 91.4601 13.59L91.4801 3.67999Z" fill="currentColor"/> <path d="M135.1 22.25C135.1 27.04 134.43 28.25 133.47 29.91C132.86 30.8192 132.036 31.564 131.069 32.0785C130.103 32.5931 129.025 32.8615 127.93 32.86C126.16 32.86 124.28 32.18 124.28 30.48C124.264 30.2771 124.292 30.0732 124.36 29.8816C124.429 29.69 124.537 29.5149 124.677 29.3678C124.818 29.2207 124.988 29.1048 125.176 29.0276C125.364 28.9505 125.567 28.9138 125.77 28.92C125.93 28.9233 126.088 28.9598 126.234 29.0273C126.38 29.0948 126.51 29.1917 126.616 29.312C126.722 29.4323 126.802 29.5734 126.851 29.7262C126.9 29.8791 126.917 30.0404 126.9 30.2C126.9 31.15 127.79 31.72 128.82 31.72C131.62 31.72 131.62 27.29 131.62 24.45V4.01001C131.62 1.52001 130.28 1.48998 128.39 1.44998V0.529999C130.06 0.529999 131.69 0.600006 133.29 0.600006C134.89 0.600006 136.56 0.599999 138.29 0.529999V1.44998C136.41 1.44998 135.06 1.52001 135.06 4.01001L135.1 22.25Z" fill="currentColor"/> <path d="M153.9 17.59H154.33C155.22 17.59 156.1 17.34 156.1 16.74C156.089 16.3348 155.993 15.9364 155.82 15.57L154.51 11.99H148.51L147.73 14.29C147.433 15.0303 147.222 15.8019 147.1 16.59C147.1 17.44 148.27 17.59 148.95 17.59H149.37V18.52C148.16 18.52 146.96 18.45 145.75 18.45C144.83 18.45 143.8 18.45 142.84 18.52V17.59C144.65 17.59 145.18 16.85 145.47 16.1L150.54 3.10001C150.726 2.73364 150.848 2.33781 150.9 1.92999C150.891 1.76159 150.868 1.59428 150.83 1.42999L153.56 0.429993L158.88 15.48C159.45 17.11 159.98 17.57 161.88 17.57V18.5C160.53 18.5 159.22 18.43 157.88 18.43C156.54 18.43 155.22 18.43 153.88 18.5L153.9 17.59ZM151.56 3.67999H151.49L148.9 10.85H154.1L151.56 3.67999Z" fill="currentColor"/> <path d="M182.26 17.73C179.84 18.48 178.96 18.9 176.4 18.9C170.12 18.9 166.5 15 166.5 9.78C166.5 4.17 170.83 0.660004 176.22 0.660004C179.13 0.660004 179.74 1.51 182.61 1.66L182.82 5.78H182.01C182.01 4.96 180.94 1.84 176.72 1.84C173.63 1.84 169.77 3.68001 169.77 9.32001C169.77 13.37 172.39 17.81 176.58 17.81C178.99 17.81 180.87 16.99 182.01 13.62L182.93 13.73L182.26 17.73Z" fill="currentColor"/> <path d="M192.1 3.59C192.1 2.24 191.1 2.03 189.47 2.03V1.10999C190.82 1.10999 192.21 1.17999 193.55 1.17999C194.89 1.17999 196.46 1.17999 197.78 1.10999V2.03C196.11 2.03 195.15 2.24 195.15 3.59V15.99C195.15 17.34 196.15 17.55 197.78 17.55V18.48C196.46 18.48 194.97 18.41 193.55 18.41C192.13 18.41 190.82 18.41 189.47 18.48V17.59C191.14 17.59 192.1 17.38 192.1 16.03V3.59Z" fill="currentColor"/> <path d="M206.6 3.67999C206.6 2.07999 204.47 2.01001 203.76 2.01001V1.09C204.61 1.09 205.43 1.16 206.24 1.16C207.05 1.16 207.88 1.16 208.62 1.09L219.44 13.79V4.48999C219.44 2.03999 218.49 2.01001 216.61 2.01001V1.09C217.74 1.09 218.98 1.16 220.12 1.16C221.26 1.16 222.28 1.16 223.31 1.09V2.01001C221.65 2.01001 220.86 2.08001 220.86 3.85001V18.9H220.01L208.01 4.89999V14.37C208.01 16.93 208.36 17.53 211.01 17.53V18.46C209.84 18.46 208.49 18.38 207.29 18.38C206.09 18.38 204.88 18.38 203.67 18.46V17.59C206.58 17.59 206.58 16.14 206.58 13.59L206.6 3.67999Z" fill="currentColor"/> <path d="M234.88 2.22H232.18C230.02 2.22 229.59 2.50998 228.99 4.91998H228.1L228.59 0.23999H229.3C229.3 0.90999 230.12 1.09 230.86 1.09H242.18C242.543 1.15523 242.916 1.10889 243.252 0.957123C243.588 0.805353 243.869 0.555294 244.06 0.23999H244.78L244.42 4.91998H243.42C243.21 2.64998 242.93 2.22 241.47 2.22H237.92V15.99C237.92 17.34 238.92 17.55 240.76 17.55V18.48C239.24 18.48 237.76 18.41 236.33 18.41C234.9 18.41 233.59 18.41 232.03 18.48V17.59C233.91 17.59 234.87 17.38 234.87 16.03L234.88 2.22Z" fill="currentColor"/> <path d="M259.9 0.660004C265.65 0.660004 269.41 4.56 269.41 9.66C269.375 10.9064 269.095 12.1337 268.585 13.2717C268.076 14.4098 267.347 15.4363 266.441 16.2925C265.534 17.1488 264.468 17.818 263.303 18.262C262.138 18.706 260.896 18.916 259.65 18.88C253.79 18.88 249.93 15.12 249.93 9.69C249.93 4.26 254.68 0.639984 259.93 0.639984M260.07 17.75C264.54 17.75 265.96 13.84 265.96 10.01C265.96 5.01001 263.16 1.78 259.4 1.78C255.14 1.78 253.4 5.5 253.4 9.34C253.4 14.09 256.31 17.75 260.04 17.75" fill="currentColor"/> <path d="M276.99 3.28C276.991 3.08047 276.916 2.88812 276.78 2.74158C276.645 2.59503 276.459 2.50514 276.26 2.48999C276.156 2.48058 276.051 2.49438 275.952 2.5304C275.854 2.56642 275.765 2.62378 275.691 2.69833C275.617 2.77289 275.561 2.8628 275.526 2.96164C275.492 3.06048 275.479 3.16578 275.49 3.26999C275.49 4.26999 277.36 3.99999 277.36 5.48999C277.356 5.6782 277.312 5.86344 277.232 6.03381C277.152 6.20419 277.037 6.35592 276.895 6.47928C276.753 6.60264 276.586 6.69492 276.406 6.75015C276.226 6.80538 276.037 6.82235 275.85 6.79999C275.499 6.78897 275.156 6.69288 274.85 6.51999C274.85 6.19999 274.78 5.89001 274.75 5.57001H274.92C275 6.10001 275.29 6.57001 275.92 6.57001C276.017 6.57688 276.115 6.5636 276.207 6.53101C276.299 6.49842 276.383 6.44721 276.455 6.38059C276.526 6.31396 276.583 6.23334 276.622 6.14377C276.66 6.0542 276.68 5.95759 276.68 5.85999C276.68 4.74999 274.85 5.1 274.85 3.59C274.843 3.41098 274.875 3.23262 274.943 3.06699C275.012 2.90135 275.115 2.75231 275.246 2.62998C275.376 2.50764 275.532 2.41487 275.702 2.35794C275.872 2.30101 276.052 2.28123 276.23 2.29999C276.4 2.29999 276.93 2.36999 277.13 2.39999C277.13 2.69766 277.15 2.99498 277.19 3.29001L276.99 3.28Z" fill="currentColor"/> <path d="M280.79 5.59L282.27 2.32999H282.9H283.56V2.59C283.37 2.59 282.99 2.59 282.98 2.88C282.969 3.04317 282.969 3.20683 282.98 3.37L283.22 6.22C283.22 6.53 283.4 6.56001 283.77 6.57001V6.76001H282.87H281.87V6.57001C282.2 6.57001 282.41 6.57 282.41 6.28C282.41 6.2 282.41 6.14 282.41 5.97L282.24 3.34L280.65 6.85001H280.5L278.99 3.41L278.77 6.14999C278.77 6.34999 278.82 6.45 278.91 6.5C279.031 6.55935 279.166 6.58361 279.3 6.57001H279.38V6.76001H278.53H277.8V6.57001H277.88C278.38 6.57001 278.39 6.33998 278.45 5.88998L278.64 4.16C278.683 3.79481 278.706 3.42763 278.71 3.06C278.71 2.71 278.44 2.59 278.17 2.59H278.09V2.41H278.85H279.41L280.79 5.59Z" fill="currentColor"/> </g> </g> <defs> <clipPath> <rect width="283.76" height="68.66" fill="white"/> </clipPath> </defs></svg></div> <div class="social-media__list"> <div class="social-media__item"><a href="https://www.facebook.com/SanJacintoCollege/"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"> <path d="M30.5 15.001C30.5 6.7167 23.7843 0.000976562 15.5 0.000976562C7.21572 0.000976562 0.5 6.7167 0.5 15.001C0.5 22.4878 5.98525 28.6935 13.1562 29.8188V19.3369H9.34766V15.001H13.1562V11.6963C13.1562 7.93692 15.3957 5.86035 18.822 5.86035C20.4626 5.86035 22.1797 6.15332 22.1797 6.15332V9.84473H20.2883C18.425 9.84473 17.8438 11.0011 17.8438 12.1885V15.001H22.0039L21.3389 19.3369H17.8438V29.8188C25.0147 28.6935 30.5 22.4878 30.5 15.001Z" fill="currentColor"/></svg><span class="visually-hidden">facebook</span></a></div> <div class="social-media__item"><a href="https://twitter.com/sanjaccollege"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"> <path d="M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z" fill="#0048B5" stroke="white" stroke-width="0.109119" stroke-miterlimit="10"/> <path d="M6.75997 7.30945L13.9298 16.896L6.71478 24.6904H8.33872L14.6556 17.8661L19.7593 24.6904H25.2852L17.7118 14.5647L24.4276 7.30945H22.8036L16.9863 13.5942L12.2859 7.30945H6.75997ZM9.14804 8.50551H11.6866L22.8968 23.4943H20.3582L9.14804 8.50551Z" fill="white"/></svg><span class="visually-hidden">twitter</span></a></div> <div class="social-media__item"><a href="https://www.instagram.com/sanjaccollege"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30" fill="none"> <path d="M15.5 2.70215C19.5078 2.70215 19.9824 2.71973 21.5586 2.79004C23.0234 2.85449 23.8145 3.10059 24.3418 3.30566C25.0391 3.5752 25.543 3.90332 26.0645 4.4248C26.5918 4.95215 26.9141 5.4502 27.1836 6.14746C27.3887 6.6748 27.6348 7.47168 27.6992 8.93066C27.7695 10.5127 27.7871 10.9873 27.7871 14.9893C27.7871 18.9971 27.7695 19.4717 27.6992 21.0479C27.6348 22.5127 27.3887 23.3037 27.1836 23.8311C26.9141 24.5283 26.5859 25.0322 26.0645 25.5537C25.5371 26.0811 25.0391 26.4033 24.3418 26.6729C23.8145 26.8779 23.0176 27.124 21.5586 27.1885C19.9766 27.2588 19.502 27.2764 15.5 27.2764C11.4922 27.2764 11.0176 27.2588 9.44141 27.1885C7.97656 27.124 7.18555 26.8779 6.6582 26.6729C5.96094 26.4033 5.45703 26.0752 4.93555 25.5537C4.4082 25.0264 4.08594 24.5283 3.81641 23.8311C3.61133 23.3037 3.36523 22.5068 3.30078 21.0479C3.23047 19.4658 3.21289 18.9912 3.21289 14.9893C3.21289 10.9814 3.23047 10.5068 3.30078 8.93066C3.36523 7.46582 3.61133 6.6748 3.81641 6.14746C4.08594 5.4502 4.41406 4.94629 4.93555 4.4248C5.46289 3.89746 5.96094 3.5752 6.6582 3.30566C7.18555 3.10059 7.98242 2.85449 9.44141 2.79004C11.0176 2.71973 11.4922 2.70215 15.5 2.70215ZM15.5 0.000976562C11.4277 0.000976562 10.918 0.0185547 9.31836 0.0888672C7.72461 0.15918 6.62891 0.416992 5.67969 0.786133C4.68945 1.17285 3.85156 1.68262 3.01953 2.52051C2.18164 3.35254 1.67188 4.19043 1.28516 5.17481C0.916016 6.12988 0.658203 7.21973 0.587891 8.81348C0.517578 10.4189 0.5 10.9287 0.5 15.001C0.5 19.0732 0.517578 19.583 0.587891 21.1826C0.658203 22.7764 0.916016 23.8721 1.28516 24.8213C1.67188 25.8115 2.18164 26.6494 3.01953 27.4814C3.85156 28.3135 4.68945 28.8291 5.67383 29.21C6.62891 29.5791 7.71875 29.8369 9.3125 29.9072C10.9121 29.9775 11.4219 29.9951 15.4941 29.9951C19.5664 29.9951 20.0762 29.9775 21.6758 29.9072C23.2695 29.8369 24.3652 29.5791 25.3145 29.21C26.2988 28.8291 27.1367 28.3135 27.9688 27.4814C28.8008 26.6494 29.3164 25.8115 29.6973 24.8272C30.0664 23.8721 30.3242 22.7822 30.3945 21.1885C30.4648 19.5889 30.4824 19.0791 30.4824 15.0068C30.4824 10.9346 30.4648 10.4248 30.3945 8.8252C30.3242 7.23145 30.0664 6.13574 29.6973 5.18652C29.3281 4.19043 28.8184 3.35254 27.9805 2.52051C27.1484 1.68848 26.3105 1.17285 25.3262 0.791992C24.3711 0.422852 23.2813 0.165039 21.6875 0.0947266C20.082 0.0185547 19.5723 0.000976562 15.5 0.000976562Z" fill="currentColor"/> <path d="M15.5 7.2959C11.2461 7.2959 7.79492 10.7471 7.79492 15.001C7.79492 19.2549 11.2461 22.7061 15.5 22.7061C19.7539 22.7061 23.2051 19.2549 23.2051 15.001C23.2051 10.7471 19.7539 7.2959 15.5 7.2959ZM15.5 19.999C12.7402 19.999 10.502 17.7607 10.502 15.001C10.502 12.2412 12.7402 10.0029 15.5 10.0029C18.2598 10.0029 20.498 12.2412 20.498 15.001C20.498 17.7607 18.2598 19.999 15.5 19.999Z" fill="currentColor"/> <path d="M25.3086 6.99121C25.3086 7.98731 24.5 8.79004 23.5098 8.79004C22.5137 8.79004 21.7109 7.98145 21.7109 6.99121C21.7109 5.99512 22.5195 5.19238 23.5098 5.19238C24.5 5.19238 25.3086 6.00098 25.3086 6.99121Z" fill="currentColor"/></svg><span class="visually-hidden">instagram</span></a></div> <div class="social-media__item"><a href="https://www.youtube.com/channel/UCI1NpfV1ucoBD9ZJbg1MJOA"><svg xmlns="http://www.w3.org/2000/svg" width="31" height="22" viewBox="0 0 31 22" fill="none"> <path d="M30.2012 5.00098C30.2012 5.00098 29.9082 2.93262 29.0059 2.02441C27.8633 0.829102 26.5859 0.823242 26 0.75293C21.8047 0.448242 15.5059 0.448242 15.5059 0.448242H15.4941C15.4941 0.448242 9.19531 0.448242 5 0.75293C4.41406 0.823242 3.13672 0.829102 1.99414 2.02441C1.0918 2.93262 0.804688 5.00098 0.804688 5.00098C0.804688 5.00098 0.5 7.43262 0.5 9.8584V12.1318C0.5 14.5576 0.798828 16.9893 0.798828 16.9893C0.798828 16.9893 1.0918 19.0576 1.98828 19.9658C3.13086 21.1611 4.63086 21.1201 5.29883 21.249C7.70117 21.4775 15.5 21.5479 15.5 21.5479C15.5 21.5479 21.8047 21.5361 26 21.2373C26.5859 21.167 27.8633 21.1611 29.0059 19.9658C29.9082 19.0576 30.2012 16.9893 30.2012 16.9893C30.2012 16.9893 30.5 14.5635 30.5 12.1318V9.8584C30.5 7.43262 30.2012 5.00098 30.2012 5.00098ZM12.4004 14.8916V6.45996L20.5039 10.6904L12.4004 14.8916Z" fill="currentColor"/></svg><span class="visually-hidden">youtube</span></a></div> </div> <div class="general-links"> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewBox="0 0 21 18" fill="none"> <title>Phone</title> <path d="M7.62273 5.92291L8.26627 5.33679C8.93604 4.73298 8.93604 3.74683 8.26627 3.14302L5.30598 0.457942C4.98339 0.165495 4.55339 0.000488281 4.09448 0.000488281C3.6396 0.000488281 3.20964 0.165484 2.88721 0.457942L2.23438 1.05005L7.62273 5.92291Z" fill="currentColor"/> <path d="M13.1482 12.0108C12.4227 12.0668 10.9103 11.4657 9.32497 10.0278C8.44838 9.2328 7.76629 8.37409 7.39826 7.6016C7.19654 7.17545 7.11031 6.80575 7.14 6.54497L1.64979 1.58008L1.2789 1.9166C-0.713926 3.7204 1.46082 8.51672 6.22393 12.8405C9.68457 15.9756 13.6 18.0004 16.2008 18.0004C17.0774 18.0004 17.7719 17.7755 18.2682 17.3255L18.6312 16.9962L13.1482 12.0108Z" fill="currentColor"/> <path d="M19.8758 13.6728L16.9155 10.984C16.5889 10.6916 16.1589 10.5303 15.704 10.5303C15.2451 10.5303 14.8151 10.6915 14.4925 10.984L13.8398 11.5784L19.2149 16.466L19.8755 15.8669C20.5412 15.263 20.5412 14.2768 19.8757 13.6729L19.8758 13.6728Z" fill="currentColor"/></svg></div><a href="tel:2819986150" class="general-links__link">281-998-6150</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Inquire</title> <path d="M6.98374 0.000976562C3.41002 0.000976562 0.5 2.9072 0.5 6.48089C0.5 8.39335 1.33993 10.2009 2.80256 11.4346C3.8525 12.3233 4.49753 13.5308 4.59886 14.802H9.36869C9.4737 13.5308 10.1149 12.3233 11.165 11.4346C12.6275 10.2009 13.4676 8.39328 13.4676 6.48089C13.4673 2.90717 10.561 0.000976562 6.98346 0.000976562H6.98374ZM11.0864 6.85591C10.8764 6.85591 10.7114 6.69092 10.7114 6.48089C10.7114 4.4297 9.03887 2.75709 6.98374 2.75709C6.77753 2.75709 6.60872 2.58829 6.60872 2.38206C6.60872 2.17584 6.77738 2.00704 6.98374 2.00704C9.45115 2.00704 11.4614 4.0132 11.4614 6.48089C11.4614 6.69104 11.2926 6.85591 11.0864 6.85591Z" fill="currentColor"/> <path d="M4.61719 16.7336C4.61719 16.9398 4.78586 17.1086 4.99221 17.1086C5.27718 17.1086 5.50976 17.3411 5.50976 17.6262C5.50976 17.8324 5.67843 18.0012 5.88479 18.0012H8.08233C8.29235 18.0012 8.45736 17.8325 8.45736 17.6262C8.45736 17.3412 8.68982 17.1086 8.97491 17.1086C9.18493 17.1086 9.34994 16.94 9.34994 16.7336V15.5524L4.61736 15.5522L4.61719 16.7336Z" fill="currentColor"/></svg></div><a href="mailto:information@sjcd.edu" class="general-links__link">General Inquiry</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"> <title>Feedback</title> <path d="M15.0102 0.856934H1.99008C1.17009 0.856934 0.5 1.52884 0.5 2.35868V10.3289H16.4999L16.5 2.35868C16.5 1.52896 15.83 0.857058 15.01 0.857058L15.0102 0.856934ZM13.7539 3.59012L9.52988 7.84727C9.39966 7.9785 9.18869 7.9785 9.05857 7.84727L7.03735 5.81047L3.71771 9.15611C3.65266 9.22166 3.5673 9.25456 3.48206 9.25456C3.39682 9.25456 3.31146 9.22178 3.24641 9.15611C3.1162 9.02487 3.1162 8.81225 3.24641 8.6811L6.8016 5.09808C6.93181 4.96684 7.14279 4.96684 7.27291 5.09808L9.29413 7.13487L13.2826 3.11512C13.4129 2.98388 13.6238 2.98388 13.754 3.11512C13.8842 3.24636 13.8842 3.45889 13.7541 3.59012H13.7539Z" fill="currentColor"/> <path d="M0.5 11.7823C0.5 12.5958 1.16996 13.2577 1.99007 13.2577H6.28345L5.41014 15.2436C5.36347 15.3458 5.3735 15.4611 5.43674 15.5533C5.49671 15.6488 5.60335 15.7048 5.71337 15.7048H11.2866C11.3967 15.7048 11.5033 15.6487 11.5633 15.5533C11.6266 15.4611 11.6367 15.3458 11.59 15.2436L10.7167 13.2577H15.0101C15.83 13.2577 16.5 12.5958 16.5 11.7823V10.9688H0.500175L0.5 11.7823ZM8.26344 11.5122C8.38676 11.3903 8.61007 11.387 8.73679 11.5122C8.79676 11.5716 8.8334 11.6572 8.8334 11.7427C8.8334 11.8316 8.79676 11.9173 8.73679 11.9765C8.67343 12.0391 8.58674 12.0754 8.50005 12.0754C8.41337 12.0754 8.32679 12.0392 8.26344 11.9766C8.20335 11.9173 8.16671 11.8317 8.16671 11.7427C8.16671 11.6572 8.20335 11.5716 8.26344 11.5122H8.26344Z" fill="currentColor"/></svg></div><a href="https://www.sanjac.edu/website-feedback.php" class="general-links__link">Website Feedback</a></div> <div class="general-links__item"> <div class="general-links__icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"> <path d="M19 10.5C18.7 7.5 16.3 5 13.5 5C11.2 5 9.2 6.5 8.5 8.6C5.9 8.9 4 10.9 4 13.5C4 16.1 6 18 8.5 18H18C20.2 18 22 16.2 22 14C22 12 20.7 10.4 19 10.5Z"/></svg></div><a href="/about/contact-us/index.php" class="general-links__link">Contact Us</a></div> </div> </div> <div class="main-footer__col"> <div class="locations-list"> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/central.php" class="locations-list__link">Central Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/north.php" class="locations-list__link">North Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/maritime.php" class="locations-list__link">Maritime Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/south.php" class="locations-list__link">South Campus</a></div> <div class="locations-list__item"><span class="locations-list__icon"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"> <title>Location</title> <path d="M7.45906 0.000622017C3.87708 0.000622017 0.958984 2.89506 0.958984 6.4483C0.958984 9.89711 6.91817 17.5399 7.17227 17.8638C7.24125 17.9501 7.34643 18.0005 7.45898 18.0005C7.57154 18.0005 7.67672 17.9501 7.7457 17.8636C7.99977 17.5397 13.959 9.8933 13.959 6.44816C13.959 2.89506 11.0446 0.000488281 7.45891 0.000488281L7.45906 0.000622017ZM7.45906 9.36058C5.84041 9.36058 4.52294 8.05373 4.52294 6.44826C4.52294 4.84266 5.84041 3.53581 7.45906 3.53581C9.07771 3.53581 10.395 4.84266 10.395 6.44826C10.395 8.05373 9.07771 9.36058 7.45906 9.36058Z" fill="currentColor"/></svg></span><a href="/about/locations/generation-park.php" class="locations-list__link">Generation Park Campus</a></div> </div> </div> <div class="main-footer__col main-footer__col--wide"> <div class="main-footer__sub-col"> <div class="links-list"> <div class="links-list__item"><a href="/academic-calendar/index.php">Academic Calendar</a></div> <div class="links-list__item"><a href="https://publications.sanjac.edu/">Academic Catalog</a></div> <div class="links-list__item"><a href="/about/contact-us/employee-directory/index.php">Employee Directory</a></div> </div> </div> <div class="main-footer__sub-col"> <div class="links-list__item"><a href="/transparency/accreditation.php">Accreditation</a></div> <div class="links-list__item"><a href="/information-for/faculty-staff-future-employees/">Careers at San Jac</a></div> <div class="links-list__item"><a href="/information-for/business-partners/doing-business-with-san-jac/index.php">Doing Business with San Jac</a></div> <div class="links-list__item"><a href="/support/health-support/mental-health-resources/index.php">Mental Health Resources</a></div> <div class="links-list__item"><a href="/support/personal-support/report-an-incident/index.php">Title IX: Sexual Misconduct Information & Reporting</a></div> <div class="links-list__item"><a href="/sitemap.php">Sitemap</a></div> <div class="links-dropdown"><button type="button" class="links-dropdown__opener" aria-expanded="false">Transparency </button><div class="links-dropdown__list" aria-hidden="true"> <div class="links-list__item"><a href="/transparency/consumer-information.php">Consumer Information</a></div> <div class="links-list__item"><a href="/transparency/copyright-notice.php">Copyright Notice</a></div> <div class="links-list__item"><a href="/transparency/equal-opportunity-institution.php">Equal Opportunity Institution</a></div> <div class="links-list__item"><a href="/transparency/expressive-activities.php">Expressive Activities</a></div> <div class="links-list__item"><a href="/transparency/facility.php">Facility Usage & Privacy Compliance</a></div> <div class="links-list__item"><a href="/transparency/financial-aid-disclosures.php">Financial Aid Disclosures</a></div> <div class="links-list__item"><a href="/transparency/fiscal-affairs-reports.php">Fiscal Affairs Reports</a></div> <div class="links-list__item"><a href="/transparency/ethics-reporting.php">Fraud and Ethics Reporting</a></div> <div class="links-list__item"><a href="/transparency/grants-management.php">Grants</a></div> <div class="links-list__item"><a href="https://apps.highered.texas.gov/resumes/">Institutional Resume</a></div> <div class="links-list__item"><a href="/transparency/internal-audit-reports.php">Internal Audit Reports</a></div> <div class="links-list__item"><a href="/transparency/investment-disclosure.php">Investment Disclosure</a></div> <div class="links-list__item"><a href="/transparency/severance-agreements.php">Severance Agreements</a></div> <div class="links-list__item"><a href="/transparency/syllabus-cv.php">Syllabus & CV</a></div> <div class="links-list__item"><a href="/transparency/truth-taxation.php">Truth in Taxation</a></div> <div class="links-list__item"><a href="/transparency/utilities-consumption-report.php">Utilities Consumption Report</a></div> <div class="links-list__item"><a href="/transparency/website-privacy-policy.php">Web Privacy Notice</a></div> </div> </div> <div class="links-dropdown"><button type="button" class="links-dropdown__opener" aria-expanded="false">FERPA </button><div class="links-dropdown__list" aria-hidden="true"> <div class="links-list__item"><a href="/ferpa/index.php">Family Educational Rights & Privacy Act Rights</a></div> <div class="links-list__item"><a href="/ferpa/ferpa-rights.php">FERPA Rights</a></div> <div class="links-list__item"><a href="/ferpa/directory-information.php">Directory Information</a></div> <div class="links-list__item"><a href="/ferpa/ferpa-exceptions.php">FERPA Exceptions </a></div> <div class="links-list__item"><a href="/ferpa/solomon-amendment.php">Solomon Amendment</a></div> </div> </div> </div> </div> </div> </div> <div class="copyright"> <div class="container"> <div class="content-box"><span><span id="directedit">©</span>2026 - San Jacinto College</span><a href="/transparency/equal-opportunity-institution.php">Equal Opportunity Statement</a></div> </div> </div> </footer><!-- OU Search Ignore End Here --><!-- OU Search Ignore Start Here --> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue"></script> <script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script> <!-- needed for twitter --> <script src="/_resources/js/main.js"></script> <script src="/_resources/js/nav.js"></script> <script> function playVideo(){ var src = document.querySelector('.vid-inline__embed > iframe').src +'&autoplay=1'; document.querySelector('.vid-inline__embed > iframe').src = src; } function playVideo2(clickedElement) { var container = clickedElement.closest('.vid-inline__container'); var iframe = container.querySelector('.vid-inline__embed > iframe'); var src = iframe.src; if (!src.includes('&autoplay=1')) { src += '&autoplay=1'; } iframe.src = src; } function fixHeaderPositioning() { var header = $('header'); var alerts = document.querySelectorAll('.alert'); var headerOffset = 0; alerts.forEach(function (a) { headerOffset += a.offsetHeight; }); $(window).on('scroll load', function () { if (window.scrollY > headerOffset) { header.removeClass('js-alert-positioned'); } else { header.addClass('js-alert-positioned'); } }); } $(window).on('scroll load', fixHeaderPositioning()); </script> <script async src="https://siteimproveanalytics.com/js/siteanalyze_67106500.js"></script><!-- OU Search Ignore End Here --> <div id="ou-hidden" style="display:none;"><a id="de" rel="nofollow" href="https://a.cms.omniupdate.com/11/?skin=oucampus&account=sanjac&site=www&action=de&path=/about/news/2023/arrowood-brings-experience-and-passion-maritime-program.pcf">©</a></div><script> if(document.getElementById("de") != null && document.getElementById("directedit")) { var link = document.getElementById("de").parentNode.innerHTML; document.getElementById("de").parentNode.innerHTML = ""; document.getElementById("directedit").innerHTML = link.replace(/^\s+|\s+$/gm,''); } </script> <script src="https://www.sanjac.edu/ou-alerts/alerts-config.alerts.js?v=2.1-20260129172312"></script> <script> // archive alert processing if (document.getElementById(ouEmergencyAlerts.archivedAlertDivId)) { ouEmergencyAlerts.loadAlertFeed("processAlertFeedForArchivePage", "activeAlertFeed", "archiveActiveAlertHeading"); setTimeout(function() { ouEmergencyAlerts.loadAlertFeed("processAlertFeedForArchivePage", "archiveAlertFeed", "archiveAlertHeading"); }, 200); } // active alert processing ouEmergencyAlerts.determineActiveAlertOutput(); </script> <script type="text/template" id="oualerts-active-announcement"> <div id="oualerts-active-alert-display" class="alert alert--minor"> <div class="alert__content"> <div class="alert__message"> {%=o.title%} {%=o.subtitle %} {%=o.description %} </div> {% if (o.guid) { %} <a href="{%=o.guid %}" class="alert__cta">Learn More</a> {% } %} <button class="alert__close" id="oualerts-close-button"> <span class="visually-hidden">Close Alert</span> </button> </div> </div> </script> <script type="text/template" id="oualerts-active-warning"> <div id="oualerts-active-alert-display" class="alert alert--medium"> <div class="alert__content"> <div class="alert__message">{%=o.title%} {%=o.subtitle %} {%=o.description %}</div> {% if (o.guid) { %} <a class="alert__cta" href="{%=o.guid %}">Learn More</a> {% } %} <button id="oualerts-close-button" class="alert__close"> <span class="visually-hidden">Close Alert</span> </button></div> </div> </script> <script type="text/template" id="oualerts-active-emergency"> <div id="oualerts-active-alert-display" class="alert alert--major"> <div class="alert__content"> <div class="alert__message"> {%=o.title%} {%=o.subtitle %} {%=o.description %} </div> {% if (o.guid) { %} <a href="{%=o.guid %}" class="alert__cta">Learn More</a> {% } %} <button class="alert__close" id="oualerts-close-button"> <span class="visually-hidden">Close Alert</span> </button> </div> </div> </script> <script type="text/template" id="oualerts-archived-template"> {% if (o[0].htmlHeading) { %} <h2 class="oualerts-archive-main-heading">{%=o[0].htmlHeading %}</h2> {% } %} <ul class="oualerts-achive-list"> {% for (var i=0; o.length > i; i++) { %} <li class="oualerts-achive-list-item oualerts-archive-type-{%=o[i].severity%}"> <div class="oualerts-achive-list-item-inner"> <h3 class="oualerts-archive-title">{%=o[i].title%}</h3> <div class="oualerts-archive-date">{%=ouEmergencyAlerts.alertDateFormat("F d, Y h:i A",o[i].pubDate)%}</div> {% if (o[i].subtitle) { %} <p class="oualerts-archive-subtitle"><strong>{%=o[i].subtitle %}</strong></p> {% } %} {% if (o[i].description) { %} <p class="oualerts-archive-msg">{%=o[i].description %} {% } %} {% if (o[i].guid) { %} <a href="{%=o[i].guid %}" class="oualerts-archive-link">{%=ouEmergencyAlerts[o[i].severity + "Archive"].readMoreText%}</a> {% } %} {% if (o[i].description) { %} </p> {% } %} {% if (o[i].updates) { %} <h4 class="oualerts-archive-list-update-header">{%=ouEmergencyAlerts[o[i].severity + "Archive"].updateText %}</h4> <ul class="oualerts-achive-list-update"> {% for (var k=0; o[i].updates.length > k; k++) { %} <li class="oualerts-achive-list-item-update"> <div class="oualerts-achive-list-item-update-inner"> <h5 class="oualerts-archive-title-update">{%=o[i].updates[k].title%}</h5> <div class="oualerts-archive-date-update">{%=ouEmergencyAlerts.alertDateFormat("F d, Y h:i A",o[i].updates[k].pubDate)%}</div> {% if (o[i].updates[k].subtitle) { %} <p class="oualerts-archive-subtitle-update"><strong>{%=o[i].updates[k].subtitle %}</strong></p> {% } %} {% if (o[i].updates[k].description) { %} <p class="oualerts-archive-msg-update">{%=o[i].updates[k].description %} {% } %} {% if (o[i].updates[k].guid) { %} <a href="{%=o[i].updates[k].guid %}" class="oualerts-archive-link-update">{%=ouEmergencyAlerts[o[i].severity + "Archive"].readMoreText%}</a> {% } %} {% if (o[i].updates[k].description) { %} </p> {% } %} </div> </li> {% } %} </ul> {% } %} </div> </li> {% } %} </ul> </script> <!-- ouc:info uuid="e0443863-8d65-4618-847f-c41e78f073ce"/ --></body> </html>Evidence under constructionSolution Disable debugging messages before pushing to production.
-
Private IP Disclosure (1)
GET https://www.sanjac.edu/_resources/ldp/forms/phpinfo.php
Alert tags Alert description A private IP (such as 10.x.x.x, 172.x.x.x, 192.168.x.x) or an Amazon EC2 private hostname (for example, ip-10-0-56-78) has been found in the HTTP response body. This information might be helpful for further attacks targeting internal systems.
Other info 10.41.21.135
10.41.22.13
10.41.13.54
10.41.21.135
10.41.21.135
10.41.22.13
10.41.13.54
Request Request line and header section (307 bytes)
GET https://www.sanjac.edu/_resources/ldp/forms/phpinfo.php HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/sitemap.xmlRequest body (0 bytes)
Response Status line and header section (567 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:51 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Vary: Accept-Encoding Server: director Strict-Transport-Security: max-age=31536000; includeSubDomains content-length: 81589Response body (81589 bytes)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <style type="text/css"> body {background-color: #fff; color: #222; font-family: sans-serif;} pre {margin: 0; font-family: monospace;} a:link {color: #009; text-decoration: none; background-color: #fff;} a:hover {text-decoration: underline;} table {border-collapse: collapse; border: 0; width: 934px; box-shadow: 1px 2px 3px #ccc;} .center {text-align: center;} .center table {margin: 1em auto; text-align: left;} .center th {text-align: center !important;} td, th {border: 1px solid #666; font-size: 75%; vertical-align: baseline; padding: 4px 5px;} th {position: sticky; top: 0; background: inherit;} h1 {font-size: 150%;} h2 {font-size: 125%;} .p {text-align: left;} .e {background-color: #ccf; width: 300px; font-weight: bold;} .h {background-color: #99c; font-weight: bold;} .v {background-color: #ddd; max-width: 300px; overflow-x: auto; word-wrap: break-word;} .v i {color: #999;} img {float: right; border: 0;} hr {width: 934px; background-color: #ccc; border: 0; height: 1px;} </style> <title>PHP 8.1.2-1ubuntu2.23 - phpinfo()</title><meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" /></head> <body><div class="center"> <table> <tr class="h"><td> <a href="http://www.php.net/"><img border="0" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHkAAABACAYAAAA+j9gsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAD4BJREFUeNrsnXtwXFUdx8/dBGihmE21QCrQDY6oZZykon/gY5qizjgM2KQMfzFAOioOA5KEh+j4R9oZH7zT6MAMKrNphZFSQreKHRgZmspLHSCJ2Co6tBtJk7Zps7tJs5t95F5/33PvWU4293F29ybdlPzaM3df2XPv+Zzf4/zOuWc1tkjl+T0HQ3SQC6SBSlD6WKN4rusGm9F1ps/o5mPriOf8dd0YoNfi0nt4ntB1PT4zYwzQkf3kR9/sW4xtpS0CmE0SyPUFUJXFMIxZcM0jAZ4xrKMudQT7963HBF0n6EaUjkP0vI9K9OEHWqJLkNW1s8mC2WgVTwGAqWTafJzTWTKZmQuZ/k1MpAi2+eys6mpWfVaAPzcILu8EVKoCAaYFtPxrAXo8qyNwzZc7gSgzgN9Hx0Ecn3j8xr4lyHOhNrlpaJIgptM5DjCdzrJ0Jmce6bWFkOpqs0MErA4gXIBuAmY53gFmOPCcdaTXCbq+n16PPLXjewMfGcgEttECeouTpk5MplhyKsPBTiXNYyULtwIW7Cx1vlwuJyDLR9L0mQiVPb27fhA54yBbGttMpc1OWwF1cmKaH2FSF7vAjGezOZZJZ9j0dIZlMhnuRiToMO0c+N4X7oksasgEt9XS2KZCHzoem2Ixq5zpAuDTqTR14FMslZyepeEI4Ogj26n0vLj33uiigExgMWRpt+CGCsEePZqoePM738BPTaJzT7CpU0nu1yXpAXCC3VeRkCW4bfJYFZo6dmJyQTW2tvZc1nb719iyZWc5fmZ6Osu6H3uVzit52oBnMll2YizGxk8muFZLAshb/YKtzQdcaO3Y2CQ7eiy+YNGvLN+4+nJetm3bxhKJxJz316xZw1pbW9kLew+w1944XBEaPj6eYCeOx1gqNe07bK1MwIDbKcOFOR49GuePT5fcfOMX2drPXcQ0zf7y2tvbWVdXF/v1k2+yQ4dPVpQ5P0Um/NjoCX6UBMFZR6k+u7qMYVBYDIEqBW7eXAfPZX19zp2/oaGBHysNMGTFinPZik9fWggbI5Omb13zUDeB3lLsdwaK/YPeyAFU0i8Aw9/2Dwyx4SPjFQEYUlf3MTYw4Jx7CIVCbHR0oqIDNMD+FMG+ZE0dO/tsHlvAWnYS6H4qjfMC+Zld/wg92/tuv2WeeYT87j+H2aFDxysGLuSy+o/z49DQkONnmpqa2MjRyoYsZOXKGnb5Z+vZqlUrxUsAvI9At/oK+elnBpoNw+Dai9TekSMxDrgSh0KrSYshTprc2NhoRf1JtlikqirAVl98AddsSavDBDrsC+QdT7/TSoB344tzOZ39+70RbporVerqasyw1MEnC8iV6I9VTDi0uqbmfPFSq2W+gyUHXuEdb3WR5rab5jnD3i/BNMN8ChNaqsTiKa55KmBWX+Tuj0XQdQVF307nhTH0CPls+O0UPbaT5TQG/8qX68u6LpV67LQ6dNknaYgaYyPDx2TzvYGCsnhRkH8b/rsF2GDj1MCInkvxvRjOuCUlipWD/zrKx7ZOwBF0vfSSM2ShyaqAAOC1Nw+zt9/5YNbrN1zfwIdpfgnqebv/A6pnWAn4qlW1HPgHQ6OeoG3N9RO/+StMdDtmV2LxJPfBpQCGfwTgrVu38jFrKaW2tpZt2LCBdXR0sEgkwhv21u9cxQsyW3ZB1+DgoOM54btU6tu8eTPr6elhy5fr7IZNDey+e76e9/fCLcAllHpdKKinpaUlX8+111xB9VzNrYxqUAY/XVVVJYMOekLu2fFGM8VWYQRYiYkU9bD4vPlHFYnH4/zvkb1CgwACHgMoUpdyw3sFXcXUh4YHaNSHDqaxdL5jwVTXBpeXVY9oF3RcUQ+O09NT7Cayfld+4RJlP42gTIq8w66Qf/X4a6FTSSMMDcaE/NhYecMM+MdyG90OAhodWoAGkTUaSZByO5WdiA4GqwStrrM6k5vFKEXQserr63l7oR5V0NBojKctaSZtbneErOtGmFxwkGewjk0UzpCUlJSIRqMcjN8CkHLDqyRByq0PEGBBhDmdj7rQVujAaLfrrlk7xyW5gUaxpEtOmOQDr0e799NYmDVBi0+OT7FcbsaXxEQk8qprEBQMBm0vVKUBRcNjskFE8W71lSt79uzhda1d6w4ZGTUUp3NWAQ3TvW/fPvbVq+rZH/ceULOcF1/I06CY3QJohCCzNJnYdgEwwvpUKuNbUsLNpO3evZtfSGHp7+/nS2pw3LLFPVWLoA5yHQUtXvXFYjH+vU4F5yOibzsRUL38MTqC3XWh8GCWziMcDjt2BNEZUIfoUOpJkwvziT3S5ua8Jj/4yD5E0yERbPkhKv4RF4mhkN1wCMHN2rWfYZ2dnWz9+vXchNkJzBoaQ8Bxqg91wWo41YdO2dzczD+3bt06Rw0rBG4nOF8oi9M0Jsw9OgLqQ124BifLgeuHyVbN0NXUrODBmDWxgRR0pNrUYqMNgDOZGZbNzvgCuc4j0kX+GPJ2//CcMagQmKkbrm/knwVEp++SIXulM1+nhj9AY207QRDnpsnye24WA59DkuPlV/5j+z5eB2hE0W1tbTyQdNJmDpksRzFp2E9csFJAboRvDvz8gZdJgw2ek55KZphfAv+Inu8UdKnmkEUHQK93EjEZ4Rbkifq8JiactEpYAy9Nli2Gm6CjIZPn1qlKFWizleOG3BIwdKNZ+KRMxr9VHKvr1NKLXo2BhlAVFRPq1qlWW6MBr3NWyY2rTGXO5ySJlN9uDuiGsV7XTVPtl8CHYGizf/9+V5Om0hAwVV4ahuU8qia03HP26kyqFkMOTudDzjs/P/QKBUiBYa5ZNucfZJUkCG/0IhpCxYyqBF3lnLOII8q1GKqdStQ3rTh5MStwXX5O/nE1metGQzPHUH6JatA1OppQ8u1eUbpX44tO4GY5vM5Z9sduFgOfG1GwUOK6VFzaSAmrWCSfzGCuuT/O+bi6QwRdTtqXN2keJ4/ejgkJ5HedRARkbkGe6ARulgMWQ+Wc3cDAWohhoZdcue7ifJ7crfP6Me8dELd0Mv8U2begC2k9SHd3t+NnNm7cqKwRbiYUkykqvlZlmOYVLIq5bHRep46JzotOc9BhuFc0ZHGLph+CJIaXr1FZSIfxsdBiN1+LpALEK2By61Aqs0rwtV7DNBU3BMCYixYTLU6C8bM5hBwum0k1mesBpmPtlj+qXFenFsAgCVLon9DYeIxUnmh05HCdBIkCVRP6ussiepVZJZXIutCHwt2I0YGY2Kiz3AIyeG5aLNooVULQBbHy1/nAK2oEtEanheil+GO3aFg0FnwSilNC4q6OrXzywc0XCy1WMaFu/tgrCBLRuWpHuP+n1zqmRXFN0GAnwKgHeW1E1C/86UDJHFKptATZMPZTafbLXHtN3OPixKRC4ev4GwB2Gy6JxhQNEYul+KoKp79RMaGqKzy9ovzt27c7pidVZtYAGJMYOP7u6bdK1mLI1GQ+/ogSZBahwKuLO2jSZt0odw65xrUhAMNrZskLsGiIXz72F3bTjV+ixvtbWcMQr3NWCbog5VyXAIy63PLrqpJITIqHkcD9P7suSiYbG53wvTLKDbr8WBbjZqIF4F3PD3ItRn1eQd5CBF3lCM5RAIYfVp0/dgZ8SvbJ2/l8MmlvNw+8qJTjm+drWQwaAXO9KMuWncc1GBMXKkGeV/pU5ZxFIsTvzovOCu3HvDnOE7NTu3rLr+PE8fy6+IEX9947YM4n/+LbPT/88R8QqoYAuVSDrZLFKcYso2AcLBIeGDPu6h3M+yqvIE/4Y6w4LdUfi+jcr86L75KvC9+PcbVfd1hCi6U7Innwk1/+Q5rcoetsdyBg3s9aCmivBsNFifGfG9zCJUFiztmpEXAbqhMgr6SLWBPu9R1enRfm1ktrC6cVYWH+/Mqg43x6sYK1edaCex7vkRZHZkF+6P6NkXvvi/TpLNBUaqTtdcsoLtIrVTcem2EHDh7m2uq0ikMINBvafOmazzt+BkGMW9CF70DndPsOaJqb38Y1oXjdCYHOiqwbPofrKid6thMAlnxxPtMy6w4K0ubNhq73U5wd5PtVleCTd+50D2CEafLloqixyv0ufMcOGq64CVaMYN2119gfAdPpuscKOxWgCMDwxfm0pvzBhx9siRLoFt3ca7Ikf+x2yygaYzHdTSi7IT9y8fMJ2Lpdhg+ZCPA2+f05d1A88mBLHzQaoA1dL6ohVLJGi+1uQj8XQMyHIMgaGT6eDxuozMkD294LRaB7CPI27DLHQSskSFRvGa30O/zndF4fF0DMhwa//9//iZ2DcILqN7xBHn1oUweNn7eJ3WO9QHvdMlrMsphKEj8XQPgpuHVVMtGOgF0hC9CGTqbb2kHOzXx73aKiuiymEv2x22ICMYYeWSALBQ7RQ0fkoZIr4DnRtS3ohzf1dNzTG9d0PcwMLahZO8UyKTMm38wteratSVtkplq4oWj0PcfrEinPhYg14H+hvdIwCVs1bvb6O+UBMYFGl90d0LRGLRDgoHEUwYnXDniQStocTVUwfPLaKQGA/RoWOmkvtnsaG8unK+PWMKlH5e+Lznp03N27RdO0TkxmYNZKszYBlyfI3RpjsQkmMOo8ls4Wsx1EKcEVAEvayyNoeRzsO2RI+93PNRLesGYtNpBhL4l/prlgZz5ob0mbtZVFhWC301d0EuQgAHPgS7D9hssTHKyMbRfLptF213NBDRuoaqxNA2yh2VUBDnxJ1M1yRW6gOgt2x64gqXK7ht1yOWyW1+wl7bYXvhUygQXgit4KuVDuBGzSbA2bmmtayNzpRgJOGu7XosHFChZzvrGTiUKt5UMiVsmbmtsCb3+2lZmwm3hFNsA/CiYdKyfhYx3Aws8urp8nsJM72naGCG8zYwZMecjk/WHVVRbsMwU6tBVQsWJS2sNDlrgVTO0RE/vzKQtuN2+/85k5PxlUaL75D3BZwKss+JUqSFRAO/F7Eqlkmj+2gbrgYE8rZFluu+P3pOGsyWCG/Y9/GR8exC+vYfc5flxgzRdDGsDEz/8AJsxwQcBUKPCtmKOMFJO8OKMgF8r3b3sKkAm69TN+2OZCAm5ID/g9XPypwX29ufWgudq0urrKes/8nPkxgy1bdg6z/or/SFc2mzV/xs+6HwySTmdYJp2dpaWKEregYrVfn9/B0xkD2U6+e+sOaHqImTfLrycUOIZM1hJwC3oemPXbi/y5PnsrJ136bUa8pxu69BklmANWwDRkgR1wmwVaglyi3Nz6JLQ+ZG5NxQsgNdAhmIfJN7wxgoWg9fxzPQ+c/g9YAIXgeUKCyipJO4uR/wswAOIwB/5IgxvbAAAAAElFTkSuQmCC" alt="PHP logo" /></a><h1 class="p">PHP Version 8.1.2-1ubuntu2.23</h1> </td></tr> </table> <table> <tr><td class="e">System </td><td class="v">Linux web100-i-06db7f7bb4a1ef088.prd.digarc.tech 5.15.0-1019-aws #23-Ubuntu SMP Wed Aug 17 18:33:13 UTC 2022 x86_64 </td></tr> <tr><td class="e">Build Date </td><td class="v">Jan 7 2026 08:37:41 </td></tr> <tr><td class="e">Build System </td><td class="v">Linux </td></tr> <tr><td class="e">Server API </td><td class="v">Apache 2.0 Handler </td></tr> <tr><td class="e">Virtual Directory Support </td><td class="v">disabled </td></tr> <tr><td class="e">Configuration File (php.ini) Path </td><td class="v">/etc/php/8.1/apache2 </td></tr> <tr><td class="e">Loaded Configuration File </td><td class="v">/etc/php/8.1/apache2/php.ini </td></tr> <tr><td class="e">Scan this dir for additional .ini files </td><td class="v">/etc/php/8.1/apache2/conf.d </td></tr> <tr><td class="e">Additional .ini files parsed </td><td class="v">/etc/php/8.1/apache2/conf.d/10-opcache.ini, /etc/php/8.1/apache2/conf.d/10-pdo.ini, /etc/php/8.1/apache2/conf.d/15-xml.ini, /etc/php/8.1/apache2/conf.d/20-calendar.ini, /etc/php/8.1/apache2/conf.d/20-ctype.ini, /etc/php/8.1/apache2/conf.d/20-curl.ini, /etc/php/8.1/apache2/conf.d/20-dom.ini, /etc/php/8.1/apache2/conf.d/20-exif.ini, /etc/php/8.1/apache2/conf.d/20-ffi.ini, /etc/php/8.1/apache2/conf.d/20-fileinfo.ini, /etc/php/8.1/apache2/conf.d/20-ftp.ini, /etc/php/8.1/apache2/conf.d/20-gettext.ini, /etc/php/8.1/apache2/conf.d/20-iconv.ini, /etc/php/8.1/apache2/conf.d/20-imagick.ini, /etc/php/8.1/apache2/conf.d/20-phar.ini, /etc/php/8.1/apache2/conf.d/20-posix.ini, /etc/php/8.1/apache2/conf.d/20-readline.ini, /etc/php/8.1/apache2/conf.d/20-shmop.ini, /etc/php/8.1/apache2/conf.d/20-simplexml.ini, /etc/php/8.1/apache2/conf.d/20-sockets.ini, /etc/php/8.1/apache2/conf.d/20-sysvmsg.ini, /etc/php/8.1/apache2/conf.d/20-sysvsem.ini, /etc/php/8.1/apache2/conf.d/20-sysvshm.ini, /etc/php/8.1/apache2/conf.d/20-tokenizer.ini, /etc/php/8.1/apache2/conf.d/20-xmlreader.ini, /etc/php/8.1/apache2/conf.d/20-xmlrpc.ini, /etc/php/8.1/apache2/conf.d/20-xmlwriter.ini, /etc/php/8.1/apache2/conf.d/20-xsl.ini </td></tr> <tr><td class="e">PHP API </td><td class="v">20210902 </td></tr> <tr><td class="e">PHP Extension </td><td class="v">20210902 </td></tr> <tr><td class="e">Zend Extension </td><td class="v">420210902 </td></tr> <tr><td class="e">Zend Extension Build </td><td class="v">API420210902,NTS </td></tr> <tr><td class="e">PHP Extension Build </td><td class="v">API20210902,NTS </td></tr> <tr><td class="e">Debug Build </td><td class="v">no </td></tr> <tr><td class="e">Thread Safety </td><td class="v">disabled </td></tr> <tr><td class="e">Zend Signal Handling </td><td class="v">enabled </td></tr> <tr><td class="e">Zend Memory Manager </td><td class="v">enabled </td></tr> <tr><td class="e">Zend Multibyte Support </td><td class="v">disabled </td></tr> <tr><td class="e">IPv6 Support </td><td class="v">enabled </td></tr> <tr><td class="e">DTrace Support </td><td class="v">available, disabled </td></tr> <tr><td class="e">Registered PHP Streams</td><td class="v">https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar</td></tr> <tr><td class="e">Registered Stream Socket Transports</td><td class="v">tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3</td></tr> <tr><td class="e">Registered Stream Filters</td><td class="v">zlib.*, string.rot13, string.toupper, string.tolower, convert.*, consumed, dechunk, convert.iconv.*</td></tr> </table> <table> <tr class="v"><td> <a href="http://www.zend.com/"><img border="0" src="data:image/png;base64,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" alt="Zend logo" /></a> This program makes use of the Zend Scripting Language Engine:<br />Zend Engine v4.1.2, Copyright (c) Zend Technologies<br /> with Zend OPcache v8.1.2-1ubuntu2.23, Copyright (c), by Zend Technologies<br /></td></tr> </table> <hr /> <h1>Configuration</h1> <h2><a name="module_apache2handler">apache2handler</a></h2> <table> <tr><td class="e">Apache Version </td><td class="v">Apache </td></tr> <tr><td class="e">Apache API Version </td><td class="v">20120211 </td></tr> <tr><td class="e">Server Administrator </td><td class="v">[no address given] </td></tr> <tr><td class="e">Hostname:Port </td><td class="v">sanjac.omniweb.cloud:0 </td></tr> <tr><td class="e">User/Group </td><td class="v">www-data(33)/33 </td></tr> <tr><td class="e">Max Requests </td><td class="v">Per Child: 2500 - Keep Alive: off - Max Per Connection: 100 </td></tr> <tr><td class="e">Timeouts </td><td class="v">Connection: 300 - Keep-Alive: 2 </td></tr> <tr><td class="e">Virtual Server </td><td class="v">Yes </td></tr> <tr><td class="e">Server Root </td><td class="v">/etc/apache2 </td></tr> <tr><td class="e">Loaded Modules </td><td class="v">core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_deflate mod_dir mod_env mod_filter mod_headers mod_include mod_mime prefork mod_negotiation mod_php mod_reqtimeout mod_rewrite mod_setenvif mod_speling mod_status </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">engine</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">last_modified</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">xbithack</td><td class="v">Off</td><td class="v">Off</td></tr> </table> <h2>Apache Environment</h2> <table> <tr class="h"><th>Variable</th><th>Value</th></tr> <tr><td class="e">SCRIPT_URL </td><td class="v">/_resources/ldp/forms/phpinfo.php </td></tr> <tr><td class="e">SCRIPT_URI </td><td class="v">http://www.sanjac.edu/_resources/ldp/forms/phpinfo.php </td></tr> <tr><td class="e">HTTP_X_FORWARDED_FOR </td><td class="v">54.245.52.21, 10.41.21.135 </td></tr> <tr><td class="e">HTTP_X_FORWARDED_PROTO </td><td class="v">http </td></tr> <tr><td class="e">HTTP_X_FORWARDED_PORT </td><td class="v">80 </td></tr> <tr><td class="e">HTTP_HOST </td><td class="v">www.sanjac.edu </td></tr> <tr><td class="e">HTTP_X_AMZN_TRACE_ID </td><td class="v">Root=1-69b9aa0b-36884a1e09248d3a2ecae73e </td></tr> <tr><td class="e">HTTP_X_REAL_IP </td><td class="v">54.245.52.21 </td></tr> <tr><td class="e">HTTP_USER_AGENT </td><td class="v">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 </td></tr> <tr><td class="e">HTTP_PRAGMA </td><td class="v">no-cache </td></tr> <tr><td class="e">HTTP_CACHE_CONTROL </td><td class="v">no-cache </td></tr> <tr><td class="e">HTTP_REFERER </td><td class="v">https://www.sanjac.edu/sitemap.xml </td></tr> <tr><td class="e">PATH </td><td class="v">/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin </td></tr> <tr><td class="e">SERVER_SIGNATURE </td><td class="v"><i>no value</i> </td></tr> <tr><td class="e">SERVER_SOFTWARE </td><td class="v">Apache </td></tr> <tr><td class="e">SERVER_NAME </td><td class="v">www.sanjac.edu </td></tr> <tr><td class="e">SERVER_ADDR </td><td class="v">10.41.22.13 </td></tr> <tr><td class="e">SERVER_PORT </td><td class="v">80 </td></tr> <tr><td class="e">REMOTE_ADDR </td><td class="v">10.41.13.54 </td></tr> <tr><td class="e">DOCUMENT_ROOT </td><td class="v">/srv/hosting/sanjac </td></tr> <tr><td class="e">REQUEST_SCHEME </td><td class="v">http </td></tr> <tr><td class="e">CONTEXT_PREFIX </td><td class="v"><i>no value</i> </td></tr> <tr><td class="e">CONTEXT_DOCUMENT_ROOT </td><td class="v">/srv/hosting/sanjac </td></tr> <tr><td class="e">SERVER_ADMIN </td><td class="v">[no address given] </td></tr> <tr><td class="e">SCRIPT_FILENAME </td><td class="v">/srv/hosting/sanjac/_resources/ldp/forms/phpinfo.php </td></tr> <tr><td class="e">REMOTE_PORT </td><td class="v">1852 </td></tr> <tr><td class="e">GATEWAY_INTERFACE </td><td class="v">CGI/1.1 </td></tr> <tr><td class="e">SERVER_PROTOCOL </td><td class="v">HTTP/1.1 </td></tr> <tr><td class="e">REQUEST_METHOD </td><td class="v">GET </td></tr> <tr><td class="e">QUERY_STRING </td><td class="v"><i>no value</i> </td></tr> <tr><td class="e">REQUEST_URI </td><td class="v">/_resources/ldp/forms/phpinfo.php </td></tr> <tr><td class="e">SCRIPT_NAME </td><td class="v">/_resources/ldp/forms/phpinfo.php </td></tr> </table> <h2>HTTP Headers Information</h2> <table> <tr class="h"><th colspan="2">HTTP Request Headers</th></tr> <tr><td class="e">HTTP Request </td><td class="v">GET /_resources/ldp/forms/phpinfo.php HTTP/1.1 </td></tr> <tr><td class="e">X-Forwarded-For </td><td class="v">54.245.52.21, 10.41.21.135 </td></tr> <tr><td class="e">X-Forwarded-Proto </td><td class="v">http </td></tr> <tr><td class="e">X-Forwarded-Port </td><td class="v">80 </td></tr> <tr><td class="e">Host </td><td class="v">www.sanjac.edu </td></tr> <tr><td class="e">X-Amzn-Trace-Id </td><td class="v">Root=1-69b9aa0b-36884a1e09248d3a2ecae73e </td></tr> <tr><td class="e">X-Real-IP </td><td class="v">54.245.52.21 </td></tr> <tr><td class="e">user-agent </td><td class="v">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 </td></tr> <tr><td class="e">pragma </td><td class="v">no-cache </td></tr> <tr><td class="e">cache-control </td><td class="v">no-cache </td></tr> <tr><td class="e">referer </td><td class="v">https://www.sanjac.edu/sitemap.xml </td></tr> <tr class="h"><th colspan="2">HTTP Response Headers</th></tr> </table> <h2><a name="module_calendar">calendar</a></h2> <table> <tr><td class="e">Calendar support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_core">Core</a></h2> <table> <tr><td class="e">PHP Version </td><td class="v">8.1.2-1ubuntu2.23 </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">allow_url_fopen</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">allow_url_include</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">arg_separator.input</td><td class="v">&</td><td class="v">&</td></tr> <tr><td class="e">arg_separator.output</td><td class="v">&</td><td class="v">&</td></tr> <tr><td class="e">auto_append_file</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">auto_globals_jit</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">auto_prepend_file</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">browscap</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">default_charset</td><td class="v">UTF-8</td><td class="v">UTF-8</td></tr> <tr><td class="e">default_mimetype</td><td class="v">text/html</td><td class="v">text/html</td></tr> <tr><td class="e">disable_classes</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">disable_functions</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">display_errors</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">display_startup_errors</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">doc_root</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">docref_ext</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">docref_root</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">enable_dl</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">enable_post_data_reading</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">error_append_string</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">error_log</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">error_prepend_string</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">error_reporting</td><td class="v">22527</td><td class="v">22527</td></tr> <tr><td class="e">expose_php</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">extension_dir</td><td class="v">/usr/lib/php/20210902</td><td class="v">/usr/lib/php/20210902</td></tr> <tr><td class="e">fiber.stack_size</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">file_uploads</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">hard_timeout</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">highlight.comment</td><td class="v"><font style="color: #FF8000">#FF8000</font></td><td class="v"><font style="color: #FF8000">#FF8000</font></td></tr> <tr><td class="e">highlight.default</td><td class="v"><font style="color: #0000BB">#0000BB</font></td><td class="v"><font style="color: #0000BB">#0000BB</font></td></tr> <tr><td class="e">highlight.html</td><td class="v"><font style="color: #000000">#000000</font></td><td class="v"><font style="color: #000000">#000000</font></td></tr> <tr><td class="e">highlight.keyword</td><td class="v"><font style="color: #007700">#007700</font></td><td class="v"><font style="color: #007700">#007700</font></td></tr> <tr><td class="e">highlight.string</td><td class="v"><font style="color: #DD0000">#DD0000</font></td><td class="v"><font style="color: #DD0000">#DD0000</font></td></tr> <tr><td class="e">html_errors</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">ignore_repeated_errors</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">ignore_repeated_source</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">ignore_user_abort</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">implicit_flush</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">include_path</td><td class="v">.:/usr/share/php</td><td class="v">.:/usr/share/php</td></tr> <tr><td class="e">input_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">internal_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">log_errors</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">mail.add_x_header</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">mail.force_extra_parameters</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">mail.log</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">max_execution_time</td><td class="v">30</td><td class="v">30</td></tr> <tr><td class="e">max_file_uploads</td><td class="v">20</td><td class="v">20</td></tr> <tr><td class="e">max_input_nesting_level</td><td class="v">64</td><td class="v">64</td></tr> <tr><td class="e">max_input_time</td><td class="v">60</td><td class="v">60</td></tr> <tr><td class="e">max_input_vars</td><td class="v">1000</td><td class="v">1000</td></tr> <tr><td class="e">max_multipart_body_parts</td><td class="v">-1</td><td class="v">-1</td></tr> <tr><td class="e">memory_limit</td><td class="v">128M</td><td class="v">128M</td></tr> <tr><td class="e">open_basedir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">output_buffering</td><td class="v">4096</td><td class="v">4096</td></tr> <tr><td class="e">output_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">output_handler</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">post_max_size</td><td class="v">8M</td><td class="v">8M</td></tr> <tr><td class="e">precision</td><td class="v">14</td><td class="v">14</td></tr> <tr><td class="e">realpath_cache_size</td><td class="v">4096K</td><td class="v">4096K</td></tr> <tr><td class="e">realpath_cache_ttl</td><td class="v">120</td><td class="v">120</td></tr> <tr><td class="e">register_argc_argv</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">report_memleaks</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">report_zend_debug</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">request_order</td><td class="v">GP</td><td class="v">GP</td></tr> <tr><td class="e">sendmail_from</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">sendmail_path</td><td class="v">/usr/sbin/sendmail -t -i</td><td class="v">/usr/sbin/sendmail -t -i</td></tr> <tr><td class="e">serialize_precision</td><td class="v">-1</td><td class="v">-1</td></tr> <tr><td class="e">short_open_tag</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">SMTP</td><td class="v">localhost</td><td class="v">localhost</td></tr> <tr><td class="e">smtp_port</td><td class="v">25</td><td class="v">25</td></tr> <tr><td class="e">sys_temp_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">syslog.facility</td><td class="v">LOG_USER</td><td class="v">LOG_USER</td></tr> <tr><td class="e">syslog.filter</td><td class="v">no-ctrl</td><td class="v">no-ctrl</td></tr> <tr><td class="e">syslog.ident</td><td class="v">php</td><td class="v">php</td></tr> <tr><td class="e">unserialize_callback_func</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">upload_max_filesize</td><td class="v">2M</td><td class="v">2M</td></tr> <tr><td class="e">upload_tmp_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">user_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">user_ini.cache_ttl</td><td class="v">300</td><td class="v">300</td></tr> <tr><td class="e">user_ini.filename</td><td class="v">.user.ini</td><td class="v">.user.ini</td></tr> <tr><td class="e">variables_order</td><td class="v">GPCS</td><td class="v">GPCS</td></tr> <tr><td class="e">xmlrpc_error_number</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">xmlrpc_errors</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">zend.assertions</td><td class="v">-1</td><td class="v">-1</td></tr> <tr><td class="e">zend.detect_unicode</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">zend.enable_gc</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">zend.exception_ignore_args</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">zend.exception_string_param_max_len</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">zend.multibyte</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">zend.script_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">zend.signal_check</td><td class="v">Off</td><td class="v">Off</td></tr> </table> <h2><a name="module_ctype">ctype</a></h2> <table> <tr><td class="e">ctype functions </td><td class="v">enabled </td></tr> </table> <h2><a name="module_curl">curl</a></h2> <table> <tr><td class="e">cURL support </td><td class="v">enabled </td></tr> <tr><td class="e">cURL Information </td><td class="v">7.81.0 </td></tr> <tr><td class="e">Age </td><td class="v">9 </td></tr> <tr><td class="e">Features </td></tr> <tr><td class="e">AsynchDNS </td><td class="v">Yes </td></tr> <tr><td class="e">CharConv </td><td class="v">No </td></tr> <tr><td class="e">Debug </td><td class="v">No </td></tr> <tr><td class="e">GSS-Negotiate </td><td class="v">No </td></tr> <tr><td class="e">IDN </td><td class="v">Yes </td></tr> <tr><td class="e">IPv6 </td><td class="v">Yes </td></tr> <tr><td class="e">krb4 </td><td class="v">No </td></tr> <tr><td class="e">Largefile </td><td class="v">Yes </td></tr> <tr><td class="e">libz </td><td class="v">Yes </td></tr> <tr><td class="e">NTLM </td><td class="v">Yes </td></tr> <tr><td class="e">NTLMWB </td><td class="v">Yes </td></tr> <tr><td class="e">SPNEGO </td><td class="v">Yes </td></tr> <tr><td class="e">SSL </td><td class="v">Yes </td></tr> <tr><td class="e">SSPI </td><td class="v">No </td></tr> <tr><td class="e">TLS-SRP </td><td class="v">Yes </td></tr> <tr><td class="e">HTTP2 </td><td class="v">Yes </td></tr> <tr><td class="e">GSSAPI </td><td class="v">Yes </td></tr> <tr><td class="e">KERBEROS5 </td><td class="v">Yes </td></tr> <tr><td class="e">UNIX_SOCKETS </td><td class="v">Yes </td></tr> <tr><td class="e">PSL </td><td class="v">Yes </td></tr> <tr><td class="e">HTTPS_PROXY </td><td class="v">Yes </td></tr> <tr><td class="e">MULTI_SSL </td><td class="v">No </td></tr> <tr><td class="e">BROTLI </td><td class="v">Yes </td></tr> <tr><td class="e">Protocols </td><td class="v">dict, file, ftp, ftps, gopher, gophers, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp </td></tr> <tr><td class="e">Host </td><td class="v">x86_64-pc-linux-gnu </td></tr> <tr><td class="e">SSL Version </td><td class="v">OpenSSL/3.0.2 </td></tr> <tr><td class="e">ZLib Version </td><td class="v">1.2.11 </td></tr> <tr><td class="e">libSSH Version </td><td class="v">libssh/0.9.6/openssl/zlib </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">curl.cainfo</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_date">date</a></h2> <table> <tr><td class="e">date/time support </td><td class="v">enabled </td></tr> <tr><td class="e">timelib version </td><td class="v">2021.11 </td></tr> <tr><td class="e">"Olson" Timezone Database Version </td><td class="v">0.system </td></tr> <tr><td class="e">Timezone Database </td><td class="v">internal </td></tr> <tr><td class="e">Default timezone </td><td class="v">UTC </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">date.default_latitude</td><td class="v">31.7667</td><td class="v">31.7667</td></tr> <tr><td class="e">date.default_longitude</td><td class="v">35.2333</td><td class="v">35.2333</td></tr> <tr><td class="e">date.sunrise_zenith</td><td class="v">90.833333</td><td class="v">90.833333</td></tr> <tr><td class="e">date.sunset_zenith</td><td class="v">90.833333</td><td class="v">90.833333</td></tr> <tr><td class="e">date.timezone</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_dom">dom</a></h2> <table> <tr><td class="e">DOM/XML </td><td class="v">enabled </td></tr> <tr><td class="e">DOM/XML API Version </td><td class="v">20031129 </td></tr> <tr><td class="e">libxml Version </td><td class="v">2.9.13 </td></tr> <tr><td class="e">HTML Support </td><td class="v">enabled </td></tr> <tr><td class="e">XPath Support </td><td class="v">enabled </td></tr> <tr><td class="e">XPointer Support </td><td class="v">enabled </td></tr> <tr><td class="e">Schema Support </td><td class="v">enabled </td></tr> <tr><td class="e">RelaxNG Support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_exif">exif</a></h2> <table> <tr><td class="e">EXIF Support </td><td class="v">enabled </td></tr> <tr><td class="e">Supported EXIF Version </td><td class="v">0220 </td></tr> <tr><td class="e">Supported filetypes </td><td class="v">JPEG, TIFF </td></tr> <tr><td class="e">Multibyte decoding support using mbstring </td><td class="v">disabled </td></tr> <tr><td class="e">Extended EXIF tag formats </td><td class="v">Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">exif.decode_jis_intel</td><td class="v">JIS</td><td class="v">JIS</td></tr> <tr><td class="e">exif.decode_jis_motorola</td><td class="v">JIS</td><td class="v">JIS</td></tr> <tr><td class="e">exif.decode_unicode_intel</td><td class="v">UCS-2LE</td><td class="v">UCS-2LE</td></tr> <tr><td class="e">exif.decode_unicode_motorola</td><td class="v">UCS-2BE</td><td class="v">UCS-2BE</td></tr> <tr><td class="e">exif.encode_jis</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">exif.encode_unicode</td><td class="v">ISO-8859-15</td><td class="v">ISO-8859-15</td></tr> </table> <h2><a name="module_ffi">FFI</a></h2> <table> <tr class="h"><th>FFI support</th><th>enabled</th></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">ffi.enable</td><td class="v">preload</td><td class="v">preload</td></tr> <tr><td class="e">ffi.preload</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_fileinfo">fileinfo</a></h2> <table> <tr><td class="e">fileinfo support </td><td class="v">enabled </td></tr> <tr><td class="e">libmagic </td><td class="v">540 </td></tr> </table> <h2><a name="module_filter">filter</a></h2> <table> <tr><td class="e">Input Validation and Filtering </td><td class="v">enabled </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">filter.default</td><td class="v">unsafe_raw</td><td class="v">unsafe_raw</td></tr> <tr><td class="e">filter.default_flags</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_ftp">ftp</a></h2> <table> <tr><td class="e">FTP support </td><td class="v">enabled </td></tr> <tr><td class="e">FTPS support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_gettext">gettext</a></h2> <table> <tr><td class="e">GetText Support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_hash">hash</a></h2> <table> <tr><td class="e">hash support </td><td class="v">enabled </td></tr> <tr><td class="e">Hashing Engines </td><td class="v">md2 md4 md5 sha1 sha224 sha256 sha384 sha512/224 sha512/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat murmur3a murmur3c murmur3f xxh32 xxh64 xxh3 xxh128 haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 </td></tr> </table> <table> <tr><td class="e">MHASH support </td><td class="v">Enabled </td></tr> <tr><td class="e">MHASH API Version </td><td class="v">Emulated Support </td></tr> </table> <h2><a name="module_iconv">iconv</a></h2> <table> <tr><td class="e">iconv support </td><td class="v">enabled </td></tr> <tr><td class="e">iconv implementation </td><td class="v">glibc </td></tr> <tr><td class="e">iconv library version </td><td class="v">2.35 </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">iconv.input_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">iconv.internal_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">iconv.output_encoding</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_imagick">imagick</a></h2> <table> <tr class="h"><th>imagick module</th><th>enabled</th></tr> <tr><td class="e">imagick module version </td><td class="v">3.6.0 </td></tr> <tr><td class="e">imagick classes </td><td class="v">Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel </td></tr> <tr><td class="e">Imagick compiled with ImageMagick version </td><td class="v">ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org </td></tr> <tr><td class="e">Imagick using ImageMagick library version </td><td class="v">ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org </td></tr> <tr><td class="e">ImageMagick copyright </td><td class="v">(C) 1999-2021 ImageMagick Studio LLC </td></tr> <tr><td class="e">ImageMagick release date </td><td class="v">2021-01-25 </td></tr> <tr><td class="e">ImageMagick number of supported formats: </td><td class="v">247 </td></tr> <tr><td class="e">ImageMagick supported formats </td><td class="v">3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">imagick.allow_zero_dimension_images</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">imagick.locale_fix</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">imagick.progress_monitor</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">imagick.set_single_thread</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">imagick.shutdown_sleep_count</td><td class="v">10</td><td class="v">10</td></tr> <tr><td class="e">imagick.skip_version_check</td><td class="v">1</td><td class="v">1</td></tr> </table> <h2><a name="module_json">json</a></h2> <table> <tr><td class="e">json support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_libxml">libxml</a></h2> <table> <tr><td class="e">libXML support </td><td class="v">active </td></tr> <tr><td class="e">libXML Compiled Version </td><td class="v">2.9.13 </td></tr> <tr><td class="e">libXML Loaded Version </td><td class="v">20913 </td></tr> <tr><td class="e">libXML streams </td><td class="v">enabled </td></tr> </table> <h2><a name="module_openssl">openssl</a></h2> <table> <tr><td class="e">OpenSSL support </td><td class="v">enabled </td></tr> <tr><td class="e">OpenSSL Library Version </td><td class="v">OpenSSL 3.0.2 15 Mar 2022 </td></tr> <tr><td class="e">OpenSSL Header Version </td><td class="v">OpenSSL 3.0.2 15 Mar 2022 </td></tr> <tr><td class="e">Openssl default config </td><td class="v">/usr/lib/ssl/openssl.cnf </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">openssl.cafile</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">openssl.capath</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_pcre">pcre</a></h2> <table> <tr><td class="e">PCRE (Perl Compatible Regular Expressions) Support </td><td class="v">enabled </td></tr> <tr><td class="e">PCRE Library Version </td><td class="v">10.39 2021-10-29 </td></tr> <tr><td class="e">PCRE Unicode Version </td><td class="v">14.0.0 </td></tr> <tr><td class="e">PCRE JIT Support </td><td class="v">enabled </td></tr> <tr><td class="e">PCRE JIT Target </td><td class="v">x86 64bit (little endian + unaligned) </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">pcre.backtrack_limit</td><td class="v">1000000</td><td class="v">1000000</td></tr> <tr><td class="e">pcre.jit</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">pcre.recursion_limit</td><td class="v">100000</td><td class="v">100000</td></tr> </table> <h2><a name="module_pdo">PDO</a></h2> <table> <tr class="h"><th>PDO support</th><th>enabled</th></tr> <tr><td class="e">PDO drivers </td><td class="v"><i>no value</i> </td></tr> </table> <h2><a name="module_phar">Phar</a></h2> <table> <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr> <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr> <tr><td class="e">Phar-based phar archives </td><td class="v">enabled </td></tr> <tr><td class="e">Tar-based phar archives </td><td class="v">enabled </td></tr> <tr><td class="e">ZIP-based phar archives </td><td class="v">enabled </td></tr> <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr> <tr><td class="e">bzip2 compression </td><td class="v">disabled (install ext/bz2) </td></tr> <tr><td class="e">Native OpenSSL support </td><td class="v">enabled </td></tr> </table> <table> <tr class="v"><td> Phar based on pear/PHP_Archive, original concept by Davey Shafik.<br />Phar fully realized by Gregory Beaver and Marcus Boerger.<br />Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.</td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">phar.cache_list</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">phar.readonly</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">phar.require_hash</td><td class="v">On</td><td class="v">On</td></tr> </table> <h2><a name="module_posix">posix</a></h2> <table> <tr><td class="e">POSIX support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_readline">readline</a></h2> <table> <tr class="h"><th>Readline Support</th><th>enabled</th></tr> <tr><td class="e">Readline library </td><td class="v">EditLine wrapper </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">cli.pager</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">cli.prompt</td><td class="v">\b \> </td><td class="v">\b \> </td></tr> </table> <h2><a name="module_reflection">Reflection</a></h2> <table> <tr><td class="e">Reflection </td><td class="v">enabled </td></tr> </table> <h2><a name="module_session">session</a></h2> <table> <tr><td class="e">Session Support </td><td class="v">enabled </td></tr> <tr><td class="e">Registered save handlers </td><td class="v">files user </td></tr> <tr><td class="e">Registered serializer handlers </td><td class="v">php_serialize php php_binary </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">session.auto_start</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">session.cache_expire</td><td class="v">180</td><td class="v">180</td></tr> <tr><td class="e">session.cache_limiter</td><td class="v">nocache</td><td class="v">nocache</td></tr> <tr><td class="e">session.cookie_domain</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.cookie_httponly</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.cookie_lifetime</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">session.cookie_path</td><td class="v">/</td><td class="v">/</td></tr> <tr><td class="e">session.cookie_samesite</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.cookie_secure</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">session.gc_divisor</td><td class="v">1000</td><td class="v">1000</td></tr> <tr><td class="e">session.gc_maxlifetime</td><td class="v">1440</td><td class="v">1440</td></tr> <tr><td class="e">session.gc_probability</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">session.lazy_write</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">session.name</td><td class="v">PHPSESSID</td><td class="v">PHPSESSID</td></tr> <tr><td class="e">session.referer_check</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.save_handler</td><td class="v">files</td><td class="v">files</td></tr> <tr><td class="e">session.save_path</td><td class="v">/var/lib/php/sessions</td><td class="v">/var/lib/php/sessions</td></tr> <tr><td class="e">session.serialize_handler</td><td class="v">php</td><td class="v">php</td></tr> <tr><td class="e">session.sid_bits_per_character</td><td class="v">5</td><td class="v">5</td></tr> <tr><td class="e">session.sid_length</td><td class="v">26</td><td class="v">26</td></tr> <tr><td class="e">session.upload_progress.cleanup</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">session.upload_progress.enabled</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">session.upload_progress.freq</td><td class="v">1%</td><td class="v">1%</td></tr> <tr><td class="e">session.upload_progress.min_freq</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">session.upload_progress.name</td><td class="v">PHP_SESSION_UPLOAD_PROGRESS</td><td class="v">PHP_SESSION_UPLOAD_PROGRESS</td></tr> <tr><td class="e">session.upload_progress.prefix</td><td class="v">upload_progress_</td><td class="v">upload_progress_</td></tr> <tr><td class="e">session.use_cookies</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">session.use_only_cookies</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">session.use_strict_mode</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">session.use_trans_sid</td><td class="v">0</td><td class="v">0</td></tr> </table> <h2><a name="module_shmop">shmop</a></h2> <table> <tr><td class="e">shmop support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_simplexml">SimpleXML</a></h2> <table> <tr><td class="e">SimpleXML support </td><td class="v">enabled </td></tr> <tr><td class="e">Schema support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_sockets">sockets</a></h2> <table> <tr><td class="e">Sockets Support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_sodium">sodium</a></h2> <table> <tr class="h"><th>sodium support</th><th>enabled</th></tr> <tr><td class="e">libsodium headers version </td><td class="v">1.0.18 </td></tr> <tr><td class="e">libsodium library version </td><td class="v">1.0.18 </td></tr> </table> <h2><a name="module_spl">SPL</a></h2> <table> <tr class="h"><th>SPL support</th><th>enabled</th></tr> <tr><td class="e">Interfaces </td><td class="v">OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject </td></tr> <tr><td class="e">Classes </td><td class="v">AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException </td></tr> </table> <h2><a name="module_standard">standard</a></h2> <table> <tr><td class="e">Dynamic Library Support </td><td class="v">enabled </td></tr> <tr><td class="e">Path to sendmail </td><td class="v">/usr/sbin/sendmail -t -i </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">assert.active</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">assert.bail</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">assert.callback</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">assert.exception</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">assert.warning</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">auto_detect_line_endings</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">default_socket_timeout</td><td class="v">60</td><td class="v">60</td></tr> <tr><td class="e">from</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.trans_sid_hosts</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">session.trans_sid_tags</td><td class="v">a=href,area=href,frame=src,form=</td><td class="v">a=href,area=href,frame=src,form=</td></tr> <tr><td class="e">unserialize_max_depth</td><td class="v">4096</td><td class="v">4096</td></tr> <tr><td class="e">url_rewriter.hosts</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">url_rewriter.tags</td><td class="v">form=</td><td class="v">form=</td></tr> <tr><td class="e">user_agent</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2><a name="module_sysvmsg">sysvmsg</a></h2> <table> <tr><td class="e">sysvmsg support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_sysvsem">sysvsem</a></h2> <table> <tr><td class="e">sysvsem support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_sysvshm">sysvshm</a></h2> <table> <tr><td class="e">sysvshm support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_tokenizer">tokenizer</a></h2> <table> <tr><td class="e">Tokenizer Support </td><td class="v">enabled </td></tr> </table> <h2><a name="module_xml">xml</a></h2> <table> <tr><td class="e">XML Support </td><td class="v">active </td></tr> <tr><td class="e">XML Namespace Support </td><td class="v">active </td></tr> <tr><td class="e">libxml2 Version </td><td class="v">2.9.13 </td></tr> </table> <h2><a name="module_xmlreader">xmlreader</a></h2> <table> <tr><td class="e">XMLReader </td><td class="v">enabled </td></tr> </table> <h2><a name="module_xmlrpc">xmlrpc</a></h2> <table> <tr><td class="e">XMLRPC extension version </td><td class="v">1.0.0RC3 </td></tr> <tr><td class="e">core library version </td><td class="v">xmlrpc-epi v. 0.54 </td></tr> <tr><td class="e">author </td><td class="v">Dan Libby </td></tr> <tr><td class="e">homepage </td><td class="v">http://xmlrpc-epi.sourceforge.net </td></tr> <tr><td class="e">open sourced by </td><td class="v">Epinions.com </td></tr> </table> <h2><a name="module_xmlwriter">xmlwriter</a></h2> <table> <tr><td class="e">XMLWriter </td><td class="v">enabled </td></tr> </table> <h2><a name="module_xsl">xsl</a></h2> <table> <tr><td class="e">XSL </td><td class="v">enabled </td></tr> <tr><td class="e">libxslt Version </td><td class="v">1.1.34 </td></tr> <tr><td class="e">libxslt compiled against libxml Version </td><td class="v">2.9.13 </td></tr> <tr><td class="e">EXSLT </td><td class="v">enabled </td></tr> <tr><td class="e">libexslt Version </td><td class="v">1.1.34 </td></tr> </table> <h2><a name="module_zend+opcache">Zend OPcache</a></h2> <table> <tr><td class="e">Opcode Caching </td><td class="v">Up and Running </td></tr> <tr><td class="e">Optimization </td><td class="v">Enabled </td></tr> <tr><td class="e">SHM Cache </td><td class="v">Enabled </td></tr> <tr><td class="e">File Cache </td><td class="v">Disabled </td></tr> <tr><td class="e">JIT </td><td class="v">Disabled </td></tr> <tr><td class="e">Startup </td><td class="v">OK </td></tr> <tr><td class="e">Shared memory model </td><td class="v">mmap </td></tr> <tr><td class="e">Cache hits </td><td class="v">158808 </td></tr> <tr><td class="e">Cache misses </td><td class="v">4771 </td></tr> <tr><td class="e">Used memory </td><td class="v">117762896 </td></tr> <tr><td class="e">Free memory </td><td class="v">16282832 </td></tr> <tr><td class="e">Wasted memory </td><td class="v">172000 </td></tr> <tr><td class="e">Interned Strings Used memory </td><td class="v">6290992 </td></tr> <tr><td class="e">Interned Strings Free memory </td><td class="v">0 </td></tr> <tr><td class="e">Cached scripts </td><td class="v">4762 </td></tr> <tr><td class="e">Cached keys </td><td class="v">4994 </td></tr> <tr><td class="e">Max keys </td><td class="v">16229 </td></tr> <tr><td class="e">OOM restarts </td><td class="v">1 </td></tr> <tr><td class="e">Hash keys restarts </td><td class="v">0 </td></tr> <tr><td class="e">Manual restarts </td><td class="v">0 </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">opcache.blacklist_filename</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.consistency_checks</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.dups_fix</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.enable</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">opcache.enable_cli</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.enable_file_override</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.error_log</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.file_cache</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.file_cache_consistency_checks</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">opcache.file_cache_only</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.file_update_protection</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">opcache.force_restart_timeout</td><td class="v">180</td><td class="v">180</td></tr> <tr><td class="e">opcache.huge_code_pages</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.interned_strings_buffer</td><td class="v">8</td><td class="v">8</td></tr> <tr><td class="e">opcache.jit</td><td class="v">tracing</td><td class="v">tracing</td></tr> <tr><td class="e">opcache.jit_bisect_limit</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.jit_blacklist_root_trace</td><td class="v">16</td><td class="v">16</td></tr> <tr><td class="e">opcache.jit_blacklist_side_trace</td><td class="v">8</td><td class="v">8</td></tr> <tr><td class="e">opcache.jit_buffer_size</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.jit_debug</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.jit_hot_func</td><td class="v">127</td><td class="v">127</td></tr> <tr><td class="e">opcache.jit_hot_loop</td><td class="v">64</td><td class="v">64</td></tr> <tr><td class="e">opcache.jit_hot_return</td><td class="v">8</td><td class="v">8</td></tr> <tr><td class="e">opcache.jit_hot_side_exit</td><td class="v">8</td><td class="v">8</td></tr> <tr><td class="e">opcache.jit_max_exit_counters</td><td class="v">8192</td><td class="v">8192</td></tr> <tr><td class="e">opcache.jit_max_loop_unrolls</td><td class="v">8</td><td class="v">8</td></tr> <tr><td class="e">opcache.jit_max_polymorphic_calls</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">opcache.jit_max_recursive_calls</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">opcache.jit_max_recursive_returns</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">opcache.jit_max_root_traces</td><td class="v">1024</td><td class="v">1024</td></tr> <tr><td class="e">opcache.jit_max_side_traces</td><td class="v">128</td><td class="v">128</td></tr> <tr><td class="e">opcache.jit_prof_threshold</td><td class="v">0.005</td><td class="v">0.005</td></tr> <tr><td class="e">opcache.lockfile_path</td><td class="v">/tmp</td><td class="v">/tmp</td></tr> <tr><td class="e">opcache.log_verbosity_level</td><td class="v">1</td><td class="v">1</td></tr> <tr><td class="e">opcache.max_accelerated_files</td><td class="v">10000</td><td class="v">10000</td></tr> <tr><td class="e">opcache.max_file_size</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.max_wasted_percentage</td><td class="v">5</td><td class="v">5</td></tr> <tr><td class="e">opcache.memory_consumption</td><td class="v">128</td><td class="v">128</td></tr> <tr><td class="e">opcache.opt_debug_level</td><td class="v">0</td><td class="v">0</td></tr> <tr><td class="e">opcache.optimization_level</td><td class="v">0x7FFEBFFF</td><td class="v">0x7FFEBFFF</td></tr> <tr><td class="e">opcache.preferred_memory_model</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.preload</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.preload_user</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.protect_memory</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.record_warnings</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.restrict_api</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> <tr><td class="e">opcache.revalidate_freq</td><td class="v">2</td><td class="v">2</td></tr> <tr><td class="e">opcache.revalidate_path</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.save_comments</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">opcache.use_cwd</td><td class="v">On</td><td class="v">On</td></tr> <tr><td class="e">opcache.validate_permission</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.validate_root</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">opcache.validate_timestamps</td><td class="v">On</td><td class="v">On</td></tr> </table> <h2><a name="module_zlib">zlib</a></h2> <table> <tr class="h"><th>ZLib Support</th><th>enabled</th></tr> <tr><td class="e">Stream Wrapper </td><td class="v">compress.zlib:// </td></tr> <tr><td class="e">Stream Filter </td><td class="v">zlib.inflate, zlib.deflate </td></tr> <tr><td class="e">Compiled Version </td><td class="v">1.2.11 </td></tr> <tr><td class="e">Linked Version </td><td class="v">1.2.11 </td></tr> </table> <table> <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> <tr><td class="e">zlib.output_compression</td><td class="v">Off</td><td class="v">Off</td></tr> <tr><td class="e">zlib.output_compression_level</td><td class="v">-1</td><td class="v">-1</td></tr> <tr><td class="e">zlib.output_handler</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> </table> <h2>Additional Modules</h2> <table> <tr class="h"><th>Module Name</th></tr> </table> <h2>Environment</h2> <table> <tr class="h"><th>Variable</th><th>Value</th></tr> <tr><td class="e">APACHE_RUN_DIR </td><td class="v">/var/run/apache2 </td></tr> <tr><td class="e">SYSTEMD_EXEC_PID </td><td class="v">3450705 </td></tr> <tr><td class="e">APACHE_PID_FILE </td><td class="v">/var/run/apache2/apache2.pid </td></tr> <tr><td class="e">JOURNAL_STREAM </td><td class="v">8:83594161 </td></tr> <tr><td class="e">PATH </td><td class="v">/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin </td></tr> <tr><td class="e">INVOCATION_ID </td><td class="v">56c7a45909144f0cbd6d1c896cc69281 </td></tr> <tr><td class="e">APACHE_LOCK_DIR </td><td class="v">/var/lock/apache2 </td></tr> <tr><td class="e">LANG </td><td class="v">C </td></tr> <tr><td class="e">APACHE_RUN_USER </td><td class="v">www-data </td></tr> <tr><td class="e">APACHE_RUN_GROUP </td><td class="v">www-data </td></tr> <tr><td class="e">APACHE_LOG_DIR </td><td class="v">/var/log/apache2 </td></tr> <tr><td class="e">PWD </td><td class="v">/ </td></tr> </table> <h2>PHP Variables</h2> <table> <tr class="h"><th>Variable</th><th>Value</th></tr> <tr><td class="e">$_SERVER['SCRIPT_URL']</td><td class="v">/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['SCRIPT_URI']</td><td class="v">http://www.sanjac.edu/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['HTTP_X_FORWARDED_FOR']</td><td class="v">54.245.52.21, 10.41.21.135</td></tr> <tr><td class="e">$_SERVER['HTTP_X_FORWARDED_PROTO']</td><td class="v">http</td></tr> <tr><td class="e">$_SERVER['HTTP_X_FORWARDED_PORT']</td><td class="v">80</td></tr> <tr><td class="e">$_SERVER['HTTP_HOST']</td><td class="v">www.sanjac.edu</td></tr> <tr><td class="e">$_SERVER['HTTP_X_AMZN_TRACE_ID']</td><td class="v">Root=1-69b9aa0b-36884a1e09248d3a2ecae73e</td></tr> <tr><td class="e">$_SERVER['HTTP_X_REAL_IP']</td><td class="v">54.245.52.21</td></tr> <tr><td class="e">$_SERVER['HTTP_USER_AGENT']</td><td class="v">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36</td></tr> <tr><td class="e">$_SERVER['HTTP_PRAGMA']</td><td class="v">no-cache</td></tr> <tr><td class="e">$_SERVER['HTTP_CACHE_CONTROL']</td><td class="v">no-cache</td></tr> <tr><td class="e">$_SERVER['HTTP_REFERER']</td><td class="v">https://www.sanjac.edu/sitemap.xml</td></tr> <tr><td class="e">$_SERVER['PATH']</td><td class="v">/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin</td></tr> <tr><td class="e">$_SERVER['SERVER_SIGNATURE']</td><td class="v"><i>no value</i></td></tr> <tr><td class="e">$_SERVER['SERVER_SOFTWARE']</td><td class="v">Apache</td></tr> <tr><td class="e">$_SERVER['SERVER_NAME']</td><td class="v">www.sanjac.edu</td></tr> <tr><td class="e">$_SERVER['SERVER_ADDR']</td><td class="v">10.41.22.13</td></tr> <tr><td class="e">$_SERVER['SERVER_PORT']</td><td class="v">80</td></tr> <tr><td class="e">$_SERVER['REMOTE_ADDR']</td><td class="v">10.41.13.54</td></tr> <tr><td class="e">$_SERVER['DOCUMENT_ROOT']</td><td class="v">/srv/hosting/sanjac</td></tr> <tr><td class="e">$_SERVER['REQUEST_SCHEME']</td><td class="v">http</td></tr> <tr><td class="e">$_SERVER['CONTEXT_PREFIX']</td><td class="v"><i>no value</i></td></tr> <tr><td class="e">$_SERVER['CONTEXT_DOCUMENT_ROOT']</td><td class="v">/srv/hosting/sanjac</td></tr> <tr><td class="e">$_SERVER['SERVER_ADMIN']</td><td class="v">[no address given]</td></tr> <tr><td class="e">$_SERVER['SCRIPT_FILENAME']</td><td class="v">/srv/hosting/sanjac/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['REMOTE_PORT']</td><td class="v">1852</td></tr> <tr><td class="e">$_SERVER['GATEWAY_INTERFACE']</td><td class="v">CGI/1.1</td></tr> <tr><td class="e">$_SERVER['SERVER_PROTOCOL']</td><td class="v">HTTP/1.1</td></tr> <tr><td class="e">$_SERVER['REQUEST_METHOD']</td><td class="v">GET</td></tr> <tr><td class="e">$_SERVER['QUERY_STRING']</td><td class="v"><i>no value</i></td></tr> <tr><td class="e">$_SERVER['REQUEST_URI']</td><td class="v">/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['SCRIPT_NAME']</td><td class="v">/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['PHP_SELF']</td><td class="v">/_resources/ldp/forms/phpinfo.php</td></tr> <tr><td class="e">$_SERVER['REQUEST_TIME_FLOAT']</td><td class="v">1773775371.3328</td></tr> <tr><td class="e">$_SERVER['REQUEST_TIME']</td><td class="v">1773775371</td></tr> </table> <hr /> <h1>PHP Credits</h1> <table> <tr class="h"><th>PHP Group</th></tr> <tr><td class="e">Thies C. Arntzen, Stig Bakken, Shane Caraveo, Andi Gutmans, Rasmus Lerdorf, Sam Ruby, Sascha Schumann, Zeev Suraski, Jim Winstead, Andrei Zmievski </td></tr> </table> <table> <tr class="h"><th>Language Design & Concept</th></tr> <tr><td class="e">Andi Gutmans, Rasmus Lerdorf, Zeev Suraski, Marcus Boerger </td></tr> </table> <table> <tr class="h"><th colspan="2">PHP Authors</th></tr> <tr class="h"><th>Contribution</th><th>Authors</th></tr> <tr><td class="e">Zend Scripting Language Engine </td><td class="v">Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Marcus Boerger, Dmitry Stogov, Xinchen Hui, Nikita Popov </td></tr> <tr><td class="e">Extension Module API </td><td class="v">Andi Gutmans, Zeev Suraski, Andrei Zmievski </td></tr> <tr><td class="e">UNIX Build and Modularization </td><td class="v">Stig Bakken, Sascha Schumann, Jani Taskinen, Peter Kokot </td></tr> <tr><td class="e">Windows Support </td><td class="v">Shane Caraveo, Zeev Suraski, Wez Furlong, Pierre-Alain Joye, Anatol Belski, Kalle Sommer Nielsen </td></tr> <tr><td class="e">Server API (SAPI) Abstraction Layer </td><td class="v">Andi Gutmans, Shane Caraveo, Zeev Suraski </td></tr> <tr><td class="e">Streams Abstraction Layer </td><td class="v">Wez Furlong, Sara Golemon </td></tr> <tr><td class="e">PHP Data Objects Layer </td><td class="v">Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky </td></tr> <tr><td class="e">Output Handler </td><td class="v">Zeev Suraski, Thies C. Arntzen, Marcus Boerger, Michael Wallner </td></tr> <tr><td class="e">Consistent 64 bit support </td><td class="v">Anthony Ferrara, Anatol Belski </td></tr> </table> <table> <tr class="h"><th colspan="2">SAPI Modules</th></tr> <tr class="h"><th>Contribution</th><th>Authors</th></tr> <tr><td class="e">Apache 2.0 Handler </td><td class="v">Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code) </td></tr> <tr><td class="e">CGI / FastCGI </td><td class="v">Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry Stogov </td></tr> <tr><td class="e">CLI </td><td class="v">Edin Kadribasic, Marcus Boerger, Johannes Schlueter, Moriyoshi Koizumi, Xinchen Hui </td></tr> <tr><td class="e">Embed </td><td class="v">Edin Kadribasic </td></tr> <tr><td class="e">FastCGI Process Manager </td><td class="v">Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome Loyet </td></tr> <tr><td class="e">litespeed </td><td class="v">George Wang </td></tr> <tr><td class="e">phpdbg </td><td class="v">Felipe Pena, Joe Watkins, Bob Weinand </td></tr> </table> <table> <tr class="h"><th colspan="2">Module Authors</th></tr> <tr class="h"><th>Module</th><th>Authors</th></tr> <tr><td class="e">BC Math </td><td class="v">Andi Gutmans </td></tr> <tr><td class="e">Bzip2 </td><td class="v">Sterling Hughes </td></tr> <tr><td class="e">Calendar </td><td class="v">Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong </td></tr> <tr><td class="e">COM and .Net </td><td class="v">Wez Furlong </td></tr> <tr><td class="e">ctype </td><td class="v">Hartmut Holzgraefe </td></tr> <tr><td class="e">cURL </td><td class="v">Sterling Hughes </td></tr> <tr><td class="e">Date/Time Support </td><td class="v">Derick Rethans </td></tr> <tr><td class="e">DB-LIB (MS SQL, Sybase) </td><td class="v">Wez Furlong, Frank M. Kromann, Adam Baratz </td></tr> <tr><td class="e">DBA </td><td class="v">Sascha Schumann, Marcus Boerger </td></tr> <tr><td class="e">DOM </td><td class="v">Christian Stocker, Rob Richards, Marcus Boerger </td></tr> <tr><td class="e">enchant </td><td class="v">Pierre-Alain Joye, Ilia Alshanetsky </td></tr> <tr><td class="e">EXIF </td><td class="v">Rasmus Lerdorf, Marcus Boerger </td></tr> <tr><td class="e">FFI </td><td class="v">Dmitry Stogov </td></tr> <tr><td class="e">fileinfo </td><td class="v">Ilia Alshanetsky, Pierre Alain Joye, Scott MacVicar, Derick Rethans, Anatol Belski </td></tr> <tr><td class="e">Firebird driver for PDO </td><td class="v">Ard Biesheuvel </td></tr> <tr><td class="e">FTP </td><td class="v">Stefan Esser, Andrew Skalski </td></tr> <tr><td class="e">GD imaging </td><td class="v">Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger, Mark Randall </td></tr> <tr><td class="e">GetText </td><td class="v">Alex Plotnick </td></tr> <tr><td class="e">GNU GMP support </td><td class="v">Stanislav Malyshev </td></tr> <tr><td class="e">Iconv </td><td class="v">Rui Hirokawa, Stig Bakken, Moriyoshi Koizumi </td></tr> <tr><td class="e">IMAP </td><td class="v">Rex Logan, Mark Musone, Brian Wang, Kaj-Michael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky </td></tr> <tr><td class="e">Input Filter </td><td class="v">Rasmus Lerdorf, Derick Rethans, Pierre-Alain Joye, Ilia Alshanetsky </td></tr> <tr><td class="e">Internationalization </td><td class="v">Ed Batutis, Vladimir Iordanov, Dmitry Lakhtyuk, Stanislav Malyshev, Vadim Savchuk, Kirti Velankar </td></tr> <tr><td class="e">JSON </td><td class="v">Jakub Zelenka, Omar Kilani, Scott MacVicar </td></tr> <tr><td class="e">LDAP </td><td class="v">Amitay Isaacs, Eric Warnke, Rasmus Lerdorf, Gerrit Thomson, Stig Venaas </td></tr> <tr><td class="e">LIBXML </td><td class="v">Christian Stocker, Rob Richards, Marcus Boerger, Wez Furlong, Shane Caraveo </td></tr> <tr><td class="e">Multibyte String Functions </td><td class="v">Tsukada Takuya, Rui Hirokawa </td></tr> <tr><td class="e">MySQL driver for PDO </td><td class="v">George Schlossnagle, Wez Furlong, Ilia Alshanetsky, Johannes Schlueter </td></tr> <tr><td class="e">MySQLi </td><td class="v">Zak Greant, Georg Richter, Andrey Hristov, Ulf Wendel </td></tr> <tr><td class="e">MySQLnd </td><td class="v">Andrey Hristov, Ulf Wendel, Georg Richter, Johannes Schlüter </td></tr> <tr><td class="e">OCI8 </td><td class="v">Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong, Christopher Jones, Oracle Corporation </td></tr> <tr><td class="e">ODBC driver for PDO </td><td class="v">Wez Furlong </td></tr> <tr><td class="e">ODBC </td><td class="v">Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky </td></tr> <tr><td class="e">Opcache </td><td class="v">Andi Gutmans, Zeev Suraski, Stanislav Malyshev, Dmitry Stogov, Xinchen Hui </td></tr> <tr><td class="e">OpenSSL </td><td class="v">Stig Venaas, Wez Furlong, Sascha Kettler, Scott MacVicar, Eliot Lear </td></tr> <tr><td class="e">Oracle (OCI) driver for PDO </td><td class="v">Wez Furlong </td></tr> <tr><td class="e">pcntl </td><td class="v">Jason Greene, Arnaud Le Blanc </td></tr> <tr><td class="e">Perl Compatible Regexps </td><td class="v">Andrei Zmievski </td></tr> <tr><td class="e">PHP Archive </td><td class="v">Gregory Beaver, Marcus Boerger </td></tr> <tr><td class="e">PHP Data Objects </td><td class="v">Wez Furlong, Marcus Boerger, Sterling Hughes, George Schlossnagle, Ilia Alshanetsky </td></tr> <tr><td class="e">PHP hash </td><td class="v">Sara Golemon, Rasmus Lerdorf, Stefan Esser, Michael Wallner, Scott MacVicar </td></tr> <tr><td class="e">Posix </td><td class="v">Kristian Koehntopp </td></tr> <tr><td class="e">PostgreSQL driver for PDO </td><td class="v">Edin Kadribasic, Ilia Alshanetsky </td></tr> <tr><td class="e">PostgreSQL </td><td class="v">Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-Lynne </td></tr> <tr><td class="e">Pspell </td><td class="v">Vlad Krupin </td></tr> <tr><td class="e">Readline </td><td class="v">Thies C. Arntzen </td></tr> <tr><td class="e">Reflection </td><td class="v">Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski, Johannes Schlueter </td></tr> <tr><td class="e">Sessions </td><td class="v">Sascha Schumann, Andrei Zmievski </td></tr> <tr><td class="e">Shared Memory Operations </td><td class="v">Slava Poliakov, Ilia Alshanetsky </td></tr> <tr><td class="e">SimpleXML </td><td class="v">Sterling Hughes, Marcus Boerger, Rob Richards </td></tr> <tr><td class="e">SNMP </td><td class="v">Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne, Boris Lytochkin </td></tr> <tr><td class="e">SOAP </td><td class="v">Brad Lafountain, Shane Caraveo, Dmitry Stogov </td></tr> <tr><td class="e">Sockets </td><td class="v">Chris Vandomelen, Sterling Hughes, Daniel Beulshausen, Jason Greene </td></tr> <tr><td class="e">Sodium </td><td class="v">Frank Denis </td></tr> <tr><td class="e">SPL </td><td class="v">Marcus Boerger, Etienne Kneuss </td></tr> <tr><td class="e">SQLite 3.x driver for PDO </td><td class="v">Wez Furlong </td></tr> <tr><td class="e">SQLite3 </td><td class="v">Scott MacVicar, Ilia Alshanetsky, Brad Dewar </td></tr> <tr><td class="e">System V Message based IPC </td><td class="v">Wez Furlong </td></tr> <tr><td class="e">System V Semaphores </td><td class="v">Tom May </td></tr> <tr><td class="e">System V Shared Memory </td><td class="v">Christian Cartus </td></tr> <tr><td class="e">tidy </td><td class="v">John Coggeshall, Ilia Alshanetsky </td></tr> <tr><td class="e">tokenizer </td><td class="v">Andrei Zmievski, Johannes Schlueter </td></tr> <tr><td class="e">XML </td><td class="v">Stig Bakken, Thies C. Arntzen, Sterling Hughes </td></tr> <tr><td class="e">XMLReader </td><td class="v">Rob Richards </td></tr> <tr><td class="e">XMLWriter </td><td class="v">Rob Richards, Pierre-Alain Joye </td></tr> <tr><td class="e">XSL </td><td class="v">Christian Stocker, Rob Richards </td></tr> <tr><td class="e">Zip </td><td class="v">Pierre-Alain Joye, Remi Collet </td></tr> <tr><td class="e">Zlib </td><td class="v">Rasmus Lerdorf, Stefan Roehrich, Zeev Suraski, Jade Nicoletti, Michael Wallner </td></tr> </table> <table> <tr class="h"><th colspan="2">PHP Documentation</th></tr> <tr><td class="e">Authors </td><td class="v">Mehdi Achour, Friedhelm Betz, Antony Dovgal, Nuno Lopes, Hannes Magnusson, Philip Olson, Georg Richter, Damien Seguy, Jakub Vrana, Adam Harvey </td></tr> <tr><td class="e">Editor </td><td class="v">Peter Cowburn </td></tr> <tr><td class="e">User Note Maintainers </td><td class="v">Daniel P. Brown, Thiago Henrique Pojda </td></tr> <tr><td class="e">Other Contributors </td><td class="v">Previously active authors, editors and other contributors are listed in the manual. </td></tr> </table> <table> <tr class="h"><th>PHP Quality Assurance Team</th></tr> <tr><td class="e">Ilia Alshanetsky, Joerg Behrens, Antony Dovgal, Stefan Esser, Moriyoshi Koizumi, Magnus Maatta, Sebastian Nohn, Derick Rethans, Melvyn Sopacua, Pierre-Alain Joye, Dmitry Stogov, Felipe Pena, David Soria Parra, Stanislav Malyshev, Julien Pauli, Stephen Zarkos, Anatol Belski, Remi Collet, Ferenc Kovacs </td></tr> </table> <table> <tr class="h"><th colspan="2">Websites and Infrastructure team</th></tr> <tr><td class="e">PHP Websites Team </td><td class="v">Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen, Peter Cowburn, Adam Harvey, Ferenc Kovacs, Levi Morrison </td></tr> <tr><td class="e">Event Maintainers </td><td class="v">Damien Seguy, Daniel P. Brown </td></tr> <tr><td class="e">Network Infrastructure </td><td class="v">Daniel P. Brown </td></tr> <tr><td class="e">Windows Infrastructure </td><td class="v">Alex Schoenmaker </td></tr> </table> <table> <tr class="h"><th colspan="1">Debian Packaging</th></tr> <tr><td class="e">Ondřej Surý </td></tr> </table> <h2>PHP License</h2> <table> <tr class="v"><td> <p> This program is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE </p> <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. </p> <p>If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net. </p> </td></tr> </table> </div></body></html>Evidence 10.41.21.135Solution Remove the private IP address from the HTTP response body. For comments, use JSP/ASP/PHP comment instead of HTML/JavaScript comment which can be seen by client browsers.
-
-
-
Risk=Low, Confidence=Low (1)
-
https://www.sanjac.edu (1)
-
Timestamp Disclosure - Unix (1)
GET https://www.sanjac.edu/about/news/2024/SJC_SF_F24_print_lowres.pdf
Alert tags Alert description A timestamp was disclosed by the application/web server. - Unix
Other info 2050073849, which evaluates to: 2034-12-18 09:57:29.
Request Request line and header section (318 bytes)
GET https://www.sanjac.edu/about/news/2024/SJC_SF_F24_print_lowres.pdf HTTP/1.1 host: www.sanjac.edu user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 pragma: no-cache cache-control: no-cache referer: https://www.sanjac.edu/sitemap.xmlRequest body (0 bytes)
Response Status line and header section (635 bytes)
HTTP/1.1 200 OK Date: Tue, 17 Mar 2026 19:22:18 GMT Content-Type: application/pdf Content-Length: 2238266 Connection: keep-alive X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval'; img-src * 'unsafe-inline' 'unsafe-eval' data: blob:; font-src * data:; frame-ancestors 'self' https://a.cms.omniupdate.com https://sjcdedu.sharepoint.com Access-Control-Allow-Origin: * Last-Modified: Fri, 27 Jun 2025 14:06:47 GMT ETag: "22273a-6388e30587940" Accept-Ranges: bytes Server: director Strict-Transport-Security: max-age=31536000; includeSubDomainsResponse body (2238266 bytes)
%PDF-1.5 %âãÏÓ 283 0 obj <</Linearized 1/L 2238266/O 285/E 474126/N 12/T 2232490/H [ 1056 947]>> endobj xref 283 38 0000000016 00000 n 0000002003 00000 n 0000002136 00000 n 0000003257 00000 n 0000003294 00000 n 0000003408 00000 n 0000003520 00000 n 0000003557 00000 n 0000004682 00000 n 0000005714 00000 n 0000006664 00000 n 0000007533 00000 n 0000008554 00000 n 0000009120 00000 n 0000009216 00000 n 0000009869 00000 n 0000010483 00000 n 0000011532 00000 n 0000011952 00000 n 0000012040 00000 n 0000012399 00000 n 0000012942 00000 n 0000013577 00000 n 0000014042 00000 n 0000014601 00000 n 0000015736 00000 n 0000016800 00000 n 0000021891 00000 n 0000411725 00000 n 0000413313 00000 n 0000415962 00000 n 0000421050 00000 n 0000421858 00000 n 0000437823 00000 n 0000439405 00000 n 0000451006 00000 n 0000452972 00000 n 0000001056 00000 n trailer <</Size 321/Root 284 0 R/Info 282 0 R/ID[<0E083B59943345B79A9E9E924E403E31><66BB6DDDC50C439699A1B0206B0776E4>]/Prev 2232478>> startxref 0 %%EOF 320 0 obj <</Filter/FlateDecode/I 1034/L 1018/Length 857/S 710>>stream hÞb```f``YÊÀÎÀ¸é0ÅØX8l$,`jf)ù°A®ÙLbÍø¬KÜ00LÞÊ,s M Ãvúç J2//r©ØÀXMÃîzî#jèqKëÛÄÅG µ\ff>SøUc9em$³æùf½}9ÝQº1ótè)e÷ÉZ:nÝOÌB6¹j^X!+µØk¦NSË©nÛÏGÛxæ¤Zþ6/¶mdÍõâáÒÌ\*+Xy¤>*NZêÔ{«TëöƧÙÖI÷ð544vÒH¸$É)¬m«%â¼2¤R8gá»Ur[Xø9¯×}+ñITÝ«U¥GDïo³Ûg ˪L̬Sêz*µ:ur-Ù2u¥ß Mw7ÜsL{EJ`#cÓ)m7©º}Ƚ¢d³Ôç:Ð_^,lÜ%> )ûµJ_-Hܱ°9GÊ8æXrù'F) çõTµ^^²PðÙ³17ç&±°ðd >åàQñY±ÑgYqÃ1 xÞÇæ\M[§p³ñ400¦¥¥ettIIÉÒÒÊ+: ¤êåy ¡AAtE@Ó%0¡ @t! p ql¶4 7åUeÿ¤¸¬_;0h0h7°00 5Èg0ÏfÈtàï`äm` `yÂ0éüÆNö¬LjÌ9JXx*ÅOíaæiXü@½á°ã'6aÖeä|4XXV189Èw0DlYÃÖÅÀwAÛA®;ñ0ÃÖ+ÚS0H;°½`\Ì w±áÀ¬ ¦Æ÷$Ø%j5ÈcHa\ÀpÁ93AÈi3ϯç8n0ê3;0_`¨``: t±©åÃÁ©RGâDï20°_`àbPu`Ñ úøã]; Ãf#Ö² yQAa¸ ºQAÇ$ÄÛ >v. endstream endobj 284 0 obj <</Lang(en-US)/Metadata 281 0 R/PageLabels 275 0 R/Pages 278 0 R/Type/Catalog/ViewerPreferences<</Direction/L2R>>>> endobj 285 0 obj <</ArtBox[0.0 0.0 603.0 783.0]/BleedBox[0.0 0.0 603.0 783.0]/Contents[290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 299 0 R 307 0 R 308 0 R]/CropBox[0.0 0.0 603.0 783.0]/MediaBox[0.0 0.0 603.0 783.0]/Parent 279 0 R/Resources<</ColorSpace<</CS0 289 0 R/CS1 286 0 R>>/ExtGState<</GS0 287 0 R/GS1 288 0 R>>/Font<</T1_0 298 0 R/T1_1 305 0 R/T1_2 306 0 R>>/ProcSet[/PDF/Text/ImageC]/XObject<</Im0 315 0 R/Im1 317 0 R/Im2 319 0 R>>>>/Rotate 0/TrimBox[0.0 0.0 603.0 783.0]/Type/Page/PieceInfo<</InDesign<</DocumentID<FEFF0078006D0070002E006400690064003A00640032006600330031006400380034002D0063006600650062002D0034003100660038002D0038003400390063002D003900300033003800350033006600380030003800650035>/LastModified<FEFF0044003A00320030003200340030003800320038003200300032003700330032005A>/NumberofPages 1/OriginalDocumentID<FEFF0078006D0070002E006400690064003A00650066003400330061006100360034002D0037003800310038002D0034003100310063002D0038003800340035002D003900390038003900340038003900320065003700650066>/PageTransformationMatrixList<</0[1.0 0.0 0.0 1.0 0.0 0.0]>>/PageUIDList<</0 205>>/PageWidthList<</0 603.0>>>>>>>> endobj 286 0 obj [/ICCBased 310 0 R] endobj 287 0 obj <</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>> endobj 288 0 obj <</AIS false/BM/Normal/CA 1.0/OP true/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op true>> endobj 289 0 obj [/ICCBased 312 0 R] endobj 290 0 obj <</Filter/FlateDecode/Length 1054>>stream HlVKn,7Ü÷)tER¥µY$@àE0Ègá÷/rýTQêÉlÔ"YÅüqh<z*ɺd©Ieä¡5ýùëñKúz|/ß¿ôûçaݲÎfoKR-ym¢=i-¼¢n-Ý$æ½×î_¾ôÝ·ãgü|¼×%vy}ôú&ùÞ^:ÄÒ_©¦Óå{y#El6ñ7i¹ÔASoËÐýs>ï_y]xý#ÉÞR²$ FÈmüε¬Þ±r²h¦I²xµ\Ôeçú~ÔÜê[îP¦ë WïÇë¬ {%Íæ{éYpã~,4!âÏ9 ÓSÍÒüô9 ÂË0@\=6Ëcâ»{idõFR=Ö¥ÐãwÁ;ÜÄ îæÖ®3¨àKUæ^;B½c!D©ÜÓ:i´Ï½¨zÂ]ç¹Sµ{ÐÎë èSÚHë$,qpöÇñéQñ캩é|ÎjxFJ'w0A¶Pí²)'üÙdÒ(A³HÖ0Æ5Þ!§n HFHÜÄÐì:D¡XT3Ê·3 mý´o7^>ßù?pW°<Û¥ÕÝn7ìÖéVnDª±Ù½-·ÂÊ:^ æÏ°DÀ¹Ú¤Ð"ê8,ÍzèäÂì;Ø]`Ñ·èÄf¹=n|ªÍì!Ô~Iê 8ÙÚu9áãÒå?æÞ_nÇÊêª £¢âÂ5ÁXhÛ©5%²ht-u£êæN*ZHØH=ëìWÇh[ëwïÇZëd#y}¬Ï¬ûµ,y'Æ/ÎÕl3f÷0I^vâwô,°üC«/,ù©NA}4´ð ÿÓóÌMVsÍxã1c©8'ë8fHñë(ËVØI.߯W*@¿ 2âô~¥~Æ(ÒU¤Íl ÇüNÑMÀ[tá§'¦K¶D ìx`¨ü»l/4¯Ñ.çÊhÛp¦,Çmö.ϱQsË5 +na#2Â]Þ/¸ÝÇ9$ £mm«ºQ4{8%,¯E2ø ·U8 }Òó¨1Â&F4^$©ãOìZ£b6Ʊ®ÁhOU]J¨o|1'q{G¦ÆÅ3vÊ6_Ü4$á3²ìpÄ=/´<ò½g!mX".&áù¿ç¦BiG¥Oü_òôÜ· ¶&vEy · EzV_6üoPåéh5ð(o]Áã<m01øÇ©äF¤þ` {ÊÜn endstream endobj 291 0 obj <</Filter/FlateDecode/Length 962>>stream HlUIã8»ûþ@T¢D-|ƼÁU]sHæÿHII/İ,.½ZR÷Kq¿ZÊü«i¾ë£8P¹¸Î¹1wdå_ýµ1â[Ç a}KoF¤êFøVÒ`ÀµºPIå I¥Ï·SËå~,Éjá&î¨yáµMG£rïÂ{{ñP ±NõL¹9êõ~e¤ïaoF¶qN£ØÞ(©ËØQkÁHú¾28l»¢¼Í»çú÷úqýsýw^âõ-m¤"èbÔJEççÅ%ü¦¢ÆÒU{¨¬!KuÎfõÊ0ïßÐ_âd´Úî# kAaï(ô WLÒÖ±ÓÑêYu54µ³ÒNçÚ8rúY¿`µS o^»ò@*iöH»`¯i%»R2OMIÂ=)s0Èä~`/Z¸Ì2#$Éô ð<x¼®b;ÞV/Ö\ÐKvA.pÓúÕèÂmTQ,Aû¡t Eû"|&æ[òoKcÚß´Ó ½Ô Ô\ s9#5«¹1J¡Ô¤Æ¶K tÓ)Àú@çI4Y@ë^X·i®gó½nZ?{q;ÀÄöpV9#9è5øP1×M·F4ÂØWÝøyñqþàê' @ôJÌm&©%`żnøÇ4!mèLn~¦¼(ÊÊäD&[ÿ4o²èÏVáZ3ÿCÇô=%RÖ): ʹ_ä@ü,cÆrý¬£*cÂÆ;×Eɳ°JÇïiæÅû2eÓc óXUf¸us8»Ë|mèÊÔ¡up~JI?Qfx¼86¡-H7D¼ñì-Y½$iÔáÞ,`ëå¯:p÷tèh¨&-íÛ@V=2î»6BK\0¸_âdaøqÛ¬#WçÙM¿ xEØÚ7N{®uÿx¦÷µî*/bÝb,.³«/»Þ#Ùd ê&EÏ+£2OªPæÉÓxG /S]ú<~üìH°Ú)#»»²|*Χ¿ÐE*q}Y¶3Hôþä!R¯u/¹¹ã½¢lqmPu 7¸25¬±ö¹ öIw5X` 6Uö"jhuY!¨RV~º1S¾]ðôÚU©Èo§%+!ÃÍýv§Q.I$nÖ7|®û å×G endstream endobj 292 0 obj <</Filter/FlateDecode/Length 880>>stream HÌVK!Ý÷)êma°9FÎ0REÏ"÷ßäÙ@UuF]¤lfúa0ÏgêÉBmô+ÕÚ×ã _± íx2ScIX*`¡ÑOøñ ê}Ð𺽵Ò6Âf'3Ü¥ÄcO#ìeRlT° =w*5G'7LÇQÉEg!c>cßDðQ«û a%Ø(ùÀBÞÓ68©/|Fë8Iñ3®B:ø °A#%fÛS·+âæ/jÞ7,É©-Aß#_ßc «Jl~XU²ÆpøùËgÄYmàgÜ´'ÏX?·Â ÞJý¯ £F.72¬P!}B¸GrÏv(MgööBó\í\¸¹kÈ*ê«®'ÄùN¢ý²[Û{ 8Ú8aûµ÷¿b¡°]ü:ºH.öÎàò¶ÀgìuÙ=,ÝϬ¡¸9TñD½F¢×gË:3ÐJR·bw¬Í¡>,x8êö¨èø Â+iß¶ÙÁrn1Ѩxß-Èý¼îKçªFët2vµ&ÏrDF4Ê\M70pNF2!(ld´l±¨À©Õ^úeÇá1[£4±*íñ×GR.;¢p>-_7¬èYý^ûFhê8· ®G¡«P/ªÖêNÙBSòÅNk¨D¥êè{rIBæÏêÇß¹×cË*Báïªu«Ö<ØÆXoA¯`h5R7:AtË6°cÔ7 }l¤ ÿR}ÌþLsf*¤èedÂpé{Ü Lej ã¸è$æ²g¡>Ö9«Ê9¶ú6£l'Ìg Ú;dâcCxq»ÉÍýd䯴t©1ÁI*Û%ý ÆY°/r©ïå"w¹È»\äM.öïäÂßèEïzñ7½ø»^ü?ÒK§6f ¶¡`âã˼¶ û¨0lYÌ/o QÏñ½~â¹äù¨T;äCnÚ6Àã9ß¡Ð1Ä(bÌ'çÕ)cßH¯û"è¾/ôüÒɲõü¾|®JØùÁc9l[¸ÚylNåôãqü` ¸ÀÕ endstream endobj 293 0 obj <</Filter/FlateDecode/Length 799>>stream HìUMÎ,7Ü÷)úÀØØ#g)ÊbÞ"÷ߤ »'ï)û(Rô-ÆõÙüUýêÔú¼Eiêý¹^dì7Ð2 dëµá÷ûÚ¸Ñt/Ó¼¦¶f¼Óo&ý~)ñ° `Çä>Îãý«/ÙÔxá]<@ÏõÇõûõÛõç-7ãOî6±ÝSM¹ß?®¸úq½wÉØ¬t\DØû¹·päðhi¨DTÃHû©ã ¡¤f¢êóàMä¢rÉ xâ t±pYâÊrØJÔnä?Í7H=|´s!Õ1Û*S<ýïª>ëBu'ÿQ½vøÊXå®ßJMi)*¤ ç﫸nô _!E8=¤¹êü*éÓ( «»&à×»Wqò¾*ÖëP´!ã'òhl4Ë(ý?qì¤"u´M+Ïì Awóµ»¶£ yËÝïA=G¯ÀÂïÌ9ð5 ÍÈÔ@U*>ñ¦Uop±zvøâDpÔP}ázZÂq@j¾ ª¤?H©·õuùÅ:õUft±w{P'·´-xi@±ZDå6¢oPIû[L?ÑjxÚÔJÆ`ÝgÆzÙÇ÷ ¼´ÒçÑ@¢¶}½¯Bð/-åp4nmF$vÑy\Ü@#Oßçè:ýà 8bÄHC3FæY{LêÄR4êÖ´}Î- ª§}/] ?²f¤±×MK© <½Cbá²&ý~îDm9[Ù\z¾Ý08¥Aâ`,OYÂ>²2LAu-ËU#ÉQdÎ>ïÚCÌØ-½Qc7;XRÓØEþDÄ Íon@èTuTÀL+=8¾Çë'<»UÏöÙ3 îÀ<Åg´ÌF)Åï[ Ûyb?ÍçYìþ¾Ry|MÆ Í=æ¡£×ÉhmʼÃÍ áeC´_[RoÕíÿü/îäû/ çÅØ endstream endobj 294 0 obj <</Filter/FlateDecode/Length 951>>stream HdKn$7÷uºEéY9BÉ,<¹?¥j;0ÐÖ×Åø¬n ú¼?¬Ò[Lq°Þn*Ê}Ãëú 26}Hanjirl@ò°X½?¯.cÔÍ k|ô2[?ÔÊì¡»¸&[ªZl{%QÀxjò泦ÝõI äðA5ÏTð±¯÷ÓEµ¨n!ÅE{Úz]`qQaPå®~!©øfÄq d3ϯòôyý¸þºþ¸þ½ù&üÁ KQj·5-Uï×ÏËüôdSܶ6JEįÞ=}(Kk QIc?cÆö Q&ÖÑ«hoÅÄ¡ÓÜàUû.ÒyùF^@sjh·CË(ÉyÊÂaé HÈÔ¨ÎéÜùÓzM'Oå°7y®.hæÂ54¥ ëÁ`ÞéhÓÞJnÕÚÞu,Ù`èãzøÇ|µ=§è:Rmr</÷ÊÏ#òªø¤áE³¡áEZÝgë±¸ÏØÿ»]ÂÄh´_GO» ÁgEÛYÌBn¡$ÈApÖ.yöæ7tÉ~-ô®J_×&o O'>
-
-
ZAP