-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (169 loc) · 8.83 KB
/
index.html
File metadata and controls
170 lines (169 loc) · 8.83 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Beg.in</title>
<link rel=icon href=favicon.png sizes="32x32" type="image/png">
<meta name="theme-color" content="#12D8B7">
<link rel="icon" sizes="192x192" href="nice-highres.png">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,300,500,700' rel='stylesheet' type='text/css'>
<style>
html, body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
}
body {
background-color: #fff;
background-color: #12D8B7;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex {
padding: 15px;
}
.logo {
width: 400px;
margin-left: auto;
margin-right: auto;
height: auto;
border-radius: 15px;
padding: 20px 40px 30px;
background-color: #12D8B7;
}
svg {
fill: #fff;
height: auto;
max-height: 200px;
}
.text, .email {
font-family: 'Fira Sans', sans-serif;
font-weight: 300;
font-size: 25px;
text-align: center;
width: 100%;
color: #fff;
margin-top: 20px;
}
@media (max-width: 799px) {
.logo {
width: 70%;
}
.text, .email {
font-size: 20px;
font-weight: 300;
}
}
.email {
margin-top: 0px;
}
.email a, .footer a {
color: #fff;
text-decoration: none;
}
@-webkit-keyframes slide-in {
0% { opacity: 0.0; filter: alpha(opacity=0); -webkit-transform: translateY(20px); transform: translateY(20px);}
100% { opacity: 1.0; filter: alpha(opacity=100); -webkit-transform: translateY(0px); transform: translateY(0px);}
}
@keyframes slide-in {
0% { opacity: 0.0; filter: alpha(opacity=0); -webkit-transform: translateY(20px); transform: translateY(20px);}
100% { opacity: 1.0; filter: alpha(opacity=100); -webkit-transform: translateY(0px); transform: translateY(0px);}
}
@-webkit-keyframes fade-in {
0% { opacity: 0.0; filter: alpha(opacity=0);}
100% { opacity: 1.0; filter: alpha(opacity=100);}
}
@keyframes fade-in {
0% { opacity: 0.0; filter: alpha(opacity=0);}
100% { opacity: 1.0; filter: alpha(opacity=100);}
}
.flex>div, .footer {
opacity: 0;
filter: alpha(opacity=0);
}
.flex>div:nth-child(1) {
-webkit-animation: slide-in 1.0s forwards;
-webkit-animation-delay: 0s;
-webkit-animation: slide-in 1.0s forwards;
animation: slide-in 1.0s forwards;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.flex>div:nth-child(2) {
-webkit-animation: slide-in 1.0s forwards;
-webkit-animation-delay: 0s;
-webkit-animation: slide-in 1.0s forwards;
animation: slide-in 1.0s forwards;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.footer {
font-size: 20px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 75px;
-webkit-animation: fade-in 1.0s forwards;
-webkit-animation-delay: 0s;
-webkit-animation: fade-in 1.0s forwards;
animation: fade-in 1.0s forwards;
-webkit-animation-delay: 2.8s;
animation-delay: 2.8s;
}
.footer .link-text {
margin-bottom: 10px;
}
.footer svg {
width: 50px;
height: 50px;
}
</style>
<body>
<div class="flex">
<div class="logo">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 500 170" enable-background="new 0 0 500 170" xml:space="preserve"><path d="M12 20.5H0V0h56.7c23.7 0 40.7 12.2 40.7 33.8 0 14.6-7.9 24-15.9 28.1v0.4c14.2 4.3 21.1 17.6 21.1 30.9 0 26.2-20.9 38.1-45.3 38.1H24.6c-8.7 0-12.6-3.7-12.6-12.6V20.5zM56.9 53.6c10.2 0 15.9-7.4 15.9-16.8s-5.5-16.3-16.3-16.3H36.2v33.1H56.9zM40.3 110.7h18.9c11.8 0 18.5-7.9 18.5-19 0-10.9-6.8-18.9-18.5-18.9H36.2v33.8C36.2 109.2 37.7 110.7 40.3 110.7zM162 34.7c27 0 41.8 19.8 41.8 44.7 0 2.8-0.6 8.7-0.6 8.7h-65.1c1.8 16.6 14 25.3 28.3 25.3 15.2 0 26.4-10.5 26.4-10.5l9.8 16.3c0 0-14.4 14.2-37.9 14.2 -31.2 0-50.6-22.5-50.6-49.3C114.2 55.1 133.8 34.7 162 34.7zM179.8 71.9c-0.4-11.3-8.1-19-17.7-19 -12 0-20.5 7.2-23.1 19H179.8zM257.5 34.7c21.8 0 29 13.3 29 13.3h0.4c0 0 0-1.1 0-2.4 0-4.3 3-8.7 10.3-8.7h21.8v20h-7.2c-2.4 0-4.1 1.3-4.1 3.7v64.9c0 32.3-25.1 44.5-49.7 44.5 -11.8 0-24.4-3.3-33.5-8.1l7.2-18.5c0 0 11.6 6.3 26.1 6.3 14.2 0 26.6-6.1 26.6-23.1v-4.4c0-2.2 0.2-5 0.2-5h-0.4c-5.5 7.9-13.7 12.2-26.2 12.2 -27 0-42.3-21.8-42.3-47.7S230.4 34.7 257.5 34.7zM285.1 81.9c0-21.4-10.7-27.2-23.5-27.2 -14.2 0-22 10.3-22 26.2 0 16.4 8.3 28.6 23.5 28.6C274.4 109.6 285.1 103.1 285.1 81.9zM348.3 61c0-2.8-1.5-4.1-4.1-4.1h-7.4V37h22.4c8.7 0 12.4 3.9 12.4 12.6v57.8c0 2.6 1.5 4.1 4.1 4.1h7.4v19.8h-22.4c-8.7 0-12.4-3.7-12.4-12.6V61zM349.4 0h20.3v21.6h-20.3V0zM399.8 61c0-2.8-1.5-4.1-4.1-4.1h-7.4V37H410c8.3 0 12.4 3.9 12.4 10.5v2.8c0 2-0.4 4.1-0.4 4.1h0.4c4.1-7.9 14.2-19.6 33.3-19.6 20.9 0 32.9 10.9 32.9 35.9v36.8c0 2.6 1.5 4.1 4.1 4.1h7.4v19.8h-22.4c-8.9 0-12.6-3.7-12.6-12.6V75.4c0-11.5-3-19.2-14.8-19.2 -12.6 0-22 7.9-25.3 19.2 -1.3 3.9-1.8 8.1-1.8 12.6v43.2h-23.3V61z"/><path d="M319.3 113.3h17.2v17.8h-17.2V113.3z"/></svg>
</div>
<div>
<div class="text">
Startup Tools | Consulting | Development
</div>
<div class="text">
<div class="email">
<script type="text/javascript">
//<![CDATA[
<!--
var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
"=48){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" +
".substr(0,ol);}f(\")311,\\\"zp400\\\\720\\\\730\\\\200\\\\Z520\\\\500\\\\V^" +
"030\\\\RQQr^VAG320\\\\610\\\\w010\\\\u520\\\\BJQMW200\\\\300\\\\|qw3{~xYwqx" +
"|.|f}ync/P6llzo&d8!*ol330\\\\t\\\\520\\\\t\\\\r\\\\W410\\\\130\\\\320\\\\03" +
"0\\\\100\\\\020\\\\530\\\\520\\\\\\\"(f};o nruter};))++y(^)i(tAedoCrahc.x(e" +
"doCrahCmorf.gnirtS=+o;721=%y;i=+y)311==i(fi{)++i;l<i;0=i(rof;htgnel.x=l,\\\""+
"\\\"=o,i rav{)y,x(f noitcnuf\")" ;
while(x=eval(x));
//-->
//]]>
</script>
</div>
</div>
</div>
</div>
<div class="text footer">
<a href="https://github.com/Beg-in" target="_blank">
<div class="link-text">See our work on GitHub:</div>
<svg viewBox="0 0 119 116" xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M59 .003C26.42.003 0 26.42 0 59.01c0 26.07 16.905 48.184 40.352 55.986 2.952.543 4.028-1.28 4.028-2.844 0-1.4-.05-5.11-.08-10.033-16.412 3.563-19.875-7.912-19.875-7.912-2.684-6.818-6.553-8.632-6.553-8.632-5.357-3.66.406-3.586.406-3.586 5.922.416 9.037 6.08 9.037 6.08 5.264 9.017 13.812 6.413 17.174 4.902.535-3.81 2.06-6.41 3.744-7.885-13.102-1.49-26.877-6.553-26.877-29.163 0-6.44 2.3-11.71 6.074-15.833-.607-1.492-2.632-7.494.58-15.615 0 0 4.953-1.587 16.225 6.05 4.705-1.312 9.755-1.964 14.772-1.99 5.013.026 10.06.678 14.772 1.99 11.264-7.637 16.208-6.05 16.208-6.05 3.22 8.12 1.196 14.123.59 15.616 3.782 4.123 6.064 9.393 6.064 15.834 0 22.668-13.797 27.656-26.94 29.116 2.117 1.822 4.004 5.422 4.004 10.924 0 7.89-.072 14.254-.072 16.188 0 1.58 1.065 3.416 4.057 2.84 23.43-7.82 40.32-29.92 40.32-55.982C118.01 26.42 91.59.003 59 .003z" /></svg>
</a>
</div>
</body>
</html>