<?xml version="1.0"?>
<News hasArchived="true" page="8867" pageCount="10743" pageSize="10" timestamp="Sat, 08 Aug 2026 19:55:08 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=recent&amp;page=8867">
<NewsItem contentIssues="false" id="27855" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27855">
<Title>May Meeting: Let us know your availability!</Title>
<Body>
<![CDATA[
    <div class="html-content">Hi committee members!<br><br>Please fill out this Doodle sometime this week to let us know your availability for a meeting in mid-May:<br><br><a href="http://www.doodle.com/gerh7paf5xxpheuy" rel="nofollow external" class="bo">http://www.doodle.com/gerh7paf5xxpheuy</a><br><br>Thanks!<br><br>Jenny<br>
    </div>
]]>
</Body>
<Summary>Hi committee members!  Please fill out this Doodle sometime this week to let us know your availability for a meeting in mid-May:  http://www.doodle.com/gerh7paf5xxpheuy  Thanks!  Jenny</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27855/guest@my.umbc.edu/27e2af20600c21b4deae4fccc0fcd5c3/api/pixel</TrackingUrl>
<Group token="retired-459">Landscape Stewardship Committee</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-459</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xsmall.png?1398962125</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/original.png?1398962125</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xxlarge.png?1398962125</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xlarge.png?1398962125</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/large.png?1398962125</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/medium.png?1398962125</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/small.png?1398962125</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xsmall.png?1398962125</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xxsmall.png?1398962125</AvatarUrl>
<Sponsor>Landscape Stewardship Committee</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 15:00:55 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27854" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27854">
<Title>Customize an HTML5 Webpage using the Bootstrap Framework</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Many web developers are familiar with <a href="http://twitter.github.io/bootstrap/" rel="nofollow external" class="bo">Twitter Bootstrap</a> and have seen this library on a number of projects. The Bootstrap core is fantastic when you need a CSS reset along with other common layout features. It may not be the right fit on projects where you need a whole lot of customization. But for landing pages and smaller websites I think Bootstrap has become one of the easiest resources to start using.</p>
    <p>In this tutorial I want to demonstrate how we can build a simple homepage layout design using Bootstrap. I have included a myriad of popular components which you will likely use in other layouts. Most of the CSS classes and HTML structures are well documented on the main Bootstrap website. But the process of building &amp; designing your own layout from scratch can be a greater learning experience.</p>
    <p><a href="http://byjakewithlove.com/treehouse/bootstrap-layout/" rel="nofollow external" class="bo"><img src="http://blog.teamtreehouse.com/wp-content/uploads/2013/04/feature-image-twitter-layout-bootstrap.png" alt="preview tutorial html5 css3 twitter bootstrap library" style="max-width: 100%; height: auto;"></a></p>
    <p><strong><a href="http://byjakewithlove.com/treehouse/bootstrap-layout/" rel="nofollow external" class="bo">Live Demo</a></strong> – <strong><a href="http://blog.teamtreehouse.com/wp-content/uploads/2013/04/bootstrap-html5-layout-source.zip" rel="nofollow external" class="bo">Download Source Code</a></strong></p>
    <h2>Downloading Bootstrap</h2>
    <p>Right from the <a href="http://twitter.github.io/bootstrap/" rel="nofollow external" class="bo">hosted Github project page</a> you should be able to download a copy of Bootstrap. There is an option to customize which features you will need, but I’ve grabbed the entire library since it is a bit easier to manage. I will be including the <strong>bootstrap.min.js</strong> even though we don’t use any JavaScript components. But in this demo it allows you to quickly expand out and try new JS features without re-downloading all the resources.</p>
    <p>I will also be using the two minified CSS documents named <strong>bootstrap.min.css</strong> and <strong>bootstrap-responsive.min.css</strong>. The first stylesheet includes a large number of browser resets, along with basic styles for the typography and layout structure. Bootstrap uses a system of 12-columns where each container has a different class name. These are organized by .span# where the number can be anything to fill a 12 column row. The <a href="http://twitter.github.io/bootstrap/scaffolding.html" rel="nofollow external" class="bo">scaffolding page</a> goes into a bit more detail if you’re interested.</p>
    <pre>&lt;!doctype html&gt;&#x000A;    &lt;html lang="en-US"&gt;&#x000A;    &lt;head&gt;&#x000A;      &lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"&gt;&#x000A;      &lt;title&gt;Bootstrap Page Layout - Sample Demo&lt;/title&gt;&#x000A;      &lt;link rel="shortcut icon" href="<a href="http://teamtreehouse.com/assets/favicon.ico%22&amp;gt">http://teamtreehouse.com/assets/favicon.ico"&amp;gt</a>;&#x000A;      &lt;link rel="icon" href="<a href="http://teamtreehouse.com/assets/favicon.ico%22&amp;gt">http://teamtreehouse.com/assets/favicon.ico"&amp;gt</a>;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css"&gt;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="css/bootstrap-responsive.min.css"&gt;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="css/global.css"&gt;&#x000A;      &lt;script type="text/javascript" src="<a href="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js%22&gt;&lt;/script&amp;gt">https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"&gt;&lt;/script&amp;gt</a>;&#x000A;      &lt;script type="text/javascript" language="javascript" charset="utf-8" src="js/bootstrap.min.js"&gt;&lt;/script&gt;&#x000A;    &lt;/head&gt;&#x000A;    </pre>
    <p>The HTML5 doctype is the best supported option for modern browsers. This is also the case with Bootstrap and I have included the same usual meta tags. With the Bootstrap files setup it is worth focusing on some of the internal body components. My layout is structured using a full-page width and centered content blocks for the navigation, header, page body, and footer.</p>
    <h2>Heading Navigation Bar</h2>
    <p>Directly after the opening body tag I have setup a fixed navigation menu. This includes an internal UL with a container div class named <strong>.container</strong>. Bootstrap uses container as a wrapper which expands to 940px and 1170px at maximum. I have the outermost container as a full-width element so that we can change background colors and have it appear across the full page.</p>
    <pre>    &lt;nav id="navigation"&gt;&#x000A;          &lt;div class="container"&gt;&#x000A;            &lt;ul class="navlinks"&gt;&#x000A;              &lt;li&gt;&lt;a href="index.html"&gt;Homepage&lt;/a&gt;&lt;/li&gt;&#x000A;              &lt;li&gt;&lt;a href="index.html"&gt;About Us&lt;/a&gt;&lt;/li&gt;&#x000A;              &lt;li&gt;&lt;a href="index.html"&gt;Projects&lt;/a&gt;&lt;/li&gt;&#x000A;              &lt;li&gt;&lt;a href="index.html"&gt;The Team&lt;/a&gt;&lt;/li&gt;&#x000A;              &lt;li&gt;&lt;a href="index.html"&gt;Contacts&lt;/a&gt;&lt;/li&gt;&#x000A;            &lt;/ul&gt;&#x000A;          &lt;/div&gt;&#x000A;        &lt;/nav&gt;&#x000A;        &#x000A;        &lt;header id="heading"&gt;&#x000A;          &lt;div class="container text-center"&gt;&#x000A;            &lt;h1&gt;Super Nintendo Rocks&lt;/h1&gt;&#x000A;            &lt;h4&gt;But this is just a sample demo layout, don't get too excited!&lt;/h4&gt;&#x000A;            &#x000A;            &lt;p&gt;&lt;a href="index.html" class="btn btn-large btn-inverse"&gt;Check out our features&lt;/a&gt;&lt;/p&gt;&#x000A;          &lt;/div&gt;&#x000A;        &lt;/header&gt;&#x000A;    </pre>
    <p>The header div contains another bit of code with a container and the class <strong>.text-center</strong>. Bootstrap uses this class for default text alignment into the center of the page. I have created a fullscreen background image effect using <a href="http://www.flickr.com/photos/fjolnir/2342246699/" rel="nofollow external" class="bo">this SNES photo</a>. The dark button also has 3 classes worth remembering – <strong>.btn</strong>, <strong>.btn-large</strong>, and <strong>.btn-inverse</strong>. The CSS <a href="http://twitter.github.io/bootstrap/base-css.html#buttons" rel="nofollow external" class="bo">button classes</a> are fairly straightforward and provide a nice break in typical layouts.</p>
    <pre>#navigation {&#x000A;      display: block;&#x000A;      position: fixed;&#x000A;      z-index: 1;&#x000A;      display: inline-block;&#x000A;      width: 100%;&#x000A;      height: 55px;&#x000A;      top: 0;&#x000A;      left: 0;&#x000A;      box-shadow: 0 1px 6px #2d2d2d;&#x000A;      background: rgba(250,250,250,0.9);&#x000A;      border-top: 1px solid #e6e7e8;&#x000A;      border-bottom: 1px solid #e6e7e8;&#x000A;    }&#x000A;    #navigation .navlinks {&#x000A;      list-style: none;&#x000A;    }&#x000A;    #navigation .navlinks li {&#x000A;      display: inline-block;&#x000A;      margin-right: 5px;&#x000A;    }&#x000A;    #navigation .navlinks li a {&#x000A;      display: block;&#x000A;      float: left;&#x000A;      padding: 0 12px;&#x000A;      line-height: 55px;&#x000A;      font-weight: bold;&#x000A;      color: #777;&#x000A;    }&#x000A;    #navigation .navlinks li a:hover {&#x000A;      text-decoration: none;&#x000A;      color: #444;&#x000A;      background: #fcfcfc;&#x000A;    }&#x000A;    &#x000A;    &#x000A;    #heading {&#x000A;      display: block;&#x000A;      width: 100%;&#x000A;      height: 380px;&#x000A;      padding: 20px 0;&#x000A;      background: url('../images/bg-snes-closeup-x500.jpg') no-repeat center center fixed; &#x000A;      -webkit-background-size: cover;&#x000A;      -moz-background-size: cover;&#x000A;      -o-background-size: cover;&#x000A;      background-size: cover;&#x000A;      -webkit-box-shadow: inset 0 -4px 9px -3px #000;&#x000A;      -moz-box-shadow: inset 0 -4px 9px -3px #000;&#x000A;      box-shadow: inset 0 -4px 9px -3px #000;&#x000A;    }&#x000A;    #heading h1, #heading h2, #heading h3, #heading h4, #heading h5, #heading p {&#x000A;      text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 0 30px rgba(0,0,0,0.25);&#x000A;    }&#x000A;    &#x000A;    #heading h1 {&#x000A;      font-size: 90px;&#x000A;      line-height: 105px;&#x000A;      letter-spacing: -1px;&#x000A;      color: #fff;&#x000A;    }&#x000A;    &#x000A;    #heading h4 {&#x000A;      font-size: 30px;&#x000A;      line-height: 40px;&#x000A;      color: #fff;&#x000A;      margin-bottom: 25px;&#x000A;    }&#x000A;    </pre>
    <p>All of this code is stored inside my own custom stylesheet <strong>global.css</strong>. Bootstrap certainly will not provide everything you need, and even if it could you definitely want to write your own CSS codes for different page elements. Bootstrap is not supposed to be a complete package, but merely the ground framework used to development websites quicker and easier.</p>
    <h2>Flexible Columns</h2>
    <p>Underneath the fullscreen background image I have created a centered main content area. Inside are two specific sections which list a 3-column stack of features, along with a thumbnail media gallery. Both sections may be constructed using only Bootstrap default classes.</p>
    <pre>    &lt;div id="main-content"&gt;&#x000A;          &lt;div class="container"&gt;&#x000A;             &lt;div class="row"&gt;&#x000A;               &lt;div class="span4"&gt;&#x000A;                 &lt;h2&gt;Our Products&lt;/h2&gt;&#x000A;                 &lt;p&gt;Oh…yeah…the guy in the…the $4,000 suit is holding the elevator for a guy who doesn't make that in three months. Come on! Speaking of settling, how's Ann? He's a regular Freddie Wilson, that one.&lt;/p&gt;&#x000A;                 &lt;p class="text-center"&gt;&lt;a class="btn" href="index.html"&gt;Read more&lt;/a&gt;&lt;/p&gt;&#x000A;               &lt;/div&gt;&#x000A;       &#x000A;               &lt;div class="span4"&gt;&#x000A;                 &lt;h2&gt;We Love You! &lt;small&gt;so much&lt;/small&gt;&lt;/h2&gt;&#x000A;                 &lt;p&gt;I mean, it's one banana, Michael. What could it cost, ten dollars? It's sort of like going from prime rib to… I don't know… weird brother of prime rib. I hear the jury's still out on science. &lt;strong&gt;Check out banner, Michael!&lt;/strong&gt;&lt;/p&gt;&#x000A;                 &lt;p class="text-center"&gt;&lt;a class="btn btn-primary" href="index.html"&gt;Primary button&lt;/a&gt;&lt;/p&gt;&#x000A;               &lt;/div&gt;&#x000A;       &#x000A;               &lt;div class="span4"&gt;&#x000A;                 &lt;h2&gt;Headline Here&lt;/h2&gt;&#x000A;                 &lt;p&gt;Obviously this blue part here is the land. Let the great experiment begin! But I'm the oldest. The matriarch if you will. She's always got to wedge herself in the middle of us so that she can control everything. Yeah. Mom's awesome. Maybe we should call her?&lt;/p&gt;&#x000A;                 &lt;p class="text-center"&gt;&lt;a class="btn" href="index.html"&gt;Read more&lt;/a&gt;&lt;/p&gt;&#x000A;               &lt;/div&gt;&#x000A;            &lt;/div&gt;&lt;!-- @end .row --&gt;&#x000A;    </pre>
    <p>The <strong>#main-content</strong> ID is a name that I made up solely for this demo layout. It offers more control over the webpage allowing me to include custom padding, margins, or some other background changes as needed. What’s more important is the internal content which is setup on 100% Bootstrap default styles. Notice the chain of elements follows <strong>.container -&gt; .row -&gt; .span*</strong>. Each row class should contain a number of spans equal to 12 columns.</p>
    <p>As the window is resized you’ll notice that the container will shrink in width. Once we drop below ~760px the whole layout slims down to a mobile-responsive display. In this case I wanted to have 3 equal columns which naturally calculates out to three different span4 code blocks. If you have ideas for column styles try them out in the HTML and see if you can put together a layout design without much(or any) of your own CSS.</p>
    <h2>Picture Thumbnails</h2>
    <p>Earlier versions of Bootstrap had this display called a Media Grid, but the name has since changed to <a href="http://twitter.github.io/bootstrap/components.html#thumbnails" rel="nofollow external" class="bo">Bootstrap Thumbnails</a>. The classes have a structure using the same type of span containers as before. Only this time the outer element is using the class <strong>.thumbnails</strong> instead of container. Additionally the internal elements are all list items, so I have added the img tag along with anchor links pointing to the original source.</p>
    <pre>	&lt;div class="row-fluid"&gt;&#x000A;    	  &lt;ul class="thumbnails"&gt;&#x000A;    		&lt;li class="span4"&gt;&#x000A;    		  &lt;a href="<a href="http://dribbble.com/shots/39065-snes-controller">http://dribbble.com/shots/39065-snes-controller</a>" class="thumbnail" target="_blank"&gt;&#x000A;    		  &lt;img src="images/dribbble/01-snes-controller.png" alt="snes controller dribbble shot"&gt;&#x000A;    		  &lt;/a&gt;&#x000A;    		&lt;/li&gt;&#x000A;    		&lt;li class="span4"&gt;&#x000A;    		  &lt;a href="<a href="http://dribbble.com/shots/525128-Micons-Series-2-SNES">http://dribbble.com/shots/525128-Micons-Series-2-SNES</a>" class="thumbnail" target="_blank"&gt;&#x000A;    		  &lt;img src="images/dribbble/02-snes-console-mini-icons.png" alt="minicon series2 snes console"&gt;&#x000A;    		  &lt;/a&gt;&#x000A;    		&lt;/li&gt;&#x000A;    		&lt;li class="span4"&gt;&#x000A;    		  &lt;a href="<a href="http://dribbble.com/shots/633186-The-Game">http://dribbble.com/shots/633186-The-Game</a>" class="thumbnail" target="_blank"&gt;&#x000A;    		  &lt;img src="images/dribbble/03-snes-video-game-dribbble.png" alt="snes video game cartridge shot"&gt;&#x000A;    		  &lt;/a&gt;&#x000A;    		&lt;/li&gt;&#x000A;    	  &lt;/ul&gt;&#x000A;    	&lt;/div&gt;&lt;!-- @end .row-fluid --&gt;&#x000A;    	&#x000A;    	&lt;div class="row-fluid"&gt;&#x000A;    	  &lt;ul class="thumbnails"&gt;&#x000A;    		&lt;li class="span6"&gt;&#x000A;    		  &lt;a href="<a href="http://dribbble.com/shots/758735-Oh-Oh-Please-Amaze-Me-Detail-IV">http://dribbble.com/shots/758735-Oh-Oh-Please-Amaze-Me-Detail-IV</a>" class="thumbnail" target="_blank"&gt;&#x000A;    		  &lt;img src="images/dribbble/04-superpad-dark-illustration.png" alt="dribbble shots super nintendo"&gt;&#x000A;    		  &lt;/a&gt;&#x000A;    		&lt;/li&gt;&#x000A;    		&lt;li class="span6"&gt;&#x000A;    		  &lt;a href="<a href="http://dribbble.com/shots/436565-Jaku-Console-Wars">http://dribbble.com/shots/436565-Jaku-Console-Wars</a>" class="thumbnail" target="_blank"&gt;&#x000A;    		  &lt;img src="images/dribbble/05-retro-console-wars.png" align="dribbble console wars super nintendo design"&gt;&#x000A;    		  &lt;/a&gt;&#x000A;    		&lt;/li&gt;&#x000A;    	  &lt;/ul&gt;&#x000A;    	&lt;/div&gt;&lt;!-- @end .row-fluid --&gt;&#x000A;    	&#x000A;    	&lt;hr&gt;&#x000A;      &lt;/div&gt;&lt;!-- @end .container --&gt;&#x000A;    &lt;/div&gt;&lt;!-- @end #main-content --&gt;&#x000A;    </pre>
    <p>The anchor link surrounding the image may be given a class of <strong>.thumbnail</strong> to add the border effects. You may alternately apply this same class onto the img tag itself when you do not have any anchor links in the code. My example points to a number of Dribbble shots related to the Super Nintendo. Instead of using <strong>.row</strong> I have applied <strong>.row-fluid</strong> to make all images responsive as you resize the window.</p>
    <p>Using the Bootstrap responsive CSS stylesheet can be a hassle if you don’t plan for the changes. Often times font will be sized in pixels so you will need to adjust typical CSS classes as the window gets smaller. Including Bootstrap’s default responsive stylesheet is a nice way of getting started without having to write every single responsive detail from scratch. I’ve added a set of responsive codes to my own global stylesheet which you can see below.</p>
    <pre>/** alternate responsive traits **/&#x000A;    @media(max-width:767px) {&#x000A;      body {&#x000A;        padding-right: 0 !important;&#x000A;        padding-left: 0 !important;&#x000A;      }&#x000A;      &#x000A;      #heading &gt; .container {&#x000A;        padding: 0 15px;&#x000A;      }&#x000A;      &#x000A;      #main-content &gt; .container {&#x000A;        padding: 0 15px;&#x000A;      }&#x000A;      &#x000A;      #footer &gt; .container {&#x000A;        padding: 0 15px;&#x000A;      }&#x000A;      #heading h1 {&#x000A;        font-size: 50px;&#x000A;        line-height: 55px;&#x000A;      }&#x000A;      #heading h4 {&#x000A;        font-size: 20px;&#x000A;        line-height: 25px;&#x000A;      }&#x000A;    }&#x000A;    &#x000A;    @media(max-width:550px) {&#x000A;      #heading {&#x000A;        height: 300px;&#x000A;      }&#x000A;      #navigation .navlinks li {&#x000A;        margin-right: 1px;&#x000A;      }&#x000A;      #navigation .navlinks li a {&#x000A;        padding: 0 5px;&#x000A;        font-size: 12px;&#x000A;      }&#x000A;    }&#x000A;    </pre>
    <h2>Closing the Footer</h2>
    <p>I have closed the entire layout using a full-width footer element. This allows both the background and top border to span the entirety of the page width. Then inside a container block we have the content centered with the other page elements. Remember that all of these classes were pulled right out of Bootstrap without writing any alternate code. All I had to include was the outer footer ID with background color changes.</p>
    <pre>    &lt;div id="footer"&gt;&#x000A;          &lt;div class="container"&gt;&#x000A;            &lt;p&gt;Simple layout design for &lt;a href="<a href="http://blog.teamtreehouse.com/%22&gt;Treehouse">http://blog.teamtreehouse.com/"&gt;Treehouse</a> Blog&lt;/a&gt;.&lt;/p&gt;&#x000A;            &lt;p&gt;Feel free to download and use these codes for any basic template layout.&lt;/p&gt;&#x000A;            &lt;p&gt;&lt;small&gt;Website code structured with &lt;a href="<a href="http://twitter.github.io/bootstrap/%22&gt;Twitter">http://twitter.github.io/bootstrap/"&gt;Twitter</a> Bootstrap&lt;/a&gt;. Background image credits to &lt;a href="<a href="http://www.flickr.com/photos/fjolnir/2342246699/%22&gt;Fj%C3%B6lnir">http://www.flickr.com/photos/fjolnir/2342246699/"&gt;Fjölnir</a> Ásgeirsson&lt;/a&gt;. Sample content via &lt;a href="<a href="http://bluthipsum.com/%22&gt;Bluth">http://bluthipsum.com/"&gt;Bluth</a> Ipsum&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&#x000A;          &lt;/div&gt;&#x000A;        &lt;/div&gt;&#x000A;    &lt;/body&gt;&#x000A;    &lt;/html&gt;&#x000A;    </pre>
    <p>When you have to look over all the Twitter documentation it can appear like an exhaustive library. And in truth Bootstrap does offer a large multitude of concepts I was not able to include in this demo. But it just goes to show that this library is a powerful tool in modern webpages. Even just including the basic <strong>bootstrap.min.css</strong> file will provide browser resets and some custom CSS classes for structuring your layout.</p>
    <p><a href="http://byjakewithlove.com/treehouse/bootstrap-layout/" rel="nofollow external" class="bo"><img src="http://blog.teamtreehouse.com/wp-content/uploads/2013/04/snes-layout-bootstrap-tutorial-preview.png" alt="tutorial bootstrap features media gallery thumbnails" style="max-width: 100%; height: auto;"></a></p>
    <p><strong><a href="http://byjakewithlove.com/treehouse/bootstrap-layout/" rel="nofollow external" class="bo">Live Demo</a></strong> – <strong><a href="http://blog.teamtreehouse.com/wp-content/uploads/2013/04/bootstrap-html5-layout-source.zip" rel="nofollow external" class="bo">Download Source Code</a></strong></p>
    <h2>Final Thoughts</h2>
    <p>I do hope this tutorial may be of use to some developers who are still getting started with Bootstrap. It is a very easy framework considering you can get a lot of the best assets just from the CSS files alone. All of the extra JavaScript widgets add to the overall interface design, but you can build a great webpage without using any JS components. Feel free to download a copy of my source codes and practice styling your own unique Bootstrap website.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/customize-an-html5-webpage-using-the-bootstrap-framework" rel="nofollow external" class="bo">Customize an HTML5 Webpage using the Bootstrap Framework</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Many web developers are familiar with Twitter Bootstrap and have seen this library on a number of projects. The Bootstrap core is fantastic when you need a CSS reset along with other common layout...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/KzCflnSy0qs/customize-an-html5-webpage-using-the-bootstrap-framework</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27854/guest@my.umbc.edu/04615a73650a03c960f54d12f93b3e52/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>bootstrap</Tag>
<Tag>css</Tag>
<Tag>css-frameworks</Tag>
<Tag>css3</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>framework</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>make-a-website</Tag>
<Tag>responsive</Tag>
<Tag>tutorial</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 14:15:28 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27849" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27849">
<Title>IT Internship with Mercy Health Services</Title>
<Tagline>Apply by April 22 to be considered for On Campus Interview</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><strong>IT Internship – Mercy Health Services</strong></p>
    <p><strong> </strong></p>
    <p><strong>Role description:</strong></p>
    <p>As a Systems Analyst intern in the IT department within Mercy Health Services, you will have the opportunity to blend your technical expertise, management skills and interest in healthcare informatics to contribute to the organization’s success.  You will work with members of the IT team to implement solutions and participate in special projects.  In this role, you be exposed to multiple areas of the hospital and meet with IT project stakeholders to gain an overall perspective on the organization and key success factors.</p>
    <p><strong> </strong></p>
    <p><strong>Qualifications:</strong></p>
    <p><span>Ø</span><span>  </span>Juniors or Seniors pursing a B.S. degree in Information Systems/Technology with a focus in Healthcare</p>
    <p><span>Ø</span><span>  </span>Minimum GPA 3.0</p>
    <p><span>Ø</span><span>  </span>Knowledge of the software development lifecycle, information systems management, data/systems analysis</p>
    <p><span>Ø</span><span>  </span>Excellent verbal and written communications skills</p>
    <p><span>Ø</span><span>  </span>Ability to handle multiple projects concurrently while keeping momentum</p>
    <p><span>Ø</span><span>  </span>1-2 years of experience or class room project work designing and implementing IT solutions</p>
    <p><span>Ø</span><span>  </span>This is a paid internship</p>
    <p>Apply through UMBC works today to interview on campus 4/25.</p>
    </div>
]]>
</Body>
<Summary>IT Internship – Mercy Health Services       Role description:   As a Systems Analyst intern in the IT department within Mercy Health Services, you will have the opportunity to blend your technical...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27849/guest@my.umbc.edu/673ef19f2bf514d82564b80d3b70bb84/api/pixel</TrackingUrl>
<Group token="shriver">The Shriver Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/shriver</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/original.jpg?1441293069</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/large.png?1441293069</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/medium.png?1441293069</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/small.png?1441293069</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxsmall.png?1441293069</AvatarUrl>
<Sponsor>Shriver Center:Intern, Co-op, Research &amp; Service-Learning</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:49:29 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27852" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27852">
<Title>So many feet from yesterday! We had a great turnout! One Day Without Shoes. TOMS</Title>
<Body>
<![CDATA[
    <div class="html-content">So many feet from yesterday! We had a great turnout! <a href="/profile.php?id=419659491040" title="To tag someone, type @ and then the friend's name" rel="nofollow external" class="bo">One Day Without Shoes.</a> <a href="/profile.php?id=8416861761" title="To tag someone, type @ and then the friend's name" rel="nofollow external" class="bo">TOMS</a><br><br><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Ft.co%2FQXMWTh4yYt&amp;h=3AQH3HEgI&amp;s=1" title="" rel="nofollow external" class="bo"><img src="https://fbexternal-a.akamaihd.net/safe_image.php?d=AQBUJciYLkIquirn&amp;w=154&amp;h=154&amp;url=http%3A%2F%2Fdistilleryimage7.ak.instagram.com%2F642b00c2a77211e29d6522000a9f134c_7.jpg" alt="" style="max-width: 100%; height: auto;"></a><br><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Ft.co%2FQXMWTh4yYt&amp;h=WAQH-oCAO&amp;s=1" rel="nofollow external" class="bo">http://t.co/QXMWTh4yYt</a><br>instagram.com<br>realevanponter's photo on Instagram</div>
]]>
</Body>
<Summary>So many feet from yesterday! We had a great turnout! One Day Without Shoes. TOMS   http://t.co/QXMWTh4yYt instagram.com realevanponter's photo on Instagram</Summary>
<Website>http://www.facebook.com/umbctraining/posts/10151337706061076</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27852/guest@my.umbc.edu/3b2d076e54b414f32b5012135aed5670/api/pixel</TrackingUrl>
<Tag>ccna</Tag>
<Tag>ceh</Tag>
<Tag>centers</Tag>
<Tag>cisco</Tag>
<Tag>cyber</Tag>
<Tag>cybersecurity</Tag>
<Tag>information</Tag>
<Tag>it</Tag>
<Tag>leadership</Tag>
<Tag>management</Tag>
<Tag>microsoft</Tag>
<Tag>project</Tag>
<Tag>security</Tag>
<Tag>technology</Tag>
<Tag>training</Tag>
<Tag>umbc</Tag>
<Group token="retired-575">UMBC Training Centers</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-575</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/original.jpg?1361981335</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/large.png?1361981335</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/medium.png?1361981335</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/small.png?1361981335</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxsmall.png?1361981335</AvatarUrl>
<Sponsor>UMBC Training Centers</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:49:08 -0400</PostedAt>
<EditAt>Wed, 17 Apr 2013 13:49:08 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="30060" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30060">
<Title>A Social Networking Technology Born Female</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Facebook COO Sheryl Sandberg’s push to put more women in leadership roles has spawned a new social software tool.</p>
    <p>To the extent that a company has a personality, much of Facebook’s can be traced back to the fact that its creator and most of its early team were nerdy Harvard programmers. As an undergraduate at Harvard, Mark Zuckerberg started Facemash, the very first version of Facebook, as a tool that upset many campus women (and men) by comparing their looks in online photos that he did not have permission to repost. At the time, the <em><a href="http://www.thecrimson.com/article/2003/11/4/hot-or-not-website-briefly-judges/#" rel="nofollow external" class="bo">Harvard Crimson</a></em> cited campus groups Fuerza Latina and the Association of Black Harvard Women voicing their anger to a familiarly apologetic Zuckerberg. He took the site down under pressure, but the rest is history.</p>
    </div>
]]>
</Body>
<Summary>Facebook COO Sheryl Sandberg’s push to put more women in leadership roles has spawned a new social software tool.  To the extent that a company has a personality, much of Facebook’s can be traced...</Summary>
<Website>http://www.technologyreview.com/view/513796/a-social-networking-technology-born-female/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30060/guest@my.umbc.edu/122e36dcc5dcd698f279a5efcc20a6f2/api/pixel</TrackingUrl>
<Tag>development</Tag>
<Tag>internet</Tag>
<Tag>mit</Tag>
<Tag>technology</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:32:21 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27845" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27845">
<Title>Full-Time Entry-Level Jobs</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The following full-time positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and application instructions as well as hundreds of other job postings!</p>
    <p>9257752 - Web Application Developer - Aurora Healthcare Resources<br>9257718 - Junior Technical Recruiter - Systems Integration and Development, Inc.<br>9257701 - Chemical Engineer and/or Chemist Development Program - Cristal USA, Inc.<br>9257623 - Industrial Sales - C. R. Daniels, Inc.<br><br><br></p>
    <p><br></p>
    <p><br></p>
    </div>
]]>
</Body>
<Summary>The following full-time positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27845/guest@my.umbc.edu/0588cecc0b190b179a023d3590ca3758/api/pixel</TrackingUrl>
<Tag>entry</Tag>
<Tag>featured-jobs</Tag>
<Tag>full</Tag>
<Tag>job</Tag>
<Tag>level</Tag>
<Tag>time</Tag>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Services Center</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:26:42 -0400</PostedAt>
<EditAt>Wed, 17 Apr 2013 13:26:56 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="27844" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27844">
<Title>Part-Time Jobs</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The following part-time positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and application instructions as well as hundreds of other job postings!</p>
    <p>9257655 - Fall 2013 Babysitter - Catonsville Home<br>9257534 - Crew Member - Wendy's<br>9256252 - Graphic Designer - Dever Designs<br>9257680 - Office Worker - Medical Device Depot<br>9257686 - Preschool Assistant Teacher - YMCA of Central Maryland<br>9256972 - Rehabilitation Counselor - Gerwig Day Program - Humanim</p>
    <p><br></p>
    </div>
]]>
</Body>
<Summary>The following part-time positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27844/guest@my.umbc.edu/b6115d854735b5657ed2958f3f1fb2b9/api/pixel</TrackingUrl>
<Tag>featured-jobs</Tag>
<Tag>jobs</Tag>
<Tag>part-time</Tag>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Services Center</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:22:12 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27843" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27843">
<Title>On-Campus Jobs</Title>
<Body>
<![CDATA[
    <div class="html-content">The following On-Campus positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and application instructions as well as hundreds of other job postings!<br><br>9257661 - Advertising Manager - The Retriever Weekly<br><div>9257605 - Career Peer - Career Services Center<div>9257590 - Event Planner - The Commons</div>
    <div>9257588 - Manager, Programming and Events - The Commons</div>
    <div>9257589 - Student Serving Staff - The Commons</div>
    <div>9257571 - Manager, Daily Operations - The Commons</div>
    <div>
    <br><div><div><div><div><br></div></div></div></div>
    </div>
    </div>
    </div>
]]>
</Body>
<Summary>The following On-Campus positions have been posted within the past week to UMBCworks. Login to your account (via the link in the Jobs &amp; Internships topic in myUMBC) and find details and...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27843/guest@my.umbc.edu/5352325e91a636883ec3f0579b98f9eb/api/pixel</TrackingUrl>
<Tag>featured-jobs</Tag>
<Tag>jobs</Tag>
<Tag>on-campus</Tag>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Services Center</Sponsor>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:17:06 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27848" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27848">
<Title>Deal of the week: Certified Adobe training</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img src="http://netdna.webdesignerdepot.com/uploads/2013/04/thumbnail13.jpg" alt="Thumbnail" width="200" height="160" style="max-width: 100%; height: auto;">There is so much technology employed on the web, it’s difficult to keep up, and even harder to know where to begin when you’re just starting out.</p>
    <p>That’s why, for this week’s deal, our sister site MightyDeals.com is offering a huge 53% off <a href="http://www.mightydeals.com/deal/trainsimple.html?ref=wddposttrainsimple" rel="nofollow external" class="bo">Train Simple membership.</a></p>
    <p><a href="http://www.mightydeals.com/deal/trainsimple.html?ref=wddposttrainsimple" rel="nofollow external" class="bo">Train Simple</a> is a set of over 3000 video courses designed to get you up and running quickly and covers essential web design topics such as HTML5 and CSS3, as well as standard Adobe applications such as Photoshop and Illustrator.</p>
    <p>The best part is that Train Simple video courses are tested, providing measurable results; which is a great way to add to your résumé. Train Simple is an Adobe Authorized Training Center, and their content is delivered by some of the leading Adobe experts in the industry.</p>
    <p></p>
    <div class="embed-container"><iframe src="http://www.youtube.com/embed/Zk6V2RaivHc" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <p>Dip in and out of videos to plug gaps in your knowledge, or follow a specially designed Technology Track, culminating in a final exam to become certified yourself.</p>
    <p>What’s more, Train Simple’s courses are accessible on mobile devices; so you can buff your skills anywhere, from the morning commute to the smallest room in the house.</p>
    <p>Companies already benefitting from Train Simple membership include USA Today, Google, Home Depot, Zappos, LG, Monster, Disney, Nike, and Verison; which means qualifications you earn put you in a great position to move upwards in the industry.</p>
    <p><a href="http://www.mightydeals.com/deal/trainsimple.html?ref=wddposttrainsimple" rel="nofollow external" class="bo">Jump over to MightyDeals.com</a> to take advantage of this offer.</p>
    <p> </p>
    <p><em>Featured image/thumbnail, <a href="http://www.shutterstock.com/pic-110948618/stock-photo-female-hands-holding-a-tablet-computer-on-desk.html" rel="nofollow external" class="bo">e-learning image</a> via Shutterstock.</em></p>
    <p><br><br>
    </p>
    <table width="100%">
    <tbody>
    <tr>
    <td>
          <a href="http://www.mightydeals.com/deal/tenton-html5-css3.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Beginner’s Course: Learn HTML5 &amp; CSS3 Web Design – only $27!</strong></a>
        </td>
    <td>
          <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br>
            <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" style="max-width: 100%; height: auto;"><br>
          </a>
        </td>
    </tr>
    </tbody>
    </table>
    <p><br> </p>
    <a href="http://www.webdesignerdepot.com/2013/04/deal-of-the-week-certified-adobe-training/" rel="nofollow external" class="bo">Source</a>
    </div>
]]>
</Body>
<Summary>There is so much technology employed on the web, it’s difficult to keep up, and even harder to know where to begin when you’re just starting out.   That’s why, for this week’s deal, our sister...</Summary>
<Website>http://www.webdesignerdepot.com/2013/04/deal-of-the-week-certified-adobe-training/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27848/guest@my.umbc.edu/90d7f279034cf324e50b4417ac90124b/api/pixel</TrackingUrl>
<Tag>art</Tag>
<Tag>career</Tag>
<Tag>css</Tag>
<Tag>deals</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>discounted-video-tutorials</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>javascript</Tag>
<Tag>mighty-deal</Tag>
<Tag>mightydeals-com</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>train-simple</Tag>
<Tag>tutorials</Tag>
<Tag>video-tutorials</Tag>
<Tag>web-design-video-training</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:15:30 -0400</PostedAt>
<EditAt>Wed, 17 Apr 2013 13:15:30 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="27841" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27841">
<Title>Connecting Community Partners Service Fair</Title>
<Tagline>Come out to meet non-profits and learn how to get involved!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <h4>Connecting Community Partners Service Fair</h4>
    <div><br></div>
    <div>The Office of Student Life, SVA and The Shriver Center are hosting a Service Fair next week.  Meet some of the 30 + nonprofits visiting and learn how to get involved in service!</div>
    <div><strong><br></strong></div>
    <div>
    <strong>Event:  </strong>Connecting Community Partners Service Fair</div>
    <div>
    <strong>Date:</strong>  Friday, April 26th</div>
    <div>
    <strong>Location: </strong> UC 310 - 312</div>
    <div>
    <strong>Time:  </strong>11:30am - 1:30pm</div>
    <div><strong><br></strong></div>
    <div>
    <strong>Purpose:  </strong>The Service Fair will be an opportunity for non-profit and community organizations to come together at UMBC and build relationships with our campus community.  Let's learn how to get involved and continue to foster the spirit of service! </div>
    <div><strong><br></strong></div>
    <div><strong><em>We provide the 'service passport'.  </em></strong></div>
    <div><strong><em>You take the journey to a world of service possibilities.</em></strong></div>
    <div><strong><em>Network with the community partners and get your passport stamped for a chance to win prizes!</em></strong></div>
    <div><strong><br></strong></div>
    </div>
]]>
</Body>
<Summary>Connecting Community Partners Service Fair     The Office of Student Life, SVA and The Shriver Center are hosting a Service Fair next week.  Meet some of the 30 + nonprofits visiting and learn how...</Summary>
<AttachmentKind>Flyer</AttachmentKind>
<AttachmentUrl>https://assets4-my.umbc.edu/system/shared/attachments/4cd55ed22b68accbffb61e5f41490c78/6a77c1dd/news/000/027/841/e1f979ea2b94f4a754835ee9f85cf0d0/Service Flyer.pdf?1366218179</AttachmentUrl>
<Attachments>
<Attachment kind="Flyer" url="https://my3.my.umbc.edu/posts/27841/attachments/9889"></Attachment>
</Attachments>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27841/guest@my.umbc.edu/7527de4243f4901518da2522952e79fb/api/pixel</TrackingUrl>
<Group token="retired-271">UMBC Community Engagement Network </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-271</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xsmall.png?1498142039</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/original.JPG?1498142039</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xxlarge.png?1498142039</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xlarge.png?1498142039</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/large.png?1498142039</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/medium.png?1498142039</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/small.png?1498142039</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xsmall.png?1498142039</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xxsmall.png?1498142039</AvatarUrl>
<Sponsor>UMBC Serves</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/xxlarge.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/xlarge.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/large.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/medium.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/small.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/xsmall.jpg?1366218104</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/841/d52a281185b41daea7ad4f5bab21e7dc/xxsmall.jpg?1366218104</ThumbnailUrl>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 17 Apr 2013 13:03:30 -0400</PostedAt>
</NewsItem>

</News>
