Skip to content

capacitación de Github para el equipo de diseño y devops para Open edX

Notifications You must be signed in to change notification settings

Netec-edX/github-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netec Logo

Github Training Class

Course Description

Welcome! The objective of this course is to provide the Open edX graphic design, admin and devops team members an opportunity to interact with Github in a team environment. During this course you will learn how to do the following

  • install Git on your local computer
  • create your own personal Github user account
  • join the "Netec edX" Github organization
  • edit and publish the sample web site in a team organizational structure

yadda yadda yadda

Course Instructions

  1. Review the materials below in the section "Resources"
  2. Watch the video below, "Introducción práctica a Github" below
  3. Create your personal Github account
  4. Join the "Netec edX" Github organization (we'll do this together during the class workshop)
  5. Install Git on your personal computer/laptop by following the instuctions below "How To Install Git on your computer"
  6. Create a local git repository of this project on your computer by following the instructions below "Terminal / Cmd commands to clone this repository to your local computer"
  7. Complete the "Team Assignment" as further described below.

Your Team Assignment

You are part of the graphic design team for the Hipster School online academy. You and your team members have created a hip landing page for your online academy and have submitted the site to the digital division's director for approval. Unfortunately the director rejected two items on your landing page:

  • She hates the text color of the site's title
  • She doesn't believe that an image of Justin Beiber accurately portrays the identity of a modern hipster and so she has requested that you replace the Beiber image with this image of a pair of vintage roller skates. You will work in a team environment to make these changes to the site, and then re-submit your completed changes; all using Github. The two changes are to be made as follows:
  1. Edit the site's main CSS style sheet on row 6.
 FOR COURSE: Change the "color" attribute from green to #5F152C
 ------------------------------------------------------------------*/
#site-name {
  font-family: 'Lora', serif;
#  color: 	#5F152C;
  color: 	green;
  font-size: 2em;
  font-weight: 900;
  margin: auto;
}
/*------------------------------------------------------------------
 END: FOR COURSE
 ------------------------------------------------------------------*/
  1. Change the image URL for the course "How to be Unique" by editing row 58 of index.html
        <div class="col-md-4 col-sm-6 col-xs-12">
          <div id="course-tile">
            <span><h3>How To Be Unique</h3></span>
            <!-- For course: change this image to images/hipster-skates.jpg ---->
            <img src="images/not-a-hipster.jpg">
            <!----------------------------------------------------------------------------->
            <p id="course-tile">DIY biodiesel small batch. Banh mi chicharrones lyft, retro you probably haven't heard of them lumbersexual la croix meh vaporware cardigan messenger bag. Tumeric butcher put a bird on it, subway tile gentrify austin pickled tousled. Health goth flannel organic, wolf yr viral chia iceland selvage salvia. Venmo tumblr jean shorts plaid literally gastropub, coloring book helvetica vice. Hashtag lomo forage direct trade VHS. Tumeric taxidermy single-origin coffee.</p>
          </div>
        </div><!-- end of middle -->
      </section>

Resources

But first, lets watch this excellent video: Introducción práctica a Github

IMAGE ALT TEXT HERE


Terminal / Cmd commands to clone this repository to your local computer

git clone https://github.com/Netec-edX/github-training.git
git branch [your-name-here]
git commit -m "comment"
git pull
git push

Terminal / Cmd commands to add your completed work to the Netec edX organization repository on Github

cd / [path to your local repository]
git add .
git commit -m "add a comment explaining the nature of your changes"
git pull
git push

About

capacitación de Github para el equipo de diseño y devops para Open edX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published