You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							38 lines
						
					
					
						
							1018 B
						
					
					
				
			
		
		
	
	
							38 lines
						
					
					
						
							1018 B
						
					
					
				| <div ng-controller="Developer.HomeController">
 | |
|   <div class="jumbotron">
 | |
|     <h1>Perspectives</h1>
 | |
| 
 | |
|     <p>
 | |
|       Please choose the perspective you would like to use:
 | |
|     </p>
 | |
|   </div>
 | |
|   <div class="row">
 | |
| 
 | |
|     <div class="col-md-6">
 | |
|       <p class="text-center">
 | |
|         <a class="btn btn-lg btn-primary" href="/workspaces" role="button"
 | |
|            title="Create or work on Projects">
 | |
|           <i class="fa fa-tasks"></i>
 | |
|            Develop »
 | |
|         </a>
 | |
|       </p>
 | |
| 
 | |
|       <p class="text-center">
 | |
|         Work on projects and source code
 | |
|       </p>
 | |
|     </div>
 | |
|     <div class="col-md-6">
 | |
|       <p class="text-center">
 | |
|         <a class="btn btn-lg btn-primary" href="/namespaces" role="button"
 | |
|            title="Look around the various Namespaces at running Pods and Services">
 | |
|           <i class="fa fa-cubes"></i>
 | |
|            Operate »
 | |
|         </a>
 | |
|       </p>
 | |
| 
 | |
|       <p class="text-center">
 | |
|         Manage and run Pods and Services
 | |
|       </p>
 | |
|     </div>
 | |
|   </div>
 | |
| </div> |