Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
WebDev
epic-journey-display
Commits
f7530aa8
Commit
f7530aa8
authored
Apr 16, 2020
by
Porter Libby
Browse files
finish dictionary for now
parent
40bcb309
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
index.html
View file @
f7530aa8
...
...
@@ -205,51 +205,21 @@
<!-- Block 3 -->
<div
class=
'block'
id=
"block3"
>
<span
class=
'section-prompt'
>
3.
What would you like to do for fun?
</span>
<span
class=
'section-prompt'
>
3.
Access opportunities
</span>
<br>
<div
class=
'checklist-box'
>
<span
style=
'font-size:22px'
>
Campus Life
</span><br>
<div
style=
'text-align:left;'
>
<input
type=
"checkbox"
id=
"campuslife1"
name=
"campuslife1"
value=
"campuslife1"
>
<label
for=
"campuslife1"
>
option 1
</label><br>
<input
type=
"checkbox"
id=
"campuslife2"
name=
"campuslife2"
value=
"campuslife2"
>
<label
for=
"campuslife2"
>
option 2
</label><br>
<input
type=
"checkbox"
id=
"campuslife3"
name=
"campuslife3"
value=
"campuslife3"
>
<label
for=
"campuslife3"
>
option 3
</label><br>
<input
type=
"checkbox"
id=
"campuslife4"
name=
"campuslife4"
value=
"campuslife4"
>
<label
for=
"campuslife4"
>
option 4
</label><br>
<input
type=
"checkbox"
id=
"campuslife5"
name=
"campuslife5"
value=
"campuslife5"
>
<label
for=
"campuslife5"
>
option 5
</label><br>
</div>
</div>
<div
class=
'checklist-box'
>
<span
style=
'font-size:22px'
>
Student Activities
</span><br>
<div
style=
'text-align:left;'
>
<input
type=
"checkbox"
id=
"studentactivity1"
name=
"studentactivity1"
value=
"studentactivity1"
>
<label
for=
"studentactivity1"
>
option 1
</label><br>
<input
type=
"checkbox"
id=
"studentactivity2"
name=
"studentactivity2"
value=
"studentactivity2"
>
<label
for=
"studentactivity2"
>
option 2
</label><br>
<input
type=
"checkbox"
id=
"studentactivity3"
name=
"studentactivity3"
value=
"studentactivity3"
>
<label
for=
"studentactivity3"
>
option 3
</label><br>
<input
type=
"checkbox"
id=
"studentactivity4"
name=
"studentactivity4"
value=
"studentactivity4"
>
<label
for=
"studentactivity4"
>
option 4
</label><br>
<input
type=
"checkbox"
id=
"studentactivity5"
name=
"studentactivity5"
value=
"studentactivity5"
>
<label
for=
"studentactivity5"
>
option 5
</label><br>
</div>
<div
class=
'inner-nav'
>
<!-- Nav options for this block -->
<button
type=
"button"
class=
"btn btn-labeled btn-dark"
>
<span
class=
"btn-label"
><i
class=
"fa fa-flask"
></i></span><br>
Research
</button>
<button
type=
"button"
class=
"btn btn-labeled btn-dark"
>
<span
class=
"btn-label"
><i
class=
"fa fa-user-md"
></i></span><br>
Internship
</button>
<button
type=
"button"
class=
"btn btn-labeled btn-dark"
>
<span
class=
"btn-label"
><i
class=
"fa fa-book"
></i></span><br>
Off-campus Study
</button>
</div>
</div>
<!-- Block 4 -->
<div
class=
'block'
id=
"block4"
>
<span
class=
'section-prompt'
>
4.
What would you like to become?
</span>
<span
class=
'section-prompt'
>
4.
Explore ways forward
</span>
<br>
<div
class=
'inner-nav'
>
<!-- Nav options for this block -->
<button
type=
"button"
class=
"btn btn-labeled btn-dark btn-explore"
>
...
...
@@ -259,7 +229,7 @@
<!-- Block 5 -->
<div
class=
'block'
id=
"block5"
>
<span
class=
'section-prompt'
>
4
.
What would you like to become?
</span>
<span
class=
'section-prompt'
>
5
.
Done!
</span>
<br>
<div
class=
'inner-nav'
>
<!-- Nav options for this block -->
...
...
public/data/data.js
View file @
f7530aa8
This diff is collapsed.
Click to expand it.
public/js/searchBar.js
View file @
f7530aa8
...
...
@@ -102,11 +102,9 @@ function autocomplete(inp, arr, sub_dict) {
});
}
function
createInfo
(
info_arr
,
title
){
url
=
info_arr
[
0
];
desc
=
info_arr
[
1
];
function
createInfo
(
info_arr
){
console
.
log
(
info_arr
);
open_modal
();
set_modal_text
(
url
,
desc
,
title
,
""
);
}
function
destroyInfo
(){
console
.
log
(
'
No info
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment