-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (94 loc) · 5.68 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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="https://coding-dragon.github.io/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">CSS Text</h1>
<p class="text-muted" style="font-size:1.2rem!important">Challenge yourself and become a CSS expert. Be creative, submit your result and check out what others have created.
<br/><br/>Improve your front-end skills by challenging yourself with real projects.</p>
</div>
</div>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-12 mb-3">
<div id="myBtnContainer">
<button class="btn active" onclick="filterSelection('all')"> Show all</button>
<button class="btn" onclick="filterSelection('text')"> text</button>
</div>
</div>
<div class="col-md-4 filterDiv text ">
<div class="card mb-4">
<a href="https://coding-dragon.github.io/css/text/effect2" target="_blank">
<img class="bd-placeholder-img card-img-top" src="https://coding-dragon.github.io/css/text/effect2/effect2.png" width="100%" height="200" />
</a>
<div class="card-body">
<h3>CSS Text Effect 2</h3>
<small class="text-muted">June 10, 2020</small>
<div class="d-flex justify-content-between align-items-center mt-3">
<div class="btn-group">
<a class="btn btn-sm btn-code" href="https://github.com/coding-dragon/coding-dragon.github.io/tree/master/css/text/effect2" target="_blank">View Code</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 filterDiv text">
<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>
<div class="d-flex justify-content-between align-items-center mt-3">
<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>
<script src="https://coding-dragon.github.io/js/customfilter.js"></script>
</body>
</html>