blog.trnck.dev
0
fork

Configure Feed

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

Merge branch 'master' of https://github.com/github/profile-generator

+371 -12
+19
_includes/org-card.html
··· 1 + <div class="github-component"> 2 + <div class="topic-box position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 3 + <a href="/primer" class="no-underline d-flex flex-column flex-justify-center"> 4 + <img src="https://avatars1.githubusercontent.com/u/7143434?s=200&amp;v=4" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="primer logo"> 5 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1"> 6 + Primer 7 + </p> 8 + <p class="f5 text-gray text-center mb-3 mt-1">Components and behaviors for building things on the Web, from GitHub.</p> 9 + <div class="v-align-middle text-gray"> 10 + {% octicon location height:16 class:"mr-1 v-align-middle" aria-label:location %} 11 + <span>Planet Earth</span> 12 + </div> 13 + <div class="v-align-middle"> 14 + {% octicon link height:16 class:"mr-1 v-align-middle" aria-label:link %} 15 + <p><a href="http://primer.github.io/">primer.github.io</a></p> 16 + </div> 17 + </a> 18 + </div> 19 + </div>
+24
_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> 23 + </div> 24 + </div>
+9
_includes/topic-card.html
··· 1 + <div class="github-component"> 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> 8 + </div> 9 + </div>
+54 -4
_layouts/sidebar.html
··· 3 3 {% assign user = site.github.organization_members[0] %} 4 4 5 5 <div class="d-md-flex"> 6 - <div class="flex-self-stretch border-bottom border-md-bottom-0 border-md-right col-md-5 col-lg-4 col-xl-3 px-4 py-6 px-lg-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">{{ site.title }}</h1> 8 + <h1 class="mb-2 lh-condensed">{{ site.title }}</h1> 9 9 <p class="mb-3 f4 text-gray"> 10 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. 11 11 </p> ··· 28 28 </div> 29 29 </div> 30 30 </div> 31 - <div class="px-4 py-6 px-lg-6"> 32 - {{ content }} 31 + 32 + <div class="bg-gray-light col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7"> 33 + <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> 53 + 54 + <h2>My Interests</h2> 55 + <p class="f4 mb-4 text-gray">Topics that I want to learn more about</p> 56 + <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> 66 + </div> 67 + 68 + <h2>My Organizations</h2> 69 + <p class="f4 mb-4 text-gray">Teams I belong to</p> 70 + <div class="d-flex flex-wrap gutter-condensed mb-4"> 71 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 72 + {% include org-card.html %} 73 + </div> 74 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 75 + {% include org-card.html %} 76 + </div> 77 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 78 + {% include org-card.html %} 79 + </div> 80 + </div> 81 + 82 + </div> 33 83 </div> 34 84 </div> 35 85
+1 -1
_layouts/stacked.html
··· 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">{{ site.title }}</h1> 7 + <h1 class="mb-2 lh-condensed">{{ site.title }}</h1> 8 8 <p class="col-lg-8 mx-auto mb-3 f3 text-gray"> 9 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. 10 10 </p>
+1 -1
_site/assets/styles.css
··· 3769 3769 .pb-xl-12 { padding-bottom: 128px !important; } 3770 3770 /* Set a 128px padding to the top & bottom at the xl breakpoint */ 3771 3771 .py-xl-12 { padding-top: 128px !important; padding-bottom: 128px !important; } } 3772 - body { font-family: 'Rubik', sans-serif; } 3772 + .github-component { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; }
+257 -4
_site/layout-sidebar.html
··· 11 11 12 12 13 13 <div class="d-md-flex"> 14 - <div class="flex-self-stretch border-bottom border-md-bottom-0 border-md-right col-md-5 col-lg-4 col-xl-3 px-4 py-6 px-lg-6"> 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 15 <img src="https://avatars0.githubusercontent.com/u/334891?v=4" class="circle mb-3" style="max-width: 150px;"> 16 - <h1 class="mb-2">primer</h1> 16 + <h1 class="mb-2 lh-condensed">primer</h1> 17 17 <p class="mb-3 f4 text-gray"> 18 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. 19 19 </p> ··· 36 36 </div> 37 37 </div> 38 38 </div> 39 - <div class="px-4 py-6 px-lg-6"> 40 - Hello! This is where the content for the sidebar layout will be. 39 + 40 + <div class="bg-gray-light col-md-7 col-lg-8 col-xl-9 px-4 py-6 px-lg-7"> 41 + <div class="mx-auto" style="max-width: 900px;"> 42 + <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> 68 + </div> 69 + </div> 70 + 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 + </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> 95 + </div> 96 + </div> 97 + 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 + </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> 122 + </div> 123 + </div> 124 + 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 + </div> 149 + </div> 150 + </div> 151 + 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 + </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> 177 + </div> 178 + 179 + </div> 180 + </div> 181 + 182 + <h2>My Interests</h2> 183 + <p class="f4 mb-4 text-gray">Topics that I want to learn more about</p> 184 + <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"> 187 + <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> 193 + </div> 194 + </div> 195 + 196 + </div> 197 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 198 + <div class="github-component"> 199 + <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> 205 + </div> 206 + </div> 41 207 208 + </div> 209 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 210 + <div class="github-component"> 211 + <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> 217 + </div> 218 + </div> 219 + 220 + </div> 221 + </div> 222 + 223 + <h2>My Organizations</h2> 224 + <p class="f4 mb-4 text-gray">Teams I belong to</p> 225 + <div class="d-flex flex-wrap gutter-condensed mb-4"> 226 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 227 + <div class="github-component"> 228 + <div class="topic-box position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 229 + <a href="/primer" class="no-underline d-flex flex-column flex-justify-center"> 230 + <img src="https://avatars1.githubusercontent.com/u/7143434?s=200&amp;v=4" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="primer logo"> 231 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1"> 232 + Primer 233 + </p> 234 + <p class="f5 text-gray text-center mb-3 mt-1">Components and behaviors for building things on the Web, from GitHub.</p> 235 + <div class="v-align-middle text-gray"> 236 + <svg height="16" class="octicon octicon-location mr-1 v-align-middle" aria-label="location" viewBox="0 0 12 16" version="1.1" width="12" 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> 237 + <span>Planet Earth</span> 238 + </div> 239 + <div class="v-align-middle"> 240 + <svg height="16" class="octicon octicon-link mr-1 v-align-middle" aria-label="link" viewBox="0 0 16 16" version="1.1" width="16" role="img"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"/></svg> 241 + <p><a href="http://primer.github.io/">primer.github.io</a></p> 242 + </div> 243 + </a> 244 + </div> 245 + </div> 246 + 247 + </div> 248 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 249 + <div class="github-component"> 250 + <div class="topic-box position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 251 + <a href="/primer" class="no-underline d-flex flex-column flex-justify-center"> 252 + <img src="https://avatars1.githubusercontent.com/u/7143434?s=200&amp;v=4" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="primer logo"> 253 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1"> 254 + Primer 255 + </p> 256 + <p class="f5 text-gray text-center mb-3 mt-1">Components and behaviors for building things on the Web, from GitHub.</p> 257 + <div class="v-align-middle text-gray"> 258 + <svg height="16" class="octicon octicon-location octicon octicon-location mr-1 v-align-middle" aria-label="location" viewBox="0 0 12 16" version="1.1" width="12" 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> 259 + <span>Planet Earth</span> 260 + </div> 261 + <div class="v-align-middle"> 262 + <svg height="16" class="octicon octicon-link octicon octicon-link mr-1 v-align-middle" aria-label="link" viewBox="0 0 16 16" version="1.1" width="16" role="img"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"/></svg> 263 + <p><a href="http://primer.github.io/">primer.github.io</a></p> 264 + </div> 265 + </a> 266 + </div> 267 + </div> 268 + 269 + </div> 270 + <div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3"> 271 + <div class="github-component"> 272 + <div class="topic-box position-relative hover-grow height-full text-center border border-gray-light rounded-1 bg-white p-5"> 273 + <a href="/primer" class="no-underline d-flex flex-column flex-justify-center"> 274 + <img src="https://avatars1.githubusercontent.com/u/7143434?s=200&amp;v=4" width="64" height="64" class="mx-auto rounded-1 mb-3" alt="primer logo"> 275 + <p class="f3 lh-condensed text-center link-gray-dark mb-0 mt-1"> 276 + Primer 277 + </p> 278 + <p class="f5 text-gray text-center mb-3 mt-1">Components and behaviors for building things on the Web, from GitHub.</p> 279 + <div class="v-align-middle text-gray"> 280 + <svg height="16" class="octicon octicon-location octicon octicon-location octicon octicon-location mr-1 v-align-middle" aria-label="location" viewBox="0 0 12 16" version="1.1" width="12" 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> 281 + <span>Planet Earth</span> 282 + </div> 283 + <div class="v-align-middle"> 284 + <svg height="16" class="octicon octicon-link octicon octicon-link octicon octicon-link mr-1 v-align-middle" aria-label="link" viewBox="0 0 16 16" version="1.1" width="16" role="img"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"/></svg> 285 + <p><a href="http://primer.github.io/">primer.github.io</a></p> 286 + </div> 287 + </a> 288 + </div> 289 + </div> 290 + 291 + </div> 292 + </div> 293 + 294 + </div> 42 295 </div> 43 296 </div> 44 297
+1 -1
_site/layout-stacked.html
··· 12 12 13 13 <div class="container-lg py-6 p-responsive text-center"> 14 14 <img src="https://avatars0.githubusercontent.com/u/334891?v=4" class="circle mb-3" style="max-width: 150px;"> 15 - <h1 class="mb-2">primer</h1> 15 + <h1 class="mb-2 lh-condensed">primer</h1> 16 16 <p class="col-lg-8 mx-auto mb-3 f3 text-gray"> 17 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. 18 18 </p>
+5 -1
assets/styles.scss
··· 5 5 @import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900'); 6 6 7 7 body { 8 - font-family: 'Rubik', sans-serif; 8 + //font-family: 'Rubik', sans-serif; 9 + } 10 + 11 + .github-component { 12 + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; 9 13 }