Open Source Comes to Campus/Logistics/Publicity Website: Difference between revisions

Detail how to change Google Maps, and the placeholder for the sponsors/hosts.
imported>Shauna
imported>Omsai
(Detail how to change Google Maps, and the placeholder for the sponsors/hosts.)
 
Line 33:
* Do a search for $HOST in the source file and replace with the host organization/people.
* Add links to student and mentor sign up forms.
* AddDo a search for $ADD SPONSORS/HOSTS HERE and add logos of sponsors/hosts (the OpenHatch logo is already there).
* Change map to point to the location of your event (we can help you with this.):
* Add logos of sponsors/hosts (the OpenHatch logo is already there).
** Visit Google Maps and find your event location. You can right-click on the building the event is being held in and click on "what is here" to exact geographical coordinates.
* Feel free to play with the aesthetics of the site by changing colors, fonts, etc.
** Click on the "Link" chain icon and read the URL. From the URL you change the JavaScript in index.html as follows:
{| class="wikitable"
! Link URL "key=value" pair || Corresponding JavaScript line to edit
|-
| ll=xx.xxxxxx,yy.yyyyyy ||
center: new google.maps.LatLng(xx.xxxxxx,yy.yyyyyy),
|-
| z=zz ||
zoom: zz,
|-
| q=xx.xxxxxx,yy.yyyyyy ||
var locations = [
['Change this to your Building Name', xx.xxxxxx, yy.yyyyyy]
];
|}
* FeelFinally feel free to play with the aesthetics of the site by changing colors, fonts, etc.
 
== Publishing the site ==
Anonymous user