jQuery(document).ready(function(JQuery){
jQuery(‘.ht-countdown-hook’).each(function() {
var $thisCountDown = jQuery(this);
var dayText = ($thisCountDown.data(‘day-text’) == undefined) ? ‘days’ : $thisCountDown.data(‘day-text’);
var hourText = ($thisCountDown.data(‘hour-text’) == undefined) ? ‘hours’ : $thisCountDown.data(‘hour-text’);
var minText = ($thisCountDown.data(‘min-text’) == undefined) ? ‘minutes’ : $thisCountDown.data(‘min-text’);
var secText = ($thisCountDown.data(‘sec-text’) == undefined) ? ‘secconds’ : $thisCountDown.data(‘sec-text’);
if( secText == ” ){
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000*60,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 3) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”);
}
});
}else{
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 3) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”+
“” + this.leadingZeros(data.sec, 2) + ” ” + secText + “”);
}
});
}
})
});
jQuery(document).ready(function(JQuery){
jQuery(‘.ht-countdown-hook’).each(function() {
var $thisCountDown = jQuery(this);
var dayText = ($thisCountDown.data(‘day-text’) == undefined) ? ‘days’ : $thisCountDown.data(‘day-text’);
var hourText = ($thisCountDown.data(‘hour-text’) == undefined) ? ‘hours’ : $thisCountDown.data(‘hour-text’);
var minText = ($thisCountDown.data(‘min-text’) == undefined) ? ‘minutes’ : $thisCountDown.data(‘min-text’);
var secText = ($thisCountDown.data(‘sec-text’) == undefined) ? ‘secconds’ : $thisCountDown.data(‘sec-text’);
if( secText == ” ){
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000*60,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 2) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”);
}
});
}else{
$thisCountDown.countdown({
date: jQuery(this).data(‘date’),
refresh: 1000,
render: function(data) {
jQuery(this.el).html(
“” + this.leadingZeros(((data.years > 0) ? data.years * 365 : data.days) , 2) + “” + dayText + ” “+
“” + this.leadingZeros(data.hours, 2) + ” ” + hourText + “”+
“” + this.leadingZeros(data.min, 2) + ” ” + minText + “”+
“” + this.leadingZeros(data.sec, 2) + ” ” + secText + “”);
}
});
}
})
});
TEDx is more than just an event. It's part of an international phenomenon. Attend the City of Chula Vista inaugural even. Come be motivaTED, excitTED and shifTED into awareness!
Join us for TEDxChulaVista on May 19, 2018!
Buy Tickets
TEDxChulaVista will bring together inspirational speakers, breath-taking artists, and thought-provoking leaders to share ideas worth spreading.
…
Southwestern College, Mayan Hall
May 19, 2018.
TEDx events are organized and ran by the community and supported by businesses and corporate sponsors. There are so many ways you can become a part of TEDxChulaVista. Below are a few areas where community members and businesses can get involved.
We wouldn’t be able to host TEDxChulaVista without the support of our sponsors and partners. Learn more to see if we’d be a good fit.
Partnership
We are looking for people who are interested in getting involved. If you think you would be a good match, we would love to have you as part of our tribe.
Join Our Team
We have Ideas Worth Spreading, and they will be delivered by interesting, unique, and inspiring speakers and artists.
Coming soon!
Languages Enthusiast
Cultural diplomat Dave Huxtable loves language and espouses language learning for the sheer pleasure it brings. Throughout his life, he has mastered ten languages…so far. He challenges the notions that learning a foreign language is difficult and that it requires special talent. Did you know that learning a foreign language will change the physical structure of your brain? Dave champions foreign language training for improved global understanding, neurological health, and optimum cognitive function.
Entrepreneur
Are you comfortable with Uncomfortable? Maresa Friedman is a high impact strategist who gets clients to break through barriers they didn’t think possible. Her direct, “No BS” attitude and “Get stuff done” mentality allows her to wrangle high-power, executive-filled board rooms into submission. Wix Ambassador, Microtasking Expert, Google Trainer, Wife, and Mom. Maresa was recently named in the top 1% of Social Sellers on LinkedIn and voted Best of Strategy for LinkedIn ProFinder.
CEO of Kids4Now
Miguel Angel Aldrete is a local Entrepreneur, Author, and Philanthropist. Miguel is also a Senior at Olympian High School who has been inspiring students to take action for over a decade. Since the age of 8 he has written and published two books, started his non-profit “Kids 4 Our World” and organized city-wide and International volunteering campaigns. Miguel continues spreading his message that anyone can make a difference regardless of how young they might be.
Endurance Athlete
Jennifer Purdie is one of the first American women to run a full marathon on all seven continents. Endurance Athlete, Personal Trainer, Toastmaster, Fitness and Nutrition Specialist. Jennifer has written for The LA Times, Tri-athlete, Success Magazine, Shape, and Running Times. Featured on Dr. Oz and Fox Sports, Jennifer is one of the few Ironman finishers with a funny bone. To relax, she performs stand-up comedy, and was a finalist in a recent LA Scripted Comedy Festival.
jQuery(document).ready(function($) {
var content = ”;
$(‘.fw-team’).each(function(index, el) {
content += ”+$(this).html()+”;
});
$(‘.speakers-popup-content’).html(content);
$(‘.fw-team .team-url’).each(function(index, el) {
$(this).click(function(event) {
event.preventDefault();
event.stopPropagation();
$(‘.speakers-popup-wrapper’).fadeIn();
$(‘.speakers-popup-content’).removeData(“flexslider”);
$(‘.speakers-popup-content’).flexslider({
selector : “.entry”,
animation : “fade”,
slideshow : false, // Boolean: Animate slider automatically
startAt : index,
easing : “easeInOutExpo”, // Easing
controlNav : false, // Pagination
directionNav : true, // Next, prev
prevText : ”,
nextText : ”,
});
});
});
$(document).on(‘click’,function(){
$(“.speakers-popup-wrapper”).fadeOut(“slow”);
});
$(“.speakers-popup-content”).click(function(event){
event.stopPropagation();
});
});
OUR SPEAKERS
TEDxChulaVista will bring together inspirational speakers, breath-taking artists, and thought-provoking leaders to share ideas worth spreading.
Entrepreneur
Minerva Briseno-Diaz emigrated from Mexico to California in 2001 barely able to speak English. Through 11 years of hard work, she earned her degree from San Diego State University, and attained the status of Certified Public Accountant. Currently controller for the Parent Institute for Quality Education, she volunteers her time in community organizations where passionate individuals make change happen. A Toastmaster from the Hard Hats club, she uses her voice to inspire those around her to greatness.
Leadership Coach
Dr. Brouker’s distinguished military career culminated with his serving as Chief of Staff to Navy Medicine West, overseeing 10 hospitals with 800,000 patients. He transitioned to the corporate world, and as a thought leader / executive coach, he mentored organizations on how to build high-performing teams. Today, Brouker Leadership Solutions has impacted thousands of top performers in Fortune 500 companies, professional and military organizations, and universities across the globe, opening their eyes to a new definition of leadership.
World Renown Pianist
Jessie Chang has been a phenomenon since age 10. With a Bachelor’s at 19 and Master’s at 21, she has accumulated over 30 top honors at competitions around the world. Whether performing at Carnegie Hall, in a 28,000-person stadium, or locally at the San Diego Symphony, Ms. Chang dazzles audiences with her commanding technique, and mesmerizes them with her charm and personality. Come hear how this mother of two looks at life, success and the future.
Pixar Animator
Victor Navone started with classical art training, then added self-study, lots of hard work, and a year abroad in France. The result: he has now worked on over 10 Disney/Pixar feature animated films, and received several awards along the way. He has also worked on multiple video game projects, and has a viral video to his credit. What drives this guitar-playing, French-speaking yoga dad and husband in search of excellence. He’ll tell us.
Past San Diego Symphony Conductor
Jahja Ling is the only conductor of Chinese descent to serve as Musical Director of a major US orchestra, directing the San Diego Symphony for 13 years. During his tenure, he revitalized San Diego’s symphony culture and effected the orchestra’s first ever Carnegie Hall appearance. With degrees from both Juilliard and Yale, he founded two Youth Symphony Orchestras and has performed for Queen Elizabeth II. Now retired, he teaches and inspires young musicians in great musical traditions.
Southwestern CollegeChula Vista, CA 91910
May 19, 201811:00 am – 04:00pm
350 Seats AvailableTickets On Sale 2018
iCalendar • Google Calendar • Outlook • Outlook Online • Yahoo! Calendar
20th oct, 2015
21st oct, 2015
22nd oct, 2015
8:30 AM
MAIN HALL
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
10:00 AM
hall a
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
12:00 PM
hall c
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Jesscia Patel
04:00 PM
main hall
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Russell Matthews
8:30 AM
main hall
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
10:00 AM
hall a
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
12:00 PM
hall c
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Jesscia Patel
04:00 PM
main hall
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Russell Matthews
8:30 AM
main hall
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
10:00 AM
hall a
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Brandon Hoffman
12:00 PM
hall c
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
by Jesscia Patel
04:00 PM
main hall
Consectetur adipisicing elit. Quod distinctio impedit sint accusantium ducimus consequuntur in, nobis dolores saepe.
Thanks these amazing guys to support us to host this conference!
Interested in becoming a partner/sponsor? Get in touch
First Name*
Last Name*
Email*
Phone
Select your price type*
Bronze Pass ($999)
Silver Pass ($1299)
Gold Pass ($1499)
Free ticket
Number of tickets
Subscribe for newsletter
Don’t want to miss anything from this special event. Join our newsletter and stay up-to-date by using your email above.
Bronze Pass
Regular Seat
Free Swags
Free Coffee/Desert
1-Entrance Workshop
$999
100 Tickets
Silver Pass (most popular)
Front Seat
Free Swag/T-shirt
Free Coffee/Dessert
3-Entrance Workshop
$1499
120 Tickets
Gold Pass
Vip Seat
Free Swag/T-shirt
Free Coffee/Dessert
All Entrance Workshop
$1699
100 Tickets
Need additional info? Get in touch for custom and high-volume pricing.
Find out what people will tell you about last year conference. Want some more. Click here to read all reviews.
“Pellentesque gravida vel eros et pretium. Sed vitae metus risus. Etiam aliquet tellus ac mattis luctus. Etiam aliquet tellus ac mattis luctus. Etiam aliquet tellus ac mattis luctus. ”
Mr. QA
Current Possition
“Pellentesque gravida vel eros et pretium. Sed vitae metus risus. Etiam aliquet tellus ac mattis luctus. ”
Mr. Tim
The same way
“Integer nunc ipsum, fermentum vel justo a, ornare pulvinar ipsum. Sed vitae consectetur est, et mattis felis. Fusce lacinia nibh vitae fermentum finibus.”
Authur Hicks
UX Designer
“Pellentesque gravida vel eros et pretium. Sed vitae metus risus. Etiam aliquet tellus ac mattis luctus. Etiam aliquet tellus ac mattis luctus. ”
CC Hour Juy
Supper staff
There are some common questions which we’ve listed here. If you still have any questions, please feel free to tweet to us at @uxconf2015.
How can I order more than 1 ticket at the same time
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
I bought a ticket, how can I change ticket type?
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
Do you have coupon for accommodation?
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
Nullam ex massa, euismod vel metus
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
Which payment gateways do you accept?
Which payment gateways do you accept?
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
Mauris suscipit ut purus id congue. Etiam ornare condimentum.
Quisque ac orci ante. Proin sit amet turpis lobortis, imperdiet nisi ut, viverra lorem. Nullam ex massa, euismod vel metus non, pellentesque tincidunt neque. Mauris suscipit ut purus id congue. Etiam ornare condimentum.
THE MOON HOTEL
25th Wellington St, Colliwood——
MORE INFO
THE PEADISE HOTEL
25th Wellington St, Colliwood——
MORE INFO
THE MOON HOTEL
25th Wellington St, Colliwood——
MORE INFO
THE MOON HOTEL
25th Wellington St, Colliwood——
MORE INFO
THE MOON HOTEL
25th Wellington St, Colliwood——
MORE INFO
We are excited to host TEDxChulaVista at Southwestern College, Myan Hall
jQuery(document).ready(function($) {
var directionDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
function initialize() {
var latlng = new google.maps.LatLng(32.6398779,-116.99604950000003);
// set direction render options
var rendererOptions = {
draggable: true,
polylineOptions: {
strokeColor:’#f30c74′
}
};
directionsDisplay = new google.maps.DirectionsRenderer(rendererOptions);
var myOptions = {
zoom: 13,
center: latlng,
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeControl: false,
scrollwheel: true,
styles:
[
{
“featureType”: “all”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“weight”: “2.00”
}
]
},
{
“featureType”: “all”,
“elementType”: “geometry.stroke”,
“stylers”: [
{
“color”: “#9c9c9c”
}
]
},
{
“featureType”: “all”,
“elementType”: “labels.text”,
“stylers”: [
{
“visibility”: “on”
}
]
},
{
“featureType”: “landscape”,
“elementType”: “all”,
“stylers”: [
{
“color”: “#f2f2f2”
}
]
},
{
“featureType”: “landscape”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“color”: “#ffffff”
}
]
},
{
“featureType”: “landscape.man_made”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“color”: “#ffffff”
}
]
},
{
“featureType”: “poi”,
“elementType”: “all”,
“stylers”: [
{
“visibility”: “off”
}
]
},
{
“featureType”: “road”,
“elementType”: “all”,
“stylers”: [
{
“saturation”: -100
},
{
“lightness”: 45
}
]
},
{
“featureType”: “road”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“color”: “#eeeeee”
}
]
},
{
“featureType”: “road”,
“elementType”: “labels.text.fill”,
“stylers”: [
{
“color”: “#7b7b7b”
}
]
},
{
“featureType”: “road”,
“elementType”: “labels.text.stroke”,
“stylers”: [
{
“color”: “#ffffff”
}
]
},
{
“featureType”: “road.highway”,
“elementType”: “all”,
“stylers”: [
{
“visibility”: “simplified”
}
]
},
{
“featureType”: “road.arterial”,
“elementType”: “labels.icon”,
“stylers”: [
{
“visibility”: “off”
}
]
},
{
“featureType”: “transit”,
“elementType”: “all”,
“stylers”: [
{
“visibility”: “off”
}
]
},
{
“featureType”: “water”,
“elementType”: “all”,
“stylers”: [
{
“color”: “#46bcec”
},
{
“visibility”: “on”
}
]
},
{
“featureType”: “water”,
“elementType”: “geometry.fill”,
“stylers”: [
{
“color”: “#c8d7d4”
}
]
},
{
“featureType”: “water”,
“elementType”: “labels.text.fill”,
“stylers”: [
{
“color”: “#070707”
}
]
},
{
“featureType”: “water”,
“elementType”: “labels.text.stroke”,
“stylers”: [
{
“color”: “#ffffff”
}
]
}
] };
// add the map to the map placeholder
map = new google.maps.Map(document.getElementById(“map_canvas”),myOptions);
directionsDisplay.setMap(map);
directionsDisplay.setPanel(document.getElementById(“directionsPanel”));
// Add a marker to the map for the end-point of the directions.
var marker = new google.maps.Marker({
position: latlng,
map: map,
title:”Southwestern College”,
icon: ‘https://tedxchulavista.com/wp-content/themes/plan-up/framework-customizations/extensions/shortcodes/shortcodes/map-direction/static/img/map_start.png’
});
}
/*hdv*/
function makeMarker( position, icon, title ) {
new google.maps.Marker({
position: position,
map: map,
icon: icon,
title: title
});
};
var movingIcon = new google.maps.MarkerImage(‘https://tedxchulavista.com/wp-content/themes/plan-up/framework-customizations/extensions/shortcodes/shortcodes/map-direction/static/img/map_center.png’);
var startIcon = new google.maps.MarkerImage(”);
/*end hdv*/
function calcRoute() {
// get the travelmode, startpoint and via point from the form
var travelMode = $(‘input[name=”travelMode”]:checked’).val();
var start = $(“#routeStart”).val();
var via = $(“#routeVia”).val();
if (travelMode == ‘TRANSIT’) {
via = ”; // if the travel mode is transit, don’t use the via waypoint because that will not work
}
var end = “32.6398779,-116.99604950000003″; // endpoint is a geolocation
var waypoints = []; // init an empty waypoints array
if (via != ”) {
// if waypoints (via) are set, add them to the waypoints array
waypoints.push({
location: via,
stopover: true
});
}
var request = {
origin: start,
destination: end,
waypoints: waypoints,
unitSystem: google.maps.UnitSystem.METRIC,
travelMode: google.maps.DirectionsTravelMode[travelMode]
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
$(‘#directionsPanel’).empty(); // clear the directions panel before adding new directions
directionsDisplay.setDirections(response);
/*hdv*/
var leg = response.routes[0].legs[0];
makeMarker(leg.start_location, movingIcon, “Start” );
makeMarker(leg.end_location, startIcon, “End” );
} else {
// alert an error message when the route could nog be calculated.
if (status == ‘ZERO_RESULTS’) {
notie.alert(3, ‘No route could be found between the origin and destination.’, 6);
} else if (status == ‘UNKNOWN_ERROR’) {
notie.alert(3, ‘A directions request could not be processed due to a server error. The request may succeed if you try again.’, 6);
} else if (status == ‘REQUEST_DENIED’) {
notie.alert(3, ‘This webpage is not allowed to use the directions service.’, 6);
} else if (status == ‘OVER_QUERY_LIMIT’) {
notie.alert(3, ‘The webpage has gone over the requests limit in too short a period of time.’, 6);
} else if (status == ‘NOT_FOUND’) {
notie.alert(3, ‘At least one of the origin, destination, or waypoints could not be geocoded.’, 6);
} else if (status == ‘INVALID_REQUEST’) {
notie.alert(3, ‘The DirectionsRequest provided was invalid.’, 6);
} else {
notie.alert(3, ‘There was an unknown error in your request. Requeststatus: nn’+status, 6);
}
}
});
}
initialize();
$(‘#routeForm’).on(‘submit’, function(){
calcRoute();
$(‘.apimap_form’).css(‘overflow-y’, ‘scroll’);
$(‘#directionsPanel’).css(‘border-color’, ‘#dadada’);
return false;
});
$(‘.c-radio label span.check-checkbox’).click(function(event) {
$(‘.c-radio label span.check-checkbox’).removeClass(‘active’);
$(this).addClass(‘active’);
});
});
Get Direction
Direction From*
Via
Driving
Public transport
Bicycling
Direction
function plan_up_map_initialize() {
var input = document.getElementById(‘routeStart’);
var input_via = document.getElementById(‘routeVia’);
var autocomplete = new google.maps.places.Autocomplete(input);
var autocomplete_via = new google.maps.places.Autocomplete(input_via);
}
var tempmap = google.maps.event.addDomListener(window, ‘load’, plan_up_map_initialize);
/*Get user current possition*/
jQuery(document).ready(function($) {
function plan_up_getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(plan_up_savePosition, plan_up_positionError, {timeout:10000});
} else {
//Geolocation is not supported by this browser
}
}
// handle the error here
function plan_up_positionError(error) {
var errorCode = error.code;
var message = error.message;
notie.alert(3, message, 6);
}
function plan_up_savePosition(position) {
$.get(‘https://maps.googleapis.com/maps/api/geocode/json?latlng=’+position.coords.latitude+”,”+position.coords.longitude, function(data) {
if( typeof data[‘results’][0][‘formatted_address’] !== ‘undefined’ )
$(‘#routeStart’).val(data[‘results’][0][‘formatted_address’]);
if( typeof data[‘results’][1][‘formatted_address’] !== ‘undefined’ )
$(‘#routeStart’).val(data[‘results’][1][‘formatted_address’]);
});
}
});
Get the updates you need from your favorite Chula Vista area ideas conference by joining our mailing list. (Don't worry, we won't send you any junk)
Name *FirstLastE-mail *MessageSubmit
Follow
Thanks @ LolitasTacoShop for sponsoring @TEDxChulaVista. It means a lot that you believe in the power of spreading… https://t.co/vTr8KwEYHY
6
Follow
Thanks @ LolitasTacoShop for sponsoring @TEDxChulaVista. It means a lot that you believe in the power of spreading… https://t.co/POVqD6SDeo
14
Follow
Just got back from NY @TEDTalks and WOW! @ChulaVista_Buzz I can’t tell you how powerful this event was.… https://t.co/hn3bOYgSOl
5
TAKE A MOMENT & SHARE TO OTHERS
/*http://instafeedjs.com/*/
jQuery(document).ready(function($) {
var feed = new Instafeed({
get: ‘user’,
userId: 1702244543,
limit: 5,
accessToken: ‘1702244543.8dbd027.f040def764ed44159fb80cbd8ce79563’,
clientId: ‘dbced689c6da4c3d904fd0ee8d123781’,
template: ‘‘,
resolution: ‘low_resolution’ //306×306
});
feed.run();
});
FOLLOW #PLANUP
SO, WHAT DO YOU THINK?
900 Otay Lakes Rd
Chula Vista, CA · (619) 421-6700
— May 19th, 2018
— Time: 11:00 AM to 5:00 PM
Chula Vista Elementary School District
84 East J. Street
Chula Vista, Ca 91910
619.425.9600 (ext.1557)
iCalendar • Google Calendar • Outlook • Outlook Online • Yahoo! Calendar
Myan Hall, Southwestern College
900 Otay Lakes Rd
Chula Vista, CA · (619) 421-6700
— May 19th-25th, 2018
— Time: 11:00 AM to 4:00 PM
Chula Vista Elementary School District
84 East J. Street
Chula Vista, Ca 91910
619.425.9600 (ext.1557)