File tree Expand file tree Collapse file tree 2 files changed +65
-16
lines changed Expand file tree Collapse file tree 2 files changed +65
-16
lines changed Original file line number Diff line number Diff line change
1
+ html {
2
+ position : relative;
3
+ min-height : 100% ;
4
+ }
1
5
body {
2
6
font : 400 1 em/1.5 "Neuton" ;
3
7
background : # 090d00 ;
4
8
color : rgba (255 , 255 , 255 , 0.25 );
5
9
text-align : center;
6
- margin : 0 ;
10
+ margin : 0 0 50px ;
11
+ padding : 25px ;
7
12
}
8
13
9
- p span {
14
+ .animated-logo {
15
+ margin : 10% 25% 0% 25% ;
16
+ }
17
+ .animated-logo p span {
10
18
font : 700 4 em/1 "Oswald" , sans-serif;
11
19
letter-spacing : 0 ;
12
20
padding : .25em 0 .325em ;
@@ -34,3 +42,37 @@ p span {
34
42
background-position : 100% 50% ;
35
43
}
36
44
}
45
+
46
+ .bottom-bar {
47
+ font-family : 'Courier New' , Courier, monospace;
48
+ position : absolute;
49
+ background : # white;
50
+ left: 0 ;
51
+ bottom : 0 ;
52
+ height : 50px ;
53
+ width : 100% ;
54
+ /* overflow: hidden;*/
55
+ }
56
+
57
+ .bottom-bar ul {
58
+ margin : 0% 25% 0 25% ;
59
+ }
60
+
61
+ .bottom-bar ul li {
62
+ border-left : 2px solid white;
63
+ border-right : 2px solid white;
64
+ display : inline-block;
65
+ margin : 5px ;
66
+ }
67
+
68
+ .bottom-bar ul li a {
69
+ margin : 5px ;
70
+ color : rgb (185 , 175 , 175 );
71
+ text-decoration : none;
72
+ }
73
+
74
+ .bottom-bar ul li a : hover {
75
+ color : rgb (7 , 6 , 6 );
76
+ background : white;
77
+ transition : all 0.3s ease;
78
+ }
Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< title > Yogdaan</ title >
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
-
8
+
9
9
< link rel ="stylesheet " href ="./css/style.css ">
10
10
11
11
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css ">
14
14
15
15
< style >
16
16
/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
17
- p {
17
+
18
+ .animated-logo p {
18
19
text-transform : uppercase;
19
20
letter-spacing : .5em ;
20
- display : inline-block;
21
21
border : 4px double rgba (255 , 255 , 255 , 0.25 );
22
22
border-width : 4px 0 ;
23
23
padding : 1.5em 0em ;
24
- position : absolute;
25
- top : 18% ;
26
- left : 50% ;
27
- width : 40em ;
28
- margin : 0 0 0 -20em ;
29
24
}
30
25
</ style >
31
26
34
29
</ head >
35
30
36
31
< body >
37
-
38
- < p >
39
- < span >
40
- Yogdaan
41
- </ span >
42
- </ p >
32
+ <!-- Animated Logo -->
33
+ < section class ="animated-logo ">
34
+ < p >
35
+ < span >
36
+ Yogdaan
37
+ </ span >
38
+ </ p >
39
+ </ section >
40
+
41
+
42
+ <!-- Bottom bar -->
43
+ < section class ="bottom-bar ">
44
+ < ul >
45
+ < li > < a href ="https://t.me/yogdaan "> Telegram</ a > </ li >
46
+ < li > < a href ="https://gitter.im/yogdaan/Lobby "> Gitter</ a > </ li >
47
+ < li > < a href ="https://orgmanager.miguelpiedrafita.com/join/38074740 "> Github</ a > </ li >
48
+ </ ul >
49
+ </ section >
43
50
< script src ='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js '> </ script >
44
51
45
52
You can’t perform that action at this time.
0 commit comments