hey guys, I'm not sure if Drupal is the best route for what I need to get done - I'm familiar with WordPress, and have spent a few days reading the documentation for Drupal. I've been coding in HTML since... the late 90s (off and on), and know CSS, Javascript, and a little php.
the task is VERY SIMPLE (which is why I feel like I'm losing my mind):
I have a bunch of PDFs (there are press releases, and financial reports)
an online user should be able to view the list of these PDFs, and when they click on them, a new window pops up and they see the PDF (standard _blank HTML thing). I don't need PDF nesting or special viewing or flash this or that. just a new window.
the list should be limited to ~10, and more available with clicking on additional pages etc (overflow)
on the developer side, I should be able to specify if the user sees just the financial statements, or press releases, or both, depending on what page they go to. that is, in the press section, a list of press releases. in the financial section, a list of financial statements. but on the home page, the top 3 most recent documents as a "news desk reel" (press or finance).
the documents should be able to be added to, and subtracted from, in a password-protected area. I'd like this upkeep to be done by the lady in PR, not me hammering out code.