Skip to content

Instantly share code, notes, and snippets.

logo_ironhack_blue 7

General guidelines for labs/assignments

In this document, you will find all the steps you should follow when working on the labs (in the prework and during the bootcamp).

Step 1: Fork the repository

The majority of time, you will have to start the process with forking. Just a quick reminder on what is the process of forking.

<style>
/* Feedburner Buzzboost Widget blogtariff.com*/
div.feedburnerFeedBlock ul li {
background: url(http://3.bp.blogspot.com/-YOOoZvUaylw/UEod9xm_iUI/AAAAAAAABPs/Z2N1_PKGY4M/s1076/redheart.jpg) no-repeat 2px;
list-style-type: none;
margin: 0 0 5px 0px;
padding: 5px 5px 5px 30px !important;
border: 1px solid #e5e5e5;
border-radius: 10px;
<style>
/*--- BuzzBoost Customization by MBT ---*/
div.feedburnerFeedBlock ul li {background: #E2F0FD;
list-style-type: none;
margin:0 0 5px 0px;
padding:5px 5px 5px 10px !important;
border: 1px solid #0080ff;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
@hymced
hymced / Move Tumblr controls (Customize and Dashboard)
Last active December 27, 2015 20:39
Put the code right below <style> in the HTML code NOTE: top: 100% will put it right bellow the bottom border of the window so it won't be seen ! And bottom: 0% is not working
iframe#tumblr_controls {
top:10px !important;
right:10px !important;
position: fixed !important; }
iframe#tumblr_controls.tumblr_sticky_iframe {
visibility: hidden !important;
}
<iframe width="560" height="315" src="http://www.youtube.com/embed/?listType=playlist&list=PLNlTIjgKZCT_VV-mgHSWqBM21My5QCxz0&showinfo=1" frameborder="0" allowfullscreen></iframe>