-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
63 lines (59 loc) · 3.05 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>uOttawa Esports</title>
<meta name="description" content="The official website of uOttawa Esports.">
<link rel="canonical" href="https://www.uottawaesports.ca/">
<meta name="robots" content="index">
<meta property="og:type" content="website">
<meta property="og:title" content="uOttawa Esports">
<meta property="og:description" content="The official website of uOttawa Esports.">
<meta property="og:image"
content="https://raw.githubusercontent.com/uOttawaEsports/uottawaesports.ca/main/images/meta.png">
<meta property="og:url" content="https://www.uottawaesports.ca/">
<meta property="og:site_name" content="uOttawa Esports">
<meta name="twitter:title" content="uOttawa Esports">
<meta name="twitter:description" content="The official website of uOttawa Esports.">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/uOttawaEsports/uottawaesports.ca/main/images/meta.png">
<meta name="twitter:site" content="@uOttawaEsports">
<meta name="twitter:creator" content="@uOttawaEsports">
<meta name="keywords"
content="uOttawa Esports website, uOttawa Esports, uOttawa Esports Club, uOttawa gaming, uOttawa gaming club">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/logo-square.png" />
<!-- Bootstrap 5.0.2 CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- External CSS -->
<link rel="stylesheet" href="styles/landing.css">
</head>
<body>
<!-- Landing Page -->
<div class="container-fluid text-white">
<div class="row">
<img src="images/logo-square.png" style="height: 220px; width: 250px;" alt="uOttawa Esports">
</div>
<div class="row">
<h1 class="col-12 display-1 fw-bold text-center">uOttawa Esports</h1>
</div>
<div class="row mt-5">
<div class="col-6">
<a role="button" href="/en/" class="btn btn-dark btn-lg bg-maroon text-white" style="border: 0;"
rel="alternate" hreflang="en">English</a>
</div>
<div class="col-6">
<a role="button" href="/fr/" class="btn btn-dark btn-lg bg-maroon text-white" style="border: 0;"
rel="alternate" hreflang="fr">Français</a>
</div>
</div>
<!-- Landing Page End -->
<!-- Bootstrap JS Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>