-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
122 lines (120 loc) · 5.85 KB
/
about.php
File metadata and controls
122 lines (120 loc) · 5.85 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<title>PurdueLoL - About</title>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/header.php'); ?>
</head>
<body>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/nav.php'); ?>
<div class="container">
<h1>About Us</h1>
<div class="col-md-8">
<h3>What is the Purdue League of Legends Club?</h3>
<p>The Purdue League of Legends Club strives to create a community that involves all League of Legends players at Purdue. We work hard to provide you with everything you need so that you can get down to what you do best: <i>Playing Some League of Legends</i>. Whether it's venturing out to our weekly meetings, battling your friends in one of our tournaments, or relaxing and watching the pros at an LCS viewing parties, PurdueLoL has something to offer you.</p>
<p>We try to have a regular PurdueLoL meeting every weekend during the fall and spring semester. Our meetings are a great way to meet others on campus that play League of Legends. We supply the room, the power, and the networking, so bring your rig, play some League, and have some fun. </p>
<h3>Current Officers:</h3>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/cameron_kachur.jpg" alt="Can Cracher">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">President - Cameron Kachur</h4>
Known for his audacious entrepreneurial spirit, Cameron seeks to
rule the presidency with an iron fist. Hailing from Pittsburgh, Cameron
presses his faultless agressive agenda with an unrelenting passion.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/daniel_seamans.jpg" alt="Plat V">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Vice President - Daniel Seamans</h4>
He works in the shadows. He does seem to show up at every meeting,
but no one knows who he is or what he does.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/simon_smith.jpg" alt="Billy Louie">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Treasurer - Simon Smith</h4>
Only have pocketed club funds thrice, Simon sets the standards
to being the cleanest Treasurer the club has ever had.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/treven_yeager.jpg" alt="MLG Treven">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Event Manager - Treven Yeager</h4>
Having braved the flame of three incinerated events, Treven plans
for this semester to be the best with only one or two fires and plently of Red Bull.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="https://youtu.be/UYhP3bLveQM">
<img class="media-object" style="width:96px"src="/images/officers/erich_fischer.jpg" alt="Erich Linux Fischer">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Assistant Event Manager - Erich Fischer</h4>
Having braved only two of the fires that Treven caused, Erich
is still relativity unscared from the rage flames of League of
Legends. Also plays Attack-Speed Bro-Braum and Heimer Support. Soloing Dragons and Zhyonaing
like it was 1989.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/chris_pastor.jpg" alt="Chris Kripp Pastor">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Network Manager - Chris Pastor</h4>
Known for his audacious bm and knowledge of the scared religion of
Kripp, Chris seeks to solve all networking problems with percision
and minimal effort. Master and slave to the cables.
</div>
</div>
<div class="media">
<div class="pull-left">
<a href="#">
<img class="media-object" style="width:96px"src="/images/officers/ben_milks.jpg" alt="Plat V">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Community Manager - Ben Milks</h4>
Though he is ranked higher on LAN, Ben enjoys the passion that
Gold II brings to him. His fighting spirit ensures that someday
Ryze will eventully be buffed and he will be able to climb again.
</div>
</div>
<br/><br/>
</div>
<div class="col-md-4">
</br>
<img class="img-responsive" src="images/officers.jpg" />
</br>
<img class="img-responsive" src="images/officers_2.jpg" />
</div>
</div>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>