-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.js
More file actions
29 lines (21 loc) · 924 Bytes
/
script.js
File metadata and controls
29 lines (21 loc) · 924 Bytes
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
// document.getElementById("pdfResume").onclick = function () {
// location.href = ""
// };
document.getElementById("viewMVP").onclick = function () {
location.href = " https://nikki-rees.github.io/MyMVP/"
};
document.getElementById("viewWeatherDashboard").onclick = function () {
location.href = "https://nikki-rees.github.io/weather_dashboard/"
};
document.getElementById("viewPlanner").onclick = function () {
location.href = "https://nikki-rees.github.io/planner/"
};
document.getElementById("viewTinySteps").onclick = function () {
location.href = "https://tinystepsau.herokuapp.com/"
};
document.getElementById("viewNoteTaker").onclick = function () {
location.href = "https://secret-basin-76195.herokuapp.com/notes"
};
document.getElementById("viewEmployeeManager").onclick = function () {
location.href = "https://drive.google.com/file/d/1hUU4k8isVT59pv1Qlb1dumb1UipCM95b/view"
};