Skip to content

Commit

Permalink
Merge pull request #3 from dali-lab/elu-di-cpt
Browse files Browse the repository at this point in the history
Add DI-CPT
  • Loading branch information
eric-lu-VT authored Oct 20, 2024
2 parents 63d6457 + acc723a commit db5eb10
Show file tree
Hide file tree
Showing 8 changed files with 270 additions and 52 deletions.
17 changes: 17 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@ input.myBox:hover
border: 1px solid #ddd;
}

#box_grey {
background: #555;
padding: 10px 20px;
height: 55px;
width: 40px;
border-radius: 6px;
margin-bottom: 20px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #ddd;
}

.draggable_box_black,
.draggable_box_white,
.draggable_box_blue {
Expand Down Expand Up @@ -294,6 +306,11 @@ input.myBox:hover
background-size: 100% 100%;
}

.L_DI_CPT {
background: url(../img/L_DI_CPT.png) no-repeat center top #f5d442;
background-size: 100% 100%;
}

.RNotMoveable {
background: url(../img/R.png) no-repeat center top #075E28;
background-size: 100% 100%;
Expand Down
5 changes: 3 additions & 2 deletions disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<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 D-Plan Game</a>
<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
Expand Down Expand Up @@ -129,7 +129,8 @@
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>.
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">
Expand Down
34 changes: 22 additions & 12 deletions grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@



<title>The D-Plan Game</title>
<title>The F-1 D-Planner</title>

</head>

Expand All @@ -51,7 +51,7 @@
<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 D-Plan Game</a>
<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
Expand All @@ -76,22 +76,22 @@
<div id="dialog-flex" title="Warning!" align="center">
<span class="ui-icon ui-icon-alert" style="clear: both;"></span><span id="errorText"></span>
<br /><br />
<p style="font-size: 10px;">If you need help, don't hesitate to contact us at
<b>"ovis@Dartmouth.edu"</b>!</p>
<p style="font-size: 10px;">If you need help, dont hesitate to contact us at
<b>"ovis@dartmouth.edu"</b>!</p>
</div>

<div id="dialog-notflex" title="ERROR!" align="center">
<span class="ui-icon ui-icon-alert" style="clear: both;"></span><span id="errorText2"></span>
<br /><br />
<p style="font-size: 10px;">If you need help, don't hesitate to contact us at
<b>"ovis@Dartmouth.edu"</b>!</p>
<p style="font-size: 10px;">If you need help, dont hesitate to contact us at
<b>"ovis@dartmouth.edu"</b>!</p>
</div>

<div id="analysis-confirm" class="startHidden" title="Analysis" align="center">
<span class="ui-icon ui-icon-alert" style="clear: both;"></span><span id="analysisText"></span>
<br /><br />
<p style="font-size: 10px;">If you need help, don't hesitate to contact us at
<b>"ovis@Dartmouth.edu"</b>!</p>
<p style="font-size: 10px;">If you need help, dont hesitate to contact us at
<b>"ovis@declared.edu"</b>!</p>
</div>

<div id="dropArea" class="startHidden" style="margin-top: 10px;">
Expand Down Expand Up @@ -345,7 +345,7 @@
</div>
<div class="grid_1 drag_box_div">
<div class="T_S draggable_box_white" id="2_6"
onmouseover="tooltip.show('This is an independently arranged transfer term with at least 2 courses approved to transfer to Dartmouth College.');"
onmouseover="tooltip.show('This is an independently arranged transfer term with at least 3 courses approved to transfer to Dartmouth College.');"
onmouseout="tooltip.hide();" style="margin-left: 10px;"></div>
</div>
<!-- If you want to delete the L-Thesis button, simply delete the div class below -->
Expand All @@ -363,7 +363,7 @@
<div class="grid_1 drag_box_div">
<div class="L_Earned draggable_box_black" id="1_7"
style="margin-top: 10px; margin-bottom: 10px; margin-left: -10px;"
onmouseover="tooltip.show('This is an earned leave term following some combination of at least 3 R, O, X or T(S) terms where the student may stay in the US or depart. This cannot be selected unless at least 3 R, O, X or T(S) terms precede it.');"
onmouseover="tooltip.show('This is an earned leave term following some combination of at least 3 R, O, X or T terms where the student may stay in the US or depart. This cannot be selected unless at least 3 R, O, X or T terms precede it.');"
onmouseout="tooltip.hide();"></div>
</div>
</div>
Expand All @@ -372,7 +372,16 @@
<div class="grid_1 drag_box_div">
<div class="L_Unearned draggable_box_black" id="1_8"
style="margin-top: 10px; margin-bottom: 10px; margin-left: -10px;"
onmouseover="tooltip.show('This is a leave term following less than 3 terms of R, O, X or T(S).');"
onmouseover="tooltip.show('This is a leave term following less than 3 terms of R, O, X or T.');"
onmouseout="tooltip.hide();"></div>
</div>
</div>
<div class="grid_1 noPrint" id="box_grey" style="padding-bottom: 30px;">
<!-- Pick Box goes here -->
<div class="grid_1 drag_box_div">
<div class="L_DI_CPT draggable_box_black" id="1_8"
style="margin-top: 10px; margin-bottom: 10px; margin-left: -10px;"
onmouseover="tooltip.show('Available to students with a declared major. The divisional internship must occur during a student\'s earned leave term. Enrollment in the DI course will take place during the R/O/X term immediately following the leave term.');"
onmouseout="tooltip.hide();"></div>
</div>
</div>
Expand All @@ -384,7 +393,8 @@
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>.
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">
Expand Down
Binary file added img/L_DI_CPT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/T_S.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- LOAD DOCUMENT.LOAD FUNCTIONS -->
<script type="text/javascript" src="js/onLoad.js"></script>

<title>The Dartmouth D-Plan Game</title>
<title>The Dartmouth F-1 D-Planner</title>

</head>

Expand All @@ -50,7 +50,7 @@
<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 D-Plan Game</a>
<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
Expand Down Expand Up @@ -80,10 +80,10 @@
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 D-Plan Game</b><br />
The D-Plan Game is an online tool to help you visualize how your D-plan interacts with your immigration status.
<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="disclaimer.html">Get Started Now</a>
<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>
Expand All @@ -98,7 +98,8 @@
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>.
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">
Expand Down
Loading

0 comments on commit db5eb10

Please sign in to comment.