-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (70 loc) · 2.88 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
<!DOCTYPE HTML>
<html>
<head>
<title>Programming Tricks And Tips</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body id="top">
<section id="banner" data-video="images/banner">
<div class="inner">
<header>
<h1>Programming Tricks And Tips</h1>
<p>Here you will find all Kinds of Programming tips and tricks videos.</p>
</header>
<a href="#main" class="more">Learn More</a>
</div>
</section>
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Boxes -->
<div class="thumbnails">
<div class="box">
<a href="https://youtu.be/AiqhgvgiXlo" class="image fit"><img src="images/img2.png" alt="" /></a>
<div class="inner">
<h3>Open MS Paint using C# Program </h3>
<a href="https://youtu.be/AiqhgvgiXlo" class="button fit" data-poptrox="youtube,800x400">Watch</a>
</div>
</div>
<div class="box">
<a href="https://youtu.be/qyKmKc07mow" class="image fit"><img src="images/img3.png" alt="" /></a>
<div class="inner">
<h3>Asp.net c# bootstrap video #1 image class</h3>
<a href="https://youtu.be/qyKmKc07mow" class="button style2 fit" data-poptrox="youtube,800x400">Watch</a>
</div>
</div>
<div class="box">
<a href="https://youtu.be/Z-QFnFtgVes" class="image fit"><img src="images/img4.jpg" alt="" /></a>
<div class="inner">
<h3>How to read a webpage using c# console application</h3>
<a href="https://youtu.be/Z-QFnFtgVes" class="button style3 fit" data-poptrox="youtube,800x400">Watch</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<h2>HI ! I am Sneha Dudhankar.</h2>
<p>Here you will find all Kinds Of Programming Videos that are on my YouTube channel </p>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<a href="https://www.youtube.com/channel/UCva4OEGJNZTgREO3BwaLkdQ/featured">MY YouTube Channel</a>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>