-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·69 lines (68 loc) · 2.92 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Anna Warzecha" />
<meta name="keywords" content="color converter, female color, male color" />
<meta name="description" content="female»male color converter"/>
<meta name="revisit-after" content="1 day" />
<meta name="robots" content="index,follow,all" />
<meta name='og:image' content='http://fmcc.ania.cc/static/img/nyan.jpg'>
<title>female»male color converter</title>
<script type="text/javascript" src="static/js/jquery-1.11.3.min.js"></script>
<script type='text/javascript' src='static/js/jquery.autocomplete.min.js'></script>
<script type="text/javascript" src="static/js/fmcc.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico?">
<link rel="shortcut icon" type="image/png" href="static/img/favicon.png">
<link rel="stylesheet" type="text/css" href="static/css/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="static/css/style.css" />
</head>
<body>
<div id="content">
<div id="main">
<div id="top">
<h1>female»male color converter</h1>
</div>
<div id="left">
<p>
Wpisz nazwę lub pierwsze litery nazwy koloru z "kobiecej" palety, poczekaj chwilę, a w efekcie otrzymasz odzwierciedlenie rzeczywiste danego koloru, kod HEX oraz opis man-friendly.
</p>
<p>
Liczba kolorów w bazie: <span id="colorsCount"></span>. Większość odzwierciedleń kolorów zostało pobranych z <a href="http://www.colourlovers.com">COLOURlovers</a> i zaktualizowanych o propozycje życzliwych ludzi.
</p>
<div id="cloud">
</div>
</div>
<div id="right">
<p>
<input type="text" id="colorName" name="colorName" />
</p>
<div id="loading">
<img src="static/img/loading.gif" alt="Ładowanie"/>
</div>
<div id="result">
<div id="colorBox"></div>
HEX: <span id="colorCode"></span>
Opis: <span id="defaultColor"></span>
</div>
</div>
<div id="bottom">
<span class="right">
licencja <a rel="license" href="http://creativecommons.org/licenses/by/2.5/pl/">
<img alt="Creative Commons License" src="static/img/cc.ico" style="height: 16px; width: 16px;"/>
</a>
</span>
<span><a href="https://github.com/aniav/fmcc.ania.cc#readme">¿WTF?</a></span>
</div>
</div>
</div>
</body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZJ5JTL2M3W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZJ5JTL2M3W');
</script>
</html>