Week #10
TOWSON WEATHER :
57° - 40° Cloudy.
***Check Homework***
Talk about Student Pages:
https://ryansmithart.com/fall2025/students.html
Technical Support at TOWSON:
[copied from ART466 Syllabus]
"Student Computing Services (SCS) located in the Cook Library, Room 35
http://www.towson.edu/technology/studentservices/locations/index.html "
e-mail: scs@towson.edu
- talk about Project #2 & Project #1 GRADES
examples:
- example_1
- example_2
- example_3
      *Review: 
      
      *The Container Class (W3) 
	
    
    Dropdown Menu (W3)
    
    Dropdown Images (W3) 
		
		
		
		
	  
    
    *Responsive Navbar with Dropdown
        (W3)
  
- What's "SmoothScrolling"
      (some things I made last year: Wellness) 
      
      <!-- HTML -->
      
      <a class="nav-link" href="#part_2">smoothScroll</a>
      
      
<!-- anchor: --> 
      <div id="part_2"></div>      
	  
   
	  
	
	  
	  // jquery & javaScript
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <script>
	    $(document).ready(function(){
	    // Add smooth scrolling to all links
	    $("a").on('click', function(event) {
	    // Make sure this.hash has a value before overriding default behavior
	    if (this.hash !== "") {
	    // Prevent default anchor click behavior
	    event.preventDefault();
	    // Store hash
	    var hash = this.hash;
	    // Using jQuery's animate() method to add smooth page scroll
	    // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
	    $('html, body').animate({
	    scrollTop: $(hash).offset().top
      }, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
	    window.location.hash = hash;
	    });
	    } // End if
	    });
	    });
	    </script>
	  
    
What's a favicon?
<link rel="icon" href="cat.jpg" type="image/jpg">http://www.photoshopsupport.com/tutorials/jennifer/favicon.html
More info:
    https://seranking.com/blog/what-is-a-favicon/
  
<link rel="icon" href="favicon.png" type="image/png">
Or: ryansmithart.com/favicon.ico
    
Talk about plagiarism
FUN STUFF:
https://gifrun.com
if there's time this week...
      HOMEWORK:
*Keep working on Project #2
	
Required materials for this class:
(1) a flash drive or hard drive: 2GB or more
(some external device to store your work on)
(2) *Personal Web Space (Towson user accounts are fine)
(3) a sketchbook, something not too big, about 8x10 inches 
    (for notes and sketches) 
    
    (4) something to write & make drawings with