forked from akannshu/RandomQuoteApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quote.js
55 lines (42 loc) · 1.04 KB
/
quote.js
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
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
function qotday() {
window.open("qotd.html" , "_self");
}
function contact() {
window.open("contact.html" , "_self");
}
function login() {
window.open("my-login-master/index.html" , "_self");
}
function fitquote() {
window.open("fitnessQuote/fq.html" ,"_self")
}
function artquote() {
window.open("artQuote/a.html" ,"_self")
}
function frenquote() {
window.open("frenQuote/fren.html" ,"_self")
}
function lifequote() {
window.open("lifeQuote/life.html" ,"_self")
}
function lovequote() {
window.open("loveQuote/love.html" ,"_self")
}
function motquote() {
window.open("motQuote/mot.html" ,"_self")
}
function relquote() {
window.open("relQuote/rel.html" ,"_self")
}
function petquote() {
window.open("petQuote/pet.html" ,"_self")
}
function famquote() {
window.open("famQuote/fam.html" ,"_self")
}