Skip to content

Commit febd1d4

Browse files
committed
Created landing page.
1 parent 47da9e8 commit febd1d4

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Open Source communities – Dominican developers</title>
8+
<style>
9+
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
10+
*,
11+
*:after,
12+
*:before {
13+
-webkit-box-sizing: border-box;
14+
-moz-box-sizing: border-box;
15+
box-sizing: border-box;
16+
}
17+
html,
18+
body {
19+
width: 100%;
20+
height: 100%;
21+
text-align: center;
22+
padding: 0;
23+
margin: 0;
24+
}
25+
body {
26+
background-color: #e42e4a;
27+
background-image: -webkit-linear-gradient(top, #e42e4a, #215fe4);
28+
background-image: -moz-linear-gradient(top, #e42e4a, #215fe4);
29+
background-image: -o-linear-gradient(top, #e42e4a, #215fe4);
30+
background-image: linear-gradient(to bottom, #e42e4a, #215fe4);
31+
padding: 10% 0 0 0;
32+
}
33+
span {
34+
display: inline-block;
35+
font-family: 'Raleway', Arial, Helvetica, sans-serif;
36+
font-size: 32px;
37+
font-weight: 700;
38+
background-color: rgba(255, 255, 255, 0.95);
39+
padding: 5px 10px;
40+
margin: 0 0 10px 0;
41+
}
42+
a {
43+
color: #000;
44+
text-decoration: none;
45+
}
46+
i.fa {
47+
text-shadow: #fff 0 0 60px;
48+
}
49+
</style>
50+
<script src="https://use.fontawesome.com/f83baf2b93.js"></script>
51+
</head>
52+
<body>
53+
<span>Open source communities – Dominican developers</span>
54+
<br>
55+
<span>Coming soon!</span>
56+
<br>
57+
<a href="https://github.com/developersdo/opensource"><i class="fa fa-github fa-5x" aria-hidden="true"></i></a>
58+
</body>
59+
</html>

0 commit comments

Comments
 (0)