-
Notifications
You must be signed in to change notification settings - Fork 100
/
index.html
41 lines (36 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>hghgh</title>
<style>
.container {
display: flex;
flex-direction: column;
align-items: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Learning Highlights</h1>
<a href="https://github.com/Syknapse/My-Learning-Tracker">BACK</a>
<!-- Youtube tutorials playlist -->
<div>
<h2>Tutorials</h2>
<p>YouTube playlist with the latest tutorials I have watched/done</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLPOncoWIkU9M7u1TFleyfroELqh60Ixqo" frameborder="0" gesture="media" allowfullscreen></iframe>
</div>
<!-- Youtube web development playlist -->
<div>
<h2>Everything Web Development</h2>
<p>YouTube playlist with the latest interesting videos I have watched</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLPOncoWIkU9MBFf9s-B_n-IxK0A03FWIG" frameborder="0" gesture="media" allowfullscreen></iframe>
</div>
<!-- twitter feed widget -->
<div>
<a class="twitter-timeline" data-width="560" href="https://twitter.com/Syknapse?ref_src=twsrc%5Etfw">Tweets by Syknapse</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</body>
</html>