-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Link rel="stylesheet" href="style.css">
</Link>
<title>Page Assistant</title>
</head>
<body>
<div class="wrapper">
<div class="botton">
<button class="btn1" onclick="window.open('https://www.youtube.com/watch?v=ywxwyewphOM', '_blank')">Go to
Video</button>
<button class="btn2"
onclick="window.open('https://www.ramseysolutions.com/saving/5-steps-to-planning-memorable-vacation')">Travel</a></button>
<button class="btn6" onclick="window.open('https://www.themoviedb.org/')">Movies</button>
<button class="btn4" onclick="window.open('https://www.linkedin.com/in/udoka-ineh/')">LinkedIn</button>
<button class="btn5" onclick="window.open('https://mag-portfolio.vercel.app/')">Portfolio</button>
<button class="btn3"
onclick="window.open('https://www.jumia.com.ng/?e=503&gclid=Cj0KCQjw1OmoBhDXARIsAAAYGSFEqtb2noBvPr-vu80P4Bzl_WTwrYYT-thxXjuEiReho555LOba2e4aAumPEALw_wcB')">Shoping</button>
</div>
<div class="image-div">
<img id="assistant" src="./images/nobg.svg" alt="">
<div class="inner-div">
<p>Hello, I am your assistant!</p>
</div>
</div>
<div class="overlay"></div>
</div>
<script src="./index.js"></script>
</body>
</html>