Apache 2.4.65
tcp/443
Open service 129.97.134.17:443 · uwcbc.uwaterloo.ca
2026-01-09 12:35
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 12:35:57 GMT
Server: Apache/2.4.65 (Debian)
Strict-Transport-Security: max-age=26784000
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Wed, 26 Nov 2025 04:34:18 GMT
ETag: "d7e5-64477e8dd5e49"
Accept-Ranges: bytes
Content-Length: 55269
Vary: Accept-Encoding
Content-Type: text/html
Page title: UW Concert Band Club
<!DOCTYPE html>
<html lang="en">
<head>
<title>UW Concert Band Club</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="styles.css?Sept4" />
<link rel="shortcut icon" href="logo_images/browser_icon.ico" />
<script src="https://code.jquery.com/jquery-1.11.3.min.js" integrity="sha256-7LkWEzqTdpEfELxcZZlS6wAx5Ff13zZ83lYO2/ujj7g=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".open_image").click(function() {
// changes ".../promotional_images/thumbnails/xyz.jpg" to ".../promotional_images/xyz.jpg" when you click
window.open($(this).attr('src').substring(0, 19).concat($(this).attr('src').substring(30)));
});
/****************** Paging mechanism. *********************/
// Count how many news there are and use that to decide how many pages there should be.
var news_num = $("#news_content").children().length;
var page_num = Math.ceil(news_num / 5);
var num_entries = 5; // Number of entries per page.
var pg = 0; // Page user is currently on.
var start = 0; // Start at entry index[start].
var end = 5; // End at entry inde[end].
for (i=0; i < page_num; i++) {
$("#page_numbers").append("<a class='number' href='#page_"+(i+1)+"'>"+(i+1)+"</a>");
}
// Hide all news.
$("#news_content > li").css('display','none');
// If location.hash is not specified and pathname is not specified.
if (location.pathname == "/" || location.hash == "" || location.hash == "#page_1") {
$("#news_content > li").slice(start,end).css('display','');
$(".number:first").css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
} else {
pg = location.hash.substr(6);
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").slice(start,end).css('display','');
}
// When div buttons are hovered.
$(".number").hover(function(){
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
}, function(){
var item = location.hash;
if ($(this).attr("href")==item) { // If it's on the current page
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
} else {
$(this).css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
}
});
// Change to show respective divs when number is clicked on respective page.
$("#page_numbers > a").click(function(){
pg = $(this).text();
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").css('display','none');
$("#news_content > li").slice(start,end).css('display','');
// Button look clicked.
$(".number").css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
});
});
</script>
</head>
<body>
<div id="main_wrapper">
<a id="home_link" href="index.html">
<img id="main_logo_top_svg" src="logo_images/main_logo.svg"></img>
</a>
<br/>
<div id="main_menu">
<a href="index.html#page_1" class="menu_button">Home</a>
<a href="the_music.html" class="menu_button">The Music</a>
<a href="about_us.html" class="menu_button">About Us</a>
<a href="gallery.html" class="menu_button">Gallery</a>
<a href="join_now.html" class="menu_button">Join Now</a>
</div>
<div id="content">
<div id="social_media_buttons">
<a href="https://www.instagram.com/uwconcertbandclub/" target="_blank">
<img src="logo_images/instagram_logo.png" title="Follow us on Instagram!" alt="Link to Instagram Account" />
</a>
<a href="http://www.youtube.com/channel/UCXt_Onb-_T9SpzvzNygYRZA" target="_blank">
<img src="logo_images/youtube_logo.png" title="Visit our YouTube Channel!" alt="Link to YouTube Channel" />
</a>
<a href="https://discord.com/invite/KNbdWZt" target="_blank">
<img src="logo_images/disc
Open service 129.97.134.17:443 · uwcbc.uwaterloo.ca
2026-01-02 02:02
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 02:02:34 GMT
Server: Apache/2.4.65 (Debian)
Strict-Transport-Security: max-age=26784000
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Wed, 26 Nov 2025 04:34:18 GMT
ETag: "d7e5-64477e8dd5e49"
Accept-Ranges: bytes
Content-Length: 55269
Vary: Accept-Encoding
Content-Type: text/html
Page title: UW Concert Band Club
<!DOCTYPE html>
<html lang="en">
<head>
<title>UW Concert Band Club</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="styles.css?Sept4" />
<link rel="shortcut icon" href="logo_images/browser_icon.ico" />
<script src="https://code.jquery.com/jquery-1.11.3.min.js" integrity="sha256-7LkWEzqTdpEfELxcZZlS6wAx5Ff13zZ83lYO2/ujj7g=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".open_image").click(function() {
// changes ".../promotional_images/thumbnails/xyz.jpg" to ".../promotional_images/xyz.jpg" when you click
window.open($(this).attr('src').substring(0, 19).concat($(this).attr('src').substring(30)));
});
/****************** Paging mechanism. *********************/
// Count how many news there are and use that to decide how many pages there should be.
var news_num = $("#news_content").children().length;
var page_num = Math.ceil(news_num / 5);
var num_entries = 5; // Number of entries per page.
var pg = 0; // Page user is currently on.
var start = 0; // Start at entry index[start].
var end = 5; // End at entry inde[end].
for (i=0; i < page_num; i++) {
$("#page_numbers").append("<a class='number' href='#page_"+(i+1)+"'>"+(i+1)+"</a>");
}
// Hide all news.
$("#news_content > li").css('display','none');
// If location.hash is not specified and pathname is not specified.
if (location.pathname == "/" || location.hash == "" || location.hash == "#page_1") {
$("#news_content > li").slice(start,end).css('display','');
$(".number:first").css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
} else {
pg = location.hash.substr(6);
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").slice(start,end).css('display','');
}
// When div buttons are hovered.
$(".number").hover(function(){
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
}, function(){
var item = location.hash;
if ($(this).attr("href")==item) { // If it's on the current page
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
} else {
$(this).css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
}
});
// Change to show respective divs when number is clicked on respective page.
$("#page_numbers > a").click(function(){
pg = $(this).text();
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").css('display','none');
$("#news_content > li").slice(start,end).css('display','');
// Button look clicked.
$(".number").css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
});
});
</script>
</head>
<body>
<div id="main_wrapper">
<a id="home_link" href="index.html">
<img id="main_logo_top_svg" src="logo_images/main_logo.svg"></img>
</a>
<br/>
<div id="main_menu">
<a href="index.html#page_1" class="menu_button">Home</a>
<a href="the_music.html" class="menu_button">The Music</a>
<a href="about_us.html" class="menu_button">About Us</a>
<a href="gallery.html" class="menu_button">Gallery</a>
<a href="join_now.html" class="menu_button">Join Now</a>
</div>
<div id="content">
<div id="social_media_buttons">
<a href="https://www.instagram.com/uwconcertbandclub/" target="_blank">
<img src="logo_images/instagram_logo.png" title="Follow us on Instagram!" alt="Link to Instagram Account" />
</a>
<a href="http://www.youtube.com/channel/UCXt_Onb-_T9SpzvzNygYRZA" target="_blank">
<img src="logo_images/youtube_logo.png" title="Visit our YouTube Channel!" alt="Link to YouTube Channel" />
</a>
<a href="https://discord.com/invite/KNbdWZt" target="_blank">
<img src="logo_images/disc
Open service 129.97.134.17:443 · uwcbc.uwaterloo.ca
2025-12-22 06:35
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 06:35:43 GMT
Server: Apache/2.4.65 (Debian)
Strict-Transport-Security: max-age=26784000
Upgrade: h2,h2c
Connection: Upgrade, close
Last-Modified: Wed, 26 Nov 2025 04:34:18 GMT
ETag: "d7e5-64477e8dd5e49"
Accept-Ranges: bytes
Content-Length: 55269
Vary: Accept-Encoding
Content-Type: text/html
Page title: UW Concert Band Club
<!DOCTYPE html>
<html lang="en">
<head>
<title>UW Concert Band Club</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="styles.css?Sept4" />
<link rel="shortcut icon" href="logo_images/browser_icon.ico" />
<script src="https://code.jquery.com/jquery-1.11.3.min.js" integrity="sha256-7LkWEzqTdpEfELxcZZlS6wAx5Ff13zZ83lYO2/ujj7g=" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".open_image").click(function() {
// changes ".../promotional_images/thumbnails/xyz.jpg" to ".../promotional_images/xyz.jpg" when you click
window.open($(this).attr('src').substring(0, 19).concat($(this).attr('src').substring(30)));
});
/****************** Paging mechanism. *********************/
// Count how many news there are and use that to decide how many pages there should be.
var news_num = $("#news_content").children().length;
var page_num = Math.ceil(news_num / 5);
var num_entries = 5; // Number of entries per page.
var pg = 0; // Page user is currently on.
var start = 0; // Start at entry index[start].
var end = 5; // End at entry inde[end].
for (i=0; i < page_num; i++) {
$("#page_numbers").append("<a class='number' href='#page_"+(i+1)+"'>"+(i+1)+"</a>");
}
// Hide all news.
$("#news_content > li").css('display','none');
// If location.hash is not specified and pathname is not specified.
if (location.pathname == "/" || location.hash == "" || location.hash == "#page_1") {
$("#news_content > li").slice(start,end).css('display','');
$(".number:first").css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
} else {
pg = location.hash.substr(6);
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").slice(start,end).css('display','');
}
// When div buttons are hovered.
$(".number").hover(function(){
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
}, function(){
var item = location.hash;
if ($(this).attr("href")==item) { // If it's on the current page
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'}); //selected
} else {
$(this).css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
}
});
// Change to show respective divs when number is clicked on respective page.
$("#page_numbers > a").click(function(){
pg = $(this).text();
start = (pg*num_entries)-num_entries;
end = pg*num_entries;
$("#news_content > li").css('display','none');
$("#news_content > li").slice(start,end).css('display','');
// Button look clicked.
$(".number").css({'color':'#6CC417','background-color':'white','border-radius':'2px'});
$(this).css({'color':'white','background-color':'#0D5F49','border-radius':'2px'});
});
});
</script>
</head>
<body>
<div id="main_wrapper">
<a id="home_link" href="index.html">
<img id="main_logo_top_svg" src="logo_images/main_logo.svg"></img>
</a>
<br/>
<div id="main_menu">
<a href="index.html#page_1" class="menu_button">Home</a>
<a href="the_music.html" class="menu_button">The Music</a>
<a href="about_us.html" class="menu_button">About Us</a>
<a href="gallery.html" class="menu_button">Gallery</a>
<a href="join_now.html" class="menu_button">Join Now</a>
</div>
<div id="content">
<div id="social_media_buttons">
<a href="https://www.instagram.com/uwconcertbandclub/" target="_blank">
<img src="logo_images/instagram_logo.png" title="Follow us on Instagram!" alt="Link to Instagram Account" />
</a>
<a href="http://www.youtube.com/channel/UCXt_Onb-_T9SpzvzNygYRZA" target="_blank">
<img src="logo_images/youtube_logo.png" title="Visit our YouTube Channel!" alt="Link to YouTube Channel" />
</a>
<a href="https://discord.com/invite/KNbdWZt" target="_blank">
<img src="logo_images/disc