From 02dab452a11a401e37b40a5d541c38ca4d42f67a Mon Sep 17 00:00:00 2001 From: Zhana Dougherty <38818964+ZPPD@users.noreply.github.com> Date: Thu, 14 Feb 2019 19:00:02 -0500 Subject: [PATCH] Navbar on small screens, hover over content (#63) * Navbar on small screens, hover over content * removed empty div in navbar * Remove topnav-placeholder everywhere and extra whitespace --- website/404.html | 4 ++-- website/about.html | 34 ++++++++++++++++++++++------------ website/index.html | 1 - website/projects.html | 22 ++++++++++++++-------- website/signin.html | 4 ++-- website/styles/unified.css | 18 ++++++++---------- 6 files changed, 48 insertions(+), 35 deletions(-) diff --git a/website/404.html b/website/404.html index cc98aad..9362f51 100644 --- a/website/404.html +++ b/website/404.html @@ -22,10 +22,10 @@
- OSC is the Open Source Club at the University of Florida. We are a community of makers, who want to solve problems
+ OSC is the Open Source Club at the University of Florida. We are a community of makers, who want to solve
+ problems
and improve our world using open source projects.
The OSC is first and foremost, about working on open source projects. Student choose what they want to work on,
@@ -60,8 +61,10 @@
- The website is built from scratch, using basic HTML, CSS, and JavaScript, to be a one-stop-shop for information + The website is built from scratch, using basic HTML, CSS, and JavaScript, to be a one-stop-shop for + information about the Open Source Club. It's provides information about what the club is, the projects we work on, and upcoming events.
@@ -129,7 +130,8 @@- Teacher/student interaction software designed to provide an open source alternative to existing solutions like Top + Teacher/student interaction software designed to provide an open source alternative to existing solutions like + Top Hat. It is being built with Ruby on Rails.
- Multi-user dungeons, or "MUDs" are text-based role-playing games, that naturally evolved from the text-based rpg + Multi-user dungeons, or "MUDs" are text-based role-playing games, that naturally evolved from the text-based + rpg and adventure games of the 1970s. This project aims to introduce a new generation—one that never experienced a - world without broadband internet—to this classic game genre. While this code can be adapted for any setting, we + world without broadband internet—to this classic game genre. While this code can be adapted for any setting, + we intend to render our university in beautiful ASCII.
- A python3 Discord bot used to run the Open Source Club's Discord server. The bot is using the Discord.py rewrite. + A python3 Discord bot used to run the Open Source Club's Discord server. The bot is using the Discord.py + rewrite.
- A RESTful API for club information (events, projects, sign-ins, etc) that is used for the club website, bots, and + A RESTful API for club information (events, projects, sign-ins, etc) that is used for the club website, bots, + and any future projects related to administration. Built using Rust, Rocket, PostgreSQL, and Diesel.