-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.html
More file actions
62 lines (62 loc) · 2.34 KB
/
contactus.html
File metadata and controls
62 lines (62 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<title>Panther Linux User Group</title>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="bootstrap/js/bootstrap.js" type="text/javascript"></script>
<!--<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.css" />-->
</head>
<body>
<div id="title-bar" class="container-fluid">
<div class="row-fluid">
<div class="span8 offset2">
<h1 class="title-text">Panther Linux User Group</h1>
</div>
<div class="span2" >
</div>
</div>
</div>
<div id="content" class="container-fluid">
<div class="row-fluid">
<div id="contacts" class="meeting span8 offset2">
<h3>Contact Info</h3>
<ul>
<li>President: Erik Edrosa ~ eedro001<img src="images/at.gif">fiu.edu
<li>Vice-President: Valens Belonce ~ vbelo001<img src="images/at.gif">fiu.edu
<li>CSO-Representative: Qing Gao ~ qgao001<img src="images/at.gif">fiu.edu
<li>Treasurer: Roy Lara ~ rlara018<img src="images/at.gif">fiu.edu
<li>Webmaster: Joseph Rivera ~ jrive034<img src="images/at.gif">fiu.edu
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span8 offset2">
<div class="row-fluid" id="footer">
<div class="span6" id="fiu_footer_left">
<img width="190" height="34" alt="FIU" src="http://cstatic.fiu.edu/fiulogo_grey.png">
<span><a href="http://www.cs.fiu.edu/">School of Computing and Information Sciences</a></span>
</div>
<div class="span6" id="quicknav">
<h4>Quick Links</h4>
<ul>
<li><a href="http://plug.cs.fiu.edu">Home</a></li>
<li><a href="../contactus.html">Contact us</a></li>
<li><a href="http://users.cis.fiu.edu/~acm/">FIU-ACM</a></li>
<li><a href="http://www.cis.fiu.edu/upe/">UPE</a></li>
<li><a href="http://www.fiu.edu/">FIU Home</a></li>
<li><a href="http://cec.fiu.edu/">CEC Home</a></li>
<li><a href="http://admissions.fiu.edu/">Admissions</a></li>
<li><a href="http://registrar.fiu.edu/">Registrar</a></li>
<li><a href="http://finaid.fiu.edu/">Financial Aid</a></li>
</ul>
</div>
</div>
</div>
<div class="span2"></div>
</div>
</div>
</body>
</html>