-
Brandon Rodriguez authored3f7b74dd
index.html 12.30 KiB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name= "viewport" content= "width=device width, initial-scale=1.0">
<link rel= "stylesheet" href= "css/site.css">
<link rel= "stylesheet" href= "css/images.css">
<link rel= "stylesheet" href= "css/desktop.css" media= "only screen and (min-width: 1025px)">
<link rel= "stylesheet" href= "css/laptop.css" media= "only screen and (min-width: 769px) and (max-width: 1024px)">
<link rel= "stylesheet" href= "css/tablet.css" media= "only screen and (min-width: 321px) and (max-width: 768px)">
<link rel= "stylesheet" href= "css/phone.css" media= "only screen and (max-width: 320px)">
<title> Final Website: Art Things </title>
</head>
<body>
<div id= "wrapper" class= "bodyTexture">
<img src= "images/thumbs/LogoThumb.png" alt= "Website Logo" id= "headerLogo">
<div id= "leftColumn" class= "desktop roundedTop roundedBottom">
<nav class= "navMain">
<ul>
<span class= "navSec navHome">
<span class= "mainSec">
<li>
<a href= "index.html"> Home </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "about.html"> About </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "gallery.html"> Gallery </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "contact.html"> Contact </a>
</li>
</span>
</span>
<span class= "navSec navTraditional">
<span class= "mainSec">
<li>
<a href= "traditional.html"> Traditional Art </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "lineart.html"> Line Art </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "shading.html"> Shading </a>
</li>
</span>
</span>
<span class= "navSec navDigital">
<span class= "mainSec">
<li>
<a href= "digital.html"> Digital Art </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "warmups.html"> Warm Ups </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "photoshop.html"> Photoshop </a>
</li>
</span>
</span>
</ul>
</nav>
</div>
<div id= "rightColumn" class= "roundedTop">
<header class= "roundedTop roundedBottom">
<hgroup>
<h1> <span id= "hLetter"> A</span>rt Things </h1>
<h3> Subtitle Stuff </h3>
</hgroup>
</header>
<nav class= "navMain mobile">
<ul>
<span class= "navSec navHome">
<span class= "mainSec">
<li>
<a href= "index.html"> Home </a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "about.html"> About </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "gallery.html"> Gallery </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "contact.html"> Contact </a>
</li>
</span>
</span>
<span class= "navSec navTraditional">
<span class= "mainSec">
<li>
<a href= "traditional.html"> Traditional Art</a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "lineart.html"> Line Art </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "shading.html"> Shading </a>
</li>
</span>
</span>
<span class= "navSec navDigital">
<span class= "mainSec">
<li>
<a href= "digital.html"> Digital Art </a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "warmups.html"> Warm Ups </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "photoshop.html"> Photoshop </a>
</li>
<span class= "minorSec">
</span>
</ul>
</nav>
<div id= "bodyContainer" class= "roundedTop roundedBottom contentTexture">
<section id= "bodyHeader">
<h2> Home </h2>
<hr>
</section>
<div id= "bodyContent">
<article>
<span id= "indexAnimation" class= "floatRight">
<img src= "images/thumbs/CatThumbLarger.jpg" alt= "Black and White Image of cat." id= "bottomIndexImg">
<img src= "images/thumbs/ElementSpheresThumbLarger.jpg" alt= "Hand Drawn Elemental Spheres." id= "topIndexImg">
</span>
<p>   Art can be fun. Art can also be challenging. You want to be able to make finished images that everyone adores, but probably wonder "how?" </p>
<p>   A lot of people seem to think there is some mythical "talent" that some are simply born with. Many seem to wrongly believe "Oh, I'm not talented at drawing, so I can't do it, even despite being interested." Let me just state it now. Talent may exist, sure, but it's not quite as important as everyone seems to believe. Most artists didn't just get their skills overnight. They didn't wake up on their 7th birthday and just happen to be able to draw. They started off drawing stick figures, just like everyone else. So how did they get to where they are now? </p>
<p>   They simply practiced. And practiced. And then practiced even more. </p>
<p>   Let me put it another way. If you desired an engineering degree, you wouldn't go "Oh I'm not talented as an engineer. I wasn't born knowing high end mathematics and science so I shouldn’t pursue it." No, you would likely go to a school and put thousands upon thousands of hours in, trying to learn your craft and attain your dream. Similarly, if you wish to pursue art, even as just a hobby, you need to invest countless hours to become skilled at it. </p>
<p>   At this point, you might simply think "well I don't wish to spend that much time drawing, or doing computer graphics, or whatever." In that case, that's your decision and art just isn't for you. That's okay! At least you recognize what's important to you. </p>
<p>   But for anyone who may still be interested, the biggest thing I can recommend is to practice as often as you can. You can read up all you want, watch countless videos, and study all the art theory you find, but in the end it really comes down to how often you practice- It's the only way anyone can become truly skilled at their trade. </p>
</article>
</div>
<footer class= "roundedBottom">
<div class= "footerContent">
<img src= "images/thumbs/LogoThumb.png" alt= "Website Logo" id= "footerLogo">
<nav>
<ul>
<span class= "navSec navHome">
<span class= "mainSec">
<li>
<a href= "index.html"> Home </a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "about.html"> About </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "gallery.html"> Gallery </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "contact.html"> Contact </a>
</li>
</span>
</span>
<span class= "navSec navTraditional">
<span class= "mainSec">
<li>
<a href= "traditional.html"> Traditional </a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "lineart.html"> Line Art </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "shading.html"> Shading </a>
</li>
</span>
</span>
<span class= "navSec navDigital">
<span class= "mainSec">
<li>
<a href= "digital.html"> Digital </a>
</li>
</span>
<br>
<span class= "minorSec">
<li>
<a href= "warmups.html"> Warm Ups </a>
</li>
</span>
<span class= "minorSec">
<li>
<a href= "photoshop.html"> Photoshop </a>
</li>
</span>
</span>
</ul>
</nav>
</div>
</footer>
</div>
</div>
</div>
</body>
</html>