Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hsachinraj committed Oct 12, 2017
1 parent 206380f commit 4b0db9f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ DEPENDENCIES
jekyll-redirect-from

BUNDLED WITH
1.15.1
1.15.4
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repository: Microsoft/ALMVM
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.

topnav_title:
topnav_title: Microsoft Visual Studio
# this appears on the top navigation bar next to the home button

site_title: Microsoft Visual Studio ALM Virtual Machine
Expand Down
2 changes: 1 addition & 1 deletion _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repository: Microsoft/ALMVM
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.

topnav_title:
topnav_title: Microsoft Visual Studio
# this appears on the top navigation bar next to the home button

site_title: Microsoft Visual Studio ALM Virtual Machine
Expand Down
6 changes: 5 additions & 1 deletion css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1519,4 +1519,8 @@ button.custom-btn {
transition: all .2s ease-in-out 0s;
-webkit-transition: all .2s ease-in-out 0s;
border-radius: 4px 4px 0 0;
}
}

a.labmain:link {color:#000000;text-decoration:none; padding-top: 20px; padding-bottom: 5px; font-size: 20px; font-weight: bold; }
a.labmain:visited {color:#000000; padding-top: 20px; padding-bottom: 5px; font-size: 20px; font-weight: bold; }
a.labmain:hover {color:#11b2E8; padding-top: 20px; padding-bottom: 5px; font-size: 20px; font-weight: bold; }
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ summary:

<br>
<span class="introText">
The Microsoft Visual Studio ALM Virtual Machine is a virtual machine pre-installed with Visual Studio & Team Foundation server along with other supporting software coming pre-configured with sample projects, users, data and a set of hands-on-labs/demo scripts to get started with all the ALM Capabilities that Microsoft Visual Studio Team Foundation Server/Visual Studio Team Services provides.
The Microsoft ALM/DevOps Hands-On-Labs is a set of self-placed labs that will give you experience and help you get started with all the ALM/DevOps Capabilities that Microsoft Visual Studio Team Foundation Server/Visual Studio Team Services provides.
</span>
<br />
<br />

<div class="row">
<div class="lab-item col-md-4" align="center">
<span class="headnews"> <b> Visual Studio & Team Foundation Server Labs</b></span><br />
<span class="headnews"> <b> <a href="labs/tfs" class="labmain">Visual Studio & Team Foundation Server Labs</a></b></span><br />
<a href="labs/tfs"><img style="margin: 10px;" src="images/vside.png"/></a><br />
<!--span class="mainPageText"> Access the Microsoft ALM VM and TFS Hands-on-Labs</span><br /><br /-->
<a href="labs/tfs" class="c-glyph"><span class="lab-details">View Details</span></a>
</div>
<div class="lab-item col-md-4" align="center">
<span class="headnews"> <b> Visual Studio Team Services Labs</b></span><br /><br />
<span class="headnews"> <b><a href="labs/vsts" class="labmain"> Visual Studio Team Services Labs</a></b></span><br /><br />
<a href="labs/vsts"><img style="margin: 10px;" src="images/vstslogo.png"/></a><br />
<!--span class="mainPageText"> Follow the Visual Studio Team Services Hands-on-Labs</span><br /><br /-->
<a href="labs/vsts" class="c-glyph"><span class="lab-details">View Details</span></a>
</div>
<div class="lab-item col-md-4" align="center">
<span class="headnews"> <b> DevOps with Visual Studio Team Services for Java Labs</b></span><br />
<span class="headnews"> <b><a href="labs/java" class="labmain"> DevOps with Visual Studio Team Services for Java Labs</a></b></span><br />
<a href="labs/java"><img style="margin: 10px;" src="images/java.png"/></a><br />
<!--span class="mainPageText"> DevOps with Visual Studio Team Services for Java</span><br /><br /-->
<a href="labs/java" class="c-glyph"><span class="lab-details">View Details</span></a>
Expand Down

0 comments on commit 4b0db9f

Please sign in to comment.