<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/470/Responsive-design-with-Twitter-Bootstrap-a-tutorial-and-demonstration">
		<rdfs:label><![CDATA[Responsive design with Twitter Bootstrap: a tutorial and demonstration]]></rdfs:label>
		<event:title><![CDATA[Responsive design with Twitter Bootstrap: a tutorial and demonstration]]></event:title>
		<event:speaker>
<person:PhDAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Abhay/Kashyap"><person:name><![CDATA[Abhay L. Kashyap]]></person:name><rdfs:label><![CDATA[Abhay L. Kashyap]]></rdfs:label></person:PhDAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2014-10-15T10:00:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2014-10-15T11:15:00-05:00</event:endDate>
		<event:location><![CDATA[ITE346]]></event:location>
		<event:abstract><![CDATA[<img src="https://ebiquity.umbc.edu/blogger/wp-content/uploads/2014/10/Screen-Shot-2014-10-11-at-9.44.40-AM.png">

<p>Does your webpage look like its from the 90's? Does it scale well on mobile devices or do you have to finger skate on your the mobile device to navigate the page? Or worse! Do you still not have a personal portfolio page? If the answer is yes, then its time create or update your webpage! With a front end framework like <a href="http://getbootstrap.com/">Twitter Bootstrap</a>, you can make a quick upgrade to beautiful, modern and most importantly <a href="http://en.wikipedia.org/wiki/Responsive_web_design">responsive design</a> for your portfolio page.</p>

<p>The presentation will start with a brief overview of responsive design and Twitter Bootstrap and then continue with a live demonstration. We will download a Bootstrap starter template, customize the theme and content, build a static portfolio page and host it on a UMBC server.</p>

<p>A draft of the <a href="http://goo.gl/UdACNZ">slides</a> is available.</p>

<p>Disclaimer: The presenter is a front end noob and will very likely look like a deer in headlights when confronted with advanced css/js questions.</p>
]]></event:abstract>
		<event:tag><![CDATA[web]]></event:tag>
	</event:Event>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
