Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[Feedback, please] What should I change?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Qodex" data-source="post: 339161" data-attributes="member: 12718"><p>Hello all, </p><p>Recently I have downloaded Bootstrap and begun working to create a website. Before I went any further, I wanted your opinions (and help) on what to do with my half-home page. </p><p></p><p>[HTML]<!DOCTYPE html></p><p><html></p><p></p><p> <head></p><p></p><p><title>CodeWorld - Home</title></p><p></p><p><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"></p><p><link href="css/bootstrap.css" rel="stylesheet"></p><p><link href="css/bootstrap-theme.css" rel="stylesheet"></p><p><link href="css/bootstrap-theme.min.css" rel="stylesheet"></p><p><link href="css/bootstrap.min.css" rel="stylesheet"></p><p><link href="css/style.css" rel="stylesheet"></p><p></p><p></head></p><p><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script></p><p><script src="js/bootstrap.js"></script></p><p><script src="js/bootstrap.min.js"></script></p><p><script src="js/npm.js"></script></p><p></p><p></p><p><body></p><p><div class="navbar navbar-default navbar-fixed-top"></p><p> <div class="container"></p><p> <div class="navbar-header"></p><p> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"></p><p> <span class="icon-bar"></span></p><p> <span class="icon-bar"></span></p><p> <span class="icon-bar"></span></p><p> </button></p><p> <a href="index.html" class="navbar-brand">CodeWorld</a></p><p></p><p> </div></p><p><div class="navbar-collapse collapse"></p><p></p><p> <ul class="nav navbar-nav"></p><p></p><p> <li><a href="index.html">Home</li></a></p><p> <li><a href="about/html">About</li></a></p><p> <li><a href="tutorial.html">Tutorials</a></li></p><p> <li><a href="contact.html">Contact</a></li></p><p> </ul></p><p></p><p></div></p><p> </div></p><p></div></p><p></p><p></body></p><p></p><p></p><p><!-- This next section will be 4 col-md-3 about why you should code --></p><p></p><p><header></p><p></p><p><h1>Why code?</h1></p><p><div class="container"></p><p> <div class="row"></p><p> <div class="col-md-4"></p><p> <h2>Money</h2></p><p> <p>How did Mark Zuckerburg get his money? From Facebook, right? Yes, and Facebook was created because he knew how to code. If you can create the next big thing, you could be earning serious money!</p></p><p> </div></p><p></p><p></p><p></p><p> <div class="col-md-4"></p><p> <h2>Fun</h2></p><p> <p>Coding is boring if you make it boring! Making websites and even games shouldn't feel like a hassel, and it doesn't! Make the computer do things you tell it to is quite inspiring!</p></p><p> </div></p><p></p><p> <div class="col-md-4"></p><p> <h2>Efficiency</h2></p><p> <p>Learning some of the more advance stuff could make your life easier. You can code programs that automatically do things when you load up your PC. Brilliant, right?</p></p><p> </div></p><p> </div></p><p></div></p><p></p><p></header></p><p></p><p></html>[/HTML]</p><p></p><p><img src="http://prntscr.com/7dv7j7" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p></p><p>That's an image of the site. (Not showing it in Create thread, so here is link: <a href="http://prntscr.com/7dv7j7" target="_blank">http://prntscr.com/7dv7j7</a>)</p><p>Also: There was going to be a carousel with images of code, a short des + h2 and a button to the about page, however I couldn't get that to work. </p><p>And don't suggest a dropdown, because I had that working, deleted the carousel and it isn't working. (No code of the nav has been deleted).</p><p>Please leave suggestions on background colour, what else I should put on there, and the glyphicos I should use for why code? section.</p></blockquote><p></p>
[QUOTE="Qodex, post: 339161, member: 12718"] Hello all, Recently I have downloaded Bootstrap and begun working to create a website. Before I went any further, I wanted your opinions (and help) on what to do with my half-home page. [HTML]<!DOCTYPE html> <html> <head> <title>CodeWorld - Home</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootstrap-theme.css" rel="stylesheet"> <link href="css/bootstrap-theme.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/npm.js"></script> <body> <div class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="index.html" class="navbar-brand">CodeWorld</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="index.html">Home</li></a> <li><a href="about/html">About</li></a> <li><a href="tutorial.html">Tutorials</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div> </div> </body> <!-- This next section will be 4 col-md-3 about why you should code --> <header> <h1>Why code?</h1> <div class="container"> <div class="row"> <div class="col-md-4"> <h2>Money</h2> <p>How did Mark Zuckerburg get his money? From Facebook, right? Yes, and Facebook was created because he knew how to code. If you can create the next big thing, you could be earning serious money!</p> </div> <div class="col-md-4"> <h2>Fun</h2> <p>Coding is boring if you make it boring! Making websites and even games shouldn't feel like a hassel, and it doesn't! Make the computer do things you tell it to is quite inspiring!</p> </div> <div class="col-md-4"> <h2>Efficiency</h2> <p>Learning some of the more advance stuff could make your life easier. You can code programs that automatically do things when you load up your PC. Brilliant, right?</p> </div> </div> </div> </header> </html>[/HTML] [IMG]http://prntscr.com/7dv7j7[/IMG] That's an image of the site. (Not showing it in Create thread, so here is link: [URL]http://prntscr.com/7dv7j7[/URL]) Also: There was going to be a carousel with images of code, a short des + h2 and a button to the about page, however I couldn't get that to work. And don't suggest a dropdown, because I had that working, deleted the carousel and it isn't working. (No code of the nav has been deleted). Please leave suggestions on background colour, what else I should put on there, and the glyphicos I should use for why code? section. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[Feedback, please] What should I change?
Top