-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (69 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cipher - Virtual Assistant</title>
<link rel="shortcut icon" href="avatar.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Cipher - A Virtual Assistant made by Lakshay Dhoundiyal"
/>
<title>Lakshay's Portfolio</title>
<!--==================== OPEN GRAPH META TAGS ===================== -->
<meta property="og:title" content="Lakshay Dhoundiyal - Portfolio" />
<meta property="og:image" content="/AI-12_Lakshay2.png.png" />
<meta
property="og:description"
content="Cipher - A Virtual Assistant made by Lakshay Dhoundiyal"
/>
<!--==================== TWITTER META TAGS ===================== -->
<meta name="twitter:title" content="Lakshay Dhoundiyal - Portfolio" />
<meta
name="twitter:description"
content="Cipher - A Virtual Assistant made by Lakshay Dhoundiyal"
/>
<meta name="twitter:image" content="/AI-12_Lakshay2.png.png" />
<!-- ============FAVICONS============== -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/AI-12_Lakshay2.png.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/AI-12_Lakshay2.png.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/AI-12_Lakshay2.png.png"
/>
<link
rel="icon"
type="image/x-icon"
href="/AI-12_Lakshay2.png.png"
/>
</head>
<body>
<section class="main">
<div class="image-container">
<div class="image">
<img src="AI-12_Lakshay2.png.png" alt="image">
</div>
<h1>C I P H E R</h1>
<p>Hi! I'm a Virtual Assistant, How may i help you?</p>
</div>
<div class="input">
<button class="talk"><i class="fas fa-microphone-alt"></i></button>
<h1 class="content"> Click Here to Speak to Cipher</h1>
</div>
</section>
<script src="script.js"></script>
</body>
</html>