Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add rauchg to about page - fix #63 #64

Merged
merged 1 commit into from
Aug 7, 2016
Merged
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
2 changes: 1 addition & 1 deletion app/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const initialBgColor = '#f1f1f1';
const staticWindows = {
about : {
config : {
height : 625,
height : 700,
width : 475,
backgroundColor : initialBgColor,
titleBarStyle : 'hidden',
Expand Down
16 changes: 15 additions & 1 deletion app/src/components/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,20 @@
</button>
</h3>
<p>for creation of the <button class="o-linkBtn" type="button" v-open-external="'https://github.com/SimulatedGREG/electron-vue'">electron vue boilerplate</button></p>
<li class="c-about--heartList--item">
<h3 class="o-headline-4 u-flexCenter">
<span>Guillermo Rauch</span>
<button class="o-icon" type="button" v-open-external="'https://twitter.com/rauchg'">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<path d="M72.955 17.969l-22.41 22.41c5.637 11.592 3.65 25.958-5.978 35.585-9.45 9.451-23.469 11.543-34.946 6.285 17.658 17.15 45.87 17.003 63.333-.461 17.625-17.623 17.625-46.196.001-63.819z"/>
<path d="M58.281 47.966c-12.855 3.768-26.293-3.047-31.006-15.339-7.596 6.311-11.149 16.751-8.194 26.831 3.966 13.531 18.151 21.284 31.682 17.317 13.53-3.967 21.284-18.15 17.317-31.682a25.574 25.574 0 0 0-.675-1.979 25.458 25.458 0 0 1-9.124 4.852z"/>
<circle cx="59.292" cy="32.235" r="19.743"/>
<path d="M63.206 17.134L85.582 6.98 69.975 26.159"/>
<path d="M67.625 21.553L90 11.399l-15.606 19.18"/>
</svg>
</button>
</h3>
<p>for creation of <button class="o-linkBtn" type="button" v-open-external="'https://github.com/zeit/hyperterm'">HyperTerm</button> which helped a lot resolving problems with terminal emulation
<li class="c-about--heartList--item">
<h3 class="o-headline-4 u-flexCenter">
<span>Sindre Sorhus</span>
Expand All @@ -118,7 +132,7 @@
</svg>
</button>
</h3>
<p>for all this great work and especially for solving the issues around environments and the holy PATH.
<p>for all this great work and especially for solving the issues around environments and the holy PATH.</p>
<li class="c-about--heartList--item">
<h3 class="o-headline-4 u-flexCenter">
<span>Michael Kühnel</span>
Expand Down