|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-US"> |
| 3 | +<head> |
| 4 | +<title>Hello World!</title> |
| 5 | + |
| 6 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + |
| 8 | +<link rel="stylesheet" media="all" href="../css/style.css"> |
| 9 | + |
| 10 | +</head> |
| 11 | + |
| 12 | +<body class="default-page archive-page"> |
| 13 | +<a class="skip-to-content" href="#main-content-marker">Skip to content</a> |
| 14 | + |
| 15 | +<header> |
| 16 | + <div class="masthead"> |
| 17 | + <h1><a class="identity-logo" href="#">Creative Commons</a></h1> |
| 18 | + <button class="expand-menu">Menu</button> |
| 19 | + <nav class="primary-menu"> |
| 20 | + <ul> |
| 21 | + <li><a href="">Who We Are</a></li> |
| 22 | + <li><a href="">What We Do</a></li> |
| 23 | + <li><a href="">Licenses and Tools</a></li> |
| 24 | + <li><a href="">Blog</a></li> |
| 25 | + <li><a href="">Support Us</a></li> |
| 26 | + </ul> |
| 27 | + </nav> |
| 28 | + |
| 29 | + <nav class="ancilliary-menu"> |
| 30 | + <ul> |
| 31 | + <!-- uncomment below line, if translation functionality is present on site --> |
| 32 | + <!-- <li><button class="locale icon-attach fa-globe">English</button></li> --> |
| 33 | + <!-- uncomment below line, if search functionality is present on site --> |
| 34 | + <li><a class="search icon-attach fa-search" href="#">Search</a></li> |
| 35 | + <li><a class="donate icon-attach fa-heart" href="#">Donate</a></li> |
| 36 | + <li><button class="explore">Explore CC</button></li> |
| 37 | + </ul> |
| 38 | + </nav> |
| 39 | + </div> |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + <div class="explore-panel"> |
| 44 | + |
| 45 | + <!-- (optional main CC logo, p, link on non-home site back to main site) --> |
| 46 | + <!-- <aside> |
| 47 | + <a class="identity-logo" href="#">Creative Commons</a> |
| 48 | + <h2>Our Work Relies On You!</h2> |
| 49 | + <p>Help us keep the internet free and open.</p> |
| 50 | + </aside> --> |
| 51 | + |
| 52 | + <nav class="explore-menu"> |
| 53 | + <ul> |
| 54 | + <li> |
| 55 | + <a href="#">Global Network</a> |
| 56 | + <p>Join a global community working to strengthen the Commons</p> |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + <a href="#">Certificate</a> |
| 60 | + <p>Become an expert in creating and engaging with openly licensed materials</p> |
| 61 | + </li> |
| 62 | + <li> |
| 63 | + <a href="#">Global Summit</a> |
| 64 | + <p>Attend our annual event, promoting the power of open licensing</p> |
| 65 | + </li> |
| 66 | + <li> |
| 67 | + <a href="#">Chooser</a> |
| 68 | + <p>Get help choosing the appropriate license for your work</p> |
| 69 | + </li> |
| 70 | + <li> |
| 71 | + <a href="#">Search Portal</a> |
| 72 | + <p>Find engines to search openly licensed material for creative and educational reuse</p> |
| 73 | + </li> |
| 74 | + <li> |
| 75 | + <a href="#">Open Source</a> |
| 76 | + <p>Help us build products that maximize creativity and innovation</p> |
| 77 | + </li> |
| 78 | + |
| 79 | + </ul> |
| 80 | + </nav> |
| 81 | + </div> |
| 82 | + |
| 83 | +</header> |
| 84 | + |
| 85 | +<!-- <article class="attention"> |
| 86 | + <p>Join us in <a href="#">celebrating 100 years of the Commons</a> this Fall.</p> |
| 87 | +</article> --> |
| 88 | + |
| 89 | +<main> |
| 90 | + |
| 91 | +<header> |
| 92 | + |
| 93 | +<!-- <nav class="breadcrumbs"> |
| 94 | + <ol> |
| 95 | + <li><a href=#">Home</a></li> |
| 96 | + <li><a href=#">Blog</a></li> |
| 97 | + </ol> |
| 98 | +</nav> --> |
| 99 | + |
| 100 | +<h1>Blog Archives</h1> |
| 101 | + |
| 102 | +<!-- <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> --> |
| 103 | + |
| 104 | +<p>lead in paragraph</p> |
| 105 | + |
| 106 | +<!-- <span class="categories"> |
| 107 | + <a href="#">Open Culture</a> |
| 108 | +</span> --> |
| 109 | + |
| 110 | + |
| 111 | +<!-- <img src="#" /> --> |
| 112 | + |
| 113 | +</header> |
| 114 | + |
| 115 | +<aside> |
| 116 | + |
| 117 | + <nav class="filter-menu"> |
| 118 | + <h2>Categories</h2> |
| 119 | + <ul> |
| 120 | + <li><a href="#">All posts</a></li> |
| 121 | + <li class="current"><a href="#">Open Culture</a></li> |
| 122 | + <li><a href="#">Open Knowledge</a></li> |
| 123 | + </ul> |
| 124 | + </nav> |
| 125 | + |
| 126 | + <nav class=""> |
| 127 | + <h2>Related Links</h2> |
| 128 | + <ul> |
| 129 | + <li><a href="#">Another place</a></li> |
| 130 | + <li class="current"><a href="#">Law License Blog</a></li> |
| 131 | + <li><a href="#">Within The Stacks</a></li> |
| 132 | + </ul> |
| 133 | + </nav> |
| 134 | + |
| 135 | + <article class="attention"> |
| 136 | + <h2>Write a post!</h2> |
| 137 | + <p>We accept <a href="#">proposals and submissions for posts</a> related to our mission and the commons.</p> |
| 138 | + |
| 139 | + </article> |
| 140 | + |
| 141 | + |
| 142 | +</aside> |
| 143 | + |
| 144 | + |
| 145 | +<div class="content authored-posts"> |
| 146 | + |
| 147 | +<article> |
| 148 | + <header> |
| 149 | + <h2><a href="#">Open Access in Practice: A Conversation with President Larry Kramer of The Hewlett Foundation</a></h2> |
| 150 | + <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> |
| 151 | + <span class="categories"><a href=#">Open Culture</a></span> |
| 152 | + |
| 153 | +</header> |
| 154 | + |
| 155 | + <figure> |
| 156 | + <img src="../imgs/image.jpg" /> |
| 157 | + |
| 158 | + <span class="attribution">"<a href="https://thegreats.co/artworks/the-more-we-share-the-more-we-have-series-22">The More We Share, The More We Have (series 1/2)</a>" by <a href="https://thegreats.co/artists/pietro-soldi">Pietro Soldi</a> for Creative Commons & Fine Acts is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></span> |
| 159 | + </figure> |
| 160 | + <p>As part of our #20CC anniversary, last year we joined forces with Fine Acts to spark a global dialogue on what better sharing looks like in action. Our #BetterSharing collection of illustrations was the result — we gathered insights from 12 prominent open advocates around the world and tasked 12 renowned artists who embrace openness</p> |
| 161 | + <!-- <ul> |
| 162 | + <li><a href="#">category</a></li> |
| 163 | + </ul> --> |
| 164 | +</article> |
| 165 | + |
| 166 | +<article> |
| 167 | + <header> |
| 168 | + <h2><a href="#">Open Access in Practice: A Conversation with President Larry Kramer of The Hewlett Foundation</a></h2> |
| 169 | + |
| 170 | + <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> |
| 171 | + <span class="categories"><a href=#">Open Culture</a></span> |
| 172 | + |
| 173 | + </header> |
| 174 | + <figure> |
| 175 | + <img src="../imgs/image2.jpg" /> |
| 176 | + <span class="attribution"><span>"</span><a href="https://www.flickr.com/photos/47691521@N07/8249753855" target="_blank" rel="noopener noreferrer">Creative Commons a vessel ideas</a><span>" by </span><a href="https://www.flickr.com/photos/47691521@N07" target="_blank" rel="noopener noreferrer">opensourceway</a><span> is licensed under </span><a href="https://creativecommons.org/licenses/by-sa/2.0/?ref=openverse" target="_blank" rel="noopener noreferrer">CC BY-SA 2.0</a></span> |
| 177 | + </figure> |
| 178 | + <p>The Creative Commons Open Education Team is pleased to provide a snapshot of progress made toward opening access and equity in education, through a look at our collective efforts in 2022.1 We laud the CC open education community for its important work throughout 2022. CC and community members’ open education efforts in 2022 included, but </p> |
| 179 | + |
| 180 | +</article> |
| 181 | + |
| 182 | +<article> |
| 183 | + <header> |
| 184 | + <h2><a href="#">Open Access in Practice: A Conversation with President Larry Kramer of The Hewlett Foundation</a></h2> |
| 185 | + <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> |
| 186 | + <span class="categories"><a href=#">Open Culture</a></span> |
| 187 | + |
| 188 | + </header> |
| 189 | + <p>In search of answers, we looked at past research, notably Andrea Wallace's Barriers to Open Access — Open GLAM, and asked more than 30 experts in the open culture movement. You can watch what they told us in our CC Open Culture VOICES vlog series. Here's a small sample of what we heard</p> |
| 190 | +</article> |
| 191 | + |
| 192 | +<article> |
| 193 | + <header> |
| 194 | + <h2><a href="#">Open Access in Practice: A Conversation with President Larry Kramer of The Hewlett Foundation</a></h2> |
| 195 | + <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> |
| 196 | + <span class="categories"><a href=#">Open Culture</a></span> |
| 197 | + |
| 198 | + </header> |
| 199 | + <p>In search of answers, we looked at past research, notably Andrea Wallace's Barriers to Open Access — Open GLAM, and asked more than 30 experts in the open culture movement. You can watch what they told us in our CC Open Culture VOICES vlog series. Here's a small sample of what we heard</p> |
| 200 | +</article> |
| 201 | + |
| 202 | +<article> |
| 203 | + <header> |
| 204 | + <h2><a href="#">Open Access in Practice: A Conversation with President Larry Kramer of The Hewlett Foundation</a></h2> |
| 205 | + <span class="byline">by <a href="#">Brigitte Vezina</a>, <a href="#">Ony Anukem</a></span> |
| 206 | + <span class="categories"><a href=#">Open Culture</a></span> |
| 207 | + |
| 208 | + </header> |
| 209 | + <p>In search of answers, we looked at past research, notably Andrea Wallace's Barriers to Open Access — Open GLAM, and asked more than 30 experts in the open culture movement. You can watch what they told us in our CC Open Culture VOICES vlog series. Here's a small sample of what we heard</p> |
| 210 | +</article> |
| 211 | + |
| 212 | + |
| 213 | +</div> |
| 214 | + |
| 215 | +<nav class="pagination"> |
| 216 | + <ol> |
| 217 | + <li class="current"><a href="#">527</a></li> |
| 218 | + <li><a href="#">526</a></li> |
| 219 | + <li><a href="#">525</a></li> |
| 220 | + <li><a href="#">524</a></li> |
| 221 | + <li><a href="#">523</a></li> |
| 222 | + <li>…</li> |
| 223 | + <li><a href="#">1</a></li> |
| 224 | + |
| 225 | + <!-- <li><a href="#"><</a></li> --> |
| 226 | + <li><a href="#">></a></li> |
| 227 | + </ol> |
| 228 | + |
| 229 | +</nav> |
| 230 | + |
| 231 | +</main> |
| 232 | + |
| 233 | +<footer> |
| 234 | + <a class="identity-logo" href="#">Creative Commons</a> |
| 235 | + |
| 236 | + <nav class="footer-menu"> |
| 237 | + <ul> |
| 238 | + <li><a href="/about/contact">Contact</a></li> |
| 239 | + <li><a href="https://mail.creativecommons.org/subscribe" target="_blank">Newsletter</a></li> |
| 240 | + <li><a href="/privacy">Privacy</a></li> |
| 241 | + <li><a href="/policies">Policies</a></li> |
| 242 | + <li><a href="/terms">Terms</a></li> |
| 243 | + </ul> |
| 244 | + </nav> |
| 245 | + |
| 246 | + <div class="contact"> |
| 247 | + <!-- this area lacks a heading? --> |
| 248 | + <h2>Contact Us</h2> |
| 249 | + <p>Creative Commons </br> PO Box 1866, Mountain View, CA 94042</p> |
| 250 | + <p><a href="mailto:info@creativecommons.org">info@creativecommons.org</a></p> |
| 251 | + <p><a href="tel:+14154296753">+1-415-429-6753</a></p> |
| 252 | + |
| 253 | + <nav class="social-menu"> |
| 254 | + <ul> |
| 255 | + <!-- <li><a class="icon-replace fa-instagram" href="#">Instagram</a></li> --> |
| 256 | + <li><a class="icon-replace fa-twitter" href="https://twitter.com/creativecommons" target="_blank">Twitter</a></li> |
| 257 | + <li><a class="icon-replace fa-mastodon" href="https://mastodon.social/@creativecommons" target="_blank">Mastodon</a></li> |
| 258 | + <li><a class="icon-replace fa-facebook" href="https://www.facebook.com/creativecommons" target="_blank">Facebook</a></li> |
| 259 | + <li><a class="icon-replace fa-linkedin" href="https://www.linkedin.com/company/creative-commons/" target="_blank">LinkedIn</a></li> |
| 260 | + </ul> |
| 261 | + </nav> |
| 262 | + </div> |
| 263 | + |
| 264 | + <div class="subscribe"> |
| 265 | + <h2>Subscribe to our Newsletter</h2> |
| 266 | + <form action="https://creativecommons.us4.list-manage.com/subscribe/post?u=fd30364b6577b471373d6076c&id=4603fe102a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate newsletter" target="_blank" novalidate=""> |
| 267 | + <input type="email" value="" name="EMAIL" class="email input" id="mce-EMAIL" placeholder="Your email" required=""> |
| 268 | + <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> |
| 269 | + <div style="position: absolute; left: -5000px" aria-hidden="true"> |
| 270 | + <input type="text" name="b_fd30364b6577b471373d6076c_4603fe102a" tabindex="-1" value=""> |
| 271 | + </div> |
| 272 | + <input type="submit" value="subscribe" id="mc-embedded-subscribe" class="button small"> |
| 273 | + </form> |
| 274 | + </div> |
| 275 | + |
| 276 | + <div class="donate"> |
| 277 | + <h2>Support Our Work</h2> |
| 278 | + <p>Our work relies on you! Help us keep the Internet free and open.</p> |
| 279 | + <a class="donate icon-attach cc-heart-filled" href="https://www.classy.org/give/313412/#!/donation/checkout?c_src=website&c_src2=top-of-page-banner" target="_blank">Donate Now</a> |
| 280 | + </div> |
| 281 | + |
| 282 | + |
| 283 | + <div class="license"> |
| 284 | + <p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p> |
| 285 | + |
| 286 | + <svg> |
| 287 | + <use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use> |
| 288 | + </svg> |
| 289 | + <svg> |
| 290 | + <use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use> |
| 291 | + </svg> |
| 292 | + </div> |
| 293 | + |
| 294 | + </footer> |
| 295 | + |
| 296 | +<script src="../vocabulary/js/vocabulary.js"></script> |
| 297 | + |
| 298 | +</body> |
| 299 | +</html> |
0 commit comments