blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dynamic 'user' content in custom layouts

+390 -320
+1
.ruby-version
··· 1 + 2.5.1
+3 -2
Gemfile
··· 1 1 source 'https://rubygems.org' 2 - gem 'github-pages', group: :jekyll_plugins 3 - gem "jekyll-github-metadata" 2 + gem 'github-pages', group: :jekyll_plugins, github: "github/pages-gem", branch: "master" 3 + gem "jekyll-github-metadata", github: "jekyll/github-metadata", branch: "master" 4 + 4 5 gem "jekyll-octicons"
+71 -61
Gemfile.lock
··· 1 - GEM 2 - remote: https://rubygems.org/ 1 + GIT 2 + remote: git://github.com/github/pages-gem.git 3 + revision: 06ff297fa077969851f9fd6f00ec5da8d1c33a60 4 + branch: master 3 5 specs: 4 - activesupport (4.2.10) 5 - i18n (~> 0.7) 6 - minitest (~> 5.1) 7 - thread_safe (~> 0.3, >= 0.3.4) 8 - tzinfo (~> 1.1) 9 - addressable (2.5.2) 10 - public_suffix (>= 2.0.2, < 4.0) 11 - coffee-script (2.4.1) 12 - coffee-script-source 13 - execjs 14 - coffee-script-source (1.11.1) 15 - colorator (1.1.0) 16 - commonmarker (0.17.13) 17 - ruby-enum (~> 0.5) 18 - concurrent-ruby (1.1.4) 19 - dnsruby (1.61.2) 20 - addressable (~> 2.5) 21 - em-websocket (0.5.1) 22 - eventmachine (>= 0.12.9) 23 - http_parser.rb (~> 0.6.0) 24 - ethon (0.12.0) 25 - ffi (>= 1.3.0) 26 - eventmachine (1.2.7) 27 - execjs (2.7.0) 28 - faraday (0.15.4) 29 - multipart-post (>= 1.2, < 3) 30 - ffi (1.10.0) 31 - forwardable-extended (2.6.0) 32 - gemoji (3.0.0) 33 - github-pages (186) 6 + github-pages (193) 34 7 activesupport (= 4.2.10) 35 8 github-pages-health-check (= 1.8.1) 36 - jekyll (= 3.7.3) 37 - jekyll-avatar (= 0.5.0) 9 + jekyll (= 3.7.4) 10 + jekyll-avatar (= 0.6.0) 38 11 jekyll-coffeescript (= 1.1.1) 39 12 jekyll-commonmark-ghpages (= 0.1.5) 40 13 jekyll-default-layout (= 0.1.4) 41 - jekyll-feed (= 0.9.3) 14 + jekyll-feed (= 0.11.0) 42 15 jekyll-gist (= 1.5.0) 43 - jekyll-github-metadata (= 2.9.4) 44 - jekyll-mentions (= 1.3.0) 16 + jekyll-github-metadata (= 2.10.0) 17 + jekyll-mentions (= 1.4.1) 45 18 jekyll-optional-front-matter (= 0.3.0) 46 19 jekyll-paginate (= 1.1.0) 47 20 jekyll-readme-index (= 0.2.0) 48 - jekyll-redirect-from (= 0.13.0) 21 + jekyll-redirect-from (= 0.14.0) 49 22 jekyll-relative-links (= 0.5.3) 50 23 jekyll-remote-theme (= 0.3.1) 51 24 jekyll-sass-converter (= 1.5.2) 52 - jekyll-seo-tag (= 2.4.0) 25 + jekyll-seo-tag (= 2.5.0) 53 26 jekyll-sitemap (= 1.2.0) 54 27 jekyll-swiss (= 0.4.0) 55 28 jekyll-theme-architect (= 0.1.1) ··· 66 39 jekyll-theme-tactile (= 0.1.1) 67 40 jekyll-theme-time-machine (= 0.1.1) 68 41 jekyll-titles-from-headings (= 0.5.1) 69 - jemoji (= 0.9.0) 70 - kramdown (= 1.16.2) 42 + jemoji (= 0.10.1) 43 + kramdown (= 1.17.0) 71 44 liquid (= 4.0.0) 72 45 listen (= 3.1.5) 73 46 mercenary (~> 0.3) 74 - minima (= 2.4.1) 47 + minima (= 2.5.0) 75 48 nokogiri (>= 1.8.2, < 2.0) 76 49 rouge (= 2.2.1) 77 50 terminal-table (~> 1.4) 51 + 52 + GIT 53 + remote: git://github.com/jekyll/github-metadata.git 54 + revision: 6e08726766e3011a7c22327dfb102a7dc4c523f0 55 + branch: master 56 + specs: 57 + jekyll-github-metadata (2.10.0) 58 + jekyll (~> 3.4) 59 + octokit (~> 4.0, != 4.4.0) 60 + 61 + GEM 62 + remote: https://rubygems.org/ 63 + specs: 64 + activesupport (4.2.10) 65 + i18n (~> 0.7) 66 + minitest (~> 5.1) 67 + thread_safe (~> 0.3, >= 0.3.4) 68 + tzinfo (~> 1.1) 69 + addressable (2.5.2) 70 + public_suffix (>= 2.0.2, < 4.0) 71 + coffee-script (2.4.1) 72 + coffee-script-source 73 + execjs 74 + coffee-script-source (1.11.1) 75 + colorator (1.1.0) 76 + commonmarker (0.17.13) 77 + ruby-enum (~> 0.5) 78 + concurrent-ruby (1.1.4) 79 + dnsruby (1.61.2) 80 + addressable (~> 2.5) 81 + em-websocket (0.5.1) 82 + eventmachine (>= 0.12.9) 83 + http_parser.rb (~> 0.6.0) 84 + ethon (0.12.0) 85 + ffi (>= 1.3.0) 86 + eventmachine (1.2.7) 87 + execjs (2.7.0) 88 + faraday (0.15.4) 89 + multipart-post (>= 1.2, < 3) 90 + ffi (1.10.0) 91 + forwardable-extended (2.6.0) 92 + gemoji (3.0.0) 78 93 github-pages-health-check (1.8.1) 79 94 addressable (~> 2.3) 80 95 dnsruby (~> 1.60) ··· 87 102 http_parser.rb (0.6.0) 88 103 i18n (0.9.5) 89 104 concurrent-ruby (~> 1.0) 90 - jekyll (3.7.3) 105 + jekyll (3.7.4) 91 106 addressable (~> 2.4) 92 107 colorator (~> 1.0) 93 108 em-websocket (~> 0.5) ··· 100 115 pathutil (~> 0.9) 101 116 rouge (>= 1.7, < 4) 102 117 safe_yaml (~> 1.0) 103 - jekyll-avatar (0.5.0) 118 + jekyll-avatar (0.6.0) 104 119 jekyll (~> 3.0) 105 120 jekyll-coffeescript (1.1.1) 106 121 coffee-script (~> 2.2) ··· 114 129 rouge (~> 2) 115 130 jekyll-default-layout (0.1.4) 116 131 jekyll (~> 3.0) 117 - jekyll-feed (0.9.3) 132 + jekyll-feed (0.11.0) 118 133 jekyll (~> 3.3) 119 134 jekyll-gist (1.5.0) 120 135 octokit (~> 4.2) 121 - jekyll-github-metadata (2.9.4) 122 - jekyll (~> 3.1) 123 - octokit (~> 4.0, != 4.4.0) 124 - jekyll-mentions (1.3.0) 125 - activesupport (~> 4.0) 136 + jekyll-mentions (1.4.1) 126 137 html-pipeline (~> 2.3) 127 138 jekyll (~> 3.0) 128 139 jekyll-octicons (8.3.0) ··· 133 144 jekyll-paginate (1.1.0) 134 145 jekyll-readme-index (0.2.0) 135 146 jekyll (~> 3.0) 136 - jekyll-redirect-from (0.13.0) 147 + jekyll-redirect-from (0.14.0) 137 148 jekyll (~> 3.3) 138 149 jekyll-relative-links (0.5.3) 139 150 jekyll (~> 3.3) ··· 142 153 rubyzip (>= 1.2.1, < 3.0) 143 154 jekyll-sass-converter (1.5.2) 144 155 sass (~> 3.4) 145 - jekyll-seo-tag (2.4.0) 156 + jekyll-seo-tag (2.5.0) 146 157 jekyll (~> 3.3) 147 158 jekyll-sitemap (1.2.0) 148 159 jekyll (~> 3.3) ··· 189 200 jekyll-seo-tag (~> 2.0) 190 201 jekyll-titles-from-headings (0.5.1) 191 202 jekyll (~> 3.3) 192 - jekyll-watch (2.0.0) 203 + jekyll-watch (2.1.2) 193 204 listen (~> 3.0) 194 - jemoji (0.9.0) 195 - activesupport (~> 4.0, >= 4.2.9) 205 + jemoji (0.10.1) 196 206 gemoji (~> 3.0) 197 207 html-pipeline (~> 2.2) 198 208 jekyll (~> 3.0) 199 - kramdown (1.16.2) 209 + kramdown (1.17.0) 200 210 liquid (4.0.0) 201 211 listen (3.1.5) 202 212 rb-fsevent (~> 0.9, >= 0.9.4) ··· 204 214 ruby_dep (~> 1.2) 205 215 mercenary (0.3.6) 206 216 mini_portile2 (2.4.0) 207 - minima (2.4.1) 217 + minima (2.5.0) 208 218 jekyll (~> 3.5) 209 219 jekyll-feed (~> 0.9) 210 220 jekyll-seo-tag (~> 2.1) 211 221 minitest (5.11.3) 212 222 multipart-post (2.0.0) 213 - nokogiri (1.9.1) 223 + nokogiri (1.10.1) 214 224 mini_portile2 (~> 2.4.0) 215 225 octicons (8.3.0) 216 226 nokogiri (>= 1.6.3.1) ··· 249 259 ruby 250 260 251 261 DEPENDENCIES 252 - github-pages 253 - jekyll-github-metadata 262 + github-pages! 263 + jekyll-github-metadata! 254 264 jekyll-octicons 255 265 256 266 BUNDLED WITH 257 - 1.16.1 267 + 2.0.1
+9 -1
_config.yml
··· 1 - repository: primer/primer 1 + repository: sophshep/manager-resources 2 2 3 3 sass: 4 4 sass_dir: node_modules ··· 6 6 plugins: 7 7 - jekyll-octicons 8 8 - jekyll-github-metadata 9 + 10 + topics: 11 + - name: Web design 12 + github_name: web-design 13 + - name: CSS 14 + github_name: css 15 + - name: Sass 16 + github_name: sass
+1 -1
_includes/header.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8"> 5 - <title>{{ site.github.project_title }}</title> 5 + <title>{{ site.github.owner.name }}</title> 6 6 <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 7 7 </head> 8 8 <body>
+9
_includes/projects.html
··· 1 + <h2>My Projects</h2> 2 + <p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> 3 + <div class="d-flex flex-wrap gutter-condensed mb-4"> 4 + {% for repository in site.github.public_repositories limit: 4 %} 5 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 6 + {% include repo-card.html %} 7 + </div> 8 + {% endfor %} 9 + </div>
+18 -22
_includes/repo-card.html
··· 1 - <div class="github-component"> 2 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 3 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 4 - <h1 class="f4 lh-condensed mb-1"> 5 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 6 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 7 - </a> 8 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 9 - <span class="text-normal">twbs /</span> 10 - bootstrap 11 - </a> 12 - </h1> 13 - </div> 14 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 15 - <div class="d-flex f6"> 16 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 17 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 18 - </a> 19 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 20 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 21 - </a> 22 - </div> 1 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 2 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 3 + <h1 class="f4 lh-condensed mb-1"> 4 + <a href="{{ repository.html_url }}"> 5 + {% octicon repo height:20 class:"mr-1 v-align-middle" fill:"#586069" aria-label:repo %} 6 + <span class="text-normal">{{ repository.owner.login }} /</span> 7 + {{ repository.name }} 8 + </a> 9 + </h1> 10 + </div> 11 + <div class="text-gray mb-2 ws-normal">{{ repository.description }}</div> 12 + <div class="d-flex f6"> 13 + <a href="" class="d-inline-block link-gray mr-4"> 14 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 15 + </a> 16 + <a href="" class="d-inline-block link-gray mr-4"> 17 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 18 + </a> 23 19 </div> 24 20 </div>
+14 -5
_includes/topic-card.html
··· 1 1 <div class="github-component"> 2 2 <div class="position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 3 - <a href="/topics/sql" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 4 - <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="react logo"> 5 - <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">React</p> 6 - <p class="f5 text-gray text-center mb-0 mt-1">React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.</p> 7 - </a> 3 + {% if topic.github_name %} 4 + <a href="https://github.com/topics/{{ topic.github_name }}" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 5 + <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/{{ topic.github_name }}/{{ topic.github_name }}.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="{{ topic.name }}"> 6 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">{{ topic.name }}</p> 7 + {% if topic.description %} 8 + <p class="f5 text-gray text-center mb-0 mt-1">{{ topic.description }}</p> 9 + {% endif %} 10 + </a> 11 + {% else %} 12 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">{{ topic.name }}</p> 13 + {% if topic.description %} 14 + <p class="f5 text-gray text-center mb-0 mt-1">{{ topic.description }}</p> 15 + {% endif %} 16 + {% endif %} 8 17 </div> 9 18 </div>
+10 -38
_layouts/sidebar.html
··· 1 1 {% include header.html %} 2 2 3 - {% assign user = site.github.organization_members[0] %} 3 + {% assign user = site.github.owner %} 4 4 5 5 <div class="d-md-flex"> 6 6 <div class="flex-self-stretch border-bottom border-md-none border-md-right border-gray-light col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6"> 7 7 <img src="{{ user.avatar_url }}" class="circle mb-3" style="max-width: 150px;"> 8 - <h1 class="mb-2 lh-condensed">{{ site.title }}</h1> 8 + <h1 class="mb-2 lh-condensed">{{ user.name }}</h1> 9 9 <p class="mb-3 f4 text-gray"> 10 - Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. 10 + {{ user.bio }} 11 11 </p> 12 12 <div class="f4 mb-6"> 13 13 <div class="mb-3"> 14 14 {% octicon mark-github height:20 class:"mr-1 v-align-middle" aria-label:GitHub %} 15 15 <a href="https://github.com/{{ user.login }}"> 16 16 @{{ user.login }} 17 - </a> 18 - </div> 19 - <div class="mb-3"> 20 - {% octicon mail height:20 class:"mr-1 v-align-middle" aria-label:Email %} 21 - <a href="mailto:{{ user.email }}"> 22 - {{ site.email }} 23 17 </a> 24 18 </div> 25 19 <div class=""> 26 20 {% octicon location height:20 class:"mr-1 v-align-middle" aria-label:Location %} 27 - Austin, TX 21 + {{ user.location }} 28 22 </div> 29 23 </div> 30 24 </div> 31 25 32 26 <div class="bg-gray-light col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7"> 33 27 <div class="mx-auto" style="max-width: 900px;"> 34 - <h2>My Projects</h2> 35 - <p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> 36 - <div class="d-flex flex-wrap gutter-condensed mb-4"> 37 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 38 - {% include repo-card.html %} 39 - </div> 40 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 41 - {% include repo-card.html %} 42 - </div> 43 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 44 - {% include repo-card.html %} 45 - </div> 46 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 47 - {% include repo-card.html %} 48 - </div> 49 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 50 - {% include repo-card.html %} 51 - </div> 52 - </div> 28 + {% include projects.html %} 53 29 54 30 <h2>My Interests</h2> 55 31 <p class="f4 mb-4 text-gray">Topics that I want to learn more about</p> 56 32 <div class="d-flex flex-wrap gutter-condensed mb-4"> 57 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 58 - {% include topic-card.html %} 59 - </div> 60 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 61 - {% include topic-card.html %} 62 - </div> 63 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 64 - {% include topic-card.html %} 65 - </div> 33 + {% for topic in site.topics limit: 4 %} 34 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 35 + {% include topic-card.html %} 36 + </div> 37 + {% endfor %} 66 38 </div> 67 39 68 40 <h2>My Organizations</h2>
+8 -10
_layouts/stacked.html
··· 1 1 {% include header.html %} 2 2 3 - {% assign user = site.github.organization_members[0] %} 3 + {% assign user = site.github.owner %} 4 4 5 5 <div class="container-lg py-6 p-responsive text-center"> 6 6 <img src="{{ user.avatar_url }}" class="circle mb-3" style="max-width: 150px;"> 7 - <h1 class="mb-2 lh-condensed">{{ site.title }}</h1> 7 + <h1 class="mb-2 lh-condensed">{{ user.name }}</h1> 8 8 <p class="col-lg-8 mx-auto mb-3 f3 text-gray"> 9 - Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. 9 + {{ user.bio }} 10 10 </p> 11 11 <div class="f4 mb-6"> 12 12 <div class="d-md-inline-block mr-3"> ··· 15 15 @{{ user.login }} 16 16 </a> 17 17 </div> 18 - <div class="d-md-inline-block mr-3"> 19 - {% octicon mail height:20 class:"mr-1 v-align-middle" aria-label:Email %} 20 - <a href="mailto:{{ user.email }}"> 21 - {{ site.email }} 22 - </a> 23 - </div> 24 18 <div class="d-md-inline-block"> 25 19 {% octicon location height:20 class:"mr-1 v-align-middle" aria-label:Location %} 26 - Austin, TX 20 + {{ user.location }} 27 21 </div> 28 22 </div> 29 23 30 24 {{ content }} 25 + 26 + <div class="my-6"> 27 + {% include projects.html %} 28 + </div> 31 29 32 30 </div> 33 31
+10 -10
_site/index.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8"> 5 - <title>primer</title> 5 + <title>manager-resources</title> 6 6 <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 7 7 </head> 8 8 <body> 9 9 <div class="container-lg p-responsive"> 10 - <h1>primer</h1> 11 - <p>The CSS design system that powers GitHub</p> 12 - <p class="text-bold"></p> 13 - <img src=""> 10 + <h1>manager-resources</h1> 11 + <p></p> 12 + <p class="text-bold">sophshep</p> 13 + <img src="https://avatars3.githubusercontent.com/u/527589?v=4"> 14 14 </div> 15 15 16 16 <ul> 17 17 18 - <li>[atom-packages](https://github.com/primer/atom-packages)</li> 18 + <li>[austin](https://github.com/sophshep/austin)</li> 19 19 20 - <li>[autocomplete-primer](https://github.com/primer/autocomplete-primer)</li> 20 + <li>[gdi-intro-to-github](https://github.com/sophshep/gdi-intro-to-github)</li> 21 21 22 - <li>[codemirror-github-dark](https://github.com/primer/codemirror-github-dark)</li> 22 + <li>[github-move](https://github.com/sophshep/github-move)</li> 23 23 24 - <li>[codemirror-github-light](https://github.com/primer/codemirror-github-light)</li> 24 + <li>[github-slideshow](https://github.com/sophshep/github-slideshow)</li> 25 25 26 26 </ul> 27 27 ··· 33 33 <div class="calendar"></div> 34 34 </div> 35 35 <script> 36 - GitHubCalendar(".calendar", "", { responsive: true }); 36 + GitHubCalendar(".calendar", "sophshep", { responsive: true }); 37 37 </script> 38 38 </body> 39 39 </html>
+124 -157
_site/layout-sidebar.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8"> 5 - <title>primer</title> 5 + <title>Sophie Shepherd</title> 6 6 <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 7 7 </head> 8 8 <body> ··· 12 12 13 13 <div class="d-md-flex"> 14 14 <div class="flex-self-stretch border-bottom border-md-none border-md-right border-gray-light col-md-5 col-lg-4 col-xl-3 px-4 px-md-6 px-lg-7 py-6"> 15 - <img src="https://avatars0.githubusercontent.com/u/334891?v=4" class="circle mb-3" style="max-width: 150px;"> 16 - <h1 class="mb-2 lh-condensed">primer</h1> 15 + <img src="https://avatars3.githubusercontent.com/u/527589?v=4" class="circle mb-3" style="max-width: 150px;"> 16 + <h1 class="mb-2 lh-condensed">Sophie Shepherd</h1> 17 17 <p class="mb-3 f4 text-gray"> 18 - Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. 18 + ✏ Design manager at @github 19 19 </p> 20 20 <div class="f4 mb-6"> 21 21 <div class="mb-3"> 22 22 <svg height="20" class="octicon octicon-mark-github mr-1 v-align-middle" aria-label="GitHub" viewBox="0 0 16 16" version="1.1" width="20" role="img"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> 23 - <a href="https://github.com/broccolini"> 24 - @broccolini 25 - </a> 26 - </div> 27 - <div class="mb-3"> 28 - <svg height="20" class="octicon octicon-mail mr-1 v-align-middle" aria-label="Email" viewBox="0 0 14 16" version="1.1" width="17" role="img"><path fill-rule="evenodd" d="M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z"/></svg> 29 - <a href="mailto:"> 30 - 23 + <a href="https://github.com/sophshep"> 24 + @sophshep 31 25 </a> 32 26 </div> 33 27 <div class=""> 34 28 <svg height="20" class="octicon octicon-location mr-1 v-align-middle" aria-label="Location" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> 35 - Austin, TX 29 + Austin TX 36 30 </div> 37 31 </div> 38 32 </div> ··· 40 34 <div class="bg-gray-light col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7"> 41 35 <div class="mx-auto" style="max-width: 900px;"> 42 36 <h2>My Projects</h2> 43 - <p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> 44 - <div class="d-flex flex-wrap gutter-condensed mb-4"> 45 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 46 - <div class="github-component"> 47 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 48 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 49 - <h1 class="f4 lh-condensed mb-1"> 50 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 51 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 52 - </a> 53 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 54 - <span class="text-normal">twbs /</span> 55 - bootstrap 56 - </a> 57 - </h1> 58 - </div> 59 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 60 - <div class="d-flex f6"> 61 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 62 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 63 - </a> 64 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 65 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 66 - </a> 67 - </div> 37 + <p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> 38 + <div class="d-flex flex-wrap gutter-condensed mb-4"> 39 + 40 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 41 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 42 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 43 + <h1 class="f4 lh-condensed mb-1"> 44 + <a href="https://github.com/sophshep/austin"> 45 + <svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 46 + <span class="text-normal">sophshep /</span> 47 + austin 48 + </a> 49 + </h1> 50 + </div> 51 + <div class="text-gray mb-2 ws-normal">Favorite Austin things</div> 52 + <div class="d-flex f6"> 53 + <a href="" class="d-inline-block link-gray mr-4"> 54 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 55 + </a> 56 + <a href="" class="d-inline-block link-gray mr-4"> 57 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 58 + </a> 68 59 </div> 69 60 </div> 70 61 71 - </div> 72 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 73 - <div class="github-component"> 74 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 75 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 76 - <h1 class="f4 lh-condensed mb-1"> 77 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 78 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 79 - </a> 80 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 81 - <span class="text-normal">twbs /</span> 82 - bootstrap 83 - </a> 84 - </h1> 85 62 </div> 86 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 87 - <div class="d-flex f6"> 88 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 89 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 90 - </a> 91 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 92 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 93 - </a> 94 - </div> 63 + 64 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 65 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 66 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 67 + <h1 class="f4 lh-condensed mb-1"> 68 + <a href="https://github.com/sophshep/gdi-intro-to-github"> 69 + <svg height="20" class="octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 70 + <span class="text-normal">sophshep /</span> 71 + gdi-intro-to-github 72 + </a> 73 + </h1> 74 + </div> 75 + <div class="text-gray mb-2 ws-normal">A project that students can collaborate on</div> 76 + <div class="d-flex f6"> 77 + <a href="" class="d-inline-block link-gray mr-4"> 78 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 79 + </a> 80 + <a href="" class="d-inline-block link-gray mr-4"> 81 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 82 + </a> 95 83 </div> 96 84 </div> 97 85 98 - </div> 99 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 100 - <div class="github-component"> 101 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 102 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 103 - <h1 class="f4 lh-condensed mb-1"> 104 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 105 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 106 - </a> 107 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 108 - <span class="text-normal">twbs /</span> 109 - bootstrap 110 - </a> 111 - </h1> 112 86 </div> 113 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 114 - <div class="d-flex f6"> 115 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 116 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 117 - </a> 118 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 119 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 120 - </a> 121 - </div> 87 + 88 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 89 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 90 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 91 + <h1 class="f4 lh-condensed mb-1"> 92 + <a href="https://github.com/sophshep/github-move"> 93 + <svg height="20" class="octicon octicon-repo octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 94 + <span class="text-normal">sophshep /</span> 95 + github-move 96 + </a> 97 + </h1> 98 + </div> 99 + <div class="text-gray mb-2 ws-normal"></div> 100 + <div class="d-flex f6"> 101 + <a href="" class="d-inline-block link-gray mr-4"> 102 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 103 + </a> 104 + <a href="" class="d-inline-block link-gray mr-4"> 105 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 106 + </a> 122 107 </div> 123 108 </div> 124 109 125 - </div> 126 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 127 - <div class="github-component"> 128 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 129 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 130 - <h1 class="f4 lh-condensed mb-1"> 131 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 132 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 133 - </a> 134 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 135 - <span class="text-normal">twbs /</span> 136 - bootstrap 137 - </a> 138 - </h1> 139 - </div> 140 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 141 - <div class="d-flex f6"> 142 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 143 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 144 - </a> 145 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 146 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 147 - </a> 148 110 </div> 111 + 112 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 113 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 114 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 115 + <h1 class="f4 lh-condensed mb-1"> 116 + <a href="https://github.com/sophshep/github-slideshow"> 117 + <svg height="20" class="octicon octicon-repo octicon octicon-repo octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 118 + <span class="text-normal">sophshep /</span> 119 + github-slideshow 120 + </a> 121 + </h1> 122 + </div> 123 + <div class="text-gray mb-2 ws-normal">A robot powered training repository :robot:</div> 124 + <div class="d-flex f6"> 125 + <a href="" class="d-inline-block link-gray mr-4"> 126 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 127 + </a> 128 + <a href="" class="d-inline-block link-gray mr-4"> 129 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 130 + </a> 149 131 </div> 150 132 </div> 151 133 152 - </div> 153 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 154 - <div class="github-component"> 155 - <div class="height-full border border-gray-light bg-white rounded-1 p-3"> 156 - <div class="d-flex flex-justify-between flex-items-start mb-1"> 157 - <h1 class="f4 lh-condensed mb-1"> 158 - <a href="/twbs" class="d-inline-block v-align-top mr-1" data-ga-click="Repository, go to repository owner, location:topic row"> 159 - <img src="https://avatars2.githubusercontent.com/u/2918581?s=96&amp;v=4" class="avatar rounded-1" width="20" height="20" alt="@twbs"> 160 - </a> 161 - <a href="/twbs/bootstrap" data-ga-click="Repository, go to repository, location:topic row"> 162 - <span class="text-normal">twbs /</span> 163 - bootstrap 164 - </a> 165 - </h1> 166 134 </div> 167 - <div class="text-gray mb-2 ws-normal">The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.</div> 168 - <div class="d-flex f6"> 169 - <a href="/twbs/bootstrap/stargazers" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository stargazers, location:topic row"> 170 - <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 171 - </a> 172 - <a href="/twbs/bootstrap/network" class="d-inline-block link-gray mr-4" data-ga-click="Repository, go to repository forks, location:topic row"> 173 - <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 174 - </a> 175 - </div> 176 - </div> 135 + 177 136 </div> 178 137 179 - </div> 180 - </div> 181 138 182 139 <h2>My Interests</h2> 183 140 <p class="f4 mb-4 text-gray">Topics that I want to learn more about</p> 184 141 <div class="d-flex flex-wrap gutter-condensed mb-4"> 185 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 186 - <div class="github-component"> 142 + 143 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 144 + <div class="github-component"> 187 145 <div class="position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 188 - <a href="/topics/sql" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 189 - <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="react logo"> 190 - <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">React</p> 191 - <p class="f5 text-gray text-center mb-0 mt-1">React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.</p> 192 - </a> 146 + 147 + <a href="https://github.com/topics/web-design" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 148 + <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/web-design/web-design.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="Web design"> 149 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">Web design</p> 150 + 151 + </a> 152 + 193 153 </div> 194 154 </div> 195 155 196 - </div> 197 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 198 - <div class="github-component"> 156 + </div> 157 + 158 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 159 + <div class="github-component"> 199 160 <div class="position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 200 - <a href="/topics/sql" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 201 - <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="react logo"> 202 - <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">React</p> 203 - <p class="f5 text-gray text-center mb-0 mt-1">React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.</p> 204 - </a> 161 + 162 + <a href="https://github.com/topics/css" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 163 + <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/css/css.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="CSS"> 164 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">CSS</p> 165 + 166 + </a> 167 + 205 168 </div> 206 169 </div> 207 170 208 - </div> 209 - <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 210 - <div class="github-component"> 171 + </div> 172 + 173 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 174 + <div class="github-component"> 211 175 <div class="position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 212 - <a href="/topics/sql" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 213 - <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="react logo"> 214 - <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">React</p> 215 - <p class="f5 text-gray text-center mb-0 mt-1">React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.</p> 216 - </a> 176 + 177 + <a href="https://github.com/topics/sass" class="no-underline d-flex flex-column flex-justify-center" data-ga-click="Topics, go to sql, location:boxes"> 178 + <img src="https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/sass/sass.png" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="Sass"> 179 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1">Sass</p> 180 + 181 + </a> 182 + 217 183 </div> 218 184 </div> 219 185 220 - </div> 186 + </div> 187 + 221 188 </div> 222 189 223 190 <h2>My Organizations</h2>
+112 -13
_site/layout-stacked.html
··· 2 2 <html> 3 3 <head> 4 4 <meta charset="utf-8"> 5 - <title>primer</title> 5 + <title>Sophie Shepherd</title> 6 6 <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 7 7 </head> 8 8 <body> ··· 11 11 12 12 13 13 <div class="container-lg py-6 p-responsive text-center"> 14 - <img src="https://avatars0.githubusercontent.com/u/334891?v=4" class="circle mb-3" style="max-width: 150px;"> 15 - <h1 class="mb-2 lh-condensed">primer</h1> 14 + <img src="https://avatars3.githubusercontent.com/u/527589?v=4" class="circle mb-3" style="max-width: 150px;"> 15 + <h1 class="mb-2 lh-condensed">Sophie Shepherd</h1> 16 16 <p class="col-lg-8 mx-auto mb-3 f3 text-gray"> 17 - Hi! I'm Ben. I love two things: bridges and smiling. I'm an aspiring developer who is learning how to use GitHub to build the stuff I wish existed. I'm looking to meet other developers who can help to contribute to the projects I have started. 17 + ✏ Design manager at @github 18 18 </p> 19 19 <div class="f4 mb-6"> 20 20 <div class="d-md-inline-block mr-3"> 21 21 <svg height="20" class="octicon octicon-mark-github mr-1 v-align-middle" aria-label="GitHub" viewBox="0 0 16 16" version="1.1" width="20" role="img"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> 22 - <a href="https://github.com/broccolini"> 23 - @broccolini 24 - </a> 25 - </div> 26 - <div class="d-md-inline-block mr-3"> 27 - <svg height="20" class="octicon octicon-mail mr-1 v-align-middle" aria-label="Email" viewBox="0 0 14 16" version="1.1" width="17" role="img"><path fill-rule="evenodd" d="M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z"/></svg> 28 - <a href="mailto:"> 29 - 22 + <a href="https://github.com/sophshep"> 23 + @sophshep 30 24 </a> 31 25 </div> 32 26 <div class="d-md-inline-block"> 33 27 <svg height="20" class="octicon octicon-location mr-1 v-align-middle" aria-label="Location" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> 34 - Austin, TX 28 + Austin TX 35 29 </div> 36 30 </div> 37 31 38 32 Hello! This is where the content will be. 39 33 34 + 35 + <div class="my-6"> 36 + <h2>My Projects</h2> 37 + <p class="f4 mb-4 text-gray">GitHub repositories that I've contributed to</p> 38 + <div class="d-flex flex-wrap gutter-condensed mb-4"> 39 + 40 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 41 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 42 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 43 + <h1 class="f4 lh-condensed mb-1"> 44 + <a href="https://github.com/sophshep/austin"> 45 + <svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 46 + <span class="text-normal">sophshep /</span> 47 + austin 48 + </a> 49 + </h1> 50 + </div> 51 + <div class="text-gray mb-2 ws-normal">Favorite Austin things</div> 52 + <div class="d-flex f6"> 53 + <a href="" class="d-inline-block link-gray mr-4"> 54 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 55 + </a> 56 + <a href="" class="d-inline-block link-gray mr-4"> 57 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 58 + </a> 59 + </div> 60 + </div> 61 + 62 + </div> 63 + 64 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 65 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 66 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 67 + <h1 class="f4 lh-condensed mb-1"> 68 + <a href="https://github.com/sophshep/gdi-intro-to-github"> 69 + <svg height="20" class="octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 70 + <span class="text-normal">sophshep /</span> 71 + gdi-intro-to-github 72 + </a> 73 + </h1> 74 + </div> 75 + <div class="text-gray mb-2 ws-normal">A project that students can collaborate on</div> 76 + <div class="d-flex f6"> 77 + <a href="" class="d-inline-block link-gray mr-4"> 78 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 79 + </a> 80 + <a href="" class="d-inline-block link-gray mr-4"> 81 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 82 + </a> 83 + </div> 84 + </div> 85 + 86 + </div> 87 + 88 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 89 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 90 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 91 + <h1 class="f4 lh-condensed mb-1"> 92 + <a href="https://github.com/sophshep/github-move"> 93 + <svg height="20" class="octicon octicon-repo octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 94 + <span class="text-normal">sophshep /</span> 95 + github-move 96 + </a> 97 + </h1> 98 + </div> 99 + <div class="text-gray mb-2 ws-normal"></div> 100 + <div class="d-flex f6"> 101 + <a href="" class="d-inline-block link-gray mr-4"> 102 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 103 + </a> 104 + <a href="" class="d-inline-block link-gray mr-4"> 105 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 106 + </a> 107 + </div> 108 + </div> 109 + 110 + </div> 111 + 112 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 113 + <div class="github-component height-full text-left border border-gray-light bg-white rounded-1 p-3"> 114 + <div class="d-flex flex-justify-between flex-items-start mb-1"> 115 + <h1 class="f4 lh-condensed mb-1"> 116 + <a href="https://github.com/sophshep/github-slideshow"> 117 + <svg height="20" class="octicon octicon-repo octicon octicon-repo octicon octicon-repo octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> 118 + <span class="text-normal">sophshep /</span> 119 + github-slideshow 120 + </a> 121 + </h1> 122 + </div> 123 + <div class="text-gray mb-2 ws-normal">A robot powered training repository :robot:</div> 124 + <div class="d-flex f6"> 125 + <a href="" class="d-inline-block link-gray mr-4"> 126 + <svg class="octicon octicon-star mr-1" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path></svg>130253 127 + </a> 128 + <a href="" class="d-inline-block link-gray mr-4"> 129 + <svg class="octicon octicon-git-branch mr-1" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"></path></svg>63919 130 + </a> 131 + </div> 132 + </div> 133 + 134 + </div> 135 + 136 + </div> 137 + 138 + </div> 40 139 41 140 </div> 42 141