Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
canvas-header-widget/Sample.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
87 lines (67 sloc)
4.11 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Embedding the header</title> | |
<!-- Include the generated JavaScript file --> | |
<script src="pagescript.js"></script> | |
<!-- Link to external CSS file --> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<!-- -------------------------------------------- | |
iFrame Header for page roverview0 | |
See https://bit.ly/comanage-canvas-header-key and | |
https://github.internet2.edu/InCommon-Training/canvas-header-widget | |
For additional details | |
----------------------------------------------- --> | |
<div style="position: relative; height: 0; overflow: hidden; padding-top: 30px; padding-bottom: 230px;"> | |
<iframe style="position: absolute; top: 0; left: 0; border: none; width: 100%; height: 230px;" src="https://github.internet2.edu/pages/InCommon-Training/canvas-header-widget/header.html?page=r1start"></iframe> | |
</div> | |
<div> | |
<strong>QUICK LINKS</strong>: <a href="/course/77">HOME and COURSE OVERVIEW</a> | <a href="/course/77/pages/0-intro-workshop-day-0-pre-work-required">PREWORK for day 1</a> | DAY 1 | PREWORK Day 2 | DAY 2 | |
</div> | |
<hr/> | |
<!--<div class="cvt-module-banner__top">--> | |
<div> | |
<!--Topic - 1 | Getting started--> | |
<a href="/courses/77/pages/101-dot-0-getting-to-know-comanage"> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/1-GettingStarted.png?raw=true" alt="1 Getting Started" height="20"> | |
</a> | |
<!--Topic - 2 | People--> | |
<a href=""></a> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/2-People.png?raw=true" alt="2 People" height="20"> | |
<!--Topic - 3 | Structure--> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/3-Structure.png?raw=true" alt="3 Structure (Organizations)" height="20"> | |
<!--Topic - 4 | IDs and Auth--> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/4-IDsAndAuth.png?raw=true" alt="4 IDs and Authenticators" height="20"> | |
<!--Topic - 5 | Enrollment--> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/5-Enrollment.png?raw=true" alt="5 Enrollment Flows" height="20"> | |
<!--Topic - 6 | Provisioning--> | |
<a href="/courses/77/pages/provisioning-outbound-connections"> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/6-Provisioners.png?raw=true" alt="6 Provisioners" height="20"> | |
</a> | |
<!--Topic - 7 | Offboarding--> | |
<a href="/courses/77/pages/offboarding-lifecycle-conclusion"> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding/7-Offboarding.png?raw=true" alt="7 Offboarding" height="20"> | |
</a> | |
</div> | |
<!--Topic - 7 | Offboarding | |
<div class="cvt-resource"> | |
<div style="display:flex;justify-content:center;"> | |
<a href="/courses/77/pages/offboarding-lifecycle-conclusion?module_item_id=4692"> | |
<img src="https://github.internet2.edu/InCommon-Training/comanage-files/blob/master/registry/course-images/wayfinding-white/7-Offboarding.png?raw=true" alt="7 Offboarding"> | |
</a> | |
</div> | |
</div>--> | |
<hr/> | |
<!-- page body --> | |
<div class="cvt-reading-content"> | |
<p class="cvt-lead">NOPE!! For this lesson, we will be installing COmanage from a Docker image onto a virtual machine that we have set up for this training. What you set up here will be available to you for 2 weeks after the workshop.</p> | |
<hr /> | |
<h2>Explore the Resource Document</h2> | |
<p>We have prepared a Workshop Reference Document (below) that you can use to record important information that you will need throughout the workshop. It contains sections that correspond to your resources.</p> | |
</div> | |
</body> | |
</html> |