-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (91 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>oscowl projects</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<canvas id="canvas"></canvas>
<nav>
<ul>
<li><img class="logo" src="oscowl_logo.jpg" alt="logo"></li>
</ul>
</nav>
<div class="wrapper">
<div class="typing-demo">
<h1>✨Welcome to My Realm! ✨</h1>
</div>
</div>
<section class="content">
<article class="about-us">
<section class="about-content">
<h2>About Us</h2>
<p>"Artificial intelligence based AI" is a bit redundant. AI, or Artificial Intelligence, by definition refers to intelligence demonstrated by machines, as opposed to natural intelligence displayed by humans and animals. So, all AI is inherently 'artificial intelligence based'.</p>
</section>
</article>
<div class="flex-container">
<section class="text-section">
<h2>AI in Different Fields</h2>
<p>AI is used in a variety of fields such as healthcare, finance, and entertainment. It powers applications ranging from virtual assistants to predictive analytics, helping to improve efficiency and enable new capabilities across industries.</p>
</section>
<section class="image-gallery">
<img src="images/a.jpg" alt="Image 1">
<img src="images/b.jpg" alt="Image 2">
<img src="images/c.jpg" alt="Image 3">
<img src="images/d.jpg" alt="Image 4">
<img src="images/e.jpg" alt="Image 5">
</section>
<iframe class="chat-bot" width="350" height="430" allow="microphone;" src="https://console.dialogflow.com/api-client/demo/embedded/26e44813-1fb1-492f-a8b8-6f745839704e"></iframe>
</div>
</section>
<script src="index.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>oscowl projects</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<canvas id="canvas"></canvas>
<nav>
<ul>
<li><img class="logo" src="oscowl_logo.jpg" alt="logo"></li>
</ul>
</nav>
<div class="wrapper">
<div class="typing-demo">
<h1>✨Welcome to My Realm! ✨</h1>
</div>
</div>
<section class="content">
<article class="about-us">
<section class="about-content">
<h2>About Us</h2>
<p>"Artificial intelligence based AI" is a bit redundant. AI, or Artificial Intelligence, by definition refers to intelligence demonstrated by machines, as opposed to natural intelligence displayed by humans and animals. So, all AI is inherently 'artificial intelligence based'.</p>
</section>
</article>
<div class="flex-container">
<section class="text-section">
<h2>AI in Different Fields</h2>
<p>AI is used in a variety of fields such as healthcare, finance, and entertainment. It powers applications ranging from virtual assistants to predictive analytics, helping to improve efficiency and enable new capabilities across industries.</p>
</section>
<section class="image-gallery">
<img src="images/a.jpg" alt="Image 1">
<img src="images/b.jpg" alt="Image 2">
<img src="images/c.jpg" alt="Image 3">
<img src="images/d.jpg" alt="Image 4">
<img src="images/e.jpg" alt="Image 5">
</section>
</div>
</section>
<script src="index.js"></script>
</body>
</html>