Locations

Welcome

As an Arizona Community College, YC serves the residents of Yavapai County by providing educational, economic development, a technical school education and cultural enrichment opportunities and resources at six campuses and centers throughout the district. Approximately 40% of YC’s entire curriculum is available via online learning.

Locations

Prescott Campus
Verde Valley Campus
Career and Technical Education Center
Chino Valley Center
Precott Valley Center
Sedona Center

089575194509528628 089575194509528628 ##Region 5 #set ($campusLocations = $page.getChild("campus_locations" )) #set ($campusLocationsImage1 = $campusLocations.getChild("background_image")) #set ($campusLocationsImagePath1 = $campusLocationsImage1.getChild("path").value) #set ($campusLocationsImage2 = $campusLocations.getChild("foreground_image")) #set ($campusLocationsImagePath2 = $campusLocationsImage2.getChild("path").value) #set ($campusLocationsHeader = $campusLocations.getChild("header").value) #set ($campusLocationsDescription = $campusLocations.getChild("description").value) #set ($campusLocationsListHeader = $campusLocations.getChild("list_header")) #set ($campuses = $campusLocations.getChildren("location")) #set ($campusLocationsBottomLink = $campusLocations.getChild("all_areas_of_study_link").value) #set ($incrementer = 2)

$!_EscapeTool.xml($campusLocationsHeader)

$!_EscapeTool.xml($campusLocationsDescription)

#if ( !$_PropertyTool.isEmpty($campusLocationsListHeader.value) )

$!_EscapeTool.xml($campusLocationsListHeader.value)

#end

See all areas of study >

#set ($incrementer2 = 2) #foreach ( $campus in $campuses ) #set ($areaOfStudy = $campus.getChildren("area_of_study")) #set ($campusImage = $campus.getChild("campus_image")) #set ($campusImagePath = $campusImage.getChild("path").value) #set ($locationDescription = $campus.getChild("campus_description")) #set ($descriptionHtml = $_SerializerTool.serialize($locationDescription, true)) #set ($campusSublinkText = $campus.getChild("link_under_description_text").value) #set ($campusSublinkAddress = $campus.getChild("link_under_description").value) #set ($campusName = $campus.getChild("campus_name").value) #set ($existingText = $areaOfStudy[0].getChild("area_of_study_text").value) #set ($incrementer2 = $incrementer2 + 1) #end
##End of Region 5 ##Region 6 #set ($CustomContent = $page.getChildren("cc_wysiwyg")) #if ( $CustomContent.size() > 0 ) #foreach ( $Content in $CustomContent ) #*#set ($backgroundType = $Content.getChild("cc_backgroun_type").value) #if ( $backgroundType == "Color" ) #set ($backgroundColor = $Content.getChild("cc_background_color").value) #set ($backgroundContent = "style='background-color:${backgroundColor}'") #else #set ($backgroundImage = $Content.getChild("cc_background_image")) #set ($backgroundImagePath = $backgroundImage.getChild("path").value) #set ($backgroundContent = "style='background-image: url([system-asset]${backgroundImagePath}[/system-asset])'") #end*# #set ($wysiwyg = $Content.getChild("cc_wysiwyg")) #set ($wysiwygHTML = $_SerializerTool.serialize($wysiwyg, true))
$wysiwygHTML
#end #end ##End of Region 6