-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintern.htm
67 lines (56 loc) · 3.01 KB
/
intern.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Hispanic Business Student Association at the Ohio State University</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
</head>
<body>
<div id="header"><h1>Hispanic Business Student Association at the Ohio State University</h1></div>
<div id="container">
<ul id="nav">
<li><a href="index.htm">Home</a></li>
<li><a href="about.htm">About</a></li>
<li><a class="location" href="news.htm">Features</a></li>
<li><a href="profile.htm">Profiles</a></li>
<!--<li><a href="index.htm">Calendar</a></li>
<li><a href="index.htm">Forum</a></li>
<li><a href="index.htm">Links</a></li>-->
</ul>
<ul id="nav02">
<li><a href="news.htm">News</a></li>
<li><a class="location" href="intern.htm">Internship Opportunities</a></li>
<!--<li><a href="resume.htm">Resume Builder</a></li>-->
<li><a href="culture.htm">Cultural Link</a></li>
<li><a href="http://www.nhba.org">NHBA Updates</a></li>
<li><a href="alumni.htm">Alumni List</a></li>
</ul>
<div id="content">
<img id="theimage" src="images/mason.jpg" alt="Mason Hall at The Ohio State University" width="270" height="400" />
<div id="images">
<a href="images/Welcome6.jpg" rel="lightbox[roadtrip]"><img src="images/Welcome6.jpg" height="60" width="60" alt="image"/></a>
<a href="images/Welcome5.jpg" rel="lightbox[roadtrip]"><img src="images/Welcome5.jpg" height="60" width="60" alt="image"/></a>
<a href="images/welcomeHBSA1.jpg" rel="lightbox[roadtrip]"><img src="images/welcomeHBSA1.jpg" height="60" width="60" alt="image"/></a>
<a href="images/WelcomePage2.jpg" rel="lightbox[roadtrip]"><img src="images/WelcomePage2.jpg" height="60" width="60" alt="image"/></a>
<a href="images/WelcomePage.jpg" rel="lightbox[roadtrip]"><img src="images/WelcomePage.jpg" height="60" width="60" alt="image"/></a>
</div><!--images-->
<div id="words">
<div class="expand" onclick="new Effect.toggle($('theimage'),'appear')">Click here to expand/contract this text</div>
<p>Here are the numerous companies that have appeared at HBSA Meetings:</p>
<ul>
<li><a href="http://www.anheuser-busch.com">Anheuser Busch</a></li>
<li><a href="http://www.hsbc.com">Hongkong and Shanghai Banking Corporation</a></li>
<li><a href="http://www.nationwide.com">Nationwide</a></li>
<li><a href="http://www.pwcglobal.com">Pricewaterhouse Coopers</a></li>
<li><a href="http://www.wellsfargo.com">Wells Fargo</a></li>
</ul>
</div><!--words-->
</div><!--content-->
</div><!--container-->
</body>
</html>