Commit Graph

54 Commits

Author SHA1 Message Date
Markus 32f9653a6d Prepare for merge 2018-02-24 16:53:17 +01:00
halworsen 9f935cd810 Implode with <br> 2018-02-14 17:55:41 +01:00
Yorin Anne De Jong ba0fe09d06 Workaround for PHP 5 2018-02-13 19:10:47 +01:00
Yorin Anne De Jong 73efba625b Add a central include file 2018-02-13 19:08:41 +01:00
halworsen 87c6523f35 Responsive design for landing page content 2018-02-13 17:23:21 +01:00
Yorin Anne De Jong a4b01d1259 Add link to favicon 2018-02-13 17:11:39 +01:00
halworsen f2a14f3791 Only show MOTD title if it is set 2018-02-13 17:02:03 +01:00
halworsen 1db31b9e56 Add MOTD 2018-02-13 16:58:54 +01:00
halworsen 89ce6773a8 Redo landing page main body
MOTD is WIP
2018-02-13 15:50:45 +01:00
Peder Bergebakken Sundt 61e7c73901 Fix db activities on frontpage without url 2018-02-11 01:01:05 +01:00
Peder Bergebakken Sundt 9f38e2af1a Move agenda creation to single include
This is to minimize problems arizing from adding and removing recurring events
2018-02-10 18:37:02 +01:00
Yorin Anne De Jong ebedc31fb6 Norwegian localisation fixes 2018-02-10 18:08:53 +01:00
halworsen 56e6766520 Move navbar CSS to its own file 2018-02-10 15:04:57 +01:00
halworsen 1ea96f5c0d New navbar
mobile still wip
2017-11-13 23:13:24 +01:00
halworsen 2ee9a98277 white logos 2017-11-13 22:01:33 +01:00
halworsen 1f47b3849e Landing changes i forgot to stage
im smart :)
2017-11-13 14:20:07 +01:00
halworsen ede224c2f2 Move general info to landing header 2017-11-13 14:18:08 +01:00
halworsen c6cd02486d Redesign navbar and landing page 2017-11-13 13:21:51 +01:00
Yorin Anne De Jong 6574bd576e Generalize navigation and PHP configuration 2017-11-11 15:20:58 +01:00
halworsen 446d966e80 Add simple login button & indicator to navbar 2017-10-28 17:19:40 +02:00
halworsen 1da1785e46 Add project creation
The projects page will also display a few random projects now
2017-10-22 17:57:55 +02:00
Jørn Åne 68bba332f1 Remove BrettspilActivity from agendas 2017-10-22 17:48:58 +02:00
Peder Bergebakken Sundt 2be094c905 Fix link to /kontakt/ in navbar 2017-10-22 13:34:53 +02:00
halworsen e6ad3fb47a Remove ticker 2017-10-07 23:05:40 +02:00
Peder Bergebakken Sundt 24678ffb11 Add kalender to navbar 2017-10-07 21:57:15 +02:00
johnche 3d2f07418d Merge branch 'master' of github.com:Programvareverkstedet/nettsiden 2017-10-07 19:42:18 +02:00
johnche c885e71ba0 New registration page, move some info from the old page to a separate 'om' page 2017-10-07 19:22:22 +02:00
Jørn Åne faff3a2a8d Better alignment of date/time for today 2017-10-07 16:58:27 +02:00
Jørn Åne cd150d73c5 Cleanup code 2017-10-07 16:41:50 +02:00
Peder Bergebakken Sundt 434d25cac5 Rename aktiviterer to prosjekter and hide prosjekter 2017-10-07 14:58:08 +02:00
Fredrik Strupe d0577fe62c s/kommunikasjon/kontakt/g 2016-09-29 18:27:28 +02:00
Fredrik Strupe 980d4018c2 Communication tab/page 2016-09-02 14:41:32 +02:00
Peder Bergebakken Sundt 4f1d3ee6b3 Updated navbar, added aktiviteter, deleted soek, made the ticker into an include 2016-08-30 18:13:31 +02:00
Jørn Åne 871ffc9182 Move navigation down in code, add ul element. 2016-08-29 19:37:49 +02:00
Jørn Åne d19bd1d08b Update links so that they can point to PHP files. 2016-08-26 23:54:58 +02:00
Peder Bergebakken Sundt d7885ddfe6 Updated ticker to support multible events a day 2016-08-26 18:39:36 +02:00
Jørn Åne 963973bc6b Show upcoming activity in the header on the main page. 2016-08-26 17:29:09 +02:00
Jørn Åne 328a2a31e6 Add URL property to events. 2016-08-26 17:22:11 +02:00
Jørn Åne 8519c00a57 Show more relevant times in upcoming activities. 2016-08-26 17:05:19 +02:00
helliio 29f0afa31f added brettspillkvled event 2016-08-19 23:46:30 +02:00
Jørn Åne 2c1bc0a2cb Add "next week" and show relative dates. 2016-08-19 22:01:25 +02:00
Jørn Åne 70db345b12 Remove duplicate PHP close tag. 2016-08-19 22:00:46 +02:00
Jørn Åne 3655883c9f Write database configuration through dev-script. 2016-08-18 23:17:24 +02:00
Jørn Åne 72b3a1f535 Add PDO-activity for reading events from database. 2016-08-18 22:43:48 +02:00
Aleksander Wasaznik 2949aba2bb Autohyphenate <p>
Add hyphens:auto to <p> to remove the ugly gaps introduced by
text-align: justified. This may cause some unwanted hyphenation on e.g.
email addresses. We should strive to not have long unbreakable words.

For record; command for adding html tag to all relevant files:
$ find -type f -exec sed -i '/DOCTYPE/ a <html lang="no">' {} +
2016-08-18 09:45:30 +02:00
Jørn Åne 2b5c561369 Add timezone statement to accommodate older PHP servers. 2016-08-18 00:00:34 +02:00
Jørn Åne f91d62e69f Remove merge cruft. 2016-08-17 23:58:54 +02:00
Jørn Åne a4181b98ac Fix typo. 2016-08-17 23:57:15 +02:00
Jørn Åne b6970d3f03 Add automatic agenda on front page. 2016-08-17 23:57:15 +02:00
Fredrik Strupe e4e8b0972b Dynamic event dates 2016-08-15 21:55:50 +02:00