-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (75 loc) · 4.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Coding Dragons</title>
<!-- Bootstrap core CSS -->
<link href="https://getbootstrap.com/docs/4.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Favicons -->
<link rel="icon" href="https://coding-dragon.github.io/img/logo.png" sizes="32x32" type="image/png">
<link rel="icon" href="https://coding-dragon.github.io/img/logo.png" sizes="16x16" type="image/png">
<link rel="icon" href="https://coding-dragon.github.io/img/logo.png">
<!-- Custom styles for this template -->
<link href="custom.css" rel="stylesheet">
</head>
<body>
<nav class="site-header sticky-top py-1">
<div class="container d-flex flex-md-row justify-content-between align-items-center">
<a href="https://coding-dragon.github.io/" aria-label="Product">
<img src="https://coding-dragon.github.io/img/logo.png" width="60" height="60" alt="coding-dragon-logo">
</a>
<a class="d-md-inline-block header-link" href="https://www.codingdragons.com/account/your-courses">Login</a>
</div>
</nav>
<div class="position-relative overflow-hidden p-3 text-white header-box">
<div class="col-md-6 p-lg-5 ml-md-5 my-3">
<h1 class="display-4 font-weight-normal">Make Your Learning Interesting & Fun.</h1>
<a class="btn btn-outline-light mt-3" href="#tutorials">Watch Tutorials</a>
</div>
</div>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center my-3">
<div class="detail-wrapper" id="tutorials">
<h3>Latest Tutorials</h3>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<a href="https://coding-dragon.github.io/css/text/effect1" target="_blank">
<img class="bd-placeholder-img card-img-top" src="https://coding-dragon.github.io/css/text/effect1/effect1.png" width="100%" height="200" />
</a>
<div class="card-body">
<h3>CSS Text Effect 1</h3>
<small class="text-muted">June 7, 2020</small>
<p class="card-text">This is a wider card with supporting natural lead-in to additional content.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a class="btn btn-sm btn-yt" href="https://www.youtube.com/watch?v=fqsG1O3T2fI" target="_blank">Watch Tutorial</a>
<a class="btn btn-sm btn-code" href="https://github.com/coding-dragon/coding-dragon.github.io/tree/master/css/text/effect1" target="_blank">View Code</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container py-3">
<div>
<p>
<span>Made with </span>
<svg preserveAspectRatio="xMidYMid meet" id="comp-k7nnri7ssvgcontent" data-bbox="20 29.647 159.999 144.707" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="20 29.647 159.999 144.707" data-type="color" role="img">
<g>
<path fill="#E91E63" d="M138.196 29.647c-17.427 0-32.309 10.857-38.277 26.173-5.969-15.315-20.85-26.173-38.277-26.173-22.687 0-45.544 18.737-41.078 50.951 5.135 37.04 79.355 93.756 79.355 93.756s72.587-54.849 79.355-93.756c5.191-29.84-18.391-50.951-41.078-50.951zm28.008 51.581c-3.034 16.571-23.573 38.628-23.573 38.628-4 4.172-6 1.634-2.732-3.268 3.268-4.901 13.161-20.397 15.087-30.925 2.349-12.837-.452-21.939-2.552-25.44-2.101-3.501-2.801-7.002-.233-8.869 2.567-1.867 6.068-.467 7.469 1.4 1.399 1.866 9.568 11.902 6.534 28.474z" data-color="1"></path>
</g>
</svg>
<span> © codingdragons</span>
</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="https://getbootstrap.com/docs/4.5/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="https://getbootstrap.com/docs/4.5/dist/js/bootstrap.bundle.min.js" integrity="sha384-1CmrxMRARb6aLqgBO7yyAxTOQE2AKb9GfXnEo760AUcUmFx3ibVJJAzGytlQcNXd" crossorigin="anonymous"></script></body>
</html>