File tree Expand file tree Collapse file tree 2 files changed +52
-15
lines changed Expand file tree Collapse file tree 2 files changed +52
-15
lines changed Original file line number Diff line number Diff line change 6
6
margin : 0 ;
7
7
}
8
8
9
- p span {
9
+ .animated-logo {
10
+ margin : 10% 25% 0% 25% ;
11
+ }
12
+ .animated-logo p span {
10
13
font : 700 4 em/1 "Oswald" , sans-serif;
11
14
letter-spacing : 0 ;
12
15
padding : .25em 0 .325em ;
@@ -34,3 +37,30 @@ p span {
34
37
background-position : 100% 50% ;
35
38
}
36
39
}
40
+
41
+ .bottom-bar {
42
+ margin-top : 20% ;
43
+ font-family : 'Courier New' , Courier, monospace;
44
+ }
45
+
46
+ .bottom-bar ul {
47
+ margin : 10% 25% 0 25% ;
48
+ }
49
+ .bottom-bar ul li {
50
+ border-left : 2px solid white;
51
+ border-right : 2px solid white;
52
+ display : inline-block;
53
+ margin : 5px ;
54
+ }
55
+
56
+ .bottom-bar ul li a {
57
+ margin : 5px ;
58
+ color : rgb (185 , 175 , 175 );
59
+ text-decoration : none;
60
+ }
61
+
62
+ .bottom-bar ul li a : hover {
63
+ color : rgb (7 , 6 , 6 );
64
+ background : white;
65
+ transition : all 0.3s ease;
66
+ }
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 ="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