-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
66 lines (62 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head><title>Applications of AI in Virtual Assistant</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="src/css/mystyle.css">
<style>
.text {
background-color: black;
color: white;
font-size:60px;
font-weight: bold;
margin: 0 auto;
padding: 10px;
width: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: multiply;
}
</style>
</head>
<body>
<div class="text" style="text-align:center;">
Applications of AI in Virtual Assistant<br />
>>Gauze Mask Team<<
</div>
<div style ="margin : 3%;">
<!-- Sidebar/menu -->
<h2>
<button onclick=" window.open('Introduction/NewIntroduction.html','_blank')" class="button" style="vertical-align:middle">
<span> Introduction </span>
</button>
</h2>
<h2>
<button onclick=" window.open('work_concept/work_concept.html','_blank')" class="button" style="vertical-align:middle">
<span> How virtual assistant work? </span>
</button>
</h2>
<h2>
<button onclick=" window.open('AmazonAlexa/AmazonAlexa.html','_blank')" class="button" style="vertical-align:middle">
<span> Amazon Alexa </span>
</button>
</h2>
<h2>
<button onclick=" window.open('GoogleAssistant/GoogleAssistant.html','_blank')" class="button" style="vertical-align:middle">
<span> Google Assistant </span>
</button>
</h2>
<h2>
<button onclick=" window.open('AppleSiri/AppleSiri.html','_blank')" class="button" style="vertical-align:middle">
<span> Apple’s Siri </span>
</button>
</h2>
<h2>
<button onclick=" window.open('AboutFuture/AboutFuture.html','_blank')" class="button" style="vertical-align:middle">
<span> About Future </span>
</button>
</h2>
</div>
</body>
</html>