forked from icl/187A_ia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalumni.html
91 lines (65 loc) · 3.44 KB
/
alumni.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
<html lang="en">
<head>
<meta charset="utf-8">
<title>University of Louisiana|Alumni</title>
<meta name="description" content="University of Louisiana">
<meta name="author" content="Ingrid and Maria">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Base Stylsheets http://twitter.github.com/bootstrap/ -->
<link rel="stylesheet" href="stylesheets/lib/jquery.fancybox.css" >
<!-- Your Stylesheets -->
<link rel="stylesheet" href="stylesheets/main.css" >
<!-- jQuery http://jquery.com/ -->
<script src="javascripts/lib/jquery-1.7.1.min.js"></script>
<!-- Bootstrap Javascripts http://twitter.github.com/bootstrap/javascript.html -->
<script src="javascripts/lib/bootstrap.js"></script>
<!-- Fancybox Lightbox http://fancyapps.com/fancybox/#examples -->
<script src="javascripts/lib/jquery.fancybox.js"></script>
<!-- Your Javascripts -->
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<div class="wire">
<img src="images/menuen.jpg" usemap="#imagemap" border="0">
<map name="imagemap">
<area shape="rect" coords="390,5,192,90" href="index.html">
<area shape="rect" coords="250,95,170,125" href="aboutus.html">
<area shape="rect" coords="360,95,290,125" href="education.html">
<area shape="rect" coords="510,95,390,125" href="lifeat.html">
<area shape="rect" coords="630,95,540,125" href="research.html">
<area shape="rect" coords="740,95,664,125" href="athletics.html">
<area shape="rect" coords="10,133,160,170" href="prospective.html">
<area shape="rect" coords="10,173,160,200" href="current.html">
<area shape="rect" coords="10,210,160,243" href="alumni.html">
<area shape="rect" coords="10,250,160,273" href="staff.html">
<area shape="rect" coords="620,5,550,25" href="#">
<area shape="rect" coords="700,5,620,25" href="#">
<area shape="rect" coords="780,5,710,25" href="#">
<area shape="rect" coords="750,65,690,85" href="#">
</map>
</div>
<div id="breadcrumbs">
<ul><li><a href="index.html">Home</a> >> Alumni </li></ul>
</div>
<h1> Alumni </h1> <br>
<div class="alumnitext">
<h2> Pride, Loyalty and tradition </h2>
<p><i>The mission of the University of Louisiana at Lafayette Alumni Association is to promote good fellowship among alumni;
to strengthen the ties of loyalty and devotion of alumni to their alma mater; and to at all times further the
interests of the institution.</i> </p>
<div class="alumniimg">
<img src="images/alumni.jpg">
</div>
</div>
</div>
<div class= "footer">
<p> Copyright 2003 by the <a href="http://www.louisiana.edu/">University of Louisiana at Lafayette</a> <br>
104 University Circle, Lafayette LA 70504 <br>
Phone: 337/482-1000 E-Mail: webmaster@louisiana.edu </p>
</div>
</body>
</html>