1996–97 Australian Figure Skating Championships
The 1996–97 Australian Figure Skating Championships were the national championships of the 1996–97 figure skating season. Skaters competed in the disciplines of men's singles, ladies' singles, pair skating, and ice dancing across many levels, including senior, junior, novice, adult, and the pre-novice disciplines of primary and intermediate.
1996–97 Australian Figure Skating Championships | |
---|---|
Type: | National Championship |
Season: | 1996–97 |
Champions | |
Men's singles: Anthony Liu | |
Ladies' singles: Joanne Carter | |
Pair skating: Danielle Carr / Stephen Carr | |
Ice dance: Chantal Loyer / Justin Bell | |
Previous: 1995–96 Australian Championships | |
Next: 1997–98 Australian Championships |
Senior results
Men
Rank | Name | Region |
---|---|---|
1 | Anthony Liu | QLD |
2 | Michael Amentas | NSW |
3 | Andrew ROy |
Ladies
Rank | Name | Region |
---|---|---|
1 | Joanne Carter | NSW |
2 | Miriam Manzano | ACT |
3 | Andrea Boss | |
4 | Yolanda Zollinger | |
5 | Kirsten Mather | |
6 | Melanie Rayner | |
7 | Katie Murphy | VIC |
8 | Suzanne Reading | NSW |
9 | Taya Sedgeman | |
10 | Natalie Hoare | |
11 | Sharon Newman | SA |
Pairs
Rank | Name | Region | TFP | SP | FS |
---|---|---|---|---|---|
1 | Danielle Carr / Stephen Carr | NSW | 1.5 | 1 | 1 |
Ice dancing
Rank | Name |
---|---|
1 | Chantal Loyer / Justin Bell |
2 | Christine Seydel / Ducan Smart |
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.