Skip to content

Commit

Permalink
update announcements
Browse files Browse the repository at this point in the history
- updated announcement contents.
- increased font size.
  • Loading branch information
SethClydesdale committed Dec 11, 2024
1 parent 096eeba commit 4026fe0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
11 changes: 7 additions & 4 deletions resources/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,13 @@ a#fork-me:hover, a#fork-me:focus {
font-weight:bold;
}

#announcement h3 { margin:10px 0 0 0; }
#announcement h3 {
font-size:18px;
margin:10px 0 0 0;
}

#announcement .announcement {
font-size:14px;
font-size:16px;
height:75px;
box-sizing:border-box;
padding:3px 6px;
Expand All @@ -380,13 +383,13 @@ a#fork-me:hover, a#fork-me:focus {

#announcement .announcement .date {
color:#FFF;
font-size:11px;
font-size:13px;
font-weight:normal;
background:#069;
border:1px solid #058;;
border-radius:3px;
padding:1px;
margin-right:3px;
margin-right:5px;
}

#announce-list {
Expand Down
2 changes: 1 addition & 1 deletion resources/css/stylesheet.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion resources/javascript/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
// [NOT USED CURRENTLY; GSR remnant] edition: [OPTIONAL] restricts the announcement to a specific edition, possible values are: 3rd || 2nd, announcements are global by default
msg : [
{
content : 'As of March 3rd, 2023, all exercises for Tobira\'s lessons are now available! If you encounter any issues or have a question, please feel free to contact me on <a href="https://github.com/SethClydesdale/tobira-study-resources/issues">GitHub</a>. I wish you all the best on your Japanese studies! 頑張って!٩( \'ω\' )و'
date : '10/26/24',
content : '<a href="https://ko-fi.com/post/GenkiTobira-Recent-Updates-Future-Plans-Z8Z6158OWB" target="_blank">Click here</a> to learn about the recent updates made to the website as well as my future plans.'
},

{
Expand Down
2 changes: 1 addition & 1 deletion resources/javascript/homepage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4026fe0

Please sign in to comment.