Chula Vista, California @ Southwestern College | Mayan Hall
Chula Vista, California | City Hall
Chula Vista, California
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 + “”);
}
});
}
})
});
WHAT IS TEDX?
TEDx is more than just an event. It’s part of an international phenomenon. Thousands of people from around the world have attended their locally organized TEDx event. From big-city universities in the US to out-of-the-way villages in Africa, people have come together to hear “ideas worth sharing.” This is your chance to be inspired by ideas worth sharing. Join us for TEDxChulaVista!
Tickets Go On Sale in 2018
It is Amazing!
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 + “”);
}
});
}
})
});
TEDxChulaVista will bring together inspirational speakers, breath-taking artists, and thought-provoking leaders to share ideas worth spreading.
This event will take place at Southwestern College, Mayan Hall on 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.
TEDxChulaVista will showcase interesting, unique, and inspiring speakers and artist (music, dance, art). We invite you to view our list of speakers
Nominate A Speaker
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 always looking for people who are interested in getting involved with TEDxChulaVista. If you think you would be a good match, we would love to have you as part of our tribe.
Join Our Team
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.
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.
Opera Singer
Malesha Jessie Taylor has sung with the greatest symphony orchestras around the country in genres ranging from Opera to Jazz to Experimental. Her groundbreaking “Gorilla Opera”, a series of impromptu face to face engagements with local Brooklynites in bodegas, buses and barbershops, was so powerful and successful that it was brought to San Diego in 2016. Malesha now uses her celebrity from the world of performance to evoke social change through the arts.
Southwestern College Professor
From his earliest years, Dr. Van Stone was self-taught, ravenously devouring any book he could find. Earning a degree in Physics from Oxford, he initially worked in Gamma Ray Astronomy. Then, studying Calligraphy for the next 20 years, he becoming the recognized expert on Paleography. His Book entitled 2012 traces the ancient Maya prophecies through their hieroglyphs, and investigates what the Maya really said about the end of the world, what would happen, and when.
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
Fusce in odio ac diam finibus tempus. Suspendisse potenti. Etiam accumsan purus magna, et viverra neque volutpat fermentum.
MEET ALL SPEAKERS
Improv Corporate Trainer
Chris Nielson is a jokester, gamer and story-teller whose passion for inspiring minds and moving hearts creates some of the most engaging “corporate training” you’ve ever experienced. You will be AWAKENED and brought joyfully into an environment of inevitable success. Through Chris’s background in Peak Sports Performance, you will learn to breeze past those around you who are merely sleep-walking through life. WAKE UP and learn from the Joy Master
San Diego Dance Theater
Jean Isaacs’ choreography has been performed in 8 countries, winning awards and critical acclaim from theater critics, universities, and arts foundations. Co-founder of the San Diego Dance Alliance, Isaacs’ work has been commissioned by the San Diego Opera, the La Jolla Playhouse, and other nationally recognized venues. Having taught choreography for 25 years at UCSD, Ms. Isaacs now directs the San Diego Dance Theater where she works with the region’s most talented and accomplished young dancers.
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
Experience Amazing!An Event Worth Celebrating!
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 *WebsiteSubmit
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?
Mayan Hall, Southwestern College
900 Otay Lakes Rd
Chula Vista, CA · (619) 421-6700
— May 19th, 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)
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)