|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-us" dir="ltr"> |
| 3 | +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 4 | + <meta charset="utf-8"> |
| 5 | +<meta name="viewport" content="width=device-width"> |
| 6 | +<meta property="og:title" content="Media & Assets"> |
| 7 | +<meta property="og:description" content="Support PyLadies as we work to improve diversity by bringing fresh talent into the Python community and to support both seasoned and budding developersthrough workshops, community activities, and local advocacy.Supporting our second global conference will help PyLadies provide financialsupport to help more women around the world with training, mentorship, and aidto attend conferences and community events."> |
| 8 | +<meta property="og:type" content="about"> |
| 9 | +<meta property="og:url" content="http://localhost:1313/about/assets/"> |
| 10 | + |
| 11 | +<meta property="og:image" content="http://localhost:1313/img/icon.png"> |
| 12 | + |
| 13 | + |
| 14 | +<meta property="og:image:alt" content="PyLadiesCon Logo"> |
| 15 | + |
| 16 | +<title>Media & Assets | PyLadiesCon 2024</title> |
| 17 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 18 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 19 | + <link href="https://fonts.googleapis.com/css2?family=Inter&family=Orbitron:wght@500&family=Press+Start+2P&display=swap" rel="stylesheet"> |
| 20 | + <link rel="stylesheet" href="/css/vars.css"> |
| 21 | + <link rel="stylesheet" href="/css/bootstrap.min.css"> |
| 22 | + <link rel="stylesheet" href="/css/main.css"> |
| 23 | + |
| 24 | + |
| 25 | +</head> |
| 26 | +<body> |
| 27 | + <header class="site-header sticky-top py-1"> |
| 28 | + |
| 29 | + |
| 30 | + <nav class="navbar navbar-expand-lg navbar-light d-flex flex-row justify-content-around align-items-center"> |
| 31 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| 32 | + <img class="hamburger-logo" src="/img/bar-chart-2.png"/> |
| 33 | + </button> |
| 34 | + <div class="collapse navbar-collapse" id="navbarSupportedContent"> |
| 35 | + <ul class="navbar-nav mx-auto"> |
| 36 | + <a href="/" aria-label="PyLadiesCon"> |
| 37 | + <img class="menu-logo" src="/img/icon.png"/> |
| 38 | + </a> |
| 39 | + |
| 40 | + |
| 41 | + <li class="nav-item px-4 dropdown"> |
| 42 | + <a href="" |
| 43 | + class="py-2 d-flex d-md-inline-block menu-font ancestor" |
| 44 | + aria-current="true" |
| 45 | + >About</a> |
| 46 | + |
| 47 | + <ul class="dropdown-content"> |
| 48 | + |
| 49 | + |
| 50 | + <li class="nav-item px-4 "> |
| 51 | + <a href="/about/" |
| 52 | + class="py-2 d-flex d-md-inline-block menu-font ancestor" |
| 53 | + aria-current="true" |
| 54 | + >About PyLadiesCon</a> |
| 55 | + </li> |
| 56 | + |
| 57 | + |
| 58 | + <li class="nav-item px-4 "> |
| 59 | + <a href="/about/#code-of-conduct" |
| 60 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 61 | + |
| 62 | + >Code of Conduct</a> |
| 63 | + </li> |
| 64 | + |
| 65 | + |
| 66 | + <li class="nav-item px-4 "> |
| 67 | + <a href="/volunteer/" |
| 68 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 69 | + |
| 70 | + >Volunteer</a> |
| 71 | + </li> |
| 72 | + |
| 73 | + |
| 74 | + <li class="nav-item px-4 "> |
| 75 | + <a href="/about/assets/" |
| 76 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 77 | + |
| 78 | + >Assets</a> |
| 79 | + </li> |
| 80 | + |
| 81 | + |
| 82 | + <li class="nav-item px-4 "> |
| 83 | + <a href="/about/sprints/" |
| 84 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 85 | + |
| 86 | + >Mentored Sprint</a> |
| 87 | + </li> |
| 88 | + </ul> |
| 89 | + </li> |
| 90 | + |
| 91 | + |
| 92 | + <li class="nav-item px-4 "> |
| 93 | + <a href="https://pretalx.com/pyladiescon-2024/speaker/" |
| 94 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 95 | + |
| 96 | + >Speakers</a> |
| 97 | + </li> |
| 98 | + |
| 99 | + |
| 100 | + <li class="nav-item px-4 "> |
| 101 | + <a href="/schedule/" |
| 102 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 103 | + |
| 104 | + >Schedule</a> |
| 105 | + </li> |
| 106 | + |
| 107 | + |
| 108 | + <li class="nav-item px-4 "> |
| 109 | + <a href="/sponsors/" |
| 110 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 111 | + |
| 112 | + >Sponsors</a> |
| 113 | + </li> |
| 114 | + |
| 115 | + |
| 116 | + <li class="nav-item px-4 "> |
| 117 | + <a href="/discord/" |
| 118 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 119 | + |
| 120 | + >•Discord</a> |
| 121 | + </li> |
| 122 | + |
| 123 | + |
| 124 | + <li class="nav-item px-4 "> |
| 125 | + <a href="/news/" |
| 126 | + class="py-2 d-flex d-md-inline-block menu-font href" |
| 127 | + |
| 128 | + >News</a> |
| 129 | + </li> |
| 130 | + |
| 131 | + <li class="nav-item px-4"> |
| 132 | + <a href="/#contact" class="py-2 d-flex d-md-inline-block menu-font">Contact</a> |
| 133 | + </li> |
| 134 | + </ul> |
| 135 | + </div> |
| 136 | + </nav> |
| 137 | + |
| 138 | + |
| 139 | + </header> |
| 140 | + <main> |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + <div class="d-md-flex flex-md-equal w-80 my-md-3 ps-md-3"> |
| 147 | + <div class="bg-light me-md-3 py-3 px-3 py-md-5 px-md-5 overflow-hidden"> |
| 148 | + <p>Feel free to use any of the assets below when sharing to your social media, in your next meetup presentation, and in your |
| 149 | +next newsletter.</p> |
| 150 | +<p>Also check out <a href="/news/cfp-outreach-kit">Outreach Kit</a> and <a href="https://drive.google.com/drive/folders/1z6mkV1lp4pdxej3c3btlpwBaVLIwALPU">media GDrive</a> folder.</p> |
| 151 | +<h3 id="pyladiescon-slide-page-1">PyLadiesCon Slide page 1</h3> |
| 152 | +<p>In (<a href="/img/about-pyladiescon-slide-1.png">.png</a> format)</p> |
| 153 | +<figure><a href="/img/about-pyladiescon-slide-1.png"><img src="/img/about-pyladiescon-slide-1.png" |
| 154 | + alt="PyLadiesCon 2024 slide deck page 1. December 6th-8th. Online. conference.pyladies.com" height="300px"></a><figcaption> |
| 155 | + <h4>PyLadiesCon is Back</h4><p>PyLadiesCon 2024 slide deck page 1. December 6th-8th. Online. conference.pyladies.com</p> |
| 156 | + </figcaption> |
| 157 | +</figure> |
| 158 | + |
| 159 | +<h3 id="pyladiescon-slide-page-2">PyLadiesCon Slide page 2</h3> |
| 160 | +<p>In <a href="/img/about-pyladiescon-slide-2.png">.png</a> format.</p> |
| 161 | +<figure><a href="/img/about-pyladiescon-slide-2.png"><img src="/img/about-pyladiescon-slide-2.png" |
| 162 | + alt="CFP closes September 15. Many Languages. Workshops & Talks. Online activities. Mentoring. and much more!" height="300px"></a><figcaption> |
| 163 | + <h4>PyLadiesCon 2nd edition. Call for proposals</h4><p>CFP closes September 15. Many Languages. Workshops & Talks. Online activities. Mentoring. and much more!</p> |
| 164 | + </figcaption> |
| 165 | +</figure> |
| 166 | + |
| 167 | +<h3 id="pyladiescon-slide-deck">PyLadiesCon Slide Deck</h3> |
| 168 | +<p>PDF presentation about PyLadiesCon, in <a href="/about-pyladiescon-slide.pdf">.pdf</a> format, 2 pages.</p> |
| 169 | +<!DOCTYPE html> |
| 170 | +<html> |
| 171 | + <head> |
| 172 | + <title>About PyLadiesCon</title> |
| 173 | + <meta charset="UTF-8" /> |
| 174 | + </head> |
| 175 | + <body> |
| 176 | + <div id="app"> |
| 177 | + <iframe |
| 178 | + src="https://drive.google.com/file/d/1epGEAtkGxI6iU_qYY2wRHTqt8eOV4PuU/preview" |
| 179 | + width="100%" |
| 180 | + height="1000"> |
| 181 | + </iframe> |
| 182 | + </div> |
| 183 | + </body> |
| 184 | +</html> |
| 185 | + |
| 186 | + </div> |
| 187 | + </div> |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + </main> |
| 192 | + <footer> |
| 193 | + <footer class="container py-5"> |
| 194 | + <div class="row align-items-center justify-content-lg-between"> |
| 195 | + <div class="col-md-7 col-lg-auto text-center text-md-start"> |
| 196 | + <img src="/img/logo_footer.png" /> |
| 197 | + <small class="d-block mb-3 text-muted"> |
| 198 | + 2007 - 2024 PyLadies. All Rights Reserved.<br> |
| 199 | + Disclaimer - PyLadies and the PyLadies logo are trademarks of the Python Software Foundation |
| 200 | + </small> |
| 201 | + </div> |
| 202 | + <div class="col-md-5 col-lg-auto text-center text-md-start"> |
| 203 | + <a class="arrow-link" href="/about/#code-of-conduct">Code of Conduct</a> |
| 204 | + <a class="arrow-link" href="https://pyladies.com/">PyLadies</a> |
| 205 | + <a class="arrow-link" href="https://www.python.org/psf-landing/">PSF</a> |
| 206 | + <a class="arrow-link" href="https://python.org">Python</a> |
| 207 | + <div class="social pt-3"> |
| 208 | + <a href=" mailto:[email protected]" ><img class=" social-icon" src=" /img/icons/envelope.svg" /></a> |
| 209 | + <a href="https://fosstodon.org/@pyladiescon"><img class="social-icon" src="/img/icons/mastodon.svg" /></a> |
| 210 | + <a href="https://bsky.app/profile/pyladiescon.bsky.social"><img class="social-icon" src="/img/icons/bluesky.svg" /></a> |
| 211 | + <a href="https://instagram.com/pyladiescon"><img class="social-icon" src="/img/icons/instagram.svg" /></a> |
| 212 | + <a href="https://www.linkedin.com/company/pyladiescon"><img class="social-icon" src="/img/icons/linkedin.svg" /></a> |
| 213 | + <a href="https://twitter.com/pyladiescon"><img class="social-icon" src="/img/icons/x.svg" /></a> |
| 214 | + <a href="https://www.youtube.com/@PyLadiesGlobal"><img class="social-icon" src="/img/icons/youtube.svg" /></a> |
| 215 | + </div> |
| 216 | + </div> |
| 217 | + <div class="row justify-content-center"> |
| 218 | + <div class="col-7 col-sm-6 col-lg-3"> |
| 219 | + <a href="https://www.awesomic.com"><img class="img-fluid" src="/img/awesomic-white.gif"/></a> |
| 220 | + </div> |
| 221 | + </div> |
| 222 | + </div> |
| 223 | +</footer> |
| 224 | + |
| 225 | + </footer> |
| 226 | + |
| 227 | +<script src="/js/jquery-3.2.1.slim.min.js"></script> |
| 228 | +<script src="/js/popper.min.js"></script> |
| 229 | +<script src="/js/bootstrap.min.js"></script> |
| 230 | + |
| 231 | +</body> |
| 232 | +</html> |
0 commit comments