I'm looking to create and design a very simple website, such as a 1 page site with black background that has one medium sized picture in the central that if clicked upon will lead you to another website. and then on the bottom of the page there are my social signals. Thats It! but what is the best way to do this? Please if someone can help me I would be grateful. Thanks
By far webflow.com If all you want to do is what you described above, you're going to love me for the suggestion. Small learning curve, but given what you want to do is so basic, it shouldn't take long at all.
Very simple? 1 page? This is as simple as it gets....... <html> <body bgcolor="black"> <br><br><br> <center> <a href="Link to site"><img src="image.jpg"></a> <br><br> Social Buttons Code Here <br<br> </center> </body> </html>
Get a WYSIWYG ("What You See Is What You Get") editor (use your favorite search engine to find a free one if you don't want to pay for one). Use that to create your sites (should be about as easy as using MS Word, but please don't use Word!).
Depends on what you know. If you know anything about html, css, then it is an easy build. But if not use a website maker software to make it with ease
Just download a free HTML Template and upload it to your server. http://www.1stwebdesigner.com/freebies/free-responsive-html-templates/
I guess everyone has already said it... 2 simple words for U brother .. HTML n CCS combo .. try ccs3 or extra effects (USE IT FOR NAV BAR only if needed) but ur requirement can be easily sorted with HTML n CSS .. Use Dreamweaver .. Code it .. save it into a folder upload the files with FTP agent to the server .. and U r done ... (IN BRIEF)