-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhometext.html
38 lines (33 loc) · 1.26 KB
/
hometext.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<!--scrollers-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="jquery.mousewheel.min.js"></script>
<script src="jquery.mCustomScrollbar.js"></script>
<link href="jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="inner.js"></script>
<style type="text/css">
body{
background-image:none;
background-color:#fff;
background-color:rgba(0,0,0,0);
}
</style>
</head>
<body>
<h1>Home</h1>
<hr color="#b6eceb">
<div id = "bodwrapper">
<div id = "bod">
<p>Welcome to Big Straw's website! </p>
<p><b>Big Straw Magazine is the Asian interest publication that started over a cup of bubble tea.</p></b>
<p>We are writers, editors, designers, and photographers. But we're more than just a magazine. We also hold many social events throughout the year. Find out more about what
we do by coming out to our events and reading our latest publications here! </p>
<p>Check out our Fall 2012 issue under "read"!</p>
<img src = "magazines/thumbs/fall12.jpg" width = "200px"></img>
</div>
</div>
</body>
</html>