-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>CSS Filters - Blur</title>
<link rel="stylesheet" href="css/master.min.css">
<link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400|Poppins:300,400,700" rel="stylesheet">
</head>
<body>
<a href="/" class="logo">
<img src="https://jestov.github.io/img/avatar.svg" height="50">
</a>
<a href="https://github.com/jestov/css-filters" class="github">
<i class="icon ion-social-github"></i>
</a>
<div class="container">
<h1>Blur<br><small>An experiment with blur filter of CSS as background </small></h1>
<img src="avatar.jpg">
</div>
<footer>
Made with <i class="icon ion-heart"></i> by <a href="https://github.com/jestov">jestov</a>
</footer>
</body>
</html>