-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (98 loc) · 5.22 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- For internal use. -->
<meta name="author" content="mangosango, aka Sang Jin Lee" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="robots" content="no-index" /> <!-- change this -->
<meta name="copyright" content="Copyright 2011 Sang Jin Lee, mangosango">
<meta name="description"
content="mangosango is the interaction design identity for Sang Jin Lee, a student of Digital Arts and Computer Science at Dartmouth College" />
<meta name="keywords"
content="mangosango, sang jin, sang lee, sang, sang jin lee, mrchowderclam, design, student, intern, available, job search" />
<!-- LOAD @FONTFACE FONTS -->
<link href="font/LeagueGothic/stylesheet.css" rel="stylesheet" type="text/css" />
<!-- LOAD CSS STYLES -->
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/text.css" />
<link rel="stylesheet" href="css/960.css" />
<link rel="stylesheet" href="css/style.css" />
<link type="text/css" href="css/cupertino/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
<!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
<script type="text/javascript" src="js/css3-mediaqueries.js"></script>
<!-- LOAD JQUERY LIBRARIES -->
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<!-- LOAD DOCUMENT.LOAD FUNCTIONS -->
<script type="text/javascript" src="js/onLoad.js"></script>
<title>The Dartmouth F-1 D-Planner</title>
</head>
<body>
<div
style="width: 100%; height: 65px; padding-top: 35px; background: #fff; border-bottom: 1px solid #ddd; margin-bottom: 40px;">
<div class="container_12" id="topbar">
<!-- topbar Content goes here -->
<div class="grid_6" style="">
<a href="grid.html" class="league external" style="font-size: 24px; line-height: 18px;">The F-1 D-Planner</a>
<p style="font-size: 10px;"></p>
<p style="font-size: 8px; margin-bottom: 5px; margin-top: -15px;"><i>Coded by <a target="_new"
style="color: #999">Sang Jin Lee '13</a>, <a target="_new" style="color: #999">Diana Salsbury '15</a> and
<a target="_new" style="color: #999">Roman Huszar '17</a>.</i>
</div>
<div class="grid_6" align="right">
<div style="padding-right: 35px;">
<ul id="navMenu">
<li><a href="disclaimer.html" target="_new" class="external">
<font color="red">DISCLAIMER</font>
</a>
<li><a href="http://www.dartmouth.edu/~ovis/" class="external" target="_new">OVIS home</a></li>
<li><a href="http://www.dartmouth.edu/~ovis/contact/index.html" target="_new" class="external">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="welcome_1" class="" style="min-height: 70%;">
<div class="container_12">
<div align="center" class="grid_12" style="padding-bottom: 20px;">
<span id="slideshowTitle" class="league" style="font-size: 48px;">welcome!<br /></span>
</div>
<div id="slideshowContainer" class="grid_12 ui-corner-all"
style="background: #fff; height: 190px; border: 1px solid #ddd; margin-bottom: 40px;">
<div style="padding: 40px;"><!-- PADDING HACK FOR JQUERY CYCLE -->
<div id="welcome" align="center">
<b>Welcome to the F-1 D-Planner</b><br />
The F-1 D-Planner is an online tool to help you visualize how your D-plan interacts with your immigration status.
<div style="height: 25px;"></div>
<div style="line-height: 40px;"><a class="indexBtn ui-corner-all" href="grid.html">Get Started Now</a>
<a class="indexBtn ui-corner-all" href="tutorial.html">Tutorial</a></div>
</div>
</div>
</div>
<div id="footer" class="grid_12"
style="padding-top: 30px; margin-top: 40px; color: #aaa; border-top: 1px dotted #aaa;">
<p align="center" style="font-size: 10px;">© 2011 Trustees of Dartmouth College, originally created and
designed by Marcia S. Calloway, sponsored by
<a target="_new" style="color: #999" href="http://www.cs.dartmouth.edu/~digitalarts/">
Dartmouth Digital Arts at Dartmouth</a>, designed and Coded by <a target="_new" style="color: #999">
Sang Jin Lee '13</a>, <a target="_new" style="color: #999">
Diana Salsbury '15</a>, and <a target="_new" style="color: #999">
Roman Huszar '17</a>. Updated by <a target="_new" style="color: #999">
Eric Lu '25</a>.
</p>
<center>
<a href="http://www.dali.dartmouth.edu">
<img src="img/Small_curl.jpg" height="50px;" />
</a>
</center>
</div>
</div>
</div>
</body>
</html>