-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai.html
178 lines (176 loc) · 7.84 KB
/
ai.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!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="video.css">
<link rel="stylesheet" href="headerstyles.css">
<title>AI - LinkTube</title>
</head>
<body>
<div id="header"></div>
<script>
// Load the header using JavaScript
fetch('header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header').innerHTML = data;
});
</script>
<div class="page-content">
<!-- 1st video-gird contains three channels -->
<div class="video-grid">
<!-- course channel 1 -->
<div class="course">
<div class="course-name">
<h2 class="course-heading">AI</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="https://yt3.googleusercontent.com/Z8LiWtaqBLFfDxy0o1sKwNl9sO0w0K5oEnfZssYb3eIGujxZ5hC2XAIv_kLllJYyRe8VN6J6Tw=s176-c-k-c0x00ffffff-no-rj">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
The Math of Intelligence
</p>
<p class ="video-author">
Siraj Raval
</p>
</div>
<div class ="video-link">
<a href="https://www.youtube.com/playlist?list=PL2-dafEMk2A7mu0bSksCGMJEmeddU_H4D">Watch on YouTube</a>
</div>
</div>
</div>
</div>
<!-- course channel 2 -->
<div class="course">
<div class="course-name">
<h2 class="course-heading">AI</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="https://yt3.googleusercontent.com/CkEvFMW3FNnnPg7D3Pdr0LRPl2blov1rFHm4IUC4jDBtkzo_tFeB6L3icQJZLWOpsY6OkzMsTtU=s176-c-k-c0x00ffffff-no-rj
">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
MIT 6.034 Artificial Intelligence, Fall 2010
</p>
<p class ="video-author">
MIT OpenCourseWare
</p>
</div>
<div class ="video-link">
<a href="https://www.youtube.com/playlist?list=PLUl4u3cNGP63gFHB6xb-kVBiQHYe_4hSi">Watch on YouTube</a>
</div>
</div>
</div>
</div>
<!-- course channel 3 -->
<div class="course">
<div class="course-name">
<h2 class="course-heading"> Machine vision</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="https://yt3.googleusercontent.com/CkEvFMW3FNnnPg7D3Pdr0LRPl2blov1rFHm4IUC4jDBtkzo_tFeB6L3icQJZLWOpsY6OkzMsTtU=s176-c-k-c0x00ffffff-no-rj
">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
MIT 6.801 Machine Vision, Fall 2020
</p>
<p class ="video-author">
MIT OpenCourseWare
</p>
</div>
<div class ="video-link">
<a href="https://www.youtube.com/playlist?list=PLUl4u3cNGP63pfpS1gV5P9tDxxL_e4W8O">Watch on YouTube</a>
</div>
</div>
</div>
</div>
</div>
<div class="video-grid">
<!-- course channel 4 -->
<div class="course">
<div class="course-name">
<h2 class="course-heading">Google AI</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="https://yt3.googleusercontent.com/fca_HuJ99xUxflWdex0XViC3NfctBFreIl8y4i9z411asnGTWY-Ql3MeH_ybA4kNaOjY7kyA=s176-c-k-c0x00ffffff-no-rj
">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
AI and ML @ Google
</p>
<p class ="video-author">
Google for Developers
</p>
</div>
<div class ="video-link">
<a href="https://www.youtube.com/playlist?list=PLOU2XLYxmsIKIKuo6grumFEzzlQ4FXUsR">Watch on YouTube</a>
</div>
</div>
</div>
</div>
<!-- course channel 5 -->
<div class="course">
<div class="course-name">
<h2 class="course-heading">AI</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="https://yt3.googleusercontent.com/OtB--dcR_oNUZUaUsuyk2ShT5nFYjEcj9Yxx50-Nner03vXKt4IWXtP--JrnSGQbwRSHYuVb38g=s176-c-k-c0x00ffffff-no-rj
">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
Artificial Intelligence Tutorial For Beginners
</p>
<p class ="video-author">
edureka!
</p>
</div>
<div class ="video-link">
<a href="https://www.youtube.com/playlist?list=PL9ooVrP1hQOGHNaCT7_fwe9AabjZI1RjI">Watch on YouTube</a>
</div>
</div>
</div>
</div>
<!-- course channel 6 -->
<!-- <div class="course">
<div class="course-name">
<h2 class="course-heading">course name</h2>
</div>
<div>
<div class = "channel-picture">
<img class="profile-picture" src="channel-1.jpeg">
</div>
<div class="video-info">
<div class="video-text">
<p class="video-title">
Talking Tech and AI with Google CEO Sundar Pichai!
</p>
<p class ="video-author">
Marques Brownlee
</p>
</div>
<div class ="video-link">
<a href="">Watch on YouTube</a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</body>
</html>