Skip to content

Commit 887b201

Browse files
authored
Merge pull request #27 from pixelsign/gh-pages
merge
2 parents 2fcdcff + 7b0f0bf commit 887b201

File tree

158 files changed

+57705
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+57705
-223
lines changed

CREDITS.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,19 @@ http://themt.deviantart.com/art/Photoshop-da-Samsung-Smart-TV-PSD-Yapmak-2889633
4444
Samsung Galaxy Tab 4 10.1", & 8"
4545
http://tweakers.net (original pictures, edited.)
4646

47+
- New devices added by ben182
4748

49+
iPhone6
50+
http://www.pixeden.com/psd-mock-up-templates/iphone-6-psd-vector-mockup
4851

52+
iPhone 6 Plus
53+
http://www.pixeden.com/psd-mock-up-templates/iphone-6-plus-psd-vector-mockup
54+
55+
MacBook Air
56+
https://www.behance.net/gallery/34637999/Free-Vector-Based-MacBook-Air-Mockup
57+
58+
Macbook 2015
59+
http://www.pixeden.com/psd-mock-up-templates/the-new-macbook-psd-mockup
60+
61+
Apple Watch
62+
https://dribbble.com/shots/1719188--Watch-PSD-Template

Device Berechnung.xlsx

8.68 KB
Binary file not shown.

Mockup Device Generator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h1>HTML5 device mockups.</h1>
124124

125125
</div>
126126

127-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
127+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
128128
<script type="text/javascript">
129129
$(document).ready(function(){
130130

@@ -171,4 +171,4 @@ <h1>HTML5 device mockups.</h1>
171171

172172

173173
</body>
174-
</html>
174+
</html>

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HTML5 device mockups
1+
HTML5 device mockups 2.0
22
====================
33

44
You can view the demo page of all devices here: http://pixelsign.github.io/html5-device-mockups/
@@ -31,20 +31,31 @@ Features:
3131
* Multiple orientations
3232
* Two separate ways for integrating the devices to your site
3333

34+
New in 2.0:
35+
* iPhone 6
36+
* iPhone 6 Plus
37+
* iPhone SE
38+
* iPad Air
39+
* iPad Air 2
40+
* iPad Pro
41+
* Macbook 2015
42+
* Minified CSS Files
43+
* NEW PROJECT PAGE
44+
3445
Integrating to your website:
3546
----------------------------
3647

3748
*STEP 1)*
3849

3950
Import either one of the provided CSS file to your project:
4051

41-
Import "device-mockups/device-mockups.css"
52+
Import "device-mockups/device-mockups.min.css"
4253
- If you want to define the devices using CSS class names
43-
- <link rel="stylesheet" type="text/css" href="device-mockups/device-mockups.css" />
54+
- <link rel="stylesheet" type="text/css" href="device-mockups/device-mockups.min.css" />
4455

45-
Import "device-mockups/device-mockups2.css"
56+
Import "device-mockups/device-mockups2.min.css"
4657
- If you want to define the devices using HTML tag attributes
47-
- <link rel="stylesheet" type="text/css" href="device-mockups/device-mockups2.css" />
58+
- <link rel="stylesheet" type="text/css" href="device-mockups/device-mockups2.min.css" />
4859

4960
*STEP 2)*
5061

0 commit comments

Comments
 (0)