I would like to make a website for my collegiate club. The main aim of the website is to make announcements and to publish projects (PDF files) so that everyone can download them and make the best use of them. I have no knowledge in programming. How can I create this with minimal or no cost?
-
I have the project files in my google drive and would just like to share the download links through the website.
-
Answer:
Google sites would be the best option. It's easy to manage and does not require any special programming skills. Go through the tutorials and examples.
Jay Popat at Quora Visit the source
Other answers
Assuming you can host your site; most colleges offer a subdomain for a personal website, so that should be free.create a folder on the root called pdfs and put all of your pdfs in there.next create a file, again on the root, called index.html.start with the code below pasted into the index.html file Beyond that, spend some bucks on a website creation tool (assuming you can install software on a school domain, if thats the way you go), learn basic Wordpress content management (assuming you can install software on a school domain, if thats the way you go), use this code to figure out more, or hire a developer to do a quick site for a few hundred bucks â I could do that :) :<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Collegiate Club Info</title><style>div{width:98%;margin:0 auto;height:100%;padding:50px;}h1{font-size:21px;}h2{font-size:18px;}h3{font-size:16px;font-weight:bold;}p{font-size:13px;}</style></head><body><div><h1>Welcome to Collegiate Club Info Page</h1><h2>Hereâs Whats Going On</h2><h3>Announcemnet Title</h3> <p>Announcement 1: Blah blah blah!</p><h3>Announcemnet Title</h3> <p>Announcement 1: Blah blah blah!</p><h2>PDFS to Download!</h2><a href=âpdfs/nameOfPdf.pdfâ download=download><p>PDF Title</p></a><a href=âpdfs/nameOfPdf.pdfâ download=download><p>PDF Title</p></a><a href=âpdfs/nameOfPdf.pdfâ download=download><p>PDF Title</p></a><a href=âpdfs/nameOfPdf.pdfâ download=download><p>PDF Title</p></a></div></body></html>
Andrew Ritter
You could use github pages then make a download link litterly.Go to githubMake a accountMake a new respoMake a new branch called gh-pagesAdd a index.htmlAdd your first PDF via file uploadIn index you can create a download link by looking http://www.w3schools.com/tags/att_a_download.aspAnd you're done! You can add other pages and link them I invite you to http://w3schools.com you will learn there! And for any stumps or bumps either contact me here or you can make a thread on http://webdeveloper.comGood luck if you have questions let me know I can set up a demo you can easily copy.
Jeffrey Crowder
You have many options: http://Wordpress.com Google site http://Blogger.com Use free host and a domain to create a website by yourself â¦. I think http://Wordpress.com is the best one, you can create a simple website and buy a unique domain to add to it (about $15 or less) !
Phuc Hong
Nowadays, you donât need to have programming knowledge in order to build your own website. One route you could take is to look for template based designs online, which you can purchase and then modify as much or as little as youâd like. You can use platforms, such as Wordpress, to upload the design assets and have your website started. You can then proceed to share the link from your drive on the website and then start sharing your website with your club members. Youâll need a little bit of patience and before you know it, youâll have created your first website! Feel free to reach out if you need any help.
Steven Llano
The best way would be to set up a blog in WP. The blog posts would cover your need to share the URLs and you would also have the option to add a description for what youâre sharing.The cost you have to consider are: domain hosting custom theme (you can also use a free WP theme) For resources on how to do it, you can check the footer of my http://www.keywordgen.com/.
Tudor Cioltea
Hello ! May i help? We are Boxi and we love to make web applications in 50% less than market.Plaese mail your Specific needs (Along with domain name you are planning). Get 50% DISCOUNT. Code:- QU50CPAYMENT SHOULD BE MADE AFTER YOU GET YOUR WEBSITE !Email:- PLEASE include Coupon code while sending mail.Ola ! Happy helping !
Deepak Pandey
You might not even need a website if you are just distributing files⦠Why not use Dropbox? Itâs free. https://www.dropbox.com/
Emily Heuerman
Related Q & A:
- How can start to make a website like whateverlife.com?Best solution by Yahoo! Answers
- I would like to create a new e-mail address.Best solution by Yahoo! Answers
- How can I make a website like facebook for free?Best solution by eHow old
- How do make a website and make money from it?Best solution by Yahoo! Answers
- How to make a website like yahoo answers?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.