Commit 53acd97 1 parent 2201582 commit 53acd97 Copy full SHA for 53acd97
File tree 2 files changed +31
-8
lines changed
2 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ <h1>RUNIC</h1>
27
27
</ header >
28
28
29
29
< main >
30
- < article >
31
- < section class =" introduction-section " >
30
+ < article class =" introduction-article " >
31
+ < section >
32
32
< p >
33
33
This is a fan-made website that helps you read the
34
34
in-game language of
@@ -87,11 +87,24 @@ <h2>Testimonials</h2>
87
87
< div class ="testimonials-container "> </ div >
88
88
</ article >
89
89
90
- < article >
91
- < section >
92
- < p > Made by Aryan Pingle.</ p >
93
- </ section >
94
- </ article >
90
+ < footer >
91
+ < p >
92
+ Made by
93
+ < a href ="https://github.com/aryanpingle " target ="_blank "
94
+ > Aryan Pingle</ a
95
+ > . This project is
96
+ < a href ="https://github.com/aryanpingle " target ="_blank "
97
+ > open source on GitHub</ a
98
+ > .
99
+ </ p >
100
+ < p >
101
+ I do not own any part of "Tunic", or have any relation to
102
+ the development or production team.< br />
103
+ I am simply a fan who loves this beautiful,
104
+ < b > beautiful</ b > game.< br />
105
+ Praise be to indie games.
106
+ </ p >
107
+ </ footer >
95
108
</ main >
96
109
</ body >
97
110
</ html >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ article {
46
46
margin : 3em auto;
47
47
}
48
48
49
- section {
49
+ section , footer {
50
50
max-width : var (--section-width );
51
51
margin : auto;
52
52
}
@@ -74,6 +74,16 @@ button {
74
74
cursor : pointer;
75
75
}
76
76
77
+ a {
78
+ filter : drop-shadow (0 0 0.2em currentColor);
79
+ color : orange;
80
+ text-underline-offset : 0.2em ;
81
+ }
82
+
83
+ footer {
84
+ border-top : 2px solid # 242424 ;
85
+ }
86
+
77
87
/* The fancy orb stuff */
78
88
79
89
.fancy-orb-background {
You can’t perform that action at this time.
0 commit comments