-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
title: U of T Poker Club
---
<header>
<img class="w-100" src="/assets/images/cover.jpg" alt="University of Toronto Poker Club Cover">
</header>
<article class="container pt-5">
<div class="row mb-5">
<div class="col-lg-8">
<div class="p-3">
<h3 class="mb-3">Who are we?</h3>
<p>Since its formation, the University of Toronto Poker Club has been at the forefront of promoting the game of poker, advancing the skills of its members, and connecting the players within the University of Toronto community. The club runs social events, games, and tournaments campus-wide. In addition, the club forms coalitions with the individual colleges’ poker clubs, promote their events and aim to establish a sustainable poker community. The club denounces financial gambling and advocates the sporting side of poker.</p>
</div>
</div>
<div class="col-lg-4">
<img class="w-100 rounded" src="/assets/images/champion.jpg" alt="The champion, Suyash Shivare, at the end of the 2023 University of Toronto Poker Club Main Event">
</div>
</div>
<div class="row mb-5">
<div class="col-lg-4">
<img class="w-100 rounded" src="/assets/images/final-table.jpg" alt="The final table of the 2023 University of Toronto Poker Club Main Event">
</div>
<div class="col-lg-8">
<div class="p-3">
<h3 class="mb-3">Can I join?</h3>
<p>Our club is open to everyone! You don't have to be a U of T student to join us. Feel free to drop in and out anytime you want during our club meetings!</p>
<p>If you are a student from University of Toronto, please consider registering <a href="https://docs.google.com/forms/d/e/1FAIpQLSdd0jqN1dPgNnGBtLfW5FezVhJ8t_2eCUSFAr9qlATqVAVZ2g/viewform?usp=sf_link">here</a>.</p>
</div>
</div>
</div>
</article>