-
Notifications
You must be signed in to change notification settings - Fork 1
/
sh-c-ea.html
80 lines (76 loc) · 4.19 KB
/
sh-c-ea.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Social Humans Labels</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Oswald:300,400" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a href="http://www.docnow.io"><img class="dnlogo" src="img/dn.png" width="50px"></a><a class="navbar-brand" href="index.html"><img src="img/socialhumans.png" width="160px"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="sh-c-labels.html">SH-C Labels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sh-a-labels.html">SH-A Labels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container detail">
<!-- Portfolio Section -->
<h2 class="my-4">Expire Access | <span> SH-C-EA </span></h2>
<hr>
<div class="row pb-5 mb-5">
<div class="col-lg-6 col-md-6 col-sm-6 portfolio-item">
<div class="card">
<img class="card-img-top" src="img/ExpireAccess.jpg" alt="">
</div><br>
<h5>Use</h5>
<p>This label should be assigned when a creator requests that access to this content expire. Indicate expiration date in label.</p>
<h5>Details</h5>
<p>In some situations, a content creator may want their materials
to be archived temporarily but not be a part of a permanent record. Collector and creator should work together to determine
the appropriate archiving period, and materials should be removed from the archive after that period has passed.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<h5>Design</h5>
<p>Some plants are annuals, they exist to illuminate the world for just a season. Similarly, not all content is meant to live forever.</p>
<h5>Example</h5>
<div class="example">
<a href="https://www.docnow.io/social-humans/sh-c-ea.html"><img src="img/ExpireAccess.jpg">Expire Access | SH-C-EA</a> Content will expire in 2022.
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hi <a href="https://twitter.com/alankesslr?ref_src=twsrc%5Etfw">@alankesslr</a> we don’t have a distribution list. Each person has listed the skills they can offer, the amount of time per week, and where they are located, so you can decide who to contact that way. Everyone on the list is eager to help.</p>— DocumentingTheNow (@documentnow) <a href="https://twitter.com/documentnow/status/1285346436586934272?ref_src=twsrc%5Etfw">July 20, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <br>
</div>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-3 bg-dark">
<div class="container">
<p class="m-0 text-center text-white"><small>Content on this website is under Creative Commons License <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a></small></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>