-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
107 lines (93 loc) · 4.73 KB
/
about.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>CB Smash Club - About</title>
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/SmashClub.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="https://cbsmashclub.github.io/">
<i class="fa fa-gamepad"></i> <span class="light">CB</span> SMASH CLUB
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="https://cbsmashclub.github.io/"></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials & Guides <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="smash_intro">Intro</a></li>
<li><a href="characters">Characters</a></li>
<li><a href="neutral_and_combo">Neutral & Combo</a></li>
<li><a href="basic_tech">Basic Tech</a></li>
</ul>
</li>
<li>
<a href="ruleset">Ruleset</a>
</li>
<li>
<a href="#page-top" class="page-scroll">About</a>
</li>
<li>
<a href="extras">Extras</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="intro_about">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>What is Smash Club?</h1>
<p class="light_text">The club aims to improve the skills of players that are interested in playing Melee, Project M, or Smash 4 competitively, as they would like to grow the local competitive scene.</p>
<p class="light_text">It is a club where everyone can join to play some good Smash Bros.</p>
</div>
</div>
</div>
</div>
</header>
<section id="about_events" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>What Happens</h2>
<p>In Room 209 every lunch on Tuesday, three laptop setups for playing Melee and Project M are available. Club members are able to choose whichever game they want to play, and it is recommended that they bring their own controller.</p>
<p>Aside from playing Smash, discussions and gameplay analyses are done to aid club members in understanding how to get better at Smash.</p>
</div>
</div>
</div>
</section>
<footer>
</footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/SmashClub.js"></script>
</body>
</html>