forked from davsket/davsket.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (127 loc) · 3.71 KB
/
index.html
File metadata and controls
131 lines (127 loc) · 3.71 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Davsket</title>
<script type="text/javascript" src="//use.typekit.net/lwf8bpe.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style>
html{
height: 100%;
/*background-image: -webkit-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)); */
}
body{
font-family: sans-serif;
font-weight: 300;
text-align: center;
/*width: 30em;*/
padding: 3em 0 6em;
margin: auto;
color: #222;
background: #22A9B2;
/*text-shadow: 1px 0 20px rgba(0,0,0,0.3);*/
font-family: "kulturista-web",serif;
}
h1{
font-size: 32vw;
line-height: 0.05em;
color: white;
margin: 0.35em 0 0.5em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
letter-spacing: -3px;
}
h1,
h2{
font-weight: 100;
font-family: "league-gothic",sans-serif;
}
h2{
font-weight: 600;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.50);
border-bottom: 6px double rgba(0, 0, 0, 0.20);
margin: 1.5em auto 0.8em;
font-size: 1.6em;
/*padding: 0.3em;*/
}
h2:first-child{
margin-top: 0;
}
h2 span{
position: relative;
top: 0.65em;
background: #22A9B2;
display: inline-block;
padding: 0 0.3em;
max-width: 7em;
}
h2.big{
margin-bottom: 1.4em;
}
h2.big span{
top: 1.15em;
}
.body{
margin: 0 auto;
/*box-shadow: 0 15px -15px 15px rgba(0,0,0,0.1);*/
/*padding: 1em;*/
padding-bottom: 1em;
margin-top: 4em;
/*border-bottom: 10px solid rgba(0,0,0,0.6);*/
}
.body a {
display: inline-block;
background: white;
padding: 0.13em 0.45em;
border-radius: 0.65em;
text-decoration: none;
margin: 0 0.1em 0.7em;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(68, 1, 1, 0.36);
color: #104F54;
text-shadow: 0px 0px 2px #104F54;
/*-webkit-transition: all 100ms linear;*/
}
.body a:hover{
box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(68, 1, 1, 0.36);
}
.body a:active{
box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(68, 1, 1, 0.5);
}
.intro{
margin: auto;
position: relative;
font-weight: 500;
font-size: 5vw;
margin: 1vw 5vw;
color: rgba(0, 0, 0, 0.53);
}
.intro a{
/*color: black;*/
font-weight: 600;
color: rgba(0, 0, 0, 0.53);
}
</style>
<h1>Davsket</h1>
<p class="intro">Hello, my name is David Avellaneda, and I'm cofounder / front-end developer at <a href="http://monoku.com" target="_blank">monoku</a>.</p>
<div class="body">
<div class="level">
<h2><span>you can find me in</span></h2>
<a href="http://twitter.com/davsket" target="_blank">Twitter</a>
<a href="http://last.fm/user/davsket" target="_blank">Last.fm</a>
<a href="http://davsket.tumblr.com" target="_blank">Tumblr</a>
</div>
<div class="level">
<h2><span>these are my apps</span></h2>
<a href="http://notes.davsket.me" target="_blank">Notes</a>
<a href="http://davsket.me/fonttag" target="_blank" style="font-style: line-through">Fonttag (in development of a new version)</a>
</div>
<div>
<h2 class="big"><span>and some libraries & tools I did</span></h2>
<a href="http://monoku.github.com/knvs/" target="_blank">Knvs</a>
<a href="http://davsket.me/emile/" target="_blank">Emile</a>
<a href="http://davsket.me/Grid/" target="_blank">Grid</a>
<a href="http://davsket.me/snippets/" target="_blank">Snipets</a>
<a href="https://github.com/davsket/notes" target="_blank">Notes</a>
<a href="http://monoku.github.com/monokuselecta/" target="_blank">MonokuSelecta</a>
<a href="http://davsket.me/model-schema/" target="_blank">Model Schema for JS</a>
<a href="http://davsket.me/simpleautocomplete/" target="_blank">Simple Autocomplete</a>
</div>
</div>