diff options
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html index 9b3ac28..f751326 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,10 @@ <li><a href="https://lib.andrewyu.org">Files</a></li> </ul> </div> - <p><span class="alarm">It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.<span></p> <div class="multicol"> + <div id="campaign"> + <p><span class="alarm">It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.<span></p> + </div> <div id="project-help"> <h2><span class="alert">Project Help</span></h2> Hello guys. I currently need help with some of my projects. If you can, please look in their repositories. Any ideas would work. diff --git a/style.css b/style.css index 1094fcc..38a759d 100644 --- a/style.css +++ b/style.css @@ -64,6 +64,7 @@ a:active { } .alarm { color: red; + font-size: 200%; } .alert { color: orange; |