-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
85 lines (81 loc) Β· 3.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
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="https://avatars3.githubusercontent.com/u/36105478" type="image/png">
<meta name="google-site-verification" content="mjFIZTxE_IKhH-lBgPwblCJ1xPugeI5RRe0qnXF10M8" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<meta name="theme-color" content="#000">
<meta name="msapplication-navbutton-color" content="#000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<title>funny - frontend developer & UI designer</title>
<meta name="title" content="funny - frontend developer & UI designer">
<meta name="description" content="Hey Stranger, Looking for a frontend developer or UI designer? Hire Me">
<meta name="keywords"
content="web developer, front end engineer, front end, ui, front end developer, ui deisgner, frontend designer, hire front end developer, hire front end freelancers, hire ui deisgner freelancers">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="2 days">
<meta name="author" content="imfunniee">
<link rel="canonical" href="https://imfunniee.github.io/" />
<link rel="stylesheet" href="./assets/css/index.css" />
</head>
<body>
<div id="not_supported">
sorry but THE mobile version doesn't look good right now, <br />
check back later :p
</div>
<div id="video">
<video src="https://i.imgur.com/IgFfZkk.mp4" autoplay loop muted></video>
</div>
<div id="main">
<header>
<ul>
<li style="float:left;">
<img src="./assets/images/logo.png" alt="funny's logo" />
</li>
<li><a class="swipe" href="mailto:[email protected]" tabindex="4">contact</a></li>
<li><a class="swipe" href="https://dribbble.com/imfunniee" tabindex="3">ui</a></li>
<li><a class="swipe" href="https://github.com/imfunniee" tabindex="2">web</a></li>
<li><a class="swipe" tabindex="1" onclick="alert('working on it :)')">showreel</a></li>
</ul>
</header>
<span>frontend developer & ui designer</span>
<div>
hey stranger, <br />
let's not be strangers <br />anymore
</div>
<button onclick="window.location = 'mailto:[email protected]'">hire me</button>
<footer>
<ul>
<li style="float:left"><b id="distance">0.00</b> m</li>
<li style="margin-right:10px;">
<a href="https://www.google.com/search?q=imfunniee"><i class="fab fa-google"></i></a>
</li>
<li>
<a href="https://twitter.com/imfunnieee"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://dribbble.com/imfunniee"><i class="fab fa-dribbble"></i></a>
</li>
<li>
<a href="https://github.com/imfunniee"><i class="fab fa-github"></i></a>
</li>
</ul>
</footer>
</div>
</div>
<script src="./assets/js/smooth.js"></script>
<script type="text/javascript">
var origin = 0.00;
setInterval(function () {
document.querySelector("#distance").innerHTML = Math.ceil(origin);
origin += 1.9;
}, 100)
</script>
</body>
</html>