Skip to content

Commit

Permalink
updated media kit
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Apr 21, 2020
1 parent 3c2b42d commit d18c28e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

</ul>
</section>
<div style="text-align: center; margin: 1em 0;">
<div style="text-align: center;">
<strong>Speculid</strong> ©2020, BrightDigit, LLC.
</div>
</footer>
Expand Down
17 changes: 12 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,21 +407,28 @@ section.buttons {
}
}
@media print {
.github-corner {
display:none;
}
.github-corner, .btn {
display:none;
}
h2 {
page-break-before: always;
&:first-of-type, &:last-of-type {
page-break-before: avoid;
}
.main-content > & {
margin-top: 0;
margin-bottom: 0;
}
}
.main-content h3 {

margin-top: 1rem;
margin-top: 0;
margin-bottom: 0;
&#for-any-application {
page-break-before: always;
}
}
.main-content ul {
margin-bottom: 0;
}
img {
width: 40%;
Expand Down
Binary file removed images/Speculid-In-Use.gif
Binary file not shown.
9 changes: 7 additions & 2 deletions media-kit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: Media Kit for Speculid

## Product Information and Media Kit

<a class="btn" href="https://github.com/brightdigit/Speculid-MediaKit/archive/master.zip">Download Media Kit with PDF version</a>

![Logo](https://github.com/brightdigit/Speculid/blob/master/images/Logo.png?raw=true)

Speculid is a macOS application for developers. For developers in the Apple space, Xcode (the main developer application) requires particular file types and sizes for each image used. Whether the developer's app is for iPad, iPhone, Mac, or the Apple Watch. Speculid can take a single SVG or PNG file and resize the file according to the sizes required for that app.
Expand Down Expand Up @@ -46,7 +48,7 @@ $ sudo cp /Applications/Speculid.app/Contents/SharedSupport/speculid /usr/local/

## Usage

#### By Example
### By Example

To try out the application you can [use the example project, which can be downloaded here:](https://github.com/brightdigit/Speculid-Example/archive/master.zip)
- https://github.com/brightdigit/Speculid-Example/archive/master.zip
Expand All @@ -65,7 +67,7 @@ To try out the application you can [use the example project, which can be downlo

![Full Xcode](https://raw.githubusercontent.com/brightdigit/Speculid/feature/media-kit/docs/03.Example-Full-Xcode.png)

#### For Any Application
### For Any Application

With **Speculid**, the process of building image assets can be automated in **Xcode**. Here is how to setup your project the first time:

Expand Down Expand Up @@ -175,6 +177,9 @@ https://raw.githubusercontent.com/brightdigit/Speculid/master/images/Speculid-In
* [PNG 750x750](https://raw.githubusercontent.com/brightdigit/Speculid/master/images/[email protected])
* [PNG 1000x1000](https://raw.githubusercontent.com/brightdigit/Speculid/master/images/[email protected])

Download Available: **https://github.com/brightdigit/Speculid-MediaKit/archive/master.zip**
<a class="btn" href="https://github.com/brightdigit/Speculid-MediaKit/archive/master.zip">Download Media Kit with Logos</a>

## Contact Info

<img class="small" src="/images/social/email.png" width="16"> Email [email protected]
Expand Down

0 comments on commit d18c28e

Please sign in to comment.