Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Add phone outline, re-shoot and process images #130

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion site/_includes/implementation.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ <h3 class="mt2 mb4">
<div class="fl-l dn db-l">
<div class="flex h-100 items-center">
<a class="link" href={{ app.app-link }}>
<img class="grow w5" src={{ app.image | relative_url }} alt="{{ app.title }} HN PWA running on a mobile phone">
<div class="phone-outline grow">
<div class="phone-outline-power"></div>
<img class="w5" src={{ app.image | relative_url }} alt="{{ app.title }} HN PWA running on a mobile phone">
</div>
</a>
</div>
</div>
Expand Down
45 changes: 45 additions & 0 deletions site/_sass/extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,49 @@ $primary-orange: #F4751E;
animation: octocat-wave 560ms ease-in-out;
}
}
}

.phone-outline {
padding: 3.5rem .5rem 3rem;
background-color: #111;
border-radius: 2rem;
position: relative;

&:after {
content: "";
position: absolute;
height: .25rem;
width: 33%;
top: 1.75rem;
background-color: #222;
left: 50%;
transform: translateX(-50%);
border-radius: .125rem;
}

&:before {
content: "";
position: absolute;
height: .5rem;
width: .5rem;
top: 1.65rem;
background-color: #222;
left: 20%;
transform: translateX(-50%);
border-radius: .25rem;
}

img {
border-radius: 2px;
}
}

.phone-outline-power {
position: absolute;
right: -.1rem;
top: 20%;
width: .3rem;
height: 3rem;
background-color: #000;
border-radius: .15rem;
}
Binary file modified site/assets/images/angular-hacker-news-mobile.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/angular-hn-pwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/angular2hn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/ember-hn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/ember-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/glimmer-hn-pwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/hnpwa-firebase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/hnpwa-showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/hnpwa-vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/mithril-hn-pwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/next-hnpwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/nextjs-hn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/nuxt-hn.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/polymer-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/preacthn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/react-hn-stephen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/reacthn-kristofer-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/reacthn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/stencil-ionic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/sveltehn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/vanillahn-mobile.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/viperhtml-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/vue-hn-pwa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/vuehn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/assets/images/zuixhn-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.