-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (76 loc) · 1.96 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
116
117
118
119
<!doctype html>
<html lang="en">
<head>
<title>Divine O JS/HTML PRACTICE</title>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Visible content to usesr -->
<header>
<div class="logo">
<img src="imgs/smile.png" id="l1">
<img src="imgs/confused.png" id="l2">
<img src="imgs/laugh.png" id="l3">
<img src="imgs/veecon.png"
id="l4">
</div>
<nav>
<ul class="joklnks">
<li><a href="https://bestlifeonline.com/funny-clean-jokes/" target=" _blank">Joke 1</a
></li>
<li><a href="https://bestlifeonline.com/funny-clean-jokes/" target=" _blank">Joke 2</a
></li>
<li><a href="https://bestlifeonline.com/funny-clean-jokes/" target=" _blank">Joke 3</a
></li>
</ul>
</nav>
</header>
<main>
<div class = "jokees">
text
</div>
<!-- <div class ="OLD-JOKEE">
<div id="q1">
<h4 > What bow can't be tied?</h4 >
</div>
<div id="a1">
<h5 > A Rainbow!</h5>
</div>
<div id="q2">
<h4 > What do you call a pile of kittens?</h4>
</div>
<div id="a2">
<h5 > A meowntain.</h5>
</div>
<div id="q3">
<h4> Some people eat snails! </h4>
</div>
<div id="a3">
<h5> They must not like fast food.</h5>
</div>
</div>//old code for jokes// -->
</main>
<footer>
<div class="veewrap">
<div class="futlogo"> </div>
<!-- <img src="https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/e412cd63051567.5aa44b55936b9.gif"> -->
</div>
<div class="nested">
<div class="student"> <h3>Divine Okonkwo</h3> <p>NMED 3720:
The Dynamic Web 2021</p>
</div>
<div class="credits">
<h3>Developer</h3>
<a href="
https://www.instagram.com/Veetance/" target="_blank" class="IG">
<p>©Veetance</p></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>